[Pkg-telepathy-commits] [SCM] MC 5 packaging branch, debian, updated. debian/1%5.14.1-2

Simon McVittie smcv at debian.org
Fri May 17 10:18:18 UTC 2013


The following commit has been merged in the debian branch:
commit f4c695709f7961e524c3201177f4082f76ab019f
Author: Simon McVittie <smcv at debian.org>
Date:   Fri May 17 10:09:38 2013 +0100

    Use dh_autoreconf

diff --git a/debian/changelog b/debian/changelog
index 1b4ca9a..180f036 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+telepathy-mission-control-5 (1:5.14.1-2) UNRELEASED; urgency=low
+
+  * Use dh_autoreconf
+
+ -- Simon McVittie <smcv at debian.org>  Fri, 17 May 2013 10:02:49 +0100
+
 telepathy-mission-control-5 (1:5.14.1-1) experimental; urgency=low
 
   * New upstream stable release
diff --git a/debian/control b/debian/control
index 385f452..fc5c8e0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Simon McVittie <smcv at debian.org>,
            Jonny Lamb <jonny at debian.org>,
            Sjoerd Simons <sjoerd at debian.org>,
            Laurent Bigonville <bigon at debian.org>
-Build-Depends: autotools-dev (>= 20100122-1~),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
                gtk-doc-tools,
                libdbus-1-dev (>= 1.0),
diff --git a/debian/rules b/debian/rules
index 88cbdb0..ea31e95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ CONFIGURE_FLAGS += --with-connectivity=nm
 endif
 
 %:
-	dh $@ --with autotools_dev --parallel
+	dh $@ --with autoreconf --parallel
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V

-- 
MC 5 packaging



More information about the Pkg-telepathy-commits mailing list