diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9593400..0d03cb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ lacme (0.6-3) UNRELEASED; urgency=medium * New symlink /etc/apache2/conf-available/lacme.conf pointing to /etc/lacme/apache2.conf for use with the a2enconf/a2disconf interface. (Closes: #955859.) + * debian/control: + + Add "Rules-Requires-Root: no". -- Guilhem Moulin <guilhem@debian.org> Sun, 05 Apr 2020 17:31:49 +0200 diff --git a/debian/control b/debian/control index 811f395..b217b22 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: utils Priority: optional Maintainer: Guilhem Moulin <guilhem@debian.org> Build-Depends: debhelper (>= 12), jq, pandoc (>= 2.1~) +Rules-Requires-Root: no Standards-Version: 4.4.0 Homepage: https://git.guilhem.org/lacme/about/ Vcs-Git: https://git.guilhem.org/lacme |