[Pkg-xfce-commits] r2143 - in goodies/xfce4-sensors-plugin/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Fri Jun 27 07:14:59 UTC 2008
Author: corsac
Date: 2008-06-27 07:14:58 +0000 (Fri, 27 Jun 2008)
New Revision: 2143
Removed:
goodies/xfce4-sensors-plugin/debian/patches/01_dont-look-at-floppy-disk.patch
Modified:
goodies/xfce4-sensors-plugin/debian/changelog
goodies/xfce4-sensors-plugin/debian/control
Log:
* New upstream svn snapshot.
- warn only once about hddtemp unavailable. closes: #483831, #488151
* debian/control:
- correct typo. closes: #474697
- update standards version to 3.8.0.
* debian/patches:
- 01_dont-look-at-floppy-disk dropped, the plugin now uses a whitelist.
Modified: goodies/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/xfce4-sensors-plugin/debian/changelog 2008-06-27 00:38:09 UTC (rev 2142)
+++ goodies/xfce4-sensors-plugin/debian/changelog 2008-06-27 07:14:58 UTC (rev 2143)
@@ -1,9 +1,15 @@
-xfce4-sensors-plugin (0.10.99.4~svn-r3775-3) UNRELEASED; urgency=low
+xfce4-sensors-plugin (0.10.99.5~svn-r4998-1) unstable; urgency=low
+ * New upstream svn snapshot.
+ - warn only once about hddtemp unavailable. closes: #483831, #488151
* don't build-dep on hddtemp on kfreebsd and hurd, where it's unavailable.
- * debian/control: correct typo. closes: #474697
+ * debian/control:
+ - correct typo. closes: #474697
+ - update standards version to 3.8.0.
+ * debian/patches:
+ - 01_dont-look-at-floppy-disk dropped, the plugin now uses a whitelist.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 07 Apr 2008 12:47:42 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 27 Jun 2008 09:12:24 +0200
xfce4-sensors-plugin (0.10.99.4~svn-r3775-2) unstable; urgency=low
Modified: goodies/xfce4-sensors-plugin/debian/control
===================================================================
--- goodies/xfce4-sensors-plugin/debian/control 2008-06-27 00:38:09 UTC (rev 2142)
+++ goodies/xfce4-sensors-plugin/debian/control 2008-06-27 07:14:58 UTC (rev 2143)
@@ -4,7 +4,7 @@
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 desire.ch>
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]
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-sensors-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-sensors-plugin/
Deleted: goodies/xfce4-sensors-plugin/debian/patches/01_dont-look-at-floppy-disk.patch
===================================================================
--- goodies/xfce4-sensors-plugin/debian/patches/01_dont-look-at-floppy-disk.patch 2008-06-27 00:38:09 UTC (rev 2142)
+++ goodies/xfce4-sensors-plugin/debian/patches/01_dont-look-at-floppy-disk.patch 2008-06-27 07:14:58 UTC (rev 2143)
@@ -1,13 +0,0 @@
-diff -Naur xfce4-sensors-plugin_old/panel-plugin/hddtemp.c xfce4-sensors-plugin-0.10.99.4/panel-plugin/hddtemp.c
---- xfce4-sensors-plugin_old/panel-plugin/hddtemp.c 2008-02-02 14:04:24.000000000 +0100
-+++ xfce4-sensors-plugin-0.10.99.4/panel-plugin/hddtemp.c 2008-02-03 16:54:00.000000000 +0100
-@@ -123,7 +123,8 @@
- if ( strncmp (dirname, "ram", 3)!=0 &&
- strncmp (dirname, "loop", 4)!=0 &&
- strncmp (dirname, "md", 2)!=0 &&
-- strncmp (dirname, "dm-", 3)!=0 ) {
-+ strncmp (dirname, "dm-", 3)!=0 &&
-+ strncmp (dirname, "fd", 2) !=0) {
- /* TODO: look, if /dev/dirname exists? */
- chipfeature = g_new0 (t_chipfeature, 1);
- chipfeature->name = g_strconcat ("/dev/", dirname, NULL); /* /proc/ide/hda/model ?? */
More information about the Pkg-xfce-commits
mailing list