[Forensics-changes] [SCM] debian-forensics/libewf branch, debian, updated. debian/20080501+debian-3-31-gcc97de3

Cristian Greco cristian.debian at gmail.com
Wed Sep 30 23:06:33 UTC 2009


The following commit has been merged in the debian branch:
commit 831d253bf1ded6b8d4b1ebe6013f1dfc7ab1a520
Author: Cristian Greco <cristian.debian at gmail.com>
Date:   Wed Sep 23 17:19:32 2009 +0200

    debian/{control,rules}: add build-dep on autoconf, automake and libtool in order to run autoreconf at build time.

diff --git a/debian/control b/debian/control
index 146bfd4..16eb1aa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), autotools-dev, libssl-dev, uuid-dev, zlib1g-dev
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), autoconf, automake, libtool, autotools-dev, libssl-dev, uuid-dev, zlib1g-dev
 Standards-Version: 3.8.3
 Homepage: http://libewf.sourceforge.net
 Vcs-Browser: http://git.debian.net/?p=debian-forensics/libewf.git
diff --git a/debian/rules b/debian/rules
index 46d9b6d..d10de00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,15 +3,8 @@
 %:
 	dh ${@} --with quilt
 
-override_dh_auto_clean:
-	dh_auto_clean
-
-	rm -f config.guess config.sub
-
 override_dh_auto_configure:
-	[ -r /usr/share/misc/config.guess ] && cp -f /usr/share/misc/config.guess config.guess
-	[ -r /usr/share/misc/config.sub ] && cp -f /usr/share/misc/config.sub config.sub
-
+	autoreconf -fi
 	dh_auto_configure -- LDFLAGS="-Wl,-z,defs"
 
 override_dh_strip:

-- 
debian-forensics/libewf



More information about the forensics-changes mailing list