summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-02-06 18:52:22 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-02-06 18:52:22 +0100
commit391c37c595c016300489ebea5abdae5e3d22535f (patch)
tree58391efeb4f706fcf2fa8dad54938a0779ef87f8
parentac9070f8d84f8793857baaf71cb71b712f9df96f (diff)
parente5c0ff64394052a99a7f9d34bb757bfa0ab5671a (diff)
Merge tag 'debian/3.1.2-2' into developdevelop
Upload to unstable
-rw-r--r--debian/changelog9
-rw-r--r--debian/control4
-rw-r--r--debian/copyright2
-rw-r--r--debian/patches/series2
-rwxr-xr-xdebian/rules2
5 files changed, 11 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index da6b230..157b099 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-scons (3.1.2-2) UNRELEASED; urgency=medium
+scons (3.1.2-2) unstable; urgency=medium
- * Upload into unstable.
+ * Upload to unstable (Closes: #939487).
+ * debian/copyright:
+ - Add year 2020.
+ * Declare compliance with Debian Policy 4.5.0 (No changes needed).
- -- Jörg Frings-Fürst <debian@jff.email> Wed, 29 Jan 2020 10:57:54 +0100
+ -- Jörg Frings-Fürst <debian@jff.email> Sun, 02 Feb 2020 10:37:32 +0100
scons (3.1.2-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index cc2b861..4869103 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all (>= 3.5)
-Standards-Version: 4.4.1.2
+Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://www.scons.org/
Vcs-Git: https://salsa.debian.org/debian/scons.git
@@ -16,7 +16,7 @@ Vcs-Browser: https://salsa.debian.org/debian/scons
Package: scons
Architecture: all
Depends:
- ${python:Depends},
+ ${python3:Depends},
${misc:Depends}
Description: replacement for make
SCons is a make replacement providing a range of enhanced features such
diff --git a/debian/copyright b/debian/copyright
index 25d521d..3d6f3dc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,7 +17,7 @@ Files: debian/*
Copyright: 2002 Moshe Zadka <moshez@debian.org>
2003-2008 Mark Brown <broonie@debian.org>
2008-2014 Luca Falavigna <dktrkranz@ubuntu.com>
- 2014-2019 Jörg Frings-Fürst <debian@jff.email>
+ 2014-2020 Jörg Frings-Fürst <debian@jff.email>
2018 Laszlo Boszormenyi (GCS) <gcs@debian.org>
License: GPL-3.0+
diff --git a/debian/patches/series b/debian/patches/series
index 291c188..5325217 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
diff --git a/debian/rules b/debian/rules
index a6576fe..e759c42 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 python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild