diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-27 09:53:19 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-27 09:53:19 +0100 |
commit | eef30d040504deb5188f9080ad2e4e16b53df349 (patch) | |
tree | 8c8eb28fe9d9c8bcb286d2aa1976ebd5eb578092 | |
parent | 84ce23d5addc6eb05de99063e40510316c11368c (diff) |
Switch to Rules-Requires-Root: no
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a58ac40..6f51ba0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ scons (3.1.2-1) UNRELEASED; urgency=medium - debian/control: Replace debhelper with debhelper-compat. - Remove debian/compat. * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). + * debian/control: + - Switch to Rules-Requires-Root: no. -- Jörg Frings-Fürst <debian@jff.email> Fri, 27 Dec 2019 09:24:55 +0100 diff --git a/debian/control b/debian/control index 4fbcd41..a1862f0 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: dh-python, python3-all (>= 3.5) Standards-Version: 4.4.1.2 -Rules-Requires-Root: binary-targets +Rules-Requires-Root: no Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons.git Vcs-Browser: https://salsa.debian.org/debian/scons |