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