debian/changelog | 8 ++++++++ debian/control | 5 +---- debian/rules | 1 + 3 files changed, 10 insertions(+), 4 deletions(-)
New commits: commit 9daaed84ab31cecbe171dabf2630226006398e46 Author: Arnaud Fontaine <ar...@debian.org> Date: Tue Aug 26 20:48:47 2014 +0200 Use dh-autoreconf to make porters' task easier. Thanks to Fernando Seiti Furusato. Closes: #756295. diff --git a/debian/changelog b/debian/changelog index 87ce56b..2ac1965 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xcb-util-image (0.3.9-2) unstable; urgency=medium + + * debian/control, debian/rules: + + Use dh-autoreconf to make porters' task easier. Thanks to Fernando + Seiti Furusato. Closes: #756295. + + -- Arnaud Fontaine <ar...@debian.org> Tue, 26 Aug 2014 20:47:02 +0200 + xcb-util-image (0.3.9-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 633938a..57fc3ef 100644 --- a/debian/control +++ b/debian/control @@ -10,11 +10,8 @@ Build-Depends: cdbs (>= 0.4.93~), libxcb-util0-dev, libxcb-shm0-dev, pkg-config, - libtool, + dh-autoreconf, x11proto-core-dev (>= 7.0.12), - autotools-dev, - autoconf, - automake, xutils-dev Standards-Version: 3.9.3 Homepage: http://xcb.freedesktop.org diff --git a/debian/rules b/debian/rules index ef27f55..01d9f62 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ DEB_DH_INSTALL_SOURCEDIR=debian/tmp include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xmlsa-0003yz...@moszumanska.debian.org