diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-30 19:38:14 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-30 19:38:14 +0100 |
commit | c7b54074cf048969198aaed208cdf92207c3c0b1 (patch) | |
tree | f5ff34a62f95e49ccca3b75701c7d39f1bddfdd2 /debian | |
parent | 5cb7a9681900918bc089da5e53c7a9df6af1bc6b (diff) | |
parent | 358f203abe3b767584932f8f4de01ea8e9623b66 (diff) |
Merge branch 'release/debian/1.0-3'HEADdebian/1.0-3master
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/downtimed.lintian-overrides | 2 |
5 files changed, 23 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 9f43bbe..24cad93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +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. diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 9f1d48e..0000000 --- a/debian/compat +++ /dev/null @@ -1,2 +0,0 @@ -11 - diff --git a/debian/control b/debian/control index 78201bc..34adebd 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,10 @@ Section: admin Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), dpkg-dev (>= 1.15.7) -Standards-Version: 4.2.1 +Standards-Version: 4.6.1.0 +Rules-Requires-Root: no Homepage: http://dist.epipe.com/downtimed/ Vcs-Git: git://jff.email/opt/git/downtimed.git Vcs-Browser: https://jff.email/cgit/downtimed.git @@ -16,6 +17,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14) +Pre-Depends: + ${misc:Pre-Depends} Description: monitor of downtime, shutdown, and crashes Downtimed is a daemon intended to monitor and record the times an operating system is non-functional. It does this by keeping diff --git a/debian/copyright b/debian/copyright index 236a338..582ee76 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,7 +13,7 @@ License: BSD-2-clause Files: debian/* Copyright: 2009-2014 Mats Erik Andersson <debian@gisladisker.se> - 2014-2018 Jörg Frings-Fürst <debian@jff.email> + 2014-2022 Jörg Frings-Fürst <debian@jff.email> License: BSD-2-clause License: BSD-2-clause diff --git a/debian/downtimed.lintian-overrides b/debian/downtimed.lintian-overrides deleted file mode 100644 index 3271c13..0000000 --- a/debian/downtimed.lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# /usr/sbin is accessed only at start to access the binary. -init.d-script-missing-dependency-on-remote_fs etc/init.d/downtimed: required-stop |