summaryrefslogtreecommitdiff
path: root/p/haskell-th-extras
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-th-extras')
-rw-r--r--p/haskell-th-extras/debian/changelog6
-rw-r--r--p/haskell-th-extras/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-th-extras/debian/changelog b/p/haskell-th-extras/debian/changelog
index 9483e410a..858d67830 100644
--- a/p/haskell-th-extras/debian/changelog
+++ b/p/haskell-th-extras/debian/changelog
@@ -1,3 +1,9 @@
+haskell-th-extras (0.0.0.2-8) 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:21 +0300
+
haskell-th-extras (0.0.0.2-7) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-th-extras/debian/control b/p/haskell-th-extras/debian/control
index 221cb695a..c91033d01 100644
--- a/p/haskell-th-extras/debian/control
+++ b/p/haskell-th-extras/debian/control
@@ -16,7 +16,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: https://github.com/mokus0/th-extras
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: Grab bag of functions for use with Template Haskell
Various ugly CPP hacks to support the ever-changing interface of the template
haskell system by providing high-level operations and making sure they work on