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/alex | |
| 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/alex')
| -rw-r--r-- | p/alex/debian/changelog | 6 | ||||
| -rw-r--r-- | p/alex/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/alex/debian/changelog b/p/alex/debian/changelog index 56b0f7382..b4303c0e3 100644 --- a/p/alex/debian/changelog +++ b/p/alex/debian/changelog @@ -1,3 +1,9 @@ +alex (3.1.6-3) UNRELEASED; urgency=medium + + * Use secure (https) uri in Vcs-Git field in 'debian/control' + + -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:41 +0300 + alex (3.1.6-2) unstable; urgency=medium * Bump standards version to 3.9.8 (no changes needed) diff --git a/p/alex/debian/control b/p/alex/debian/control index d2aaeb4c0..83d6cca21 100644 --- a/p/alex/debian/control +++ b/p/alex/debian/control @@ -23,7 +23,7 @@ Build-Depends: alex <!stage1>, Standards-Version: 3.9.6 Homepage: http://www.haskell.org/alex/ 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 Package: alex Architecture: any |
