[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian-wheezy, updated. debian/2.30.3-2-11-gbd681e7

Laurent Bigonville bigon at bigon.be
Sat Jul 30 23:52:01 UTC 2011


The following commit has been merged in the debian-wheezy branch:
commit ffea5685f1aad5e3b87861f40fe04907cdfda889
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sun Jul 31 01:01:52 2011 +0200

    debian/rules, debian/control: Limit runtime dependencies against unndeeded libraries

diff --git a/debian/changelog b/debian/changelog
index b927c9f..51216ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,10 @@ empathy (2.30.3-3) UNRELEASED; urgency=low
     (Closes: #630267)
   * debian/patches/0003-use-gtk-clutter-init.patch: Call gtk_clutter_init()
     instead of clutter_init() (Backported from upstream)
+  * debian/rules, debian/control: Limit runtime dependencies against unndeeded
+    libraries
 
- -- Laurent Bigonville <bigon at debian.org>  Wed, 27 Jul 2011 10:59:08 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 31 Jul 2011 01:00:41 +0200
 
 empathy (2.30.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 636a2a9..1be87c7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Uploaders: Sjoerd Simons <sjoerd at debian.org>,
            Jonny Lamb <jonny at debian.org>
 Build-Depends: cdbs,
                debhelper (>= 7),
-               dh-autoreconf,
+               dh-autoreconf (>= 4),
                rarian-compat,
                librarian-dev,
                libglib2.0-dev (>= 2.22.0),
diff --git a/debian/rules b/debian/rules
index 91854cc..d87a13e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,11 @@ include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
 common-binary-post-install-arch:: list-missing
 
+DEB_DH_AUTORECONF_ARGS = --as-needed
+
 # Ensure at build time that the library has no dependencies on undefined
 # symbols, and speed up loading.
-#LDFLAGS += -Wl,-z,defs -Wl,-O1
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
                              --disable-tests \

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list