comparison rules @ 43:e7f8c0a161b6

added man page rmail.1; remove obsolete entries in rules
author meillo@marmaro.de
date Mon, 21 Jun 2010 23:11:52 +0200
parents eae48d9839e4
children 98e8aa5bd236
comparison
equal deleted inserted replaced
42:4c850f3c4e0a 43:e7f8c0a161b6
41 rm -f build-stamp 41 rm -f build-stamp
42 42
43 # Add here commands to clean up after the build process. 43 # Add here commands to clean up after the build process.
44 [ ! -f Makefile ] || $(MAKE) clean 44 [ ! -f Makefile ] || $(MAKE) clean
45 [ ! -f Makefile ] || $(MAKE) distclean 45 [ ! -f Makefile ] || $(MAKE) distclean
46 rm -f tests/test.conf
47 rm -f tests/local.sh
48 rm -f tests/smtpout.sh
49 # see /usr/share/doc/autotools-dev/README.Debian.gz 46 # see /usr/share/doc/autotools-dev/README.Debian.gz
50 -test -r /usr/share/misc/config.sub && \ 47 -test -r /usr/share/misc/config.sub && \
51 cp -f /usr/share/misc/config.sub config.sub 48 cp -f /usr/share/misc/config.sub config.sub
52 -test -r /usr/share/misc/config.guess && \ 49 -test -r /usr/share/misc/config.guess && \
53 cp -f /usr/share/misc/config.guess config.guess 50 cp -f /usr/share/misc/config.guess config.guess
91 dh_testroot 88 dh_testroot
92 dh_installdebconf 89 dh_installdebconf
93 dh_installdocs 90 dh_installdocs
94 rm -f debian/masqmail/usr/share/doc/masqmail/INSTALL 91 rm -f debian/masqmail/usr/share/doc/masqmail/INSTALL
95 ##cp -r docs debian/masqmail/$(DOC)/masqmail/html 92 ##cp -r docs debian/masqmail/$(DOC)/masqmail/html
96 dh_installexamples examples/* tests 93 dh_installexamples examples/*
97 # dh_installmenu 94 # dh_installmenu
98 # dh_installemacsen 95 # dh_installemacsen
99 dh_installinit 96 dh_installinit
100 # dh_installcron 97 # dh_installcron
101 dh_installman debian/mailq.8 debian/mailrm.8 debian/newaliases.8 debian/sendmail.8 98 dh_installman debian/mailq.8 debian/mailrm.8 debian/newaliases.8 debian/sendmail.8 debian/rmail.1
102 # dh_undocumented 99 # dh_undocumented
103 dh_installchangelogs ChangeLog 100 dh_installchangelogs ChangeLog
104 dh_link 101 dh_link
105 dh_strip 102 dh_strip
106 dh_compress 103 dh_compress