[Pkg-telepathy-commits] [SCM] telepathy-glib packaging branch, debian, updated. debian/0.13.12-1

Simon McVittie smcv at debian.org
Thu Feb 17 08:30:54 UTC 2011


The following commit has been merged in the debian 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