r45649 - in /desktop/unstable/gnome-boxes/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Aug 15 23:01:14 UTC 2015


Author: bigon
Date: Sat Aug 15 23:01:11 2015
New Revision: 45649

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45649
Log:
debian/control.in: Add an explicit versionized runtime dependency against
libspice-server1 so we are sure it has smartcard support enabled.

Modified:
    desktop/unstable/gnome-boxes/debian/changelog
    desktop/unstable/gnome-boxes/debian/control
    desktop/unstable/gnome-boxes/debian/control.in

Modified: desktop/unstable/gnome-boxes/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/changelog?rev=45649&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/changelog	[utf-8] Sat Aug 15 23:01:11 2015
@@ -1,3 +1,10 @@
+gnome-boxes (3.16.2-2) UNRELEASED; urgency=medium
+
+  * debian/control.in: Add an explicit versionized runtime dependency against
+    libspice-server1 so we are sure it has smartcard support enabled.
+
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 16 Aug 2015 00:59:52 +0200
+
 gnome-boxes (3.16.2-1) unstable; urgency=medium
 
   [ Laurent Bigonville ]

Modified: desktop/unstable/gnome-boxes/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/control?rev=45649&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/control	[utf-8] Sat Aug 15 23:01:11 2015
@@ -42,6 +42,7 @@
 Architecture: amd64 i386
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libspice-server1 (>= 0.12.5-1.1~),
          mtools,
          libosinfo-bin,
          libvirt-bin,

Modified: desktop/unstable/gnome-boxes/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/control.in?rev=45649&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/control.in	[utf-8] Sat Aug 15 23:01:11 2015
@@ -38,6 +38,7 @@
 Architecture: amd64 i386
 Depends: ${shlibs:Depends},
          ${misc:Depends},
+         libspice-server1 (>= 0.12.5-1.1~),
          mtools,
          libosinfo-bin,
          libvirt-bin,




More information about the pkg-gnome-commits mailing list