debian/changelog | 5 +++++ debian/control | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-)
New commits: commit 1a85981ca2a59f2cf852287f49d31569f7db00a2 Author: Cyril Brulebois <[email protected]> Date: Thu Mar 31 03:37:18 2011 +0200 Remove automake and libtool build-dep, they're pulled in by dh-autoreconf. diff --git a/debian/changelog b/debian/changelog index 202b1ce..46e5076 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ libxfixes (1:5.0-2) UNRELEASED; urgency=low + [ Julien Cristau ] * libxfixes3.symbols: no need to use a version for symbols that are there forever (or close enough). + [ Cyril Brulebois ] + * Remove automake and libtool build-dep, they're pulled in by + dh-autoreconf. + -- Julien Cristau <[email protected]> Wed, 23 Mar 2011 18:03:45 +0100 libxfixes (1:5.0-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 6810e53..ba9a94e 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,6 @@ Build-Depends: x11proto-fixes-dev (>= 1:5.0), pkg-config, quilt, - automake, - libtool, xutils-dev (>= 1:7.5+4), Standards-Version: 3.9.1 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] Archive: http://lists.debian.org/[email protected]

