[Pkg-xfce-commits] r2737 - goodies/xfce4-sensors-plugin/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Mon Feb 23 21:19:29 UTC 2009


Author: corsac
Date: 2009-02-23 21:19:29 +0000 (Mon, 23 Feb 2009)
New Revision: 2737

Modified:
   goodies/xfce4-sensors-plugin/debian/changelog
   goodies/xfce4-sensors-plugin/debian/copyright
   goodies/xfce4-sensors-plugin/debian/rules
Log:
don't run dh_makeshlibs on libxfce4sensors.so.1.0.0 (private).

Modified: goodies/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/xfce4-sensors-plugin/debian/changelog	2009-02-23 21:02:44 UTC (rev 2736)
+++ goodies/xfce4-sensors-plugin/debian/changelog	2009-02-23 21:19:29 UTC (rev 2737)
@@ -8,8 +8,9 @@
     - add ${misc:Depends} to depends.
   * debian/rules:
     - remove {.a,.la} files in /usr/lib/xfce4/modules too.
+    - don't run dh_makeshlibs on libxfce4sensors.so.1.0.0 (private).
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 23 Feb 2009 22:02:20 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 23 Feb 2009 22:13:35 +0100
 
 xfce4-sensors-plugin (0.10.99.5~svn-r4998-2) unstable; urgency=low
 

Modified: goodies/xfce4-sensors-plugin/debian/copyright
===================================================================
--- goodies/xfce4-sensors-plugin/debian/copyright	2009-02-23 21:02:44 UTC (rev 2736)
+++ goodies/xfce4-sensors-plugin/debian/copyright	2009-02-23 21:19:29 UTC (rev 2737)
@@ -8,6 +8,6 @@
 
 License:
 This software is released under the terms of the GPL (GNU General Public
-License) version 2.
+License) version 2 or later.
 On Debian systems, the complete text of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL

Modified: goodies/xfce4-sensors-plugin/debian/rules
===================================================================
--- goodies/xfce4-sensors-plugin/debian/rules	2009-02-23 21:02:44 UTC (rev 2736)
+++ goodies/xfce4-sensors-plugin/debian/rules	2009-02-23 21:19:29 UTC (rev 2737)
@@ -5,6 +5,8 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-libsensors=yes --enable-procacp --enable-hddtemp=yes
 
+DEB_DH_MAKESHLIBS_ARGS_ALL += -X debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0
+
 binary-post-install/xfce4-sensors-plugin::
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la




More information about the Pkg-xfce-commits mailing list