summaryrefslogtreecommitdiff
path: root/p/haskell-multipart/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-12-03 14:20:19 -0500
committerClint Adams <clint@debian.org>2015-12-03 14:20:19 -0500
commitaacf56121852f0618776bd36f162ba266221c674 (patch)
tree7ab7e413ffaf2984bf83943b068160662d482d67 /p/haskell-multipart/debian
parent590a70db77265979dff0c7a3b35fdd4dd85dd8e2 (diff)
downloadDHG_packages-aacf56121852f0618776bd36f162ba266221c674.tar.gz
Switch Vcs-Git/Vcs-Browser headers to new location. (733 packages)
Diffstat (limited to 'p/haskell-multipart/debian')
-rw-r--r--p/haskell-multipart/debian/changelog7
-rw-r--r--p/haskell-multipart/debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/p/haskell-multipart/debian/changelog b/p/haskell-multipart/debian/changelog
index 68567312a..84406a2f4 100644
--- a/p/haskell-multipart/debian/changelog
+++ b/p/haskell-multipart/debian/changelog
@@ -1,3 +1,10 @@
+haskell-multipart (0.1.2-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Switch Vcs-Git/Vcs-Browser headers to new location.
+
+ -- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:19:20 -0500
+
haskell-multipart (0.1.2-2) experimental; urgency=medium
* debian/copyright: debian/*, not */debian
diff --git a/p/haskell-multipart/debian/control b/p/haskell-multipart/debian/control
index 66a78cee6..725f697db 100644
--- a/p/haskell-multipart/debian/control
+++ b/p/haskell-multipart/debian/control
@@ -14,8 +14,8 @@ Build-Depends-Indep: ghc-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.6
Homepage: http://www.github.com/silkapp/multipart
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-multipart
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-multipart
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: HTTP multipart support
This package provides parsing of the multipart format from RFC2046. It has been
split out of the cgi package.