diff options
-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 |