[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xcb-util-keysyms: Changes to 'debian-unstable'



 debian/changelog |    8 ++++++++
 debian/control   |    5 +----
 debian/rules     |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 5728ffe2c04b09719ad0c70890dcfe203a680732
Author: Arnaud Fontaine <arnau@debian.org>
Date:   Tue Aug 26 20:56:13 2014 +0200

    Use dh-autoreconf to make porters' task easier. Thanks to Fernando Seiti Furusato. Closes: #756318.

diff --git a/debian/changelog b/debian/changelog
index 88997fd..a898ac0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xcb-util-keysyms (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: #756318.
+
+ -- Arnaud Fontaine <arnau@debian.org>  Tue, 26 Aug 2014 20:54:20 +0200
+
 xcb-util-keysyms (0.3.9-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 67811cc..3ec2d20 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,8 @@ Build-Depends: cdbs (>= 0.4.93~),
                debhelper (>= 8.1.3),
                libxcb1-dev (>= 1.6),
                pkg-config,
-               libtool,
+               dh-autoreconf,
                x11proto-core-dev (>= 7.0.8),
-               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 7f72731..df691fc 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)


Reply to: