[Pkg-telepathy-commits] [SCM] telepathy-glib packaging branch, debian-experimental, updated. debian/0.11.16-1-21-g5f75c30
Simon McVittie
smcv at debian.org
Wed Nov 3 19:09:18 UTC 2010
The following commit has been merged in the debian-experimental branch:
commit c7ebb2ac6f82a4daf1d59e02c153b48c83b46c0e
Author: Simon McVittie <smcv at debian.org>
Date: Wed Nov 3 18:28:26 2010 +0000
Use the autotools-dev dh addon
diff --git a/debian/control b/debian/control
index 6d55077..f202555 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Uploaders: Dafydd Harries <daf at debian.org>,
Laurent Bigonville <bigon at debian.org>,
Jonny Lamb <jonny at debian.org>,
Adam Conrad <adconrad at 0c3.net>
-Build-Depends: dbus,
+Build-Depends: autotools-dev (>= 20100122-1~),
+ dbus,
debhelper (>= 8),
gir1.0-glib-2.0,
gobject-introspection (>= 0.9.6),
diff --git a/debian/rules b/debian/rules
index 4473fa5..3af30c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with autotools_dev
override_dh_strip:
dh_strip --dbg-package=libtelepathy-glib0-dbg
--
telepathy-glib packaging
More information about the Pkg-telepathy-commits
mailing list