This is the patch I used in my NMU. diff -u cpudyn-1.0/debian/changelog cpudyn-1.0/debian/changelog --- cpudyn-1.0/debian/changelog +++ cpudyn-1.0/debian/changelog @@ -1,3 +1,11 @@ +cpudyn (1.0-2.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #459553). + * Fix typo in package description (Closes: #363214). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Tue, 25 Mar 2008 22:05:29 +0100 + cpudyn (1.0-2) unstable; urgency=low
* Add conflicts with cpufreqd and powernowd packages (closes: #281068) diff -u cpudyn-1.0/debian/control cpudyn-1.0/debian/control --- cpudyn-1.0/debian/control +++ cpudyn-1.0/debian/control @@ -12,7 +12,7 @@ Description: CPU dynamic frequency control for processors with scaling cpudyn controls the speed in Intel SpeedStep, Pentium 4 Mobile, AMD Powernow, PowerPC, Crusoe LongRun machines with the cpufreq compiled - in the kernel, or with machines that support ACPI throtling. It saves + in the kernel, or with machines that support ACPI throttling. It saves battery, lowers temperature, and can put the computer disks in standby mode if a given period has passed without any I/O operation. It works well even with journaled file systems such as Ext3, XFS, or ReiserFS. diff -u cpudyn-1.0/debian/cpudyn.init cpudyn-1.0/debian/cpudyn.init --- cpudyn-1.0/debian/cpudyn.init +++ cpudyn-1.0/debian/cpudyn.init @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: cpudyn +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # # Written by Celso Gonzalez <[EMAIL PROTECTED]>. # -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]