[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.16.18-1-89-g6038ece
Hilko Bengen
bengen at debian.org
Mon Jan 7 18:44:57 UTC 2013
The following commit has been merged in the master branch:
commit 00d27dad4d0fe06e52ffe1ada805d46b9e89d132
Author: Hilko Bengen <bengen at debian.org>
Date: Sun Jul 15 12:44:13 2012 +0200
Call dh_python2, dh_python3 with correct package name (Closes: #681587)
diff --git a/debian/rules b/debian/rules
index fb143c4..1f3c435 100755
--- a/debian/rules
+++ b/debian/rules
@@ -130,9 +130,9 @@ override_dh_install:
# Workaround for python3-defaults < 3.2~b2-1
# ("do not rename .so files outside dist-packages directory")
override_dh_python3:
- dh_python3 -p python-libguestfs
+ dh_python3 -p python-guestfs
override_dh_python2:
- dh_python2 -p python-libguestfs -V 2.6-
+ dh_python2 -p python-guestfs -V 2.6-
# Workaround for Lintian warning
# "{pre,post}inst-has-useless-call-to-ldconfig"
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list