diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-04-05 17:38:51 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-04-05 17:38:51 +0200 |
commit | 402a55bd8535ad868e6bc4c0bcb82e38bc7f2b34 (patch) | |
tree | 548d48b36dac46449fd064c42e9f79df1e810736 /debian | |
parent | 78b5525f42b9d1664a3682da626d738434ea9e40 (diff) |
d/control: Add "Rules-Requires-Root: no".
Diffstat (limited to 'debian')
-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 |