[Pkg-xfce-commits] r4516 - in goodies/branches/experimental/xfce4-sensors-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Sat Nov 6 05:33:24 UTC 2010


Author: corsac
Date: 2010-11-06 17:33:20 +0000 (Sat, 06 Nov 2010)
New Revision: 4516

Modified:
   goodies/branches/experimental/xfce4-sensors-plugin/debian/changelog
   goodies/branches/experimental/xfce4-sensors-plugin/debian/control
   goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/02_port-xfce-47.patch
   goodies/branches/experimental/xfce4-sensors-plugin/debian/rules
Log:
  - add build-dep on xfce4-dev-tools and libtool.
* debian/rules:
  - run xdt-autogen after applying patch touching Makefile.am.

Modified: goodies/branches/experimental/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-sensors-plugin/debian/changelog	2010-11-06 16:59:22 UTC (rev 4515)
+++ goodies/branches/experimental/xfce4-sensors-plugin/debian/changelog	2010-11-06 17:33:20 UTC (rev 4516)
@@ -2,10 +2,13 @@
 
   * debian/control:
     - add build-dep on libxfcegui4-dev.
+    - add build-dep on xfce4-dev-tools and libtool.
   * debian/patches:
     - 02_port-xfce-47 added, port to 4.7 panel and link against libxfcegui4.
+  * debian/rules:
+    - run xdt-autogen after applying patch touching Makefile.am.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 06 Nov 2010 15:38:18 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 06 Nov 2010 17:29:47 +0100
 
 xfce4-sensors-plugin (1.0.0-1) unstable; urgency=low
 

Modified: goodies/branches/experimental/xfce4-sensors-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-sensors-plugin/debian/control	2010-11-06 16:59:22 UTC (rev 4515)
+++ goodies/branches/experimental/xfce4-sensors-plugin/debian/control	2010-11-06 17:33:20 UTC (rev 4516)
@@ -5,7 +5,8 @@
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Yves-Alexis Perez <corsac at debian.org>, Stefan Ott <stefan at ott.net>, Michael Casadevall <mcasadevall at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, 
  xfce4-panel-dev (>= 4.4.1), libxml2-dev, libsensors4-dev, libxml-parser-perl, 
- hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool, libxfcegui4-dev 
+ hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool, libxfcegui4-dev,
+ xfce4-dev-tools, libtool
 Standards-Version: 3.8.0
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-sensors-plugin/

Modified: goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/02_port-xfce-47.patch
===================================================================
--- goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/02_port-xfce-47.patch	2010-11-06 16:59:22 UTC (rev 4515)
+++ goodies/branches/experimental/xfce4-sensors-plugin/debian/patches/02_port-xfce-47.patch	2010-11-06 17:33:20 UTC (rev 4516)
@@ -35,3 +35,17 @@
  	@SOLLIBS@														\
  	@LIBSENSORS_LDFLAGS@
  
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 7057c7c..1fa0788 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -27,7 +27,8 @@ xfce4_sensors_CFLAGS = \
+ 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
+ 	@LIBSENSORS_CFLAGS@	\
+ 	@LIBXFCE4UTIL_CFLAGS@ \
+-	@LIBXFCEGUI4_CFLAGS@
++	@LIBXFCEGUI4_CFLAGS@ \
++	@LIBXFCE4PANEL_CFLAGS@
+ 
+ # @GTK_CFLAGS@ 	\
+ # @GLIB_CFLAGS@ \

Modified: goodies/branches/experimental/xfce4-sensors-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-sensors-plugin/debian/rules	2010-11-06 16:59:22 UTC (rev 4515)
+++ goodies/branches/experimental/xfce4-sensors-plugin/debian/rules	2010-11-06 17:33:20 UTC (rev 4516)
@@ -8,6 +8,9 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL += -X debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.1.0.0
 DEB_INSTALL_MANPAGES_xfce4-sensors-plugin := debian/xfce4-sensors.1
 
+post-patches::
+	NOCONFIGURE=1 xdt-autogen
+
 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