[Pkg-xfce-commits] r3947 - in goodies/trunk/xfce4-sensors-plugin/debian: . patches source

Yves-Alexis Perez corsac at alioth.debian.org
Thu Apr 22 10:17:16 UTC 2010


Author: corsac
Date: 2010-04-22 22:17:16 +0000 (Thu, 22 Apr 2010)
New Revision: 3947

Added:
   goodies/trunk/xfce4-sensors-plugin/debian/patches/series
   goodies/trunk/xfce4-sensors-plugin/debian/source/
   goodies/trunk/xfce4-sensors-plugin/debian/source/format
Modified:
   goodies/trunk/xfce4-sensors-plugin/debian/changelog
   goodies/trunk/xfce4-sensors-plugin/debian/compat
   goodies/trunk/xfce4-sensors-plugin/debian/control
   goodies/trunk/xfce4-sensors-plugin/debian/rules
Log:
  - update standards version to 3.8.4.
  - update debhelper build-dep to 7.
  - build-dep on libnotify-dev.
* debian/source/format added with 3.0 (quilt)
* debian/rules:
  - drop simple-patchsys include.
  - explicitly enable notifications.
* debian/compat updated to 7.

Modified: goodies/trunk/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/changelog	2010-04-22 21:51:40 UTC (rev 3946)
+++ goodies/trunk/xfce4-sensors-plugin/debian/changelog	2010-04-22 22:17:16 UTC (rev 3947)
@@ -3,7 +3,15 @@
   [ Yves-Alexis Perez ]
   * debian/control:
     - switch section to xfce.
+    - update standards version to 3.8.4.
+    - update debhelper build-dep to 7.
+    - build-dep on libnotify-dev.
   * debian/watch edited to track Xfce archive reorganisation.
+  * debian/source/format added with 3.0 (quilt)
+  * debian/rules:
+    - drop simple-patchsys include.
+    - explicitly enable notifications.
+  * debian/compat updated to 7.
 
   [ Evgeni Golov ]
   * Fix Vcs-* fields, they were missing 'trunk' in the path.
@@ -17,7 +25,7 @@
   * debian/patches/01_fix-build-without-libnotify.patch: added, fixes FTBFS
     (see Xfce #6349).
 
- -- Lionel Le Folgoc <mrpouit at gmail.com>  Tue, 30 Mar 2010 19:40:40 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 23 Apr 2010 00:06:22 +0200
 
 xfce4-sensors-plugin (0.10.99.6-2) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-sensors-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/compat	2010-04-22 21:51:40 UTC (rev 3946)
+++ goodies/trunk/xfce4-sensors-plugin/debian/compat	2010-04-22 22:17:16 UTC (rev 3947)
@@ -1 +1 @@
-4
+7

Modified: goodies/trunk/xfce4-sensors-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/control	2010-04-22 21:51:40 UTC (rev 3946)
+++ goodies/trunk/xfce4-sensors-plugin/debian/control	2010-04-22 22:17:16 UTC (rev 3947)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 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, 
+Build-Depends: cdbs, debhelper (>= 7), libgtk2.0-dev, 
  xfce4-panel-dev (>= 4.4.1), libxml2-dev, libsensors4-dev, libxml-parser-perl, 
- hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool
-Standards-Version: 3.8.0
+ hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool, libnotify-dev
+Standards-Version: 3.8.4
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-sensors-plugin/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-sensors-plugin/

Added: goodies/trunk/xfce4-sensors-plugin/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/patches/series	                        (rev 0)
+++ goodies/trunk/xfce4-sensors-plugin/debian/patches/series	2010-04-22 22:17:16 UTC (rev 3947)
@@ -0,0 +1 @@
+01_fix-build-without-libnotify.patch

Modified: goodies/trunk/xfce4-sensors-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/rules	2010-04-22 21:51:40 UTC (rev 3946)
+++ goodies/trunk/xfce4-sensors-plugin/debian/rules	2010-04-22 22:17:16 UTC (rev 3947)
@@ -1,9 +1,8 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-libsensors=yes --enable-procacpi --enable-hddtemp=yes
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-libsensors=yes --enable-procacpi --enable-hddtemp=yes --enable-notification
 
 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

Added: goodies/trunk/xfce4-sensors-plugin/debian/source/format
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/source/format	                        (rev 0)
+++ goodies/trunk/xfce4-sensors-plugin/debian/source/format	2010-04-22 22:17:16 UTC (rev 3947)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-xfce-commits mailing list