[Forensics-changes] [SCM] debian-forensics/libewf branch, debian, updated. debian/20100226-1-17-g3c1568b

Christophe Monniez christophe.monniez at fccu.be
Fri Dec 14 15:22:17 UTC 2012


The following commit has been merged in the debian branch:
commit 3c1568bf62065d6039965ef636158acfa0be2b8b
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Fri Dec 14 16:05:50 2012 +0100

    Snippet for cleaning dependency libs in .la file.

diff --git a/debian/rules b/debian/rules
index 21dbc9a..a3c9869 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,8 @@ override_dh_strip:
 
 override_dh_makeshlibs:
 	dh_makeshlibs -a -V
+
+override_dh_install:
+	find debian/tmp/usr/lib  -name "*.la" -exec \
+	sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +
+	dh_install

-- 
debian-forensics/libewf



More information about the forensics-changes mailing list