r35162 - in /desktop/unstable/gnome-boxes/debian: changelog control control.in rules
jbicha-guest at users.alioth.debian.org
jbicha-guest at users.alioth.debian.org
Sat May 26 21:26:32 UTC 2012
Author: jbicha-guest
Date: Sat May 26 21:26:31 2012
New Revision: 35162
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35162
Log:
debian/control.in, debian/rules: Recommend qemu-kvm-spice on Ubuntu
Modified:
desktop/unstable/gnome-boxes/debian/changelog
desktop/unstable/gnome-boxes/debian/control
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=35162&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/changelog [utf-8] Sat May 26 21:26:31 2012
@@ -1,3 +1,9 @@
+gnome-boxes (3.4.2+dfsg-2) UNRELEASED; urgency=low
+
+ * debian/control.in, debian/rules: Recommend qemu-kvm-spice on Ubuntu
+
+ -- Jeremy Bicha <jbicha at ubuntu.com> Sat, 26 May 2012 17:25:19 -0400
+
gnome-boxes (3.4.2+dfsg-1) unstable; urgency=low
* New upstream release
Modified: desktop/unstable/gnome-boxes/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/control?rev=35162&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/control [utf-8] Sat May 26 21:26:31 2012
@@ -40,7 +40,7 @@
mtools,
libvirt-bin,
tracker (>= 0.14.0)
-Recommends: qemu-kvm
+Recommends: ${qemu:Recommends}
Description: Simple GNOME app to access remote or virtual systems
GNOME Boxes is a desktop client to view or use local virtual machines,
remote physical machines, or remote virtual machines. Boxes is
Modified: desktop/unstable/gnome-boxes/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/control.in?rev=35162&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/control.in [utf-8] Sat May 26 21:26:31 2012
@@ -35,7 +35,7 @@
mtools,
libvirt-bin,
tracker (>= 0.14.0)
-Recommends: qemu-kvm
+Recommends: ${qemu:Recommends}
Description: Simple GNOME app to access remote or virtual systems
GNOME Boxes is a desktop client to view or use local virtual machines,
remote physical machines, or remote virtual machines. Boxes is
Modified: desktop/unstable/gnome-boxes/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-boxes/debian/rules?rev=35162&op=diff
==============================================================================
--- desktop/unstable/gnome-boxes/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-boxes/debian/rules [utf-8] Sat May 26 21:26:31 2012
@@ -11,5 +11,11 @@
DEB_CONFIGURE_EXTRA_FLAGS := --enable-vala
+ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
+ DEB_DH_GENCONTROL_ARGS += -- -Vqemu:Recommends="qemu-kvm-spice"
+else
+ DEB_DH_GENCONTROL_ARGS + = -- -Vqemu:Recommends="qemu-kvm"
+endif
+
# List any files which are not installed
common-binary-post-install-arch:: list-missing
More information about the pkg-gnome-commits
mailing list