[Pkg-xfce-commits] r8712 - in /goodies/trunk/xfce4-battery-plugin/debian: changelog patches/01_no-sysctl.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Sun Nov 2 14:55:29 UTC 2014


Author: corsac
Date: Sun Nov  2 14:55:29 2014
New Revision: 8712

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8712
Log:
* debian/patches:
  - 01_no-sysctl added, don't fail to build if sysctl.h is not available
  since it's deprecated anyway.                               closes: #766766

Added:
    goodies/trunk/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch
    goodies/trunk/xfce4-battery-plugin/debian/patches/series
Modified:
    goodies/trunk/xfce4-battery-plugin/debian/changelog

Modified: goodies/trunk/xfce4-battery-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-battery-plugin/debian/changelog?rev=8712&op=diff
==============================================================================
--- goodies/trunk/xfce4-battery-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-battery-plugin/debian/changelog	Sun Nov  2 14:55:29 2014
@@ -1,3 +1,11 @@
+xfce4-battery-plugin (1.0.5-4) UNRELEASED; urgency=medium
+
+  * debian/patches:
+    - 01_no-sysctl added, don't fail to build if sysctl.h is not available
+    since it's deprecated anyway.                               closes: #766766
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 02 Nov 2014 15:38:57 +0100
+
 xfce4-battery-plugin (1.0.5-3) unstable; urgency=low
 
   [ Evgeni Golov ]

Added: goodies/trunk/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch?rev=8712&op=file
==============================================================================
--- goodies/trunk/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch	(added)
+++ goodies/trunk/xfce4-battery-plugin/debian/patches/01_no-sysctl.patch	Sun Nov  2 14:55:29 2014
@@ -0,0 +1,19 @@
+--- xfce4-battery-plugin-1.0.5.orig/panel-plugin/libacpi.c
++++ xfce4-battery-plugin-1.0.5/panel-plugin/libacpi.c
+@@ -50,12 +50,13 @@ static int      acpifd;
+ #endif
+ 
+ #include <sys/sysctl.h>
++
++#endif
++
+ #include <err.h>
+ #include <errno.h>
+ #include <unistd.h>
+ 
+-#endif
+-
+ #include "libacpi.h"
+ 
+ #define ACBASE "/proc/acpi/ac_adapter"
+

Added: goodies/trunk/xfce4-battery-plugin/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-battery-plugin/debian/patches/series?rev=8712&op=file
==============================================================================
--- goodies/trunk/xfce4-battery-plugin/debian/patches/series	(added)
+++ goodies/trunk/xfce4-battery-plugin/debian/patches/series	Sun Nov  2 14:55:29 2014
@@ -0,0 +1 @@
+01_no-sysctl.patch




More information about the Pkg-xfce-commits mailing list