desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #161399
[Bug 1544612] Re: Missing fix for 1299975 claimed to be in pm-utils (1.4.1-13ubuntu0.1)
This bug was fixed in the package pm-utils - 1.4.1-16
---------------
pm-utils (1.4.1-16) unstable; urgency=medium
* 17-fix-wireless-hook.patch: Some drivers actually do have an "enable"
attribute, so accept both "enable" and "enabled". Also invert the logic so
that if neither attribute exists the device is considered enabled.
(Closes: #773647, LP: #1544612)
* Use dh_install instead of debian/rules code for installing Debian hook
files.
* Use debian/clean instead of debian/rules code.
* Move from cdbs to dh.
* Bump Standards-Version to 3.9.7.
* Drop Tim Dijkstra as Maintainer, he hasn't uploaded since 2007. Move to
"Utopia Maintenance Team".
-- Martin Pitt <mpitt@xxxxxxxxxx> Mon, 15 Feb 2016 10:26:45 +0100
** Changed in: pm-utils (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1544612
Title:
Missing fix for 1299975 claimed to be in pm-utils (1.4.1-13ubuntu0.1)
Status in pm-utils package in Ubuntu:
Fix Released
Status in pm-utils source package in Trusty:
In Progress
Status in pm-utils package in Debian:
Fix Released
Bug description:
The patch debian/patches/17-fix-wireless-hook.patch for bug 1299975 is
supposed to be applied in pm-utils (1.4.1-13ubuntu0.1) but is not
installed in that version from trusty-updates.
The file /usr/lib/pm-utils/power.d/wireless dated 2014-07-15 16:15 (attached) supposedly installed by the updated package still contains line 23
[ "$(cat /sys/class/net/$1/device/enabled)" = "1" ] || return 1
which should be
[ "$(cat /sys/class/net/$1/device/enable)" = "1" ] || return 1
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pm-utils 1.4.1-13ubuntu0.1 [modified: usr/lib/pm-utils/pm-functions]
ProcVersionSignature: Ubuntu 3.13.0-78.122-generic 3.13.11-ckt33
Uname: Linux 3.13.0-78-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: LXDE
Date: Thu Feb 11 15:10:05 2016
InstallationDate: Installed on 2014-07-15 (576 days ago)
InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
PackageArchitecture: all
SourcePackage: pm-utils
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1544612/+subscriptions
References