diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/files | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6d3ffd0..c9a36cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,7 @@ scons (3.1.0-1) unstable; urgency=medium * Declare compliance with Debian Policy 4.4.0 (No changes needed). * debian/control: - Remove trailing whitespaces. - - Add python3 support. + - Add python3 (>= 3.5) support. - Remove python2 support. - Use secure URI for homepage. * debian/rules: @@ -23,7 +23,7 @@ scons (3.1.0-1) unstable; urgency=medium - Add year 2019. - Use secure URI. - -- Jörg Frings-Fürst <debian@jff.email> Thu, 25 Jul 2019 07:36:16 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Thu, 25 Jul 2019 07:44:50 +0200 scons (3.0.1-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 280a6dd..8bcdffe 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 + python3-all (>= 3.5) Standards-Version: 4.4.0 Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons.git diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..b6685a8 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +scons_3.1.0-1_source.buildinfo devel optional |