[Pkg-telepathy-commits] [telepathy-glib] 04/06: Use autoreconf for beter portability to new architectures

Simon McVittie smcv at debian.org
Mon Jan 27 15:44:43 UTC 2014


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

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

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

    Use autoreconf for beter 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 4a403c1..dc454b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ telepathy-glib (0.22.0-2) UNRELEASED; urgency=medium
     satisfied in stable and impedes alternative
     implementations (Closes: #734487)
   * debian/copyright: use current syntax, update content
+  * Use autoreconf for beter portability to new architectures
 
  -- Simon McVittie <smcv at debian.org>  Mon, 27 Jan 2014 12:53:10 +0000
 
diff --git a/debian/control b/debian/control
index a169c89..b052aea 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Uploaders: Dafydd Harries <daf at debian.org>,
            Jonny Lamb <jonny at debian.org>,
            Adam Conrad <adconrad at 0c3.net>,
            Emilio Pozuelo Monfort <pochu at debian.org>
-Build-Depends: autotools-dev (>= 20100122-1~),
-               dbus,
+Build-Depends: dbus,
                debhelper (>= 9),
+               dh-autoreconf,
                gir1.2-glib-2.0,
                gobject-introspection (>= 1.31.0-2~),
                gtk-doc-tools (>= 1.17),
diff --git a/debian/rules b/debian/rules
index cc6dc46..45b33e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev,gir --parallel
+	dh $@ --with autoreconf,gir --parallel
 
 override_dh_strip:
 	dh_strip --dbg-package=libtelepathy-glib0-dbg

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



More information about the Pkg-telepathy-commits mailing list