Your message dated Wed, 04 Oct 2006 14:32:59 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#378482: fixed in cpufrequtils 002-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: cpufrequtils
Version: 002-1
Severity: normal

Hi,

your init script uses \s in a sed expression.  This doesn't work with
sarge's sed which breaks partial upgrades and backports.

Please either depend on sed >= 4.1.5-1 (I know that it works with this
one and does not work with 4.1.2-8), or even better, change your init
script slightly:

--- /etc/init.d/cpufrequtils.orig       2006-07-15 16:05:11.000000000 +0200
+++ /etc/init.d/cpufrequtils    2006-07-16 19:19:14.000000000 +0200
@@ -50,5 +50,5 @@
 fi
 
-CPUS=$(sed -ne 's/^processor\s*: \([0-9]\+\)$/\1/p' /proc/cpuinfo)
+CPUS=$(sed -ne 's/^processor[[:space:]]*: \([0-9]\+\)$/\1/p' /proc/cpuinfo)
 RETVAL=0
 case "$1" in


Cheers,
Peter


--- End Message ---
--- Begin Message ---
Source: cpufrequtils
Source-Version: 002-2

We believe that the bug you reported is fixed in the latest version of
cpufrequtils, which is due to be installed in the Debian FTP archive:

cpufrequtils_002-2.diff.gz
  to pool/main/c/cpufrequtils/cpufrequtils_002-2.diff.gz
cpufrequtils_002-2.dsc
  to pool/main/c/cpufrequtils/cpufrequtils_002-2.dsc
cpufrequtils_002-2_i386.deb
  to pool/main/c/cpufrequtils/cpufrequtils_002-2_i386.deb
libcpufreq-dev_002-2_i386.deb
  to pool/main/c/cpufrequtils/libcpufreq-dev_002-2_i386.deb
libcpufreq0_002-2_i386.deb
  to pool/main/c/cpufrequtils/libcpufreq0_002-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Dongili <[EMAIL PROTECTED]> (supplier of updated cpufrequtils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 11 Aug 2006 13:34:09 +0200
Source: cpufrequtils
Binary: cpufrequtils libcpufreq0 libcpufreq-dev
Architecture: source i386
Version: 002-2
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili <[EMAIL PROTECTED]>
Changed-By: Mattia Dongili <[EMAIL PROTECTED]>
Description: 
 cpufrequtils - utilities to deal with the cpufreq Linux kernel feature
 libcpufreq-dev - development files to deal with the cpufreq Linux kernel 
feature
 libcpufreq0 - shared library to deal with the cpufreq Linux kernel feature
Closes: 378482
Changes: 
 cpufrequtils (002-2) unstable; urgency=low
 .
   * Be Sarge's sed compliant, thanks to Peter Palfrader. (Closes: #378482)
Files: 
 bb6c2020e3196abf942585fa6e92f992 640 admin optional cpufrequtils_002-2.dsc
 ec728d894f0485cbd896f674f50366be 5783 admin optional cpufrequtils_002-2.diff.gz
 2a1d6607b21f8dd838dd32b05f82b1ff 21636 admin optional 
cpufrequtils_002-2_i386.deb
 0a6bf1190b079b579fd0ccee6f3036d5 9670 libs optional libcpufreq0_002-2_i386.deb
 7fd5703b817b487e09bde3e9b86735ab 9960 libdevel optional 
libcpufreq-dev_002-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFI/dFgpRPaOotLEERAjfuAKCD9HxYhfMfWaSXIqXvDwGXbDvgjQCgkbTC
t1VaRF6g2w+d4EtkI1fHg9A=
=oQxS
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to