debian/changelog | 7 +++++++ debian/control | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-)
New commits: commit 735cf8d2481dfa3adc033a83809d925716622bc5 Author: Julien Cristau <[email protected]> Date: Thu Apr 28 14:17:14 2011 +0200 Drop Pre-Depends on x11-common Only needed for upgrades from the monolith. diff --git a/debian/changelog b/debian/changelog index 230338a..d409627 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libxp (1:1.0.1-2) UNRELEASED; urgency=low + + * Drop Pre-Depends on x11-common, only needed for upgrades from the + monolith. + + -- Julien Cristau <[email protected]> Thu, 28 Apr 2011 14:16:56 +0200 + libxp (1:1.0.1-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index a5cda3a..20639f3 100644 --- a/debian/control +++ b/debian/control @@ -69,8 +69,6 @@ Depends: x11proto-print-dev, libxext-dev, libxau-dev, -Pre-Depends: - x11-common (>= 1:7.0.0), Description: X Printing Extension (Xprint) client library (development files) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

