summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog113
1 files changed, 113 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..65f1f23
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,113 @@
+downtimed (0.6-5) UNRELEASED; urgency=medium
+
+ * Delete debian/source/options because xz is now standard.
+ * debian/control:
+ - Bump Standards-Version to 3.9.6 (no changes required).
+ - Change Vcs-Browser to cgit version.
+ * debian/copyright:
+ - Add year 2015 to debian/*.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 14 Jun 2015 15:44:27 +0200
+
+downtimed (0.6-4) unstable; urgency=medium
+
+ * Move downtimed.service from debian/systemd/ to debian/.
+ * Rewrite debian/downtimed.service (Closes: #756282):
+ - Change Unit/Description to describe the service better.
+ - Remove not required Unit/After=network.target.
+ - Remove unnecessary Service/KillMode=process.
+ - Add new Service/Type=forking so that systemd can handle downtimed.
+ - Remove -D from Service/ExecStart to enable database updates.
+ Thanks to Romain Francoise <rfrancoise@debian.org>
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 28 Jul 2014 20:14:25 +0200
+
+downtimed (0.6-3) unstable; urgency=medium
+
+ * debian/systemd/downtimed.service:
+ + Delete wrong alias (Closes: #755930).
+ Thanks to Michael Biebl <biebl@debian.org>
+ * debian/rules:
+ + Drop dh_systemd_enable override to make sure systemd
+ enables downtimed.service after it was installed
+ (Closes: #755931).
+ Thanks to Michael Biebl <biebl@debian.org>
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 25 Jul 2014 16:05:41 +0200
+
+downtimed (0.6-2) unstable; urgency=low
+
+ * New maintainer (Closes: #745711).
+ * debian/control:
+ + Add dh_systemd to Build-Depends
+ + Update Vcs-* URLs for new location
+ + Reformat Build-Depends and Depends sections
+ * debian/rules:
+ + Call dh with --with=systemd
+ * Add systemd service file debian/downtimed.service.
+ * Add upstart job file debian/downtimed.upstart.
+ * Add debian/source/options:
+ + Set compression to xz
+ + Set compression-level to 9
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 09 Jul 2014 12:55:33 +0200
+
+downtimed (0.6-1) unstable; urgency=low
+
+ * New upstream release.
+ * Standard 3.9.5; no change needed.
+ * Local patches:
+ + 01-usage_strings.diff: New file.
+ + 02-tell_about_downtime.diff: Refreshed.
+ + 04_support_gnu_hurd.diff: No longer needed.
+
+ -- Mats Erik Andersson <mats.andersson@gisladisker.se> Fri, 29 Nov 2013 12:52:28 +0100
+
+downtimed (0.5-3) unstable; urgency=low
+
+ * debian/control:
+ + Standard 3.9.4. No change needed.
+ + Build depends on dpkg-dev (>= 1.15.7) for hardening.
+ + Give correct Vcs-Svn.
+ * debian/rules: Correct spelling of variable CPPFLAGS.
+ Thanks to Simon Ruderich. (Closes: #672461)
+ * Corrections needed to cope with single user mode:
+ + debian/downtimed.init: Set Default-Start to "2 3 4 5" and add
+ "1" to Default-Stop. (Closes: #672473)
+ [lintian] Do not source "/lib/init/vars.sh".
+ + debian/rules: Remove override_dh_installinit.
+ + debian/downtimed.lintian-overrides: Do not keep overriding
+ "init.d-script-possible-missing-stop".
+
+ -- Mats Erik Andersson <mats.andersson@gisladisker.se> Mon, 15 Jul 2013 22:41:43 +0200
+
+downtimed (0.5-2) unstable; urgency=low
+
+ * Update standards version:
+ + debian/control: Standard 3.9.3; new base URL for Vcs-Browser.
+ + debian/copyright: New URL for Format.
+ * debian/rules: Set and export build flags to enable hardening.
+ * Improve runtime support for GNU/Hurd:
+ + debian/patches/04_support_gnu_hurd.diff: New file.
+ + debian/downtimed.init: Use only "--exec" with start-stop-daemon.
+
+ -- Mats Erik Andersson <mats.andersson@gisladisker.se> Fri, 06 Apr 2012 21:09:03 +0200
+
+downtimed (0.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * Patches no longer needed: applied by upstream.
+ + 01-glibc_uses_gnu_source.diff: Removed.
+ + 03-manpage_up_to_date.diff: Removed.
+ * debian/control: Added stanzas Vcs-Svn and Vcs-Browser.
+ * debian/copyright: Spelling of DEP-5 section.
+ + Extend time period to 2011; correct for version 0.5.
+ * debian/downtimed.lintian-overrides: Adjust paths.
+
+ -- Mats Erik Andersson <mats.andersson@gisladisker.se> Thu, 28 Apr 2011 01:12:56 +0200
+
+downtimed (0.4-1) unstable; urgency=low
+
+ * Initial release. (Closes: #607684)
+
+ -- Mats Erik Andersson <mats.andersson@gisladisker.se> Wed, 09 Feb 2011 17:53:29 +0100