[Pkg-xfce-commits] r3084 - goodies/trunk/xfmpc/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue Apr 7 06:16:18 UTC 2009


Author: corsac
Date: 2009-04-07 06:16:18 +0000 (Tue, 07 Apr 2009)
New Revision: 3084

Modified:
   goodies/trunk/xfmpc/debian/changelog
   goodies/trunk/xfmpc/debian/rules
Log:
* debian/rules:
  - add -Wl,-z,-defs -Wl,--as-needed to LDFLAGS.

Modified: goodies/trunk/xfmpc/debian/changelog
===================================================================
--- goodies/trunk/xfmpc/debian/changelog	2009-04-07 05:58:28 UTC (rev 3083)
+++ goodies/trunk/xfmpc/debian/changelog	2009-04-07 06:16:18 UTC (rev 3084)
@@ -1,12 +1,14 @@
-xfmpc (0.1.0-1) UNRELEASED; urgency=low
+xfmpc (0.1.0-1) unstable; urgency=low
 
   * New upstream release.
   * debian/compat bumped to 7.
   * debian/control:
     - update debhelper build-dep to 7.
     - update standards version to 3.8.1.
+  * debian/rules:
+    - add -Wl,-z,-defs -Wl,--as-needed to LDFLAGS.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Wed, 01 Apr 2009 08:05:43 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 07 Apr 2009 08:01:32 +0200
 
 xfmpc (0.0.7-1) unstable; urgency=low
 

Modified: goodies/trunk/xfmpc/debian/rules
===================================================================
--- goodies/trunk/xfmpc/debian/rules	2009-04-07 05:58:28 UTC (rev 3083)
+++ goodies/trunk/xfmpc/debian/rules	2009-04-07 06:16:18 UTC (rev 3084)
@@ -1,3 +1,5 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+
+LDFLAGS +=-Wl,-z,-defs -Wl,--as-needed




More information about the Pkg-xfce-commits mailing list