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

Clint Adams clint at debian.org
Thu Sep 19 01:05:15 UTC 2013


Thu Sep 19 01:05:01 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 2.8.7.

    M ./changelog +6
    M ./control -3 +1
    R ./patches/series
    R ./patches/tweak-case-config-test.diff

Thu Sep 19 01:05:01 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 2.8.7.
diff -rN -u old-mighttpd2/changelog new-mighttpd2/changelog
--- old-mighttpd2/changelog	2013-09-19 01:05:15.125561804 +0000
+++ new-mighttpd2/changelog	2013-09-19 01:05:15.129579059 +0000
@@ -1,3 +1,9 @@
+mighttpd2 (2.8.7-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Wed, 18 Sep 2013 20:52:00 -0400
+
 mighttpd2 (2.8.3-2) unstable; urgency=low
 
   * Use substvars for Haskell description blurbs
diff -rN -u old-mighttpd2/control new-mighttpd2/control
--- old-mighttpd2/control	2013-09-19 01:05:15.125561804 +0000
+++ new-mighttpd2/control	2013-09-19 01:05:15.129579059 +0000
@@ -24,9 +24,7 @@
   , libghc-wai-logger-dev
   , libghc-wai-logger-prefork-dev
   , libghc-warp-dev (>> 1.3)
- , libghc-hunit-dev
- , libghc-test-framework-hunit-dev
- , libghc-test-framework-th-prime-dev
+ , libghc-hspec-dev (>> 1.3)
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/mighttpd2
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/mighttpd2
diff -rN -u old-mighttpd2/patches/series new-mighttpd2/patches/series
--- old-mighttpd2/patches/series	2013-09-19 01:05:15.125561804 +0000
+++ new-mighttpd2/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-tweak-case-config-test.diff
diff -rN -u old-mighttpd2/patches/tweak-case-config-test.diff new-mighttpd2/patches/tweak-case-config-test.diff
--- old-mighttpd2/patches/tweak-case-config-test.diff	2013-09-19 01:05:15.117538480 +0000
+++ new-mighttpd2/patches/tweak-case-config-test.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-Index: mighttpd2-2.8.3/test/Test.hs
-===================================================================
---- mighttpd2-2.8.3.orig/test/Test.hs	2012-11-09 11:10:54.000000000 +0000
-+++ mighttpd2-2.8.3/test/Test.hs	2012-11-28 23:07:08.965185903 +0000
-@@ -21,7 +21,7 @@
-     res <- parseConfig "example.conf"
-     res @?= ans
-   where
--    ans = [("Port",CV_Int 80),("Debug_Mode",CV_Bool True),("User",CV_String "root"),("Group",CV_String "root"),("Pid_File",CV_String "/var/run/mighty.pid"),("Logging",CV_Bool True),("Log_File",CV_String "/var/log/mighty"),("Log_File_Size",CV_Int 16777216),("Log_Backup_Number",CV_Int 10),("Index_File",CV_String "index.html"),("Index_Cgi",CV_String "index.cgi"),("Status_File_Dir",CV_String "/usr/local/share/mighty/status"),("Connection_Timeout",CV_Int 30),("Worker_Processes",CV_Int 1)]
-+    ans = [("Port",CV_Int 80),("Debug_Mode",CV_Bool True),("User",CV_String "root"),("Group",CV_String "root"),("Pid_File",CV_String "/var/run/mighty.pid"),("Logging",CV_Bool True),("Log_File",CV_String "/var/log/mighty"),("Log_File_Size",CV_Int 16777216),("Log_Backup_Number",CV_Int 10),("Index_File",CV_String "index.html"),("Index_Cgi",CV_String "index.cgi"),("Status_File_Dir",CV_String "/usr/local/share/mighty/status"),("Connection_Timeout",CV_Int 30),("Fd_Cache_Duration",CV_Int 10),("Worker_Processes",CV_Int 1)]
- 
- case_route :: Assertion
- case_route = do




More information about the Pkg-haskell-commits mailing list