[Pkg-haskell-commits] darcs: haskell-vector-algorithms: New upstream version 0.6.0.1.
Clint Adams
clint at debian.org
Thu May 1 02:09:16 UTC 2014
Thu May 1 02:08:32 UTC 2014 Clint Adams <clint at debian.org>
* New upstream version 0.6.0.1.
M ./changelog -3 +8
M ./control -2 +8
M ./rules +2
Thu May 1 02:08:32 UTC 2014 Clint Adams <clint at debian.org>
* New upstream version 0.6.0.1.
diff -rN -u old-haskell-vector-algorithms/changelog new-haskell-vector-algorithms/changelog
--- old-haskell-vector-algorithms/changelog 2014-05-01 02:09:16.543719521 +0000
+++ new-haskell-vector-algorithms/changelog 2014-05-01 02:09:16.543719521 +0000
@@ -1,8 +1,13 @@
-haskell-vector-algorithms (0.5.4.2-5) UNRELEASED; urgency=low
+haskell-vector-algorithms (0.6.0.1-1) unstable; urgency=medium
+ [ Joachim Breitner ]
* Adjust watch file to new hackage layout
- -- Joachim Breitner <nomeata at debian.org> Sat, 05 Oct 2013 18:22:04 +0200
+ [ Clint Adams ]
+ * New upstream version.
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Wed, 30 Apr 2014 22:01:56 -0400
haskell-vector-algorithms (0.5.4.2-4) unstable; urgency=low
@@ -21,7 +26,7 @@
haskell-vector-algorithms (0.5.4.2-2) experimental; urgency=low
* Actually upload to experimental. I guess the accidental upload to unstable
- made the whole experimental exercise a bit pointless :-(
+ made the whole experimental exercise a bit pointless :-(
-- Joachim Breitner <nomeata at debian.org> Sun, 21 Oct 2012 15:43:21 +0200
diff -rN -u old-haskell-vector-algorithms/control new-haskell-vector-algorithms/control
--- old-haskell-vector-algorithms/control 2014-05-01 02:09:16.543719521 +0000
+++ new-haskell-vector-algorithms/control 2014-05-01 02:09:16.547719523 +0000
@@ -3,22 +3,28 @@
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>, Iulian Udrea <iulian at linux.com>
-DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-mwc-random-dev
+ , libghc-mwc-random-prof
, libghc-vector-dev (>= 0.6)
, libghc-vector-dev (<< 0.11)
, libghc-vector-prof
, libghc-primitive-dev (>= 0.3)
, libghc-primitive-dev (<< 0.6)
, libghc-primitive-prof
+ , libghc-quickcheck2-dev
Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+ , libghc-mwc-random-doc
, libghc-vector-doc
, libghc-primitive-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/vector-algorithms
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vector-algorithms
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vector-algorithms
diff -rN -u old-haskell-vector-algorithms/rules new-haskell-vector-algorithms/rules
--- old-haskell-vector-algorithms/rules 2014-05-01 02:09:16.543719521 +0000
+++ new-haskell-vector-algorithms/rules 2014-05-01 02:09:16.547719523 +0000
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list