[Pkg-libvirt-commits] [libguestfs] 01/02: Fix dh_python3 call to generate correct dependencies for python3-guestfs. Thanks to Scott Kitterman. (Closes: #711928)

Hilko Bengen bengen at moszumanska.debian.org
Sun Dec 22 18:14:20 UTC 2013


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.20.8-2
in repository libguestfs.

commit 11788736b6b4bfda50d9f1b821aab6e15418168c
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Jun 11 11:18:39 2013 +0200

    Fix dh_python3 call to generate correct dependencies for python3-guestfs. Thanks to Scott Kitterman. (Closes: #711928)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 54bb990..46b5623 100755
--- a/debian/rules
+++ b/debian/rules
@@ -149,7 +149,7 @@ 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-guestfs
+	dh_python3 -p python3-guestfs
 override_dh_python2:
 	dh_python2 -p python-guestfs -V 2.6-
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list