[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Stable update proposal: cpufrequtils



Ref item 9 on <URL:http://wiki.debian.org/DebianEdu/Meeting/20070813>,
here is a update proposal for the stable release.

I propose to update the version of cpufrequtils in the stable
repository from 002-4.0.0.edu.etch.1 to 002-4.0.edu.etch.1.  The
changes are trivial, and the new package is a clean backport of a
newer version from unstable.

The new version is still missing binaries on powerpc and amd64.  This
should be solved before the package is pushed into the stable release.

Here is the diff -r output between the two versions:

diff -ur cpufrequtils-002/debian/changelog cpufrequtils-002-4.0.edu.etch.1/debian/changelog
--- cpufrequtils-002/debian/changelog   2007-09-01 11:21:38.000000000 +0200
+++ cpufrequtils-002-4.0.edu.etch.1/debian/changelog    2007-09-01 11:20:54.000000000 +0200
@@ -1,8 +1,16 @@
-cpufrequtils (002-4.0.0.edu.etch.1) terra; urgency=low
+cpufrequtils (002-4.0.edu.etch.1) terra; urgency=low

-  * NMU and backport for Debian Edu/Etch.
+  * Non-maintainer backport to Debian Edu/Etch.

- -- Petter Reinholdtsen <pere@debian.org>  Sun,  3 Jun 2007 08:57:24 +0200
+ -- Petter Reinholdtsen <pere@debian.org>  Tue, 31 Jul 2007 07:22:18 +0200
+
+cpufrequtils (002-5) unstable; urgency=low
+
+  * fix loadcpufreq script to avoid using laptop-detect as the result
+    of its invocation was not used (Closes: #428172).
+  * output the name of the driver used at startup.
+
+ -- Mattia Dongili <malattia@debian.org>  Sun, 10 Jun 2007 11:30:31 +0900

 cpufrequtils (002-4) unstable; urgency=low

diff -ur cpufrequtils-002/debian/control cpufrequtils-002-4.0.edu.etch.1/debian/control
--- cpufrequtils-002/debian/control     2007-09-01 11:21:38.000000000 +0200
+++ cpufrequtils-002-4.0.edu.etch.1/debian/control      2007-09-01 11:20:54.000000000 +0200
@@ -25,7 +25,7 @@
 Package: libcpufreq-dev
 Architecture: any
 Section: libdevel
-Depends: libsysfs-dev (>= 1.0.0), libcpufreq0 (= ${Source-Version})
+Depends: libsysfs-dev (>= 1.0.0), libcpufreq0 (= ${binary:Version})
 Description: development files to deal with the cpufreq Linux kernel feature
  This package provides everything that is needed for developing own
  programs using libcpufreq.
diff -ur cpufrequtils-002/debian/cpufrequtils.loadcpufreq.init cpufrequtils-002-4.0.edu.etch.1/debian/cpufrequtils.loadcpufreq.init
--- cpufrequtils-002/debian/cpufrequtils.loadcpufreq.init       2007-09-01 11:21:38.000000000 +0200
+++ cpufrequtils-002-4.0.edu.etch.1/debian/cpufrequtils.loadcpufreq.init        2007-09-01 11:20:54.000000000 +0200
@@ -33,7 +33,7 @@
 set -e

 load_detected_cpufreq_modules() {
-    if /usr/sbin/laptop-detect; then LAPTOP=1; fi
+    #if /usr/sbin/laptop-detect; then LAPTOP=1; fi
     CPUINFO=/proc/cpuinfo
     IOPORTS=/proc/ioports

@@ -216,12 +216,12 @@

 case "$1" in
   start)
-               log_begin_msg "Loading cpufreq kernel modules... "
+               log_action_begin_msg "Loading cpufreq kernel modules"
         [ -f /proc/modules ] && load_modules
        if check_kernel ; then
-           log_end_msg 0
+           log_action_end_msg 0 "$MODULE"
        else
-           log_end_msg 1
+           log_action_end_msg 1
        fi
        ;;
   stop)
diff -ur cpufrequtils-002/po/de.po cpufrequtils-002-4.0.edu.etch.1/po/de.po
--- cpufrequtils-002/po/de.po   2007-09-01 11:21:38.000000000 +0200
+++ cpufrequtils-002-4.0.edu.etch.1/po/de.po    2007-09-01 11:20:54.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: cpufrequtils 0.1-pre2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-05-31 15:22+0900\n"
+"POT-Creation-Date: 2007-06-10 12:23+0900\n"
 "PO-Revision-Date: 2004-11-03 22:21+0100\n"
 "Last-Translator:  <linux@brodo.de>\n"
 "Language-Team: NONE\n"
diff -ur cpufrequtils-002/po/fr.po cpufrequtils-002-4.0.edu.etch.1/po/fr.po
--- cpufrequtils-002/po/fr.po   2007-09-01 11:21:38.000000000 +0200
+++ cpufrequtils-002-4.0.edu.etch.1/po/fr.po    2007-09-01 11:20:54.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: cpufrequtils 0.1-pre2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-05-31 15:22+0900\n"
+"POT-Creation-Date: 2007-06-10 12:23+0900\n"
 "PO-Revision-Date: 2004-11-17 15:53+1000\n"
 "Last-Translator: Bruno Ducrot <ducrot@poupinou.org>\n"
 "Language-Team: NONE\n"
diff -ur cpufrequtils-002/po/it.po cpufrequtils-002-4.0.edu.etch.1/po/it.po
--- cpufrequtils-002/po/it.po   2007-09-01 11:21:38.000000000 +0200
+++ cpufrequtils-002-4.0.edu.etch.1/po/it.po    2007-09-01 11:20:54.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: cpufrequtils 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-05-31 15:22+0900\n"
+"POT-Creation-Date: 2007-06-10 12:23+0900\n"
 "PO-Revision-Date: 2005-05-04 20:00+0100\n"
 "Last-Translator: Mattia Dongili <malattia@gmail.com>\n"
 "Language-Team: NONE\n"



Reply to: