diff options
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 4 | 
2 files changed, 5 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index da8b169..e464f02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,16 @@ -scons-doc (3.1.2+repack-1) UNRELEASED; urgency=medium +scons-doc (3.1.2+repack-1) experimental; 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. +    - Add Rules-Requires-Root: binary-targets. +    - Remove unused Build-Depends-Indep docbook-utils and docbook-xml.    * 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 + -- Jörg Frings-Fürst <debian@jff.email>  Sun, 29 Dec 2019 11:45:24 +0100  scons-doc (3.1.1+repack-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 5243ba3..7650dc9 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,9 @@ Maintainer: Jörg Frings-Fürst <debian@jff.email>  Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>  Build-Depends:   debhelper-compat (= 12), - scons (>= 3.1) + scons (>= 3.1.2)  Build-Depends-Indep:   default-jre, - docbook-utils, - docbook-xml,   fop,   python3-distutils,   python3-lxml  | 
