[Pkg-galago-commit] r491 - packages/unstable/libnotify/debian

Loïc Minier lool at alioth.debian.org
Mon Apr 16 08:19:56 UTC 2007


Author: lool
Date: 2007-04-16 08:19:56 +0000 (Mon, 16 Apr 2007)
New Revision: 491

Modified:
   packages/unstable/libnotify/debian/changelog
   packages/unstable/libnotify/debian/rules
Log:
* Prepend -z defs to LDFLAGS to be safe with --as-needed.

Modified: packages/unstable/libnotify/debian/changelog
===================================================================
--- packages/unstable/libnotify/debian/changelog	2007-04-16 08:14:38 UTC (rev 490)
+++ packages/unstable/libnotify/debian/changelog	2007-04-16 08:19:56 UTC (rev 491)
@@ -1,4 +1,4 @@
-libnotify (0.4.4-3) UNRELEASED; urgency=low
+libnotify (0.4.4-3) unstable; urgency=low
 
   * Drop GNOME team from uploaders and uploaders.mk include; add myself to
     uploaders.
@@ -7,8 +7,9 @@
     cdbs >= 0.4.41.
   * Add ${misc:Depends}.
   * Wrap build-deps and deps.
+  * Prepend -z defs to LDFLAGS to be safe with --as-needed.
 
- -- Loic Minier <lool at dooz.org>  Mon, 16 Apr 2007 10:14:31 +0200
+ -- Loic Minier <lool at dooz.org>  Mon, 16 Apr 2007 10:15:43 +0200
 
 libnotify (0.4.4-2) experimental; urgency=low
 

Modified: packages/unstable/libnotify/debian/rules
===================================================================
--- packages/unstable/libnotify/debian/rules	2007-04-16 08:14:38 UTC (rev 490)
+++ packages/unstable/libnotify/debian/rules	2007-04-16 08:19:56 UTC (rev 491)
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/gnome.mk
 
-LDFLAGS += -Wl,-O1 -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 DEB_DH_MAKESHLIBS_ARGS_libnotify1 := -V "libnotify1 (>= 0.4.4), libnotify1-gtk2.10"
 




More information about the Pkg-galago-commit mailing list