[Pkg-haskell-commits] darcs: haskell-debian: New upstream version 3.64.

Clint Adams clint at debian.org
Thu May 17 23:37:39 UTC 2012


Thu May 17 23:37:52 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 3.64.
  Ignore-this: 55d13b4a8b8f4a1c8d75427c58b6da05

    M ./changelog +7
    M ./control -2 +2
    M ./patches/dont-build-tests.patch -18 +13

Thu May 17 23:37:52 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 3.64.
  Ignore-this: 55d13b4a8b8f4a1c8d75427c58b6da05
diff -rN -u old-haskell-debian//changelog new-haskell-debian//changelog
--- old-haskell-debian//changelog	2012-05-17 23:37:38.741328242 +0000
+++ new-haskell-debian//changelog	2012-05-17 23:37:38.745333762 +0000
@@ -1,3 +1,10 @@
+haskell-debian (3.64-1) unstable; urgency=low
+
+  * New upstream version.
+  * Bump to Standards-Version 3.9.3.
+
+ -- Clint Adams <clint at debian.org>  Thu, 17 May 2012 19:22:18 -0400
+
 haskell-debian (3.61-2) unstable; urgency=low
 
   * patches/dont-build-teste.patch: really don't build test stuff 
diff -rN -u old-haskell-debian//control new-haskell-debian//control
--- old-haskell-debian//control	2012-05-17 23:37:38.717327147 +0000
+++ new-haskell-debian//control	2012-05-17 23:37:38.753328574 +0000
@@ -20,7 +20,7 @@
   , libghc-bzlib-prof
   , libghc-haxml-dev (>= 1:1.20)
   , libghc-haxml-prof
-  , libghc-unixutils-dev (>= 1.41)
+  , libghc-unixutils-dev (>> 1.50)
   , libghc-unixutils-prof
   , libghc-zlib-dev
   , libghc-zlib-prof
@@ -41,7 +41,7 @@
   , libghc-utf8-string-doc
 Build-Conflicts:
   libghc-parsec2-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/debian
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-debian
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-debian
diff -rN -u old-haskell-debian//patches/dont-build-tests.patch new-haskell-debian//patches/dont-build-tests.patch
--- old-haskell-debian//patches/dont-build-tests.patch	2012-05-17 23:37:38.705329858 +0000
+++ new-haskell-debian//patches/dont-build-tests.patch	2012-05-17 23:37:38.785329120 +0000
@@ -1,17 +1,14 @@
-Index: haskell-debian-3.61/debian.cabal
-===================================================================
---- haskell-debian-3.61.orig/debian.cabal	2012-03-07 17:39:35.000000000 +0100
-+++ haskell-debian-3.61/debian.cabal	2012-03-25 22:00:24.000000000 +0200
-@@ -22,7 +22,7 @@
- Library
-  Build-Depends:  base >= 4 && < 5, bytestring, containers, directory,
-                  filepath, mtl, network, old-locale, parsec >= 2 && <4, pretty, process,
--                 regex-tdfa, regex-compat, time, unix, bzlib, HaXml >= 1.20, Unixutils >= 1.41, zlib, HUnit,
-+                 regex-tdfa, regex-compat, time, unix, bzlib, HaXml >= 1.20, Unixutils >= 1.41, zlib,
-                  utf8-string
-  ghc-options: -W -Wall -O2
-  if flag(cabal19)
-@@ -61,11 +61,7 @@
+--- a/debian.cabal
++++ b/debian.cabal
+@@ -28,7 +28,6 @@
+    directory,
+    filepath,
+    HaXml >= 1.20,
+-   HUnit,
+    mtl,
+    network,
+    old-locale,
+@@ -80,11 +79,7 @@
          Debian.URI,
          Debian.Util.FakeChanges
   other-modules:
@@ -24,10 +21,8 @@
  
  Executable fakechanges
   Main-is: utils/FakeChanges.hs
-Index: haskell-debian-3.61/Setup.hs
-===================================================================
---- haskell-debian-3.61.orig/Setup.hs	2011-10-05 20:31:23.000000000 +0200
-+++ haskell-debian-3.61/Setup.hs	2012-03-25 22:02:02.000000000 +0200
+--- a/Setup.hs
++++ b/Setup.hs
 @@ -6,8 +6,7 @@
  import System.Exit
  





More information about the Pkg-haskell-commits mailing list