debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
New commits: commit 9b7c6f7e43e74dc777f4f71a668b1108d07f641c Author: Julien Cristau <[email protected]> Date: Sun Feb 1 21:49:27 2009 +0100 Stop depending on cpp This used to be necessary for xrdb, but isn't now that the xbase-clients has been split. diff --git a/debian/changelog b/debian/changelog index 0335946..1eeadb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ xinit (1.0.9-3) UNRELEASED; urgency=low * Add dependency on x11-common and xauth (closes: #512094), recommends on xserver-xorg | xserver and xterm | x-session-manager | x-window-manager | x-terminal-emulator (closes: #512095). Thanks, Márton Németh! + * Stop depending on cpp (this used to be necessary for xrdb, but isn't now + that the xbase-clients has been split). -- Julien Cristau <[email protected]> Sat, 17 Jan 2009 08:22:31 +0000 diff --git a/debian/control b/debian/control index 833573d..d6382e9 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xinit.git Package: xinit Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, cpp, x11-common, xauth +Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, xauth Recommends: xserver-xorg | xserver, xterm | x-session-manager | x-window-manager | x-terminal-emulator Replaces: xbase-clients (<= 1:7.2.ds2-3) Description: X server initialisation tool -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

