[Forensics-changes] [SCM] afflib packaging for Debian branch, master, updated. debian/3.6.6-1-6-gfa1d7d7

Christophe Monniez christophe.monniez at fccu.be
Sat Apr 9 09:00:22 UTC 2011


The following commit has been merged in the master branch:
commit fa1d7d7237fc2a6a074fd68ecb2d0aa4e1148c02
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Sat Apr 9 10:33:44 2011 +0200

    Applying patch from ubuntu (Thanks to Evan Brode). (Closes: #620411). (Closes: #621150).

diff --git a/debian/rules b/debian/rules
index 026a69c..61f43e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,13 @@ override_dh_auto_configure:
 	autoreconf -f -i
 	dh_auto_configure -- LDFLAGS="-Wl,--as-needed,-z,defs" \
  		--enable-s3=yes --enable-python=no --enable-static=no \
-        --enable-shared=yes
+		--enable-shared=yes
 
 override_dh_auto_install:
 	dh_auto_install
+	set -e; for file in `ls debian/tmp/usr/lib/*.la`; do \
+		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+	done
 
 override_dh_auto_test:
 	# do nothing

-- 
afflib packaging for Debian



More information about the forensics-changes mailing list