[Pkg-xfce-commits] r1525 - goodies/xfce4-sensors-plugin/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Fri Jan 4 11:01:02 UTC 2008


Author: corsac
Date: 2008-01-04 11:01:02 +0000 (Fri, 04 Jan 2008)
New Revision: 1525

Modified:
   goodies/xfce4-sensors-plugin/debian/changelog
   goodies/xfce4-sensors-plugin/debian/control
   goodies/xfce4-sensors-plugin/debian/rules
Log:
new upstream snapshot fixes libsensor 3 problem \o/


Modified: goodies/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/xfce4-sensors-plugin/debian/changelog	2008-01-04 09:27:43 UTC (rev 1524)
+++ goodies/xfce4-sensors-plugin/debian/changelog	2008-01-04 11:01:02 UTC (rev 1525)
@@ -1,15 +1,12 @@
-xfce4-sensors-plugin (0.10.99.3-1) UNRELEASED; urgency=low
+xfce4-sensors-plugin (0.10.99.4~svn-r3775-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream svn snapshot.
+    add libsensors 3 support.                                   closes: #458978
   * debian/rules: enable configure flags explicitely.
   * debian/control: build-dep on hddtemp so its path is correctly detected.
 
-  FIXME needs investigation into lmsensors and what we build against etc.
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 04 Jan 2008 11:53:43 +0100
 
-  http://bugzilla.xfce.org/show_bug.cgi?id=3739
-
- -- Yves-Alexis Perez <corsac at debian.org>  Wed, 12 Dec 2007 08:18:21 +0100
-
 xfce4-sensors-plugin (0.10.99.2-1) unstable; urgency=low
 
   [ Emanuele Rocca ]

Modified: goodies/xfce4-sensors-plugin/debian/control
===================================================================
--- goodies/xfce4-sensors-plugin/debian/control	2008-01-04 09:27:43 UTC (rev 1524)
+++ goodies/xfce4-sensors-plugin/debian/control	2008-01-04 11:01:02 UTC (rev 1525)
@@ -3,7 +3,7 @@
 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 desire.ch>
-Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, xfce4-panel-dev (>= 4.4.1), libxml2-dev, libsensors-dev, libxml-parser-perl, hddtemp
+Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, xfce4-panel-dev (>= 4.4.1), libxml2-dev, libsensors4-dev, libxml-parser-perl, hddtemp
 Standards-Version: 3.7.3
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-sensors-plugin/
@@ -11,9 +11,8 @@
 
 Package: xfce4-sensors-plugin
 Architecture: any
-Depends: ${shlibs:Depends}, lm-sensors
-Conflicts: lm-sensors (>= 3.0.0)
-Recommends: hddtemp
+Depends: ${shlibs:Depends}
+Recommends: hddtemp, lm-sensors
 Suggests: xsensors
 Description: hardware sensors plugin for the Xfce4 panel
  The sensors plugin reads your hardware sensor values and displays

Modified: goodies/xfce4-sensors-plugin/debian/rules
===================================================================
--- goodies/xfce4-sensors-plugin/debian/rules	2008-01-04 09:27:43 UTC (rev 1524)
+++ goodies/xfce4-sensors-plugin/debian/rules	2008-01-04 11:01:02 UTC (rev 1525)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-libsensors=yes --enable-procacp --enable-hddtemp=yes
 




More information about the Pkg-xfce-commits mailing list