diff options
Diffstat (limited to 'p/haskell-language-python')
| -rw-r--r-- | p/haskell-language-python/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-language-python/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-language-python/debian/changelog b/p/haskell-language-python/debian/changelog index 6d7ab1276..6468c1fea 100644 --- a/p/haskell-language-python/debian/changelog +++ b/p/haskell-language-python/debian/changelog @@ -1,3 +1,9 @@ +haskell-language-python (0.4.1-5) UNRELEASED; urgency=medium + + * Use secure (https) uri in Vcs-Git field in 'debian/control' + + -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:41 +0300 + haskell-language-python (0.4.1-4) unstable; urgency=medium * Switch Vcs-Git/Vcs-Browser headers to new location. diff --git a/p/haskell-language-python/debian/control b/p/haskell-language-python/debian/control index 15e601f25..0401a486d 100644 --- a/p/haskell-language-python/debian/control +++ b/p/haskell-language-python/debian/control @@ -18,7 +18,7 @@ Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: http://github.com/bjpop/language-python 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: Parsing and pretty printing of Python code. language-python is a Haskell library for lexical analysis, parsing and pretty printing Python code. It supports versions 2.x and 3.x of Python. |
