* Add 03_Makefile.patch: allows to set CFLAGS; use CFLAGS in
debian/rules; thanks again to Cesare Tirabassi!
* debian/watch: back to the redirector at qa.debian.org.
+ * Capitalize 'CPU' in short and long description, thanks to Filipus Klutiero
+ for the bug report (closes: #542868).
-- gregor herrmann <gregoa@debian.org> Fri, 20 Jun 2008 21:37:59 +0200
Package: cpulimit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: limits the cpu usage of a process
- cpulimit is a simple program that attempts to limit the cpu usage of a
- process (expressed in percentage, not in cpu time). This is useful to
- control batch jobs, when you don't want them to eat too much cpu. It does
- not act on the nice value or other priority stuff, but on the real cpu
+Description: limits the CPU usage of a process
+ cpulimit is a simple program that attempts to limit the CPU usage of a
+ process (expressed in percentage, not in CPU time). This is useful to
+ control batch jobs, when you don't want them to eat too much CPU. It does
+ not act on the nice value or other priority stuff, but on the real CPU
usage. Besides it is able to adapt itself to the overall system load,
dynamically and quickly.