diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4c50ebb..7d57b75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ scons (3.1.1-4) UNRELEASED; urgency=medium - * Switch to python3. + * Revert to release 3.1.1-1. * Upload to experimental. + * Declare compliance with Debian Policy 4.4.1 (No changes needed). -- Jörg Frings-Fürst <debian@jff.email> Mon, 07 Oct 2019 19:20:36 +0200 diff --git a/debian/control b/debian/control index 8bcdffe..d49be29 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12), dh-python, python3-all (>= 3.5) -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons.git Vcs-Browser: https://salsa.debian.org/debian/scons |