diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bfc54b5..f640e7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,24 @@ scons (3.0.5-1) UNRELEASED; urgency=medium -- Jörg Frings-Fürst <debian@jff.email> Fri, 12 Jul 2019 17:54:18 +0200 +scons (3.0.1-2) unstable; urgency=medium + + [ Ondřej Nový ] + * d/control: Remove ancient X-Python-Version field + * d/copyright: Use https protocol in Format field + * d/control: Set Vcs-* to salsa.debian.org + * d/watch: Use https protocol + + [ Christian Ehrhardt ] + * d/p/0110-remove_stale_files.patch: update for python3 + compatibility (Closes: #893740) + + [ Laszlo Boszormenyi (GCS) <gcs@debian.org> ] + * Update debhelper level to 11 . + * Update Standards-Version to 4.2.1 . + + -- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 09 Nov 2018 18:35:29 +0000 + scons (3.0.1-1) unstable; urgency=medium * New upstream release: diff --git a/debian/control b/debian/control index 095ae50..c2d5bf8 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,8 @@ Build-Depends: python3-all Standards-Version: 4.4.0 Homepage: https://www.scons.org/ +Vcs-Git: https://salsa.debian.org/debian/scons.git +Vcs-Browser: https://salsa.debian.org/debian/scons Vcs-Git: git://jff.email/opt/git/scons.git Vcs-Browser: https://jff.email/cgit/scons.git |