diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index d9cbfbf..86d2dd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +scons-doc (3.1.2+repack-1) UNRELEASED; urgency=medium + + * New upstream release. + * debian/control: + - Add Build-Depends-Indep python3-distutils and python3-lxml. + - Remove from Build-Depends-Indep python-libxml2 and python-libxslt1. + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 28 Dec 2019 17:15:31 +0100 + scons-doc (3.1.1+repack-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 3b852ee..0c7ed29 100644 --- a/debian/control +++ b/debian/control @@ -5,14 +5,14 @@ Maintainer: Jörg Frings-Fürst <debian@jff.email> Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org> Build-Depends: debhelper (>= 12), - scons (>= 3.0) + scons (>= 3.1) Build-Depends-Indep: default-jre, docbook-utils, docbook-xml, fop, - python-libxml2, - python-libxslt1 + python3-distutils, + python3-lxml Standards-Version: 4.4.1 Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons-doc.git |