From e7cd6a1e94368b6f1ed5c8c86b14f6e5f556d4b2 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 12 Aug 2019 13:30:27 +0200 Subject: Upload to unstable, revert Python3 switch --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- 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 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) 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 -- cgit v1.2.3 From 0175b761eb980e2a3f123c739f18344ac62c8ed5 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Tue, 13 Aug 2019 20:18:56 +0200 Subject: Run dh-python with --python2 --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8a37a80..95c2237 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 12), dh-python, - python + python-all Standards-Version: 4.4.0 Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons.git diff --git a/debian/rules b/debian/rules index e759c42..a6576fe 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ export PYBUILD_INSTALL_ARGS=--no-version-script --standalone-lib --no-install-man --no-install-bat %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild -- cgit v1.2.3 From 0809a628a8aa042fe6bb225d4d70e63f289eaafb Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Tue, 13 Aug 2019 20:55:17 +0200 Subject: Update changelog, upload to unstable --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5a01b8a..11f4bcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +scons (3.1.1-3) unstable; urgency=medium + + * Team Upload (salsa.d.o/debian collaborative namespace) + * Run dh-python with --python2 + - this makes the build reproducible (Closes: #934699) + - thanks and + + -- Gianfranco Costamagna Tue, 13 Aug 2019 20:19:04 +0200 + scons (3.1.1-2) unstable; urgency=medium * Team Upload (salsa.d.o/debian collaborative namespace) -- cgit v1.2.3 From 5d14e9e6b9aa6c884d8a4787cd248c9ab3612962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 27 Dec 2019 10:05:48 +0100 Subject: d/changelog: Change distribution to experimental, Change date and time --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6f51ba0..65d0dc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -scons (3.1.2-1) UNRELEASED; urgency=medium +scons (3.1.2-1) experimental; urgency=medium * New upstream release. - Refresh patches. @@ -8,8 +8,9 @@ scons (3.1.2-1) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). * debian/control: - Switch to Rules-Requires-Root: no. + * Upload to experimental. - -- Jörg Frings-Fürst Fri, 27 Dec 2019 09:24:55 +0100 + -- Jörg Frings-Fürst Fri, 27 Dec 2019 10:03:54 +0100 scons (3.1.1-4) experimental; urgency=medium -- cgit v1.2.3