summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-12-28 18:40:20 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-12-28 18:40:20 +0100
commit7d825a592e26b2e0457da8afaddb12e9536a1f58 (patch)
tree6d6749901ca15c53bc2b8f0e7ce31b2454b3f440
parentf01695e065adbca6531dbf3a28e8a707c49eba23 (diff)
d/control: Replace python2 module with python3
-rw-r--r--debian/changelog9
-rw-r--r--debian/control6
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