diff options
Diffstat (limited to 'p/haskell-gitrev/debian')
-rw-r--r-- | p/haskell-gitrev/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-gitrev/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-gitrev/debian/changelog b/p/haskell-gitrev/debian/changelog index b46718998..8f53eadab 100644 --- a/p/haskell-gitrev/debian/changelog +++ b/p/haskell-gitrev/debian/changelog @@ -1,3 +1,9 @@ +haskell-gitrev (1.1.0-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:35:21 +0300 + haskell-gitrev (1.1.0-2) unstable; urgency=medium * Switch Vcs-Git/Vcs-Browser headers to new location. diff --git a/p/haskell-gitrev/debian/control b/p/haskell-gitrev/debian/control index 34eefaabd..580e3e738 100644 --- a/p/haskell-gitrev/debian/control +++ b/p/haskell-gitrev/debian/control @@ -13,7 +13,7 @@ Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: https://github.com/acfoltzer/gitrev 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: Compile git revision info into Haskell projects Ths package provides some handy Template Haskell splices for including the current git hash and branch in the code of your project. |