[Forensics-changes] [SCM] debian-forensics/sleuthkit branch, debian, updated. debian/3.1.1-1-4-g12f32fa

Cristian Greco cristian at regolo.cc
Tue Jun 15 21:42:28 UTC 2010


The following commit has been merged in the debian branch:
commit 12f32faa0055cd1fbaebcb6b5b9ed777b35dd962
Author: Cristian Greco <cristian at regolo.cc>
Date:   Tue Jun 15 22:23:35 2010 +0200

    debian/{control,rules}: bump autotools-dev build-dep to (>= 20100122.1) and pass '--with autotools_dev' to dh in order to automatically update config.{sub,guess} files.

diff --git a/debian/control b/debian/control
index f1004cd..e28b263 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: Cristian Greco <cristian at regolo.cc>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~), autoconf, automake, libtool, autotools-dev, libewf-dev (>= 20090606+debian-1~)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~), autoconf, automake, libtool, autotools-dev (>= 20100122.1), libewf-dev (>= 20090606+debian-1~)
 Standards-Version: 3.8.4
 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 f163516..3c695ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,9 @@
 SHELL := sh -e
 
 %:
-	dh --with quilt ${@}
-
-override_dh_auto_clean:
-	dh_auto_clean
+	dh --with quilt,autotools_dev $@
 
 override_dh_auto_configure:
-	# call autoreconf to support changes in 90_fix_ldflags.patch
 	autoreconf -fi
 	dh_auto_configure -- LDFLAGS="-Wl,--as-needed"
 

-- 
debian-forensics/sleuthkit



More information about the forensics-changes mailing list