[Pkg-xfce-commits] r4312 - goodies/branches/experimental/xfce4-clipman-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Oct 17 02:19:26 UTC 2010


Author: corsac
Date: 2010-10-17 14:19:12 +0000 (Sun, 17 Oct 2010)
New Revision: 4312

Modified:
   goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog
   goodies/branches/experimental/xfce4-clipman-plugin/debian/rules
Log:
  - pick {C,LD}FLAGS from dpkg-buildflags.
  - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.

Modified: goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog	2010-10-17 14:13:11 UTC (rev 4311)
+++ goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog	2010-10-17 14:19:12 UTC (rev 4312)
@@ -6,9 +6,11 @@
     - update dh build-dep to 7.0.50~ for overrides.
   * debian/rules:
     - switch to dh7 tiny rules
+    - pick {C,LD}FLAGS from dpkg-buildflags.
+    - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
   * Switch to 3.0 (quilt) source format.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 17 Oct 2010 16:06:33 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 17 Oct 2010 16:15:34 +0200
 
 xfce4-clipman-plugin (2:1.1.3-3) unstable; urgency=low
 

Modified: goodies/branches/experimental/xfce4-clipman-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-clipman-plugin/debian/rules	2010-10-17 14:13:11 UTC (rev 4311)
+++ goodies/branches/experimental/xfce4-clipman-plugin/debian/rules	2010-10-17 14:19:12 UTC (rev 4312)
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
 
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+
 %:
 	dh $@
 




More information about the Pkg-xfce-commits mailing list