[Pkg-haskell-commits] darcs: haskell-sandi: staging conduit 1.1 transition

Clint Adams clint at debian.org
Tue Jun 10 13:59:50 UTC 2014


Tue Jun 10 13:54:41 UTC 2014  Clint Adams <clint at debian.org>
  * staging conduit 1.1 transition

    M ./changelog +6
    M ./control -12 +20
    A ./patches/
    A ./patches/older-base.diff
    A ./patches/series

Tue Jun 10 13:54:41 UTC 2014  Clint Adams <clint at debian.org>
  * staging conduit 1.1 transition
diff -rN -u old-haskell-sandi/changelog new-haskell-sandi/changelog
--- old-haskell-sandi/changelog	2014-06-10 13:59:49.913749815 +0000
+++ new-haskell-sandi/changelog	2014-06-10 13:59:49.917749812 +0000
@@ -1,3 +1,9 @@
+haskell-sandi (0.3.0-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 06 Jun 2014 11:22:20 -0400
+
 haskell-sandi (0.2.3-1) unstable; urgency=low
 
   * Initial debian package.
diff -rN -u old-haskell-sandi/control new-haskell-sandi/control
--- old-haskell-sandi/control	2014-06-10 13:59:49.913749815 +0000
+++ new-haskell-sandi/control	2014-06-10 13:59:49.917749812 +0000
@@ -3,18 +3,26 @@
 Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joey Hess <joeyh at debian.org>
-Build-Depends:
- debhelper (>= 9),
- haskell-devscripts (>= 0.8.15),
- cdbs,
- ghc,
- ghc-prof,
- ghc-doc,
- libghc-conduit-dev (>= 1.0),
- libghc-conduit-dev (<< 1.1),
- libghc-conduit-prof,
- libghc-conduit-doc
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9)
+ , haskell-devscripts (>= 0.8.15)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-conduit-dev (>= 1.1)
+ , libghc-conduit-dev (<< 1.2)
+ , libghc-conduit-prof
+ , libghc-exceptions-dev (>= 0.6)
+ , libghc-exceptions-dev (<< 0.7)
+ , libghc-exceptions-prof
+# , libghc-hunit-dev
+# , libghc-tasty-dev
+# , libghc-tasty-hunit-dev
+# , libghc-tasty-quickcheck-dev
+# , libghc-tasty-th-dev
+Build-Depends-Indep: ghc-doc
+ , libghc-conduit-doc
+ , libghc-exceptions-doc
+Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/sandi
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-sandi
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sandi
diff -rN -u old-haskell-sandi/patches/older-base.diff new-haskell-sandi/patches/older-base.diff
--- old-haskell-sandi/patches/older-base.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sandi/patches/older-base.diff	2014-06-10 13:59:49.921749809 +0000
@@ -0,0 +1,11 @@
+--- a/sandi.cabal
++++ b/sandi.cabal
+@@ -24,7 +24,7 @@
+     ghc-options: -Wall
+     cc-options: -Wall -Wextra
+     build-depends:
+-        base ==4.7.*,
++        base >= 4.6 && < 4.8,
+         bytestring ==0.10.*,
+         conduit ==1.1.*,
+         exceptions ==0.6.*
diff -rN -u old-haskell-sandi/patches/series new-haskell-sandi/patches/series
--- old-haskell-sandi/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-sandi/patches/series	2014-06-10 13:59:49.921749809 +0000
@@ -0,0 +1 @@
+older-base.diff




More information about the Pkg-haskell-commits mailing list