[Pkg-xfce-commits] r5077 - goodies/branches/experimental/xfce4-notes-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Feb 27 02:14:24 UTC 2011


Author: corsac
Date: 2011-02-27 14:14:13 +0000 (Sun, 27 Feb 2011)
New Revision: 5077

Modified:
   goodies/branches/experimental/xfce4-notes-plugin/debian/changelog
   goodies/branches/experimental/xfce4-notes-plugin/debian/rules
Log:
ignore /usr/lib/xfce4/panel-plugins is dh_makeshlibs. 

Modified: goodies/branches/experimental/xfce4-notes-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-notes-plugin/debian/changelog	2011-02-27 14:12:58 UTC (rev 5076)
+++ goodies/branches/experimental/xfce4-notes-plugin/debian/changelog	2011-02-27 14:14:13 UTC (rev 5077)
@@ -8,8 +8,9 @@
     - pick {C,LD}FLAGS from dpkg-buildflags.
     - add -O1, -z,defs and --as-needed to LDFLAGS.
     - add hardening flags to {C,LD}FLAGS.
+    - ignore /usr/lib/xfce4/panel-plugins is dh_makeshlibs. 
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 07 Nov 2010 10:27:08 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 27 Feb 2011 15:11:47 +0100
 
 xfce4-notes-plugin (1.7.6-1) unstable; urgency=low
 

Modified: goodies/branches/experimental/xfce4-notes-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-notes-plugin/debian/rules	2011-02-27 14:12:58 UTC (rev 5076)
+++ goodies/branches/experimental/xfce4-notes-plugin/debian/rules	2011-02-27 14:14:13 UTC (rev 5077)
@@ -13,5 +13,8 @@
 	-rm -rf debian/tmp/usr/lib/xfce4/panel-plugins/*.la
 	dh_install --fail-missing
 
+override_dh_makeshlibs:
+	dh_makeshlibs -n -X /usr/lib/xfce4/panel-plugins
+
 %:
 	dh $@




More information about the Pkg-xfce-commits mailing list