[Pkg-telepathy-commits] [SCM] Idle packaging branch, debian, updated. debian/0.1.16-1-7-g79c74e2

Simon McVittie smcv at debian.org
Sun Jun 16 13:08:38 UTC 2013


The following commit has been merged in the debian branch:
commit a3048daa212e551effd79d169cf04d8e39b78736
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Jun 16 12:58:07 2013 +0100

    Use dh_autoreconf to run autoreconf during the build

diff --git a/debian/changelog b/debian/changelog
index 004e95e..544cba3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ telepathy-idle (0.1.16-2) UNRELEASED; urgency=low
     ordinary git-buildpackage + quilt package (and gbp-pq can be used to
     manipulate patches)
   * Convert packaging from cdbs to dh
+  * Use dh_autoreconf to run autoreconf during the build
 
  -- Simon McVittie <smcv at debian.org>  Sun, 16 Jun 2013 12:48:48 +0100
 
diff --git a/debian/control b/debian/control
index 78996b2..95f086e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders: Dafydd Harries <daf at debian.org>,
            Laurent Bigonville <bigon at debian.org>,
            Jonny Lamb <jonny at debian.org>
 Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                dpkg-dev (>= 1.16.1),
                libglib2.0-dev (>= 2.30),
                libdbus-1-dev,
diff --git a/debian/rules b/debian/rules
index b03bf46..99456a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 # Now that we use debhelper 9, dh_auto_configure defaults to
 # $libexecdir=$libdir, which might be better than this, but doesn't match

-- 
Idle packaging



More information about the Pkg-telepathy-commits mailing list