diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-28 19:34:42 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-28 19:34:42 +0100 |
commit | b24495375df8920ac611a573d0fda24915b35313 (patch) | |
tree | e2edc64bea0310843a475db41f3be4aa9dc8538f /debian | |
parent | 92e08ea32d895834598bb6cc78cf3cbf32869712 (diff) |
Add Rules-Requires-Root
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7d01d0a..da8b169 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ scons-doc (3.1.2+repack-1) UNRELEASED; urgency=medium * Switch to debhelper-compat: - debian/control: change to debhelper-compat (=12). - remove debian/compat. + * debian/control: + - Add Rules-Requires-Root: binary-targets. -- Jörg Frings-Fürst <debian@jff.email> Sat, 28 Dec 2019 17:15:31 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index d8d5261..5243ba3 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends-Indep: python3-distutils, python3-lxml Standards-Version: 4.4.1 +Rules-Requires-Root: binary-targets Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons-doc.git Vcs-Browser: https://salsa.debian.org/debian/scons-doc |