diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index e6d2a5d..55d18aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ -scons (2.3.3-1) UNRELEASED; urgency=medium +scons (2.3.4-1) unstable; urgency=medium * New maintainer (closes: #755496). * New upstream release - Remove obsolete debian/patches/manpages.patch. - - New debian/patches/manpage-spelling.patch + - New debian/patches/manpage-spelling.patch: + Correct spelling in scons.1. * debian/control: - Set myself as maintainer. - Update required python version to >= 2.7~. + - Bump Standards-Version to 3.9.6 (no changes required). * debian/copyright: - Rewrite into machine-readable format. - Add new section debian/* with license GPL-3.0+. @@ -19,9 +20,9 @@ scons (2.3.3-1) UNRELEASED; urgency=medium - Set compression to xz & compression-level to 9 to save space. * Add debian/patch/scons-isystem.diff (Closes: #760804, #761565) - add -isystem support to scons - Thanks to James McCoy <jamessan@debian.org> + Thanks to James McCoy <jamessan@debian.org>! - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 16 Sep 2014 08:02:04 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 29 Sep 2014 22:01:34 +0200 scons (2.3.1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 92ce26e..e9ee9a9 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,11 @@ Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: debhelper (>= 9), python (>= 2.7~) -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 X-Python-Version: >= 2.7 Homepage: http://www.scons.org/ Vcs-Git: git://anonscm.debian.org/collab-maint/scons.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/scons.git;a=summary +Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/scons.git Package: scons Architecture: all |