Package: python3-guestfs
Version: 1.20.8-1
Severity: serious
Tags: patch
Justification: Policy 3.5

Due to an error in debian/rules, python3-guestfs doesn't actually have any
python3 dependency.  Please see the attached patch.
diff -Nru libguestfs-1.20.8/debian/changelog libguestfs-1.20.8/debian/changelog
--- libguestfs-1.20.8/debian/changelog	2013-06-03 14:01:46.000000000 -0400
+++ libguestfs-1.20.8/debian/changelog	2013-06-11 02:11:28.000000000 -0400
@@ -1,3 +1,9 @@
+libguestfs (1:1.20.8-1.1) UNRELEASED; urgency=low
+
+  * Fix dh_python3 call to generate correct dependencies for python3-guestfs
+
+ -- Scott Kitterman <sc...@kitterman.com>  Tue, 11 Jun 2013 02:09:49 -0400
+
 libguestfs (1:1.20.8-1) unstable; urgency=high
 
   * New upstream version.
diff -Nru libguestfs-1.20.8/debian/rules libguestfs-1.20.8/debian/rules
--- libguestfs-1.20.8/debian/rules	2013-06-03 13:49:16.000000000 -0400
+++ libguestfs-1.20.8/debian/rules	2013-06-11 02:10:57.000000000 -0400
@@ -149,7 +149,7 @@
 # Workaround for python3-defaults < 3.2~b2-1
 # ("do not rename .so files outside dist-packages directory")
 override_dh_python3:
-	dh_python3 -p python-guestfs
+	dh_python3 -p python3-guestfs
 override_dh_python2:
 	dh_python2 -p python-guestfs -V 2.6-
 

Reply via email to