[Pkg-telepathy-commits] [SCM] telepathy-gabble packaging branch, debian-experimental, updated. debian/0.15.3-1-20-g6b18c29

Simon McVittie smcv at debian.org
Sat Apr 7 14:14:53 UTC 2012


The following commit has been merged in the debian-experimental branch:
commit de01f07f51306ca9f6e36a547fbf570e9f9c4a4c
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Apr 4 17:08:49 2012 +0100

    Don't waste time building static libraries - the only use of libraries in this package is for plugins, which have to be dynamic

diff --git a/debian/changelog b/debian/changelog
index fcd4fe4..ef92a96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ telepathy-gabble (0.16.0-1) UNRELEASED; urgency=low
   * Merge from Ubuntu
   * Delete all unwanted .la files from plugins
   * List all uninstalled files
+  * Don't waste time building static libraries - the only use of libraries
+    in this package is for plugins, which have to be dynamic
 
  -- Simon McVittie <smcv at debian.org>  Wed, 04 Apr 2012 16:52:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 18f08fe..b0d28e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,9 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		--libdir="\$${prefix}/lib" \
 		--libexecdir="\$${prefix}/lib/telepathy" \
-		--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
+		--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt \
+		--disable-static \
+		$(NULL)
 
 # parallel make works
 override_dh_auto_build:

-- 
telepathy-gabble packaging



More information about the Pkg-telepathy-commits mailing list