[Pkg-telepathy-commits] [telepathy-gabble] 01/03: Sync with Ubuntu to run autoreconf for better portability. Thanks to Matthias Klose.

Simon McVittie smcv at debian.org
Mon Jan 27 15:45:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-gabble.

commit 9ee44d833dd6fd56d98014b651f90a34eb6058ef
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jan 25 13:00:34 2014 +0000

    Sync with Ubuntu to run autoreconf for better portability. Thanks to Matthias Klose.
---
 debian/autoreconf |  2 ++
 debian/changelog  | 19 +++++++++++++++++++
 debian/control    |  1 +
 debian/rules      |  2 +-
 4 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/autoreconf b/debian/autoreconf
new file mode 100644
index 0000000..75eae70
--- /dev/null
+++ b/debian/autoreconf
@@ -0,0 +1,2 @@
+.
+lib/ext/wocky
diff --git a/debian/changelog b/debian/changelog
index c15834c..cbeca83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+telepathy-gabble (0.18.1-2) unstable; urgency=medium
+
+  * Sync with Ubuntu to run autoreconf for better portability.
+    Thanks to Matthias Klose.
+
+ -- Simon McVittie <smcv at debian.org>  Sat, 25 Jan 2014 12:57:51 +0000
+
+telepathy-gabble (0.18.1-1ubuntu2) trusty; urgency=medium
+
+  * Run dh-autoreconf in lib/ext/wocky too.
+
+ -- Matthias Klose <doko at ubuntu.com>  Wed, 15 Jan 2014 11:05:06 +0100
+
+telepathy-gabble (0.18.1-1ubuntu1) trusty; urgency=medium
+
+  * Build using dh-autoreconf.
+
+ -- Matthias Klose <doko at ubuntu.com>  Wed, 15 Jan 2014 07:59:56 +0100
+
 telepathy-gabble (0.18.1-1) unstable; urgency=low
 
   * New upstream stable release
diff --git a/debian/control b/debian/control
index 61d250f..763aefc 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders: Dafydd Harries <daf at debian.org>,
            Jonny Lamb <jonny at debian.org>
 Build-Depends: autotools-dev (>= 20100122.1~),
                debhelper (>= 9),
+               dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
                gnutls-bin,
                libdbus-1-dev (>= 1.1.0),
diff --git a/debian/rules b/debian/rules
index 1bec8b3..d84ebd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@ --with autotools_dev --parallel
+	dh $@ --with autoreconf --parallel
 
 # Now that we use debhelper 9, dh_auto_configure defaults to
 # $libexecdir=$libdir, which might be better than this, but doesn't match

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-gabble.git



More information about the Pkg-telepathy-commits mailing list