debian/changelog | 2 ++ debian/control | 1 - 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit 193a47ffadc6b9bc4af4a723b93a0abb753ee677 Author: Timo Aaltonen <[email protected]> Date: Tue Nov 24 12:55:40 2009 +0200 Drop pre-dependency on x11-common from libxvmc-dev. This was needed for upgrades from sarge. diff --git a/debian/changelog b/debian/changelog index 08fc4d9..70527d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ libxvmc (2:1.0.5-1) UNRELEASED; urgency=low * New upstream release. * Run autoreconf on build. Add build-deps on automake and libtool. * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. + * Drop pre-dependency on x11-common from libxvmc-dev. This was needed + for upgrades from sarge. [ Brice Goglin ] * Bump Standards-Version to 3.7.3 (no changes). diff --git a/debian/control b/debian/control index 57d87f9..eb2ddfc 100644 --- a/debian/control +++ b/debian/control @@ -68,7 +68,6 @@ Package: libxvmc-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libxvmc1 (= ${binary:Version}), libx11-dev (>= 2:1.0.0-1), libxext-dev (>= 1:1.0.0-2), x11proto-video-dev, libxv-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]

