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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
downtimed (1.0-3) unstable; urgency=medium
* Declare compliance with Debian Policy 4.6.1.0 (No changes needed).
* Switch to debhelper-compat:
- debian/control: change to debhelper-compat (=13)
- remove debian/compat
* debian/control:
- Add Pre-Depends: ${misc:Pre-Depends}.
- Add Rules-Requires-Root: no.
* Remove useless debian/downtimed.lintian-overrides.
* debian/copyright:
- Add year 2022 to myself.
* .gitignore:
- Add debian/files.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 30 Oct 2022 11:19:20 +0100
downtimed (1.0-2) unstable; urgency=medium
* Change to my new email address.
* New README.source to explain the branching model used.
* Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
- Remove --with=systemd from debian/rules.
- Remove build depends dh-systemd from debian/control.
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
* Remove deprecated upstart file downtimed.upstart.
* Remove old unused patches.
* debian/control:
- Change Vcs-* to point to the new repository.
- Change Priority extra to optional.
* debian/copyright:
- Use secure URI for copyright format and source.
- Move paragraph for * to frist position.
- Refresh years for debian/*.
* debian/watch:
- Use secure URI.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 09 Sep 2018 22:21:24 +0200
downtimed (1.0-1) unstable; urgency=medium
* New upstream release.
- Remove applied patches:
+ debian/patches/01-usage_strings.diff
+ debian/patches/02-tell_about_downtime.diff
* Delete debian/source/options because xz is now standard.
* debian/control:
- Bump Standards-Version to 3.9.8 (no changes required).
- Change Vcs-Browser URI to secure protocol and cgit version.
- Correct typo.
* debian/copyright:
- Add year 2016.
- Change copyright at * to Janne Snabb.
+ Add debian/README.debian with a comment from Janne Snabb
about the change.
- Add tag for startup-scripts/downtimed.smf.xml.
- Clarify license from FreeBSD to BSD-2-clause.
* debian/watch:
- Bump Version to 4 (no changes required).
* debian/rules:
- Enable hardening.
- Remove old style buildflag export.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 10 Sep 2016 01:10:38 +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
|