X-Debbugs-Cc: [email protected] Package: xfce4-sensors-plugin Version: 1.2.5-2 Followup-For: Bug #685832
unmerge 685832 tags 685832 -fixed-upstream thanks Hello, After changing HDD I have run into this same problem in Wheezy. I have disconnected this bug from 670046 since the other bug is actually a different issue. Just as before, the patch already provided in 2012 is working correctly and is trivial. I already have a locally rebuilt package for wheezy which fixes the issue by just adding netcat-traditional as a build dependency and everything works without issues. For your conveninece I attached the updated patch and the patch I applied over the unstable version to backport xfce4-sensors-plugin to wheezy. -- System Information: Debian Release: 7.8 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (99, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.18.0-rc2-heidi+ (SMP w/2 CPU cores) Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xfce4-sensors-plugin depends on: ii libatk1.0-0 2.4.0-2 ii libc6 2.13-38+deb7u7 ii libcairo2 1.12.2-3 ii libfontconfig1 2.9.0-7.1 ii libfreetype6 2.4.9-1.1 ii libgdk-pixbuf2.0-0 2.26.1-1 ii libglib2.0-0 2.33.12+really2.32.4-5 ii libgtk2.0-0 2.24.10-2 ii libnotify4 0.7.5-1 ii libpango1.0-0 1.30.0-1 ii libsensors4 1:3.3.2-2+deb7u1 ii libxfce4ui-1-0 4.8.1-1 ii libxfce4util4 4.8.2-1 ii xfce4-panel 4.8.6-4 Versions of packages xfce4-sensors-plugin recommends: ii hddtemp 0.3-beta15-52 ii lm-sensors 1:3.3.2-2+deb7u1 Versions of packages xfce4-sensors-plugin suggests: pn xsensors <none> -- no debconf information -- Eddy Petrișor
diff -Nru xfce4-sensors-plugin-1.2.5/debian/changelog xfce4-sensors-plugin-1.2.5/debian/changelog --- xfce4-sensors-plugin-1.2.5/debian/changelog 2013-05-26 14:18:23.000000000 +0300 +++ xfce4-sensors-plugin-1.2.5/debian/changelog 2015-02-02 21:48:45.000000000 +0200 @@ -1,3 +1,11 @@ +xfce4-sensors-plugin (1.2.5-3) unstable; urgency=low + + * Add netcat-traditional as a build dependency so xfce4-sensors + aske hddtemp's via over localhost:7634, and does not rely on suid + hddtemp + + -- Eddy Petrișor <[email protected]> Mon, 02 Feb 2015 21:36:28 +0200 + xfce4-sensors-plugin (1.2.5-2) unstable; urgency=low [ Daniel Echeverry ] diff -Nru xfce4-sensors-plugin-1.2.5/debian/control xfce4-sensors-plugin-1.2.5/debian/control --- xfce4-sensors-plugin-1.2.5/debian/control 2013-05-26 14:19:03.000000000 +0300 +++ xfce4-sensors-plugin-1.2.5/debian/control 2015-02-02 21:35:17.000000000 +0200 @@ -5,9 +5,9 @@ Uploaders: Yves-Alexis Perez <[email protected]>, Lionel Le Folgoc <[email protected]> Build-Depends: debhelper (>= 9), libgtk2.0-dev, xfce4-panel-dev, libxml2-dev, - libsensors4-dev, libxml-parser-perl, - hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool, - libxfce4ui-1-dev, libnotify-dev + libsensors4-dev, libxml-parser-perl, + hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool, + libxfce4ui-1-dev, libnotify-dev, netcat-traditional | netcat-openbsd Standards-Version: 3.9.4 Homepage: http://goodies.xfce.org/ Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-sensors-plugin/
diff -Nru xfce4-sensors-plugin-1.2.5/debian/changelog xfce4-sensors-plugin-1.2.5/debian/changelog --- xfce4-sensors-plugin-1.2.5/debian/changelog 2013-05-26 14:18:23.000000000 +0300 +++ xfce4-sensors-plugin-1.2.5/debian/changelog 2015-02-02 21:48:45.000000000 +0200 @@ -1,3 +1,12 @@ +xfce4-sensors-plugin (1.2.5-2~lbp70+1~custom0) wheezy-backports; urgency=low + + * Rebuild for squeeze-backports. + * Add netcat-traditional as a build dependency so xfce4-sensors + uses hddtemp over localhost:7634, and does not rely on suid + hddtemp + + -- Eddy Petrișor <[email protected]> Mon, 02 Feb 2015 21:36:28 +0200 + xfce4-sensors-plugin (1.2.5-2) unstable; urgency=low [ Daniel Echeverry ] diff -Nru xfce4-sensors-plugin-1.2.5/debian/control xfce4-sensors-plugin-1.2.5/debian/control --- xfce4-sensors-plugin-1.2.5/debian/control 2013-05-26 14:19:03.000000000 +0300 +++ xfce4-sensors-plugin-1.2.5/debian/control 2015-02-02 21:35:17.000000000 +0200 @@ -5,9 +5,9 @@ Uploaders: Yves-Alexis Perez <[email protected]>, Lionel Le Folgoc <[email protected]> Build-Depends: debhelper (>= 9), libgtk2.0-dev, xfce4-panel-dev, libxml2-dev, - libsensors4-dev, libxml-parser-perl, - hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool, - libxfce4ui-1-dev, libnotify-dev + libsensors4-dev, libxml-parser-perl, + hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], intltool, + libxfce4ui-1-dev, libnotify-dev, netcat-traditional | netcat-openbsd Standards-Version: 3.9.4 Homepage: http://goodies.xfce.org/ Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-sensors-plugin/
_______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

