[Pkg-xfce-commits] r4265 - desktop/branches/experimental/xfce4-appfinder/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Sep 5 02:14:18 UTC 2010


Author: corsac
Date: 2010-09-05 14:14:02 +0000 (Sun, 05 Sep 2010)
New Revision: 4265

Modified:
   desktop/branches/experimental/xfce4-appfinder/debian/changelog
   desktop/branches/experimental/xfce4-appfinder/debian/rules
Log:
* debian/rules:
  - build with --as-needed.

Modified: desktop/branches/experimental/xfce4-appfinder/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-appfinder/debian/changelog	2010-09-05 14:13:38 UTC (rev 4264)
+++ desktop/branches/experimental/xfce4-appfinder/debian/changelog	2010-09-05 14:14:02 UTC (rev 4265)
@@ -6,8 +6,10 @@
     - update standards version to 3.9.1
     - add build-dep on libgarcon-1-0-dev.
   * Switch to 3.0 (quilt) source format.
+  * debian/rules:
+    - build with --as-needed.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 05 Sep 2010 15:29:05 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 05 Sep 2010 16:04:32 +0200
 
 xfce4-appfinder (4.6.2-1) unstable; urgency=low
 

Modified: desktop/branches/experimental/xfce4-appfinder/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-appfinder/debian/rules	2010-09-05 14:13:38 UTC (rev 4264)
+++ desktop/branches/experimental/xfce4-appfinder/debian/rules	2010-09-05 14:14:02 UTC (rev 4265)
@@ -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
+
 override_dh_install:
 	# install menu pixmap
 	install -d $(CURDIR)/debian/xfce4-appfinder/usr/share/pixmaps




More information about the Pkg-xfce-commits mailing list