Hi Michael,
On Thu, Feb 04, 2016 at 09:23:38AM +0100, Michael Biebl wrote:
> Am 04.02.2016 um 09:18 schrieb Guido Günther:
> > Hi,
> > On Wed, Dec 30, 2015 at 03:06:00PM +0100, Guido Günther wrote:
> >> Package: gnome-boxes
> >> Version: 1.2.15-1
> >> Severity: wishlist
> >> User: [email protected]
> >> Usertags: drop-libvirt-bin
> >>
> >> Hi,
> >> libvirt-bin is a transitional package please depend on/recommend
> >>
> >>     libvirt-daemon-system (if you require the privileged daemon)
> >>
> >> or
> >>
> >>     libvirt-daemon (if a daemon started for the current user is enough)
> > 
> > I have uploaded an NMU to delayed/7 with the attached debdiff. If you have
> > any concerns please let me know and I'll remove it.
> 
> The changes need to go to debian/control.in as well, otherwise they are
> removed on make clean. Please update the debdiff accordingly.

Thanks for having a look! Updated debdiff attached. Haven't touched any
of Debian's GNOME packages for years, sorry for the omission.

Updated debdiff attached. With this fixed can I upload a version
directly to unstable skipping delayed/7.

Cheers,
 -- Guido
diff --git a/debian/changelog b/debian/changelog
index 015de14..b33c3f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gnome-boxes (3.18.1-1.1) unstable; urgency=medium
+
+  * Depend on libvirt-daemon instead of the libvirt-bin transitional package
+    (Closes: #809417)
+
+ -- Guido Günther <[email protected]>  Thu, 04 Feb 2016 08:38:12 +0100
+
 gnome-boxes (3.18.1-1) unstable; urgency=medium
 
   [ Laurent Bigonville ]
diff --git a/debian/control b/debian/control
index fc743ee..f3a2a63 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          mtools,
          libosinfo-bin,
-         libvirt-bin,
+         libvirt-daemon,
          tracker (>= 1.0)
 Recommends: qemu-system-x86
 Breaks: libspice-server1 (<< 0.12.5-1.1~)
diff --git a/debian/control.in b/debian/control.in
index d5ba22e..230316d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -40,7 +40,7 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          mtools,
          libosinfo-bin,
-         libvirt-bin,
+         libvirt-daemon,
          tracker (>= 1.0)
 Recommends: qemu-system-x86
 Breaks: libspice-server1 (<< 0.12.5-1.1~)

Reply via email to