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/frown | |
| 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/frown')
| -rw-r--r-- | p/frown/debian/changelog | 6 | ||||
| -rw-r--r-- | p/frown/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/frown/debian/changelog b/p/frown/debian/changelog index 86b6255a4..b7c23a90c 100644 --- a/p/frown/debian/changelog +++ b/p/frown/debian/changelog @@ -1,3 +1,9 @@ +frown (0.6.2.3-2) 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:42 +0300 + frown (0.6.2.3-1) experimental; urgency=medium * New upstream release. diff --git a/p/frown/debian/control b/p/frown/debian/control index 285b7a624..cf5c7defa 100644 --- a/p/frown/debian/control +++ b/p/frown/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/frown Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/frown -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: LALR(k) parser generator Frown is an LALR(k) parser generator for Haskell 98 written in Haskell 98. . |
