| 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 |
|
|
| 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 |
|
|