r31719 - in /desktop/unstable/libcryptui/debian: changelog rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Mon Nov 21 00:59:17 UTC 2011


Author: jordi
Date: Mon Nov 21 00:59:11 2011
New Revision: 31719

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31719
Log:
Add -Wl,-z,defs to LDFLAGS.

Modified:
    desktop/unstable/libcryptui/debian/changelog
    desktop/unstable/libcryptui/debian/rules

Modified: desktop/unstable/libcryptui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/changelog?rev=31719&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/changelog [utf-8] (original)
+++ desktop/unstable/libcryptui/debian/changelog [utf-8] Mon Nov 21 00:59:11 2011
@@ -22,5 +22,6 @@
   * Pass --enable-gtk-doc, and Build-Depend on libgtk-3-doc to ensure correct
     cross-references.
   * Add a libcryptui-doc. Add necessary Replaces/Breaks.
+  * Add -Wl,-z,defs to LDFLAGS.
 
  -- Jordi Mallach <jordi at debian.org>  Sat, 19 Nov 2011 01:25:18 +0100

Modified: desktop/unstable/libcryptui/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/rules?rev=31719&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/rules [utf-8] (original)
+++ desktop/unstable/libcryptui/debian/rules [utf-8] Mon Nov 21 00:59:11 2011
@@ -7,8 +7,10 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-LDFLAGS += -Wl,-O1 -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 			     --disable-update-mime-database \
 			     --enable-gtk-doc
+
+DEB_DH_INSTALL_ARGS += --list-missing




More information about the pkg-gnome-commits mailing list