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

Clint Adams clint at debian.org
Mon Mar 12 23:09:10 UTC 2012


Mon Mar 12 23:08:30 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 2.5.6.
  Ignore-this: 6d9d4601d1a04b92946e19abac9b4ee3

    M ./changelog +7
    M ./control -3 +1
    R ./patches/newer-hashmap.diff
    R ./patches/series

Mon Mar 12 23:08:30 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 2.5.6.
  Ignore-this: 6d9d4601d1a04b92946e19abac9b4ee3
diff -rN -u old-mighttpd2//changelog new-mighttpd2//changelog
--- old-mighttpd2//changelog	2012-03-12 23:09:09.486248493 +0000
+++ new-mighttpd2//changelog	2012-03-12 23:09:09.490251226 +0000
@@ -1,3 +1,10 @@
+mighttpd2 (2.5.6-1) unstable; urgency=low
+
+  * New upstream version.
+    - Drop hashmap patch (upstream switched to unordered-containers).
+
+ -- Clint Adams <clint at debian.org>  Mon, 12 Mar 2012 18:59:26 -0400
+
 mighttpd2 (2.5.4-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-mighttpd2//control new-mighttpd2//control
--- old-mighttpd2//control	2012-03-12 23:09:09.454247870 +0000
+++ new-mighttpd2//control	2012-03-12 23:09:09.490251226 +0000
@@ -5,9 +5,6 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: ghc
   , ghc-prof
-  , libghc-deepseq-dev
-  , libghc-hashmap-dev (>> 1.2)
-  , libghc-hashmap-dev (<< 1.4)
   , libghc-http-conduit-dev
   , libghc-http-date-dev
   , libghc-http-types-dev
@@ -15,6 +12,7 @@
   , libghc-parsec3-dev
   , libghc-transformers-dev
   , libghc-unix-bytestring-dev
+  , libghc-unordered-containers-dev
   , libghc-wai-dev
   , libghc-wai-app-file-cgi-dev
   , libghc-wai-logger-prefork-dev
diff -rN -u old-mighttpd2//patches/newer-hashmap.diff new-mighttpd2//patches/newer-hashmap.diff
--- old-mighttpd2//patches/newer-hashmap.diff	2012-03-12 23:09:09.454247870 +0000
+++ new-mighttpd2//patches/newer-hashmap.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,20 +0,0 @@
---- 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	2012-03-12 23:09:09.446251819 +0000
+++ new-mighttpd2//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-newer-hashmap.diff





More information about the Pkg-haskell-commits mailing list