[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.20.7-3
Hilko Bengen
bengen at debian.org
Sat Jun 1 11:05:24 UTC 2013
The following commit has been merged in the master branch:
commit e42f2faf154cd6452266f19588d8c1e6201cc1bc
Author: Hilko Bengen <bengen at debian.org>
Date: Thu May 30 17:28:42 2013 +0200
Added separate package for Python 3 bindings
diff --git a/debian/control b/debian/control
index 08f5025..7f7b84b 100644
--- a/debian/control
+++ b/debian/control
@@ -204,6 +204,17 @@ Description: guest disk image management system - Python bindings
.
This package contains the Python bindings.
+Package: python3-guestfs
+Section: python
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+Breaks: python-guestfs (<< 1:1.22.0-1~)
+Description: guest disk image management system - Python 3 bindings
+ The libguestfs library allows accessing and modifying guest disk
+ images.
+ .
+ This package contains the Python 3 bindings.
+
Package: libguestfs-perl
Section: perl
Architecture: i386 amd64
diff --git a/debian/python-guestfs.install b/debian/python-guestfs.install
index c60b4b0..b8ea453 100644
--- a/debian/python-guestfs.install
+++ b/debian/python-guestfs.install
@@ -1,4 +1,4 @@
-usr/lib/python*
+usr/lib/python2*
usr/share/man/man3/guestfs-python.3*
usr/share/man/*/man3/guestfs-python.3*
diff --git a/debian/python-guestfs.examples b/debian/python3-guestfs.examples
similarity index 100%
copy from debian/python-guestfs.examples
copy to debian/python3-guestfs.examples
diff --git a/debian/python3-guestfs.install b/debian/python3-guestfs.install
new file mode 100644
index 0000000..4606faa
--- /dev/null
+++ b/debian/python3-guestfs.install
@@ -0,0 +1 @@
+usr/lib/python3*
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list