[Pkg-telepathy-commits] [SCM] folks packaging branch branch, debian, updated. debian/0.6.8-2-8-g46a6c5d

Laurent Bigonville bigon at bigon.be
Tue Apr 17 14:17:23 UTC 2012


The following commit has been merged in the debian branch:
commit 7e8060c4fe03b276cdf5835ec5ce0e9f645bf014
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Tue Apr 17 15:44:48 2012 +0200

    debian/rules, debian/control: Use git sequence and drop explicit call to dh_girepository, also bump gobject-introspection Build-dependency

diff --git a/debian/changelog b/debian/changelog
index fd9d774..d3abd37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ folks (0.6.9-1) UNRELEASED; urgency=low
     - Bump libtelepathy-glib-dev build-dependency
   * d/p/0001-tpf-persona-use-tp_connection_get_account.patch: Drop patch,
     applied upstream
+  * debian/rules, debian/control: Use git sequence and drop explicit call to
+    dh_girepository, also bump gobject-introspection Build-dependency
 
- -- Laurent Bigonville <bigon at debian.org>  Tue, 17 Apr 2012 15:09:04 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 17 Apr 2012 15:42:58 +0200
 
 folks (0.6.8-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1f26402..d8d13bb 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 7.0.50~),
                valac-0.16 (>= 0.15.2) | valac (>= 0.15.2),
                libvala-0.16-dev (>= 0.15.2),
                libgconf2-dev (>= 2.31),
-               gobject-introspection (>= 1.30),
+               gobject-introspection (>= 1.31.0-2~),
                libgirepository1.0-dev (>= 1.30),
                gir1.2-telepathyglib-0.12,
                libgee-dev (>= 0.6.1-3~),
diff --git a/debian/rules b/debian/rules
index 13418a8..2e0b1ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 export LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf --with gir
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
@@ -33,8 +33,4 @@ override_dh_makeshlibs:
 override_dh_install:
 	dh_install --list-missing
 
-override_dh_shlibdeps:
-	dh_shlibdeps
-	dh_girepository
-
 override_dh_auto_test:

-- 
folks packaging branch



More information about the Pkg-telepathy-commits mailing list