debian/changelog | 5 ++++- debian/control | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-)
New commits: commit c8391ed38ce8858ce4adb8de953304d32a4d8a54 Author: Timo Aaltonen <[email protected]> Date: Tue Nov 24 13:04:15 2009 +0200 Drop pre-dependency on x11-common from libxtst-dev. This was needed for upgrades from sarge. diff --git a/debian/changelog b/debian/changelog index 1c1b50e..d135208 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ libxfixes (1:4.0.4-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-dependency on x11-common from libxtst-dev. This was needed + for upgrades from sarge. -- Timo Aaltonen <[email protected]> Mon, 23 Nov 2009 14:20:37 +0200 diff --git a/debian/control b/debian/control index 2564b22..48bcad4 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,6 @@ Package: libxfixes-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${binary:Version}), libx11-dev, x11proto-fixes-dev (>= 4.0-1) -Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 miscellaneous 'fixes' extension library (development headers) libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. commit 25dbcad226267eb8f79a012ce45835354e2e171f Author: Timo Aaltonen <[email protected]> Date: Tue Nov 24 13:03:33 2009 +0200 Add libtool to bdeps. diff --git a/debian/changelog b/debian/changelog index 4ac8f2a..1c1b50e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,7 +21,8 @@ libxfixes (1:4.0.4-1) UNRELEASED; urgency=low [ Timo Aaltonen ] * New upstream release. - * Run autoreconf on build. Add build-deps on automake and xutils-dev. + * Run autoreconf on build. Add build-deps on automake, libtool + and xutils-dev. * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N. -- Timo Aaltonen <[email protected]> Mon, 23 Nov 2009 14:20:37 +0200 diff --git a/debian/control b/debian/control index 9fec1db..2564b22 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: pkg-config, quilt, automake, + libtool, xutils-dev (>= 1:7.5~1) Standards-Version: 3.8.2 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

