[Pkg-haskell-commits] darcs: haskell-wai-app-static: New upstream version 1.1.2.
Clint Adams
clint at debian.org
Mon Feb 27 01:09:24 UTC 2012
Mon Feb 27 01:09:10 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.1.2.
Ignore-this: 3498a6f4c4e42b89777d145f85d8ff79
M ./changelog +8
M ./control -4 +8
M ./rules +2
Mon Feb 27 01:09:10 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.1.2.
Ignore-this: 3498a6f4c4e42b89777d145f85d8ff79
diff -rN -u old-haskell-wai-app-static//changelog new-haskell-wai-app-static//changelog
--- old-haskell-wai-app-static//changelog 2012-02-27 01:09:24.485753802 +0000
+++ new-haskell-wai-app-static//changelog 2012-02-27 01:09:24.489752576 +0000
@@ -1,3 +1,11 @@
+haskell-wai-app-static (1.1.2-1) unstable; urgency=low
+
+ * New upstream version.
+ * Bump to Standards-Version 3.9.3.
+ * Enable test suite.
+
+ -- Clint Adams <clint at debian.org> Sun, 26 Feb 2012 19:57:46 -0500
+
haskell-wai-app-static (1.0.0-1) unstable; urgency=low
* New upstream version.
diff -rN -u old-haskell-wai-app-static//control new-haskell-wai-app-static//control
--- old-haskell-wai-app-static//control 2012-02-27 01:09:24.473751168 +0000
+++ new-haskell-wai-app-static//control 2012-02-27 01:09:24.493755934 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 7)
, cdbs
- , haskell-devscripts (>= 0.8)
+ , haskell-devscripts (>= 0.8.10)
, ghc
, ghc-prof
, libghc-base64-bytestring-dev (>> 0.1)
@@ -36,9 +36,13 @@
, libghc-transformers-prof
, libghc-unix-compat-dev (>> 0.2)
, libghc-unix-compat-prof
- , libghc-wai-dev (>> 1.0)
- , libghc-wai-dev (<< 1.1)
+ , libghc-wai-dev (>> 1.1)
+ , libghc-wai-dev (<< 1.2)
, libghc-wai-prof
+ , libghc-hspec-dev (>> 0.8)
+ , libghc-hspec-dev (<< 0.10)
+ , libghc-hunit-dev
+ , libghc-wai-test-dev
Build-Depends-Indep: ghc-doc
, libghc-base64-bytestring-doc
, libghc-blaze-builder-doc
@@ -51,7 +55,7 @@
, libghc-transformers-doc
, libghc-unix-compat-doc
, libghc-wai-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/wai-app-static
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wai-app-static
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-wai-app-static
diff -rN -u old-haskell-wai-app-static//rules new-haskell-wai-app-static//rules
--- old-haskell-wai-app-static//rules 2012-02-27 01:09:24.425753668 +0000
+++ new-haskell-wai-app-static//rules 2012-02-27 01:09:24.493755934 +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