diff options
Diffstat (limited to 'debian')
| -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 fe16e5a..87338f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ lacme (0.6-3) UNRELEASED; urgency=medium    * debian/control:      + Add "Rules-Requires-Root: no".      + Add "debhelper-compat (= 12)" to Build-Depends. +    + Bump Standards-Version to 4.5.0 (no changes necessary).    * Rename debian/source.lintian-overrides to debian/source/lintian-overrides.   -- Guilhem Moulin <guilhem@debian.org>  Sun, 05 Apr 2020 17:31:49 +0200 diff --git a/debian/control b/debian/control index e85aa8c..18d6c52 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional  Maintainer: Guilhem Moulin <guilhem@debian.org>  Build-Depends: debhelper-compat (= 12), jq, pandoc (>= 2.1~)  Rules-Requires-Root: no -Standards-Version: 4.4.0 +Standards-Version: 4.5.0  Homepage: https://git.guilhem.org/lacme/about/  Vcs-Git: https://git.guilhem.org/lacme  Vcs-Browser: https://git.guilhem.org/lacme | 
