diff options
author | Dmitry Bogatov <KAction@gnu.org> | 2016-05-10 09:38:52 +0300 |
---|---|---|
committer | Dmitry Bogatov <KAction@gnu.org> | 2016-05-10 09:38:52 +0300 |
commit | cfc8592fa6b87cc4263797ff2d628a055f7c53b1 (patch) | |
tree | fd15b04ce0ca5d685cb2af5c55cead5156d7898a /p/haskell-regex-base | |
parent | e8f4ab32000ad2921622fa8581f35cadde312586 (diff) | |
download | DHG_packages-cfc8592fa6b87cc4263797ff2d628a055f7c53b1.tar.gz |
Use secure (https) uri in Vcs-Git field in 'debian/control'
According lintian suggestion:
The Vcs-* field uses an unencrypted transport protocol for the
URI. It is recommended to use a secure transport such as HTTPS for
anonymous read-only access.
Diffstat (limited to 'p/haskell-regex-base')
-rw-r--r-- | p/haskell-regex-base/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-regex-base/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-regex-base/debian/changelog b/p/haskell-regex-base/debian/changelog index 976f08a37..693c54a3a 100644 --- a/p/haskell-regex-base/debian/changelog +++ b/p/haskell-regex-base/debian/changelog @@ -1,3 +1,9 @@ +haskell-regex-base (0.93.2-9) UNRELEASED; urgency=medium + + * Use secure (https) uri in Vcs-Git field in 'debian/control' + + -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:06 +0300 + haskell-regex-base (0.93.2-8) unstable; urgency=medium * Switch Vcs-Git/Vcs-Browser headers to new location. diff --git a/p/haskell-regex-base/debian/control b/p/haskell-regex-base/debian/control index 41ee347ff..61af9ea33 100644 --- a/p/haskell-regex-base/debian/control +++ b/p/haskell-regex-base/debian/control @@ -15,7 +15,7 @@ Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: http://sourceforge.net/projects/lazy-regex Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ -Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git +Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git X-Description: GHC library providing an API for regular expressions A library containing the interface API for the Haskell regular expressions library packages regex-posix, regex-pcre, regex-parsec, |