[Pkg-telepathy-commits] [SCM] folks packaging branch branch, debian, updated. debian/0.1.13-1-12-g9461629

Laurent Bigonville bigon at bigon.be
Mon Aug 30 09:52:32 UTC 2010


The following commit has been merged in the debian branch:
commit 97ca0f9d5fb8f222bd57ed85718b655cd74af6e0
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Fri Aug 20 10:10:22 2010 +0200

    Enable introspection support

diff --git a/debian/changelog b/debian/changelog
index 702015a..578668d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ folks (0.1.14.1-1) UNRELEASED; urgency=low
   * New upstream release
   * debian/control:
     - Bump vala build-dependencies
+  * Enable introspection support
 
- -- Laurent Bigonville <bigon at debian.org>  Fri, 20 Aug 2010 10:03:31 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 20 Aug 2010 10:09:55 +0200
 
 folks (0.1.13-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 801112f..7d182f4 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends: debhelper (>= 7.0.50~),
                libdbus-glib-1-dev,
                valac (>= 0.9.6),
                libvala-0.10-dev (>= 0.9.6),
+               gobject-introspection,
+               libgirepository1.0-dev (>= 0.6.7),
                libgee-dev
 Standards-Version: 3.9.1
 Section: libs
diff --git a/debian/rules b/debian/rules
index 67a1675..927df58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@
 %:
 	dh $@ 
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-introspection
+
 override_dh_strip:
 	dh_strip -plibfolks0 --dbg-package=libfolks-dbg
 	dh_strip -plibfolks-telepathy0 --dbg-package=libfolks-telepathy-dbg

-- 
folks packaging branch



More information about the Pkg-telepathy-commits mailing list