blob: afc0f5896df9be3fc99a2975891b09467dbdea0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
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).
-- 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
|