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

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sat Jan 21 07:27:19 UTC 2012


Author: mrpouit-guest
Date: 2012-01-21 19:27:19 +0000 (Sat, 21 Jan 2012)
New Revision: 6330

Modified:
   goodies/trunk/xfce4-sensors-plugin/debian/changelog
   goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix-hdds-detection-linux-3.x.patch
Log:
* debian/patches:
  - 01_fix-hdds-detection-linux-3.x.patch: fix typo. Oops! (thanks Mike
    Edwards)

Modified: goodies/trunk/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/changelog	2012-01-21 19:19:01 UTC (rev 6329)
+++ goodies/trunk/xfce4-sensors-plugin/debian/changelog	2012-01-21 19:27:19 UTC (rev 6330)
@@ -1,3 +1,11 @@
+xfce4-sensors-plugin (1.2.3-3) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 01_fix-hdds-detection-linux-3.x.patch: fix typo. Oops! (thanks Mike
+      Edwards)
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Sat, 21 Jan 2012 20:21:41 +0100
+
 xfce4-sensors-plugin (1.2.3-2) unstable; urgency=low
 
   * debian/patches:

Modified: goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix-hdds-detection-linux-3.x.patch
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix-hdds-detection-linux-3.x.patch	2012-01-21 19:19:01 UTC (rev 6329)
+++ goodies/trunk/xfce4-sensors-plugin/debian/patches/01_fix-hdds-detection-linux-3.x.patch	2012-01-21 19:27:19 UTC (rev 6330)
@@ -12,7 +12,7 @@
      read_disks_netcat (chip);
  #else
 -    if (strcmp(p_uname->sysname, "Linux")==0 && major>=5)
-+    if (strcmp(p_uname->sysname, "Linux")==0 && (generation>=2 || (generation==2 && major>=5)))
++    if (strcmp(p_uname->sysname, "Linux")==0 && (generation>=3 || (generation==2 && major>=5)))
          read_disks_linux26 (chip);
      else
          read_disks_fallback (chip); /* hopefully, that's a safe variant */




More information about the Pkg-xfce-commits mailing list