debian/masqmail-debian

changeset 53:98e8aa5bd236

using scripts from autotools-dev to ensure recent config.{sub,guess} backporters to lenny need to do this manually
author meillo@marmaro.de
date Fri, 25 Jun 2010 14:08:56 +0200
parents 4dababf86cfb
children 733f8e64de02
files control rules
diffstat 2 files changed, 3 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/control	Fri Jun 25 11:53:09 2010 +0200
     1.2 +++ b/control	Fri Jun 25 14:08:56 2010 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  Priority: extra
     1.5  Maintainer: markus schnalke <meillo@marmaro.de>
     1.6  Standards-Version: 3.8.4
     1.7 -Build-Depends: debhelper (>= 7.2.3), liblockfile-dev, libglib2.0-dev, libident-dev
     1.8 +Build-Depends: debhelper (>= 7.2.3), liblockfile-dev, libglib2.0-dev, libident-dev, autotools-dev (>= 20100122.1)
     1.9  Homepage: http://marmaro.de/prog/masqmail
    1.10  
    1.11  Package: masqmail
     2.1 --- a/rules	Fri Jun 25 11:53:09 2010 +0200
     2.2 +++ b/rules	Fri Jun 25 14:08:56 2010 +0200
     2.3 @@ -18,6 +18,7 @@
     2.4  build: build-stamp
     2.5  build-stamp:
     2.6  	dh_testdir
     2.7 +	dh_autotools-dev_updateconfig
     2.8  
     2.9  	# Add here commands to compile the package.
    2.10  	./configure $(confflags) \
    2.11 @@ -43,13 +44,9 @@
    2.12  	# Add here commands to clean up after the build process.
    2.13  	[ ! -f Makefile ] || $(MAKE) clean
    2.14  	[ ! -f Makefile ] || $(MAKE) distclean
    2.15 -	# see /usr/share/doc/autotools-dev/README.Debian.gz
    2.16 -	-test -r /usr/share/misc/config.sub && \
    2.17 -		cp -f /usr/share/misc/config.sub config.sub
    2.18 -	-test -r /usr/share/misc/config.guess && \
    2.19 -		cp -f /usr/share/misc/config.guess config.guess
    2.20  	rm -f config.log
    2.21  
    2.22 +	dh_autotools-dev_restoreconfig
    2.23  	dh_clean
    2.24  
    2.25  install: build