/[echolot]/trunk/debian/rules
ViewVC logotype

Diff of /trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 249 by weasel, Mon Aug 12 03:08:55 2002 UTC revision 250 by weasel, Mon Aug 12 04:05:48 2002 UTC
# Line 20  endif Line 20  endif
20    
21  build: build-stamp  build: build-stamp
22  build-stamp:  build-stamp:
23          pod2man --section=1 --release="$(version)" --center=Echolot pingd doc/pingd.1          mkdir debian/tmp
24          pod2man --section=5 --release="$(version)" --center=Echolot doc/pingd.conf.pod doc/pingd.conf.5          pod2man --section=1 --release="$(version)" --center=Echolot pingd debian/tmp/pingd.1
25            pod2man --section=5 --release="$(version)" --center=Echolot doc/pingd.conf.pod debian/tmp/pingd.conf.5
26          sed -e "s/REMAILER_LIST/$(REMAILERS)/" < debian/echolot.postinst.in > debian/echolot.postinst          sed -e "s/REMAILER_LIST/$(REMAILERS)/" < debian/echolot.postinst.in > debian/echolot.postinst
27          touch build-stamp          touch build-stamp
28    
# Line 30  clean: Line 31  clean:
31          dh_testroot          dh_testroot
32    
33          rm -f build-stamp          rm -f build-stamp
         rm -f doc/pingd.1  
         rm -f doc/pingd.conf.5  
34          rm -f debian/echolot.postinst          rm -f debian/echolot.postinst
35            rm -rf debian/tmp
36    
37          dh_clean          dh_clean
38    

Legend:
Removed from v.249  
changed lines
  Added in v.250

  ViewVC Help
Powered by ViewVC 1.1.5