diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 756fe68..1d09e2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ scons (3.0.1-2) UNRELEASED; urgency=medium * d/control: Remove ancient X-Python-Version field * d/copyright: Use https protocol in Format field + * d/control: Set Vcs-* to salsa.debian.org -- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:49:30 +0200 diff --git a/debian/control b/debian/control index f450e7b..1b0bd3d 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: python (>= 2.7~) Standards-Version: 4.1.2.0 Homepage: http://www.scons.org/ -Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/scons.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/scons.git +Vcs-Git: https://salsa.debian.org/debian/scons.git +Vcs-Browser: https://salsa.debian.org/debian/scons Package: scons Architecture: all |