[Pkg-telepathy-commits] [telepathy-salut] 03/07: Use dh_autoreconf for better portability to new architectures

Simon McVittie smcv at debian.org
Mon Jan 27 14:49:21 UTC 2014


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

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

commit a30836ce7b77f7a31e16c93b9ab232f9163940e6
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Jan 27 13:54:54 2014 +0000

    Use dh_autoreconf for better portability to new architectures
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a0a565b..8401322 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ telepathy-salut (0.8.1-2) UNRELEASED; urgency=medium
     - add telepathy-salut-dbg
     - switch from cdbs to dh 9
   * debian/watch: only watch for upstream stable releases (0.even.z)
+  * Use dh_autoreconf for better portability to new architectures
 
  -- Simon McVittie <smcv at debian.org>  Mon, 27 Jan 2014 13:52:52 +0000
 
diff --git a/debian/control b/debian/control
index 5e19fce..9ffb7df 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders: Sjoerd Simons <sjoerd at debian.org>,
            Jonny Lamb <jonny at debian.org>
 Section: net
 Priority: optional
-Build-Depends: autotools-dev (>= 20100122-1~),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
                libglib2.0-dev (>= 2.24.0),
                libdbus-1-dev (>= 1.1.0),
diff --git a/debian/rules b/debian/rules
index f2a0fb0..80b4a24 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-salut.git



More information about the Pkg-telepathy-commits mailing list