diff options
author | Ondřej Nový <onovy@debian.org> | 2018-10-01 09:49:38 +0200 |
---|---|---|
committer | Ondřej Nový <onovy@debian.org> | 2018-10-01 09:49:38 +0200 |
commit | ee740dfef50dd76d622176d0daa42ca85fd26ac0 (patch) | |
tree | c3a45bc404a17121775534516dd484fb0a103030 | |
parent | cad7a25d3713c6660586c73c708e46bd943c57ed (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 0851237..20f0734 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ scons-doc (3.0.0+repack-2) UNRELEASED; urgency=medium * 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:36 +0200 diff --git a/debian/control b/debian/control index bd0f649..5bb1acd 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,8 @@ Build-Depends-Indep: python-libxslt1 Standards-Version: 4.1.0 Homepage: https://www.scons.org/ -Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/scons-doc.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/scons-doc.git +Vcs-Git: https://salsa.debian.org/debian/scons-doc.git +Vcs-Browser: https://salsa.debian.org/debian/scons-doc Package: scons-doc Architecture: all |