[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.16.1-1

Hilko Bengen bengen at debian.org
Thu Jan 26 15:01:57 UTC 2012


The following commit has been merged in the master branch:
commit 12bedd8d836cf71cca166f5d5af5e512db7588db
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Jan 24 11:34:41 2012 +0100

    Added workaround for "{pre,post}inst-has-useless-call-to-ldconfig" Lintian warnings (libguestfs-java)

diff --git a/debian/rules b/debian/rules
index 4139965..d8dbc00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,6 +128,11 @@ override_dh_python3:
 override_dh_python2:
 	dh_python2 -p python-libguestfs -V 2.6-
 
+# Workaround for Lintian warning
+# "{pre,post}inst-has-useless-call-to-ldconfig"
+override_dh_makeshlibs:
+	dh_makeshlibs -X/usr/lib/jni
+
 %:
 	dh --without=python-support \
 	   --with=autotools-dev,ocaml,python2,python3,bash-completion,ruby,gir \

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list