[Pkg-telepathy-commits] [telepathy-rakia] 02/03: Use dh_autoreconf for better portability to new architectures
Simon McVittie
smcv at debian.org
Mon Jan 27 14:49:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian
in repository telepathy-rakia.
commit ab9e6c52ef9c5893880d8672bad5a32597358e4a
Author: Simon McVittie <smcv at debian.org>
Date: Mon Jan 27 13:15:41 2014 +0000
Use dh_autoreconf for better portability to new architectures
---
debian/changelog | 1 +
debian/control | 8 ++++----
debian/rules | 1 +
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0443ed1..19cde2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
telepathy-rakia (0.8.0-2) UNRELEASED; urgency=medium
* Standards-Version: 3.9.5 (no changes needed)
+ * Use dh_autoreconf for better portability to new architectures
-- Simon McVittie <smcv at debian.org> Mon, 27 Jan 2014 13:13:52 +0000
diff --git a/debian/control b/debian/control
index fbcba44..394f4a6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,9 @@ Uploaders: Dafydd Harries <daf at debian.org>,
Laurent Bigonville <bigon at debian.org>,
Loic Minier <lool at dooz.org>,
Jonny Lamb <jonny at debian.org>
-Build-Depends: debhelper (>= 8),
- cdbs,
+Build-Depends: cdbs,
+ debhelper (>= 8),
+ dh-autoreconf,
libglib2.0-dev (>= 2.30),
libdbus-1-dev (>= 0.60),
libdbus-glib-1-dev (>= 0.60),
@@ -17,8 +18,7 @@ Build-Depends: debhelper (>= 8),
libtelepathy-glib-dev (>= 0.17.7),
libssl-dev,
xsltproc,
- python,
- autotools-dev
+ python
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-telepathy/telepathy-rakia.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-telepathy/telepathy-rakia.git
diff --git a/debian/rules b/debian/rules
index 5816602..78d077d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
# List any files which are not installed
include /usr/share/cdbs/1/rules/utils.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-rakia.git
More information about the Pkg-telepathy-commits
mailing list