[Pkg-haskell-commits] darcs: haskell-wai-test: Update
Clint Adams
clint at debian.org
Tue Mar 4 01:45:32 UTC 2014
Tue Mar 4 01:40:32 UTC 2014 Clint Adams <clint at debian.org>
* Update
M ./changelog -2 +3
M ./control -13 +14
M ./rules +2
Tue Mar 4 01:40:32 UTC 2014 Clint Adams <clint at debian.org>
* Update
diff -rN -u old-haskell-wai-test/changelog new-haskell-wai-test/changelog
--- old-haskell-wai-test/changelog 2014-03-04 01:45:31.996265945 +0000
+++ new-haskell-wai-test/changelog 2014-03-04 01:45:31.996265945 +0000
@@ -1,12 +1,13 @@
-haskell-wai-test (2.0.0.1-1) UNRELEASED; urgency=low
+haskell-wai-test (2.0.0.1-1) unstable; urgency=low
[ Joachim Breitner ]
* Adjust watch file to new hackage layout
[ Clint Adams ]
* New upstream version.
+ * Enable test suite.
- -- Clint Adams <clint at debian.org> Mon, 03 Mar 2014 12:34:23 -0500
+ -- Clint Adams <clint at debian.org> Mon, 03 Mar 2014 15:07:47 -0500
haskell-wai-test (1.3.0.5-3) unstable; urgency=low
diff -rN -u old-haskell-wai-test/control new-haskell-wai-test/control
--- old-haskell-wai-test/control 2014-03-04 01:45:31.996265945 +0000
+++ new-haskell-wai-test/control 2014-03-04 01:45:32.000265945 +0000
@@ -8,36 +8,37 @@
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
- , libghc-blaze-builder-dev (>> 0.2.1.4)
+ , libghc-blaze-builder-dev (>= 0.2.1.4)
, libghc-blaze-builder-dev (<< 0.4)
, libghc-blaze-builder-prof
- , libghc-blaze-builder-conduit-dev (>> 0.5)
+ , libghc-blaze-builder-conduit-dev (>= 0.5)
, libghc-blaze-builder-conduit-dev (<< 1.1)
, libghc-blaze-builder-conduit-prof
- , libghc-case-insensitive-dev (>> 0.2)
+ , libghc-case-insensitive-dev (>= 0.2)
, libghc-case-insensitive-prof
- , libghc-conduit-dev (>> 0.5)
+ , libghc-conduit-dev (>= 0.5)
, libghc-conduit-dev (<< 1.1)
, libghc-conduit-prof
- , libghc-cookie-dev (>> 0.2)
+ , libghc-cookie-dev (>= 0.2)
, libghc-cookie-dev (<< 0.5)
, libghc-cookie-prof
- , libghc-http-types-dev (>> 0.7)
+ , libghc-http-types-dev (>= 0.7)
, libghc-http-types-prof
- , libghc-hunit-dev (>> 1.2)
+ , libghc-hunit-dev (>= 1.2)
, libghc-hunit-dev (<< 1.3)
, libghc-hunit-prof
- , libghc-text-dev (>> 0.7)
+ , libghc-text-dev (>= 0.7)
, libghc-text-dev (<< 0.12)
, libghc-text-prof
- , libghc-transformers-dev (>> 0.2.2)
+ , libghc-transformers-dev (>= 0.2.2)
, libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
- , libghc-wai-dev (>> 1.3)
- , libghc-wai-dev (<< 1.5)
+ , libghc-wai-dev (>= 2.0)
+ , libghc-wai-dev (<< 2.1)
, libghc-wai-prof
- , libghc-network-dev
+ , libghc-network-dev
, libghc-network-prof
+ , libghc-hspec-dev (>= 1.3)
Build-Depends-Indep: ghc-doc
, libghc-blaze-builder-doc
, libghc-blaze-builder-conduit-doc
@@ -50,7 +51,7 @@
, libghc-transformers-doc
, libghc-wai-doc
, libghc-network-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/wai-test
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-wai-test
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wai-test
diff -rN -u old-haskell-wai-test/rules new-haskell-wai-test/rules
--- old-haskell-wai-test/rules 2014-03-04 01:45:31.996265945 +0000
+++ new-haskell-wai-test/rules 2014-03-04 01:45:32.000265945 +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