diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-29 11:44:33 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-29 11:44:33 +0100 |
commit | 4328cb3e94e645457501d39a28d1408e4654cdff (patch) | |
tree | 76a056145bc0d8aaab70edcc3b67af820655c6b4 /debian | |
parent | eb5a55a208298af87e230fe8ffb45cdaf39a60ea (diff) |
Remove unused Build-Depends-Indep docbook-utils and docbook-xml
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 806d712..ab484cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ scons-doc (3.1.2+repack-1) experimental; urgency=medium - remove debian/compat. * debian/control: - Add Rules-Requires-Root: binary-targets. + - Remove unused Build-Depends-Indep docbook-utils and docbook-xml. -- Jörg Frings-Fürst <debian@jff.email> Sat, 28 Dec 2019 19:36:38 +0100 diff --git a/debian/control b/debian/control index 64d9550..7650dc9 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,6 @@ Build-Depends: scons (>= 3.1.2) Build-Depends-Indep: default-jre, - docbook-utils, - docbook-xml, fop, python3-distutils, python3-lxml |