comparison debian/rules @ 1:af25f5c39d90 0.2.21-4

added diff from debian (masqmail-0.2.21-4)
author meillo@marmaro.de
date Fri, 26 Sep 2008 20:56:23 +0200
parents 08114f7dcc23
children
comparison
equal deleted inserted replaced
0:08114f7dcc23 1:af25f5c39d90
1 #!/usr/bin/make -f 1 #!/usr/bin/make -f
2
3 export DH_COMPAT=3
4 2
5 # Uncomment this to turn on verbose mode. 3 # Uncomment this to turn on verbose mode.
6 #export DH_VERBOSE=1 4 #export DH_VERBOSE=1
7 DOC = usr/doc 5 DOC = usr/doc
8 MAN = usr/man 6 MAN = usr/man
42 rm -f build-stamp 40 rm -f build-stamp
43 41
44 # Add here commands to clean up after the build process. 42 # Add here commands to clean up after the build process.
45 -$(MAKE) clean 43 -$(MAKE) clean
46 -$(MAKE) distclean 44 -$(MAKE) distclean
47 rm -f tests/{test.conf,local.sh,smtpout.sh} 45 rm -f tests/test.conf
46 rm -f tests/local.sh
47 rm -f tests/smtpout.sh
48 # see /usr/share/doc/autotools-dev/README.Debian.gz 48 # see /usr/share/doc/autotools-dev/README.Debian.gz
49 -test -r /usr/share/misc/config.sub && \ 49 -test -r /usr/share/misc/config.sub && \
50 cp -f /usr/share/misc/config.sub config.sub 50 cp -f /usr/share/misc/config.sub config.sub
51 -test -r /usr/share/misc/config.guess && \ 51 -test -r /usr/share/misc/config.guess && \
52 cp -f /usr/share/misc/config.guess config.guess 52 cp -f /usr/share/misc/config.guess config.guess