[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.14.9-1
Hilko Bengen
bengen at debian.org
Wed Jan 11 00:29:46 UTC 2012
The following commit has been merged in the master branch:
commit 89e1a1606021b15e5b8300a0dd245635a723a02f
Author: Hilko Bengen <bengen at debian.org>
Date: Tue Jan 10 23:53:35 2012 +0100
Added Conflicts to address the moved man-pages
diff --git a/debian/control b/debian/control
index c8c18bc..a2657fa 100644
--- a/debian/control
+++ b/debian/control
@@ -103,6 +103,7 @@ Package: libguestfs-dev
Section: libdevel
Architecture: i386 amd64
Depends: libguestfs0 (= ${binary:Version}), ${misc:Depends}
+Conflicts: libguestfs0 (<< 1:1.14.9-1~)
Description: guest disk image management system - development headers
The libguestfs library allows accessing and modifying guest disk
images. It offers the following features, among many others:
@@ -275,7 +276,7 @@ Section: python
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libguestfs0 (= ${binary:Version})
Provides: python-libguestfs
-Conflicts: python-libguestfs
+Conflicts: python-libguestfs, libguestfs-dev (<< 1:1.14.9-1~)
Description: guest disk image management system - Python bindings
The libguestfs library allows accessing and modifying guest disk
images. It offers the following features, among many others:
@@ -364,6 +365,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
libguestfs-dev (= ${binary:Version}),
${ocaml:Depends}
Provides: ${ocaml:Provides}
+Conflicts: libguestfs-dev (<< 1:1.14.9-1~)
Description: guest disk image management system - OCaml development files
The libguestfs library allows accessing and modifying guest disk
images. It offers the following features, among many others:
@@ -391,6 +393,7 @@ Package: erlang-guestfs
Section: interpreters
Architecture: i386 amd64
Depends: ${erlang-base:Depends}, ${erlang-abi:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libguestfs-dev (<< 1:1.14.9-1~)
Description: guest disk image management system - Erlang bindings
The libguestfs library allows accessing and modifying guest disk
images. It offers the following features, among many others:
@@ -417,6 +420,7 @@ Package: libguestfs-java
Section: java
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libguestfs-dev (<< 1:1.14.9-1~)
Description: guest disk image management system - Java bindings
The libguestfs library allows accessing and modifying guest disk
images. It offers the following features, among many others:
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list