[Forensics-changes] [SCM] debian-forensics/sleuthkit branch, debian, updated. debian/3.1.3-1-30-gb0dfea5

Julien Valroff julien at kirya.net
Fri Jun 3 06:39:53 UTC 2011


The following commit has been merged in the debian branch:
commit e7aa9dcacf8a3a158886a34c5051a37c495be421
Author: Julien Valroff <julien at kirya.net>
Date:   Fri Jun 3 08:05:55 2011 +0200

    Use dh-autoreconf

diff --git a/debian/control b/debian/control
index 8c35ed8..6e3e1ef 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>, Julien Valroff <julien at debian.org>
-Build-Depends: debhelper (>= 8.0.0), autoconf, automake, libtool, autotools-dev (>= 20100122.1), libewf-dev (>= 20100226), libsqlite3-dev
+Build-Depends: debhelper (>= 8.0.0), autoconf, automake, libtool, dh-autoreconf, libewf-dev (>= 20100226), libsqlite3-dev
 Standards-Version: 3.9.2
 Homepage: http://www.sleuthkit.org/sleuthkit/
 Vcs-Browser: http://git.debian.org/?p=forensics/sleuthkit.git
diff --git a/debian/rules b/debian/rules
index 65943ce..314fe61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
 
 SHELL := sh -e
+export LDFLAGS+=-lsqlite3 -lsupc++ -Wl,--as-needed
 
 %:
-	dh $@ --with autotools_dev
-
-override_dh_auto_configure:
-	autoreconf -fi
-	dh_auto_configure -- LDFLAGS="-lsqlite3 -lsupc++ -Wl,--as-needed"
+	dh $@ --with autoreconf
 
 override_dh_auto_install:
 	dh_auto_install

-- 
debian-forensics/sleuthkit



More information about the forensics-changes mailing list