diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/patches/series | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
5 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 65d0dc9..157b099 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +scons (3.1.2-2) unstable; urgency=medium + + * 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> Sun, 02 Feb 2020 10:37:32 +0100 + scons (3.1.2-1) experimental; urgency=medium * New upstream release. 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 |