[Pkg-telepathy-commits] [SCM] folks packaging branch branch, debian, updated. debian/0.1.12-1-7-g9eb512e

Laurent Bigonville bigon at bigon.be
Mon Aug 16 20:20:07 UTC 2010


The following commit has been merged in the debian branch:
commit 2e5b7a70ca8e4a73b8feb9a63d483707d1a76af4
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Mon Aug 16 22:15:48 2010 +0200

    debian/rules: Fix -X path for dh_makeshlibs call

diff --git a/debian/changelog b/debian/changelog
index 0ac6383..172915e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ folks (0.1.13-1) UNRELEASED; urgency=low
   * New upstream release
   * debian/control: Bump libtelepathy-glib-dev {build-}dependency
   * debian/libfolks0.symbols: Update symbols file
+  * debian/rules: Fix -X path for dh_makeshlibs call
 
- -- Laurent Bigonville <bigon at debian.org>  Mon, 16 Aug 2010 22:05:47 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 16 Aug 2010 22:14:29 +0200
 
 folks (0.1.12-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 7ca17e6..67a1675 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ override_dh_strip:
 
 override_dh_makeshlibs:
 	dh_makeshlibs -plibfolks0
-	dh_makeshlibs -plibfolks-telepathy0 -Xusr/lib/folks/backends/telepathy/
+	dh_makeshlibs -plibfolks-telepathy0 -X/backends/telepathy/

-- 
folks packaging branch



More information about the Pkg-telepathy-commits mailing list