* debian/rules: remove configure and configure-stamp targets.
* Switch patch system from dpatch to quilt.
* debian/control: change my email address.
+ * Add patch 02_segfault_longoptions.patch; fixes segfault with long
+ "--limit" option (closes: #487233, LP: #241538). Thanks to Daniel van
+ Eeden for reporting the problem.
-- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 13 Mar 2008 23:57:20 +0100
--- /dev/null
+Author: gregor herrmann <gregoa@debian.org>
+Description: make "limit" a required_argument; fixes segfault
+Bug: #487233
+
+--- cpulimit-1.1.orig/cpulimit.c
++++ cpulimit-1.1/cpulimit.c
+@@ -363,7 +363,7 @@
+ { "pid", 0, NULL, 'p' },
+ { "exe", 1, NULL, 'e' },
+ { "path", 0, NULL, 'P' },
+- { "limit", 0, NULL, 'l' },
++ { "limit", 1, NULL, 'l' },
+ { "verbose", 0, NULL, 'v' },
+ { "lazy", 0, NULL, 'z' },
+ { "help", 0, NULL, 'h' },