summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-25 07:45:27 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-25 07:45:27 +0200
commit81d95371129a9b7a5a6b79046972ab52b480aa86 (patch)
tree85c8b757e2bce1c4ffe8345806a7c5bd40ebc410
parentab14b61a609791de18fa6d191ec2971ebe691986 (diff)
Add version >= 3.5 to python3
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
-rw-r--r--debian/files1
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