debian/changelog | 2 ++ debian/control | 1 - 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit 60037287893822cf9b861dd51a64813e17fd0cfa Author: Timo Aaltonen <[email protected]> Date: Tue Nov 24 12:34:46 2009 +0200 Drop Pre-Depends on x11-common from libxv-dev. This was needed for upgrades from sarge. diff --git a/debian/changelog b/debian/changelog index 52b9dc6..7deb5a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ libxv (2:1.0.5-1) UNRELEASED; urgency=low * Run autoreconf on build. Add build-deps on automake, libtool and xutils-dev. * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. + * Drop Pre-Depends on x11-common from libxv-dev. This was needed for + upgrades from sarge. -- Timo Aaltonen <[email protected]> Tue, 24 Nov 2009 11:51:46 +0200 diff --git a/debian/control b/debian/control index caf3677..327d7ca 100644 --- a/debian/control +++ b/debian/control @@ -65,7 +65,6 @@ Package: libxv-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version}), libx11-dev, libxext-dev, x11proto-video-dev -Pre-Depends: x11-common (>= 1:7.0.0) Conflicts: x11proto-video-dev (<< 2.2+cvs.20050712-1) Replaces: x11proto-video-dev (<< 2.2+cvs.20050712-1) Description: X11 Video extension library (development headers) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

