[Pkg-haskell-commits] darcs: haskell-comonad: New upstream version 4.0.

Clint Adams clint at debian.org
Sun Nov 10 01:57:34 UTC 2013


Sun Nov 10 01:57:07 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 4.0.

    M ./changelog -2 +7
    M ./control -13 +31
    A ./patches/
    A ./patches/doctest-builddir.diff
    A ./patches/series
    M ./rules +2

Sun Nov 10 01:57:07 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 4.0.
diff -rN -u old-haskell-comonad/changelog new-haskell-comonad/changelog
--- old-haskell-comonad/changelog	2013-11-10 01:57:34.469551766 +0000
+++ new-haskell-comonad/changelog	2013-11-10 01:57:34.473537064 +0000
@@ -1,8 +1,13 @@
-haskell-comonad (3.0.1.1-3) UNRELEASED; urgency=low
+haskell-comonad (4.0-1) unstable; urgency=low
 
+  [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:19:52 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Sat, 09 Nov 2013 20:45:46 -0500
 
 haskell-comonad (3.0.1.1-2) unstable; urgency=low
 
diff -rN -u old-haskell-comonad/control new-haskell-comonad/control
--- old-haskell-comonad/control	2013-11-10 01:57:34.449556577 +0000
+++ new-haskell-comonad/control	2013-11-10 01:57:34.473537064 +0000
@@ -3,19 +3,37 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iulian Udrea <iulian at linux.com>
-Build-Depends: debhelper (>= 9),
-               cdbs, 
-               haskell-devscripts (>= 0.8.15), 
-               ghc, 
-               ghc-prof,
-               libghc-transformers-dev (>= 0.2),
-               libghc-transformers-dev (<< 0.4),
-               libghc-transformers-prof,
-               libghc-semigroups-dev (>= 0.8.3),
-               libghc-semigroups-prof
-Build-Depends-Indep: ghc-doc,
-                     libghc-transformers-doc,
-                     libghc-semigroups-doc
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-contravariant-dev (>= 0.2.0.1)
+  , libghc-contravariant-dev (<< 1)
+  , libghc-contravariant-prof
+  , libghc-distributive-dev (>= 0.2.2)
+  , libghc-distributive-dev (<< 1)
+  , libghc-distributive-prof
+  , libghc-mtl-dev (>= 2.0)
+  , libghc-mtl-dev (<< 2.2)
+  , libghc-mtl-prof
+  , libghc-semigroups-dev (>= 0.8.3.1)
+  , libghc-semigroups-dev (<< 1)
+  , libghc-semigroups-prof
+  , libghc-tagged-dev (>= 0.1)
+  , libghc-tagged-dev (<< 1)
+  , libghc-tagged-prof
+  , libghc-transformers-dev (>= 0.2)
+  , libghc-transformers-dev (<< 0.4)
+  , libghc-transformers-prof
+  , libghc-doctest-dev (>> 0.9.1)
+Build-Depends-Indep: ghc-doc
+  , libghc-contravariant-doc
+  , libghc-distributive-doc
+  , libghc-mtl-doc
+  , libghc-semigroups-doc
+  , libghc-tagged-doc
+  , libghc-transformers-doc
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/comonad
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-comonad
diff -rN -u old-haskell-comonad/patches/doctest-builddir.diff new-haskell-comonad/patches/doctest-builddir.diff
--- old-haskell-comonad/patches/doctest-builddir.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-comonad/patches/doctest-builddir.diff	2013-11-10 01:57:34.477541180 +0000
@@ -0,0 +1,14 @@
+--- a/tests/doctests.hsc
++++ b/tests/doctests.hsc
+@@ -54,9 +54,9 @@
+ main :: IO ()
+ main = withUnicode $ getSources >>= \sources -> doctest $
+     "-isrc"
+-  : "-idist/build/autogen"
++  : "-idist-ghc/build/autogen"
+   : "-optP-include"
+-  : "-optPdist/build/autogen/cabal_macros.h"
++  : "-optPdist-ghc/build/autogen/cabal_macros.h"
+   : "-hide-all-packages"
+   : "-Iincludes"
+   : map ("-package="++) deps ++ sources
diff -rN -u old-haskell-comonad/patches/series new-haskell-comonad/patches/series
--- old-haskell-comonad/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-comonad/patches/series	2013-11-10 01:57:34.477541180 +0000
@@ -0,0 +1 @@
+doctest-builddir.diff
diff -rN -u old-haskell-comonad/rules new-haskell-comonad/rules
--- old-haskell-comonad/rules	2013-11-10 01:57:34.449556577 +0000
+++ new-haskell-comonad/rules	2013-11-10 01:57:34.477541180 +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