diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-05-09 13:51:03 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-05-09 14:12:39 +0200 |
commit | c99ff96213f8b69c7f22e041875b15857eaa1618 (patch) | |
tree | f1ebf3d47b2ed7ca92324a8086ed96aa945b132a | |
parent | 3e997bd0c7cf11fa260ae24639c825744a6514c1 (diff) |
Bump Standards-Version to 4.1.4 (no changes necessary).
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ee380ce..cff2b90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ lacme (0.5-1) UNRELEASED; urgency=medium * New upstream release, adding support for v2 ACME endpoints. * Fix manpage generation with pandoc >=2.1. (Closes: #896982.) + * debian/control: Bump Standards-Version to 4.1.4. No changes. -- Guilhem Moulin <guilhem@debian.org> Wed, 09 May 2018 13:44:20 +0200 diff --git a/debian/control b/debian/control index 9debb62..b79a0f3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Guilhem Moulin <guilhem@debian.org> Build-Depends: debhelper (>= 9), jq, pandoc (>= 1.18~) -Standards-Version: 4.0.0 +Standards-Version: 4.1.4 Homepage: https://git.guilhem.org/lacme/about/ Vcs-Git: https://git.guilhem.org/lacme Vcs-Browser: https://git.guilhem.org/lacme |