Commit 5e9aaab8 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

Use salsa.debian.org URLs in Vcs-{Browser,Git} fields

Apply change to 868 packages, using:

  $ dht mass-change "Use salsa.debian.org URLs in Vcs-{Browser,Git} fields" 'sed -i -e "s,^Vcs-Git:.*$,Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git," -e "s,^Vcs-Browser:.*$,Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/$(basename $(pwd))," debian/control' p/*
parent dae10d5b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ agda (2.5.3-4) UNRELEASED; urgency=medium
  * Use the HTTPS form of the copyright-format URL
  * Modify d/watch and Source field in d/copyright to use HTTPS
  * Declare compliance with Debian policy 4.1.1
  * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Wed, 01 Nov 2017 12:13:32 +0200

+2 −2
Original line number Diff line number Diff line
@@ -110,8 +110,8 @@ Build-Depends-Indep: ghc-doc,
 libghc-zlib-doc,
Standards-Version: 4.1.1
Homepage: http://wiki.portal.chalmers.se/agda/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/agda
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/agda
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git

Package: agda
Architecture: all
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ alex (3.2.3-2) UNRELEASED; urgency=medium
  * Use the HTTPS form of the copyright-format URL
  * Modify d/watch and Source field in d/copyright to use HTTPS
  * Declare compliance with Debian policy 4.1.1
  * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Wed, 01 Nov 2017 12:13:32 +0200

+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ Build-Depends: alex <!stage1>,
               xsltproc
Standards-Version: 4.1.1
Homepage: http://www.haskell.org/alex/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/alex
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git

Package: alex
Architecture: any
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ bnfc (2.8.1-4) UNRELEASED; urgency=medium
  * Use the HTTPS form of the copyright-format URL
  * Modify d/watch and Source field in d/copyright to use HTTPS
  * Declare compliance with Debian policy 4.1.1
  * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Wed, 01 Nov 2017 12:13:32 +0200

Loading