[Pkg-haskell-commits] darcs: mighttpd2: New upstream version 2.5.4.

Clint Adams clint at debian.org
Fri Mar 9 00:09:06 UTC 2012


Fri Mar  9 00:07:31 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 2.5.4.
  Ignore-this: 580f119b601961fe9c703a72941c2f42

    M ./changelog +9
    M ./control -2 +6
    A ./patches/
    A ./patches/newer-hashmap.diff
    A ./patches/series
    M ./rules -1 +3

Fri Mar  9 00:07:31 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 2.5.4.
  Ignore-this: 580f119b601961fe9c703a72941c2f42
diff -rN -u old-mighttpd2//changelog new-mighttpd2//changelog
--- old-mighttpd2//changelog	2012-03-09 00:09:06.565751414 +0000
+++ new-mighttpd2//changelog	2012-03-09 00:09:06.569747836 +0000
@@ -1,3 +1,12 @@
+mighttpd2 (2.5.4-1) unstable; urgency=low
+
+  * New upstream version.
+  * Bump to Standards-Version 3.9.3.
+  * Enable test suite.
+  * Patch to work with newer hashmap.
+
+ -- Clint Adams <clint at debian.org>  Thu, 08 Mar 2012 18:56:55 -0500
+
 mighttpd2 (2.5.0-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-mighttpd2//control new-mighttpd2//control
--- old-mighttpd2//control	2012-03-09 00:09:06.553749426 +0000
+++ new-mighttpd2//control	2012-03-09 00:09:06.569747836 +0000
@@ -6,7 +6,8 @@
 Build-Depends: ghc
   , ghc-prof
   , libghc-deepseq-dev
-  , libghc-hashmap-dev
+  , libghc-hashmap-dev (>> 1.2)
+  , libghc-hashmap-dev (<< 1.4)
   , libghc-http-conduit-dev
   , libghc-http-date-dev
   , libghc-http-types-dev
@@ -18,7 +19,10 @@
   , libghc-wai-app-file-cgi-dev
   , libghc-wai-logger-prefork-dev
   , libghc-warp-dev
-Standards-Version: 3.9.2
+ , libghc-hunit-dev
+ , libghc-test-framework-hunit-dev
+ , libghc-test-framework-th-prime-dev
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/mighttpd2
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/mighttpd2
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/mighttpd2
diff -rN -u old-mighttpd2//patches/newer-hashmap.diff new-mighttpd2//patches/newer-hashmap.diff
--- old-mighttpd2//patches/newer-hashmap.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-mighttpd2//patches/newer-hashmap.diff	2012-03-09 00:09:06.569747836 +0000
@@ -0,0 +1,20 @@
+--- a/mighttpd2.cabal
++++ b/mighttpd2.cabal
+@@ -21,7 +21,7 @@
+                       , deepseq
+                       , directory
+                       , filepath
+-                      , hashmap >= 1.2 && < 1.3
++                      , hashmap >= 1.2 && < 1.4
+                       , http-conduit
+                       , http-date
+                       , http-types
+@@ -65,7 +65,7 @@
+                       , deepseq
+                       , directory
+                       , filepath
+-                      , hashmap >= 1.2 && < 1.3
++                      , hashmap >= 1.2 && < 1.4
+                       , http-conduit
+                       , http-date
+                       , http-types
diff -rN -u old-mighttpd2//patches/series new-mighttpd2//patches/series
--- old-mighttpd2//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-mighttpd2//patches/series	2012-03-09 00:09:06.569747836 +0000
@@ -0,0 +1 @@
+newer-hashmap.diff
diff -rN -u old-mighttpd2//rules new-mighttpd2//rules
--- old-mighttpd2//rules	2012-03-09 00:09:06.537751337 +0000
+++ new-mighttpd2//rules	2012-03-09 00:09:06.573748521 +0000
@@ -25,13 +25,15 @@
 	$(checkdir)
 
 	debian/$(package).setup build
+	debian/$(package).setup test
 
 	touch build-arch
 
 stamp-configure: debian/$(package).setup
 	$(checkdir)
 
-	debian/$(package).setup configure --prefix=/usr
+	debian/$(package).setup configure --prefix=/usr \
+	                                  --enable-tests
 
 	touch stamp-configure
 





More information about the Pkg-haskell-commits mailing list