[Pkg-xfce-commits] r7767 - goodies/trunk/xfce4-indicator-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon Jun 10 08:01:43 UTC 2013


Author: corsac
Date: 2013-06-10 20:01:43 +0000 (Mon, 10 Jun 2013)
New Revision: 7767

Modified:
   goodies/trunk/xfce4-indicator-plugin/debian/changelog
   goodies/trunk/xfce4-indicator-plugin/debian/rules
Log:
ignore plugin for dh_makeshlibs, since it's a plugin.

Modified: goodies/trunk/xfce4-indicator-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/changelog	2013-06-10 19:52:05 UTC (rev 7766)
+++ goodies/trunk/xfce4-indicator-plugin/debian/changelog	2013-06-10 20:01:43 UTC (rev 7767)
@@ -5,6 +5,7 @@
     - add build-dep on libxfce4ui-1-dev.
   * debian/rules:
     - don't ship .la files.
+    - ignore plugin for dh_makeshlibs, since it's a plugin.
   * debian/control:
     - add build-dep on dpkg-dev for including pkg-info.mk.
 

Modified: goodies/trunk/xfce4-indicator-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/rules	2013-06-10 19:52:05 UTC (rev 7766)
+++ goodies/trunk/xfce4-indicator-plugin/debian/rules	2013-06-10 20:01:43 UTC (rev 7767)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/dpkg/pkg-info.mk
+include /usr/share/dpkg/architecture.mk
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
@@ -9,5 +10,8 @@
 	dh_auto_install
 	find debian/$(DEB_SOURCE)/ -name '*.la' -delete
 
+override_dh_makeshlibs:
+	dh_makeshlibs -X debian/$(DEB_SOURCE)/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/lib*-plugin.so
+
 %:
 	dh  $@ --parallel




More information about the Pkg-xfce-commits mailing list