r44669 - in /desktop/unstable/gnome-boxes/debian: changelog control.in patches/ rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon May 25 22:25:07 UTC 2015


Author: bigon
Date: Mon May 25 22:25:06 2015
New Revision: 44669

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44669
Log:
* New upstream release
  - Bump the build-dependencies
* Drop debian/patches/01_drop-onlyshowin.patch: Merged upstream
* debian/rules:
  - Enable smartcard support
  - Explicitly enable USB redirection

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

Modified: desktop/unstable/gnome-boxes/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/changelog?rev=44669&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/changelog	[utf-8] Mon May 25 22:25:06 2015
@@ -1,3 +1,14 @@
+gnome-boxes (3.16.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - Bump the build-dependencies
+  * Drop debian/patches/01_drop-onlyshowin.patch: Merged upstream
+  * debian/rules:
+    - Enable smartcard support
+    - Explicitly enable USB redirection
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 26 May 2015 00:11:32 +0200
+
 gnome-boxes (3.14.2-2) unstable; urgency=medium
 
   * Drop outdated/useless fuseiso dependency

Modified: desktop/unstable/gnome-boxes/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/control.in?rev=44669&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/control.in	[utf-8] Mon May 25 22:25:06 2015
@@ -21,15 +21,16 @@
                libgudev-1.0-dev (>= 165),
                libosinfo-1.0-dev (>= 0.2.11),
                libsoup2.4-dev,
-               libspice-client-gtk-3.0-dev (>= 0.15),
+               libspice-client-gtk-3.0-dev (>= 0.27),
                libvirt-dev,
-               libvirt-glib-1.0-dev (>= 0.1.9),
+               libvirt-glib-1.0-dev (>= 0.2.0),
                libxml2-dev (>= 2.7.8),
                libxml2-utils,
                libtracker-sparql-1.0-dev,
                uuid-dev (>= 1.41.3),
                valac (>= 0.24.0.65),
-               yelp-tools
+               yelp-tools,
+               libusb-1.0-0-dev (>= 1.0.9)
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-boxes
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-boxes/

Modified: desktop/unstable/gnome-boxes/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/rules?rev=44669&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/rules	[utf-8] Mon May 25 22:25:06 2015
@@ -10,7 +10,7 @@
 
 GNOME_MODULE := gnome-boxes
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-vala
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-vala --enable-smartcard --enable-usbredir
 
 # List any files which are not installed
 common-binary-post-install-arch:: list-missing




More information about the pkg-gnome-commits mailing list