[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian, updated. debian/2.91.5-1-9-gb1e0179

Emilio Pozuelo Monfort emilio.pozuelo at collabora.co.uk
Wed Jan 19 20:31:18 UTC 2011


The following commit has been merged in the debian branch:
commit eef8d89036d0f3ddbecd76e9fab542fbb7ddfb0c
Author: Emilio Pozuelo Monfort <emilio.pozuelo at collabora.co.uk>
Date:   Wed Jan 19 19:57:18 2011 +0000

    Link with -Wl,-z,defs -Wl,-O1 again

diff --git a/debian/changelog b/debian/changelog
index 5299d10..a1b13a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ empathy (2.91.5.1-1) UNRELEASED; urgency=low
     + Don't tell CDBS what the dbg package is, it already knows that.
     + No need to tell dh_install to look at debian/tmp, it does that
       since compat 7.
+    + Link with -Wl,-z,defs -Wl,-O1 again.
 
  -- Laurent Bigonville <bigon at debian.org>  Sun, 16 Jan 2011 03:49:28 +0100
 
diff --git a/debian/rules b/debian/rules
index 3622de7..117be29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ binary-install/empathy::
 
 # 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
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
                              --enable-webkit \

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list