diff options
author | Ondřej Nový <onovy@debian.org> | 2018-10-01 09:49:36 +0200 |
---|---|---|
committer | Ondřej Nový <onovy@debian.org> | 2018-10-01 09:49:36 +0200 |
commit | 07a2cca6291de740536a69d11572726b0b5cc3a1 (patch) | |
tree | 4b36a922da37b2843136fe22d17a3e08a89b0eb9 | |
parent | f0b147b20d65fb2b57a3c54683de528d95f57dea (diff) |
d/control: Set Vcs-* to salsa.debian.org
-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 |