debian/changelog | 6 ++++++ debian/control | 11 +++++++---- 2 files changed, 13 insertions(+), 4 deletions(-)
New commits: commit 74731f405485cedee012e1c9b8574f595b844468 Author: Julien Cristau <[email protected]> Date: Sat Jan 25 11:12:24 2014 +0100 Move x11-xfs-utils from Depends to Suggests (closes: #736556). diff --git a/debian/changelog b/debian/changelog index 1abe9aa..a7f23ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xorg (1:7.7+6) UNRELEASED; urgency=medium + + * Move x11-xfs-utils from Depends to Suggests (closes: #736556). + + -- Julien Cristau <[email protected]> Sat, 25 Jan 2014 11:11:57 +0100 + xorg (1:7.7+5) unstable; urgency=medium * Add minimal arm64 support (using fbdev/evdev drivers); closes: #731766. diff --git a/debian/control b/debian/control index dfa7aa4..224668b 100644 --- a/debian/control +++ b/debian/control @@ -88,7 +88,6 @@ Depends: x11-apps, x11-session-utils, x11-utils, - x11-xfs-utils, x11-xkb-utils, x11-xserver-utils, xauth, @@ -99,7 +98,9 @@ Depends: xterm | x-terminal-emulator, ${misc:Depends}, Provides: x-window-system, x-window-system-core -Suggests: xorg-docs +Suggests: + xorg-docs, + x11-xfs-utils, Description: X.Org X Window System This metapackage provides the components for a standalone workstation running the X Window System. It provides the X libraries, an X @@ -190,12 +191,13 @@ Depends: x11-apps, x11-session-utils, x11-utils, - x11-xfs-utils, x11-xkb-utils, x11-xserver-utils, xauth, xinit, ${misc:Depends}, +Suggests: + x11-xfs-utils, Description: miscellaneous X clients - metapackage An X client is a program that interfaces with an X server (almost always via the X libraries), and thus with some input and output hardware like a @@ -212,12 +214,13 @@ Package: xutils Section: x11 Architecture: all Depends: - x11-xfs-utils, x11-utils, x11-xserver-utils, x11-session-utils, xfonts-utils, ${misc:Depends}, +Suggests: + x11-xfs-utils, Description: X Window System utility programs metapackage xutils provides a set of utility programs shipped with the X Window System. Many of these programs are useful even on a system that does not have any X -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

