[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#681002: release.debian.org: Freeze exception for libguestfs



* Julien Cristau:

>> If this is still not acceptable, what about a 1.18.2-2wheezy1 that just
>> fixes #678977 (upgrade breakage due to multiarch change), #680885,
>> #680886 (multiarch coinstall)?
>> 
> wheezy is not affected by any of those 3 bugs as far as I can tell,
> since they're all related to the multiarch switch which isn't in
> 1:1.18.1-1.

Correct.

But #681587 ("python-guestfs: missing dependency on python", serious)
has popped up since. It is fixed with the attached patch. Should
anything be done about that for wheezy?

Cheers,
-Hilko

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"


Reply to: