debian/changelog | 5 +++-- debian/scripts/vars.amd64 | 6 +++--- debian/scripts/vars.i386 | 6 ++++-- 3 files changed, 10 insertions(+), 7 deletions(-)
New commits: commit 23db9a1b7ed86631ee645b8d86b5eb595f85b124 Author: Julien Cristau <[email protected]> Date: Thu Feb 13 08:30:37 2014 +0100 Upload to unstable diff --git a/debian/changelog b/debian/changelog index e3d41c1..52448f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -xorg (1:7.7+6) UNRELEASED; urgency=medium +xorg (1:7.7+6) unstable; urgency=medium * Move x11-xfs-utils from Depends to Suggests (closes: #736556). * Remove openchrome driver from hurd-i386's xserver-xorg-video-all (closes: #706889). * Move xserver-xorg-video-qxl from Depends to Recommends [amd64, i386]. - -- Julien Cristau <[email protected]> Sat, 25 Jan 2014 11:11:57 +0100 + -- Julien Cristau <[email protected]> Thu, 13 Feb 2014 08:30:32 +0100 xorg (1:7.7+5) unstable; urgency=medium commit 8634ab583c2fd10f470f5a1fc165f4fecc5b0eb7 Author: Julien Cristau <[email protected]> Date: Thu Feb 13 08:30:06 2014 +0100 Move xserver-xorg-video-qxl from Depends to Recommends [amd64, i386]. diff --git a/debian/changelog b/debian/changelog index 809a253..e3d41c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ xorg (1:7.7+6) UNRELEASED; urgency=medium * Move x11-xfs-utils from Depends to Suggests (closes: #736556). * Remove openchrome driver from hurd-i386's xserver-xorg-video-all (closes: #706889). + * Move xserver-xorg-video-qxl from Depends to Recommends [amd64, i386]. -- Julien Cristau <[email protected]> Sat, 25 Jan 2014 11:11:57 +0100 diff --git a/debian/scripts/vars.amd64 b/debian/scripts/vars.amd64 index b321199..416dfc9 100644 --- a/debian/scripts/vars.amd64 +++ b/debian/scripts/vars.amd64 @@ -13,7 +13,6 @@ XSERVER_XORG_VIDEO_DEPENDS=" \ xserver-xorg-video-neomagic, \ xserver-xorg-video-nouveau, \ xserver-xorg-video-openchrome, \ - xserver-xorg-video-qxl, \ xserver-xorg-video-savage, \ xserver-xorg-video-siliconmotion, \ xserver-xorg-video-sisusb, \ @@ -24,8 +23,9 @@ XSERVER_XORG_VIDEO_DEPENDS=" \ " -XSERVER_XORG_VIDEO_RECOMMENDS="" - +XSERVER_XORG_VIDEO_RECOMMENDS="\ + xserver-xorg-video-qxl, \ +" XSERVER_XORG_INPUT_DEPENDS="xserver-xorg-input-evdev, \ xserver-xorg-input-vmmouse, \ diff --git a/debian/scripts/vars.i386 b/debian/scripts/vars.i386 index 9bbd637..39ea952 100644 --- a/debian/scripts/vars.i386 +++ b/debian/scripts/vars.i386 @@ -13,7 +13,6 @@ XSERVER_XORG_VIDEO_DEPENDS=" \ xserver-xorg-video-neomagic, \ xserver-xorg-video-nouveau, \ xserver-xorg-video-openchrome, \ - xserver-xorg-video-qxl, \ xserver-xorg-video-savage, \ xserver-xorg-video-siliconmotion, \ xserver-xorg-video-sisusb, \ @@ -24,7 +23,10 @@ XSERVER_XORG_VIDEO_DEPENDS=" \ " -XSERVER_XORG_VIDEO_RECOMMENDS="xserver-xorg-video-geode" +XSERVER_XORG_VIDEO_RECOMMENDS=" \ + xserver-xorg-video-geode, \ + xserver-xorg-video-qxl, \ +" XSERVER_XORG_INPUT_DEPENDS="xserver-xorg-input-evdev, \ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

