summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2019-08-12 13:30:27 +0200
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>2019-08-12 13:30:27 +0200
commite7cd6a1e94368b6f1ed5c8c86b14f6e5f556d4b2 (patch)
treeda3e2c51d09d68df736802b9ea6e95c06415b9f2
parentc8ea3b672655ddab746a7aea5a50217057b02b9e (diff)
Upload to unstable, revert Python3 switchdebian/3.1.1-2
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
-rw-r--r--debian/patches/series2
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