summaryrefslogtreecommitdiff
path: root/p/haskell-scientific
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-scientific
parent590a70db77265979dff0c7a3b35fdd4dd85dd8e2 (diff)
downloadDHG_packages-aacf56121852f0618776bd36f162ba266221c674.tar.gz
Switch Vcs-Git/Vcs-Browser headers to new location. (733 packages)
Diffstat (limited to 'p/haskell-scientific')
-rw-r--r--p/haskell-scientific/debian/changelog4
-rw-r--r--p/haskell-scientific/debian/control4
2 files changed, 6 insertions, 2 deletions
diff --git a/p/haskell-scientific/debian/changelog b/p/haskell-scientific/debian/changelog
index 2c4d312aa..533d62f26 100644
--- a/p/haskell-scientific/debian/changelog
+++ b/p/haskell-scientific/debian/changelog
@@ -1,7 +1,11 @@
haskell-scientific (0.3.3.8-4) UNRELEASED; urgency=medium
+ [ Joachim Breitner ]
* Add Uploaders field, which I accidentally dropped
+ [ Clint Adams ]
+ * Switch Vcs-Git/Vcs-Browser headers to new location.
+
-- Joachim Breitner <nomeata@debian.org> Fri, 21 Aug 2015 10:46:34 +0200
haskell-scientific (0.3.3.8-3) experimental; urgency=medium
diff --git a/p/haskell-scientific/debian/control b/p/haskell-scientific/debian/control
index 0430eed05..9d34df050 100644
--- a/p/haskell-scientific/debian/control
+++ b/p/haskell-scientific/debian/control
@@ -19,8 +19,8 @@ Build-Depends-Indep: ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.6
Homepage: https://github.com/basvandijk/scientific
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-scientific
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-scientific
+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: scientific notation for floating-point numbers
This package provides a Haskell datatype for representing and pretty-printing
arbitrary-precision numbers using scientific notation.