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

Clint Adams clint at debian.org
Sat May 3 02:07:43 UTC 2014


Sat May  3 02:07:34 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 3.81.

    M ./changelog -2 +6
    M ./control -6 +3
    M ./patches/dont-build-tests.patch -6 +6

Sat May  3 02:07:34 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 3.81.
diff -rN -u old-haskell-debian/changelog new-haskell-debian/changelog
--- old-haskell-debian/changelog	2014-05-03 02:07:43.676387487 +0000
+++ new-haskell-debian/changelog	2014-05-03 02:07:43.676387487 +0000
@@ -1,8 +1,12 @@
-haskell-debian (3.79.2-2) UNRELEASED; urgency=low
+haskell-debian (3.81-1) unstable; urgency=medium
 
+  [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:20:05 +0200
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 02 May 2014 21:51:47 -0400
 
 haskell-debian (3.79.2-1) unstable; urgency=low
 
diff -rN -u old-haskell-debian/control new-haskell-debian/control
--- old-haskell-debian/control	2014-05-03 02:07:43.676387487 +0000
+++ new-haskell-debian/control	2014-05-03 02:07:43.680387490 +0000
@@ -8,15 +8,13 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-  , libghc-ansi-wl-pprint-dev
-  , libghc-ansi-wl-pprint-prof
   , libghc-bzlib-dev
   , libghc-bzlib-prof
   , libghc-haxml-dev (>= 1:1.20)
   , libghc-haxml-prof
   , libghc-mtl-dev
   , libghc-mtl-prof
-  , libghc-network-dev
+  , libghc-network-dev (>= 2.4)
   , libghc-network-prof
   , libghc-parsec3-dev
   , libghc-parsec3-prof
@@ -30,14 +28,13 @@
   , libghc-regex-tdfa-prof
   , libghc-text-dev
   , libghc-text-prof
-  , libghc-unixutils-dev (>> 1.50)
+  , libghc-unixutils-dev (>= 1.50)
   , libghc-unixutils-prof
   , libghc-utf8-string-dev
   , libghc-utf8-string-prof
   , libghc-zlib-dev
   , libghc-zlib-prof
 Build-Depends-Indep: ghc-doc
-  , libghc-ansi-wl-pprint-doc
   , libghc-mtl-doc
   , libghc-parsec3-doc
   , libghc-regex-compat-doc
@@ -53,7 +50,7 @@
   , libghc-text-doc
 Build-Conflicts:
   libghc-parsec2-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 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	2014-05-03 02:07:43.672387484 +0000
+++ new-haskell-debian/patches/dont-build-tests.patch	2014-05-03 02:07:43.680387490 +0000
@@ -1,6 +1,6 @@
 --- a/debian.cabal
 +++ b/debian.cabal
-@@ -33,7 +33,6 @@
+@@ -32,7 +32,6 @@
     directory,
     filepath,
     HaXml >= 1.20,
@@ -8,7 +8,7 @@
     mtl,
     network >= 2.4,
     old-locale,
-@@ -95,11 +94,7 @@
+@@ -93,11 +92,7 @@
          Debian.UTF8,
          Debian.Util.FakeChanges
   other-modules:
@@ -23,13 +23,13 @@
   Main-is: utils/FakeChanges.hs
 --- a/Setup.hs
 +++ b/Setup.hs
-@@ -6,8 +6,7 @@
- import System.Exit
+@@ -8,8 +8,7 @@
  
- main = defaultMainWithHooks simpleUserHooks {
+ main = copyFile "debian/changelog" "changelog" >>
+        defaultMainWithHooks simpleUserHooks {
 -         postBuild = \ _ _ _ _ -> runTestScript
 -       , runTests = \ _ _ _ _ -> runTestScript
-+       runTests = \ _ _ _ _ -> runTestScript
++        runTests = \ _ _ _ _ -> runTestScript
         }
  
  runTestScript =




More information about the Pkg-haskell-commits mailing list