summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/source/format2
-rw-r--r--debian/source/options1
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 62aee04..2976d6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cron (3.0pl1-124+dyson3) unstable; urgency=medium
+
+ * Fixed that cron fails to reap child processes, leaving zombie processes:
+ removed -DUSE_SIGCHLD from Makefile. Thanks to Justin Maggard!
+ * Switched to 3.0 (quilt) source format with single debina patch
+
+ -- Igor Pashev <pashev.igor@gmail.com> Sat, 24 May 2014 13:38:42 +0400
+
cron (3.0pl1-124+dyson2) unstable; urgency=low
* Use dh_smf
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..7423a2d
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+single-debian-patch