diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/patches/series | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5a2658c..5a01b8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +scons (3.1.1-2) unstable; urgency=medium + + * Team Upload (salsa.d.o/debian collaborative namespace) + * Revert python3 switch, all scons reverse-dependencies should be fixed + before this change (Closes: #934595). + + -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 12 Aug 2019 13:17:57 +0200 + scons (3.1.1-1) unstable; urgency=medium [ Jörg Frings-Fürst ] diff --git a/debian/control b/debian/control index 8bcdffe..8a37a80 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org> Build-Depends: debhelper (>= 12), dh-python, - python3-all (>= 3.5) + python Standards-Version: 4.4.0 Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons.git @@ -15,7 +15,7 @@ Vcs-Browser: https://salsa.debian.org/debian/scons Package: scons Architecture: all Depends: - ${python3:Depends}, + ${python:Depends}, ${misc:Depends} Description: replacement for make SCons is a make replacement providing a range of enhanced features such diff --git a/debian/patches/series b/debian/patches/series index 5325217..291c188 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,4 +5,4 @@ 0100-parallel_build.patch 0120-fix-bibtex-call.patch #0125-printf_regression.patch -0130-python3.patch +#0130-python3.patch |