[Pkg-haskell-commits] darcs: haskell-debian: New upstream release

KAction at gnu.org KAction at gnu.org
Sat May 2 09:01:41 UTC 2015


Sat May  2 09:00:42 UTC 2015  KAction at gnu.org
  * New upstream release

    R ./patches/dont-build-tests.patch
    R ./patches/series
    R ./patches/
    M ./changelog +6

Sat May  2 09:00:42 UTC 2015  KAction at gnu.org
  * New upstream release
diff -rN -u old-haskell-debian/changelog new-haskell-debian/changelog
--- old-haskell-debian/changelog	2015-05-02 09:01:41.631137063 +0000
+++ new-haskell-debian/changelog	2015-05-02 09:01:41.635137063 +0000
@@ -1,3 +1,9 @@
+haskell-debian (3.87.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Wed, 29 Apr 2015 16:28:28 +0300
+
 haskell-debian (3.85.2-3) unstable; urgency=medium
 
   * Rebuild due to haskell-devscripts bug affecting the previous
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	2015-05-02 09:01:41.631137063 +0000
+++ new-haskell-debian/patches/dont-build-tests.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,47 +0,0 @@
---- a/Setup.hs
-+++ b/Setup.hs
-@@ -8,12 +8,4 @@ import System.Exit
- import System.FilePath ((</>))
- import System.Process
- 
--main = copyFile "debian/changelog" "changelog" >>
--       defaultMainWithHooks simpleUserHooks {
--         postBuild = \ _ _ _ lbi -> runTestScript lbi
--       , runTests = \ _ _ _ lbi -> runTestScript lbi
--       }
--
--runTestScript lbi =
--    system (buildDir lbi </> "debian-tests/debian-tests") >>= \ code ->
--    if code == ExitSuccess then return () else error "Test Failure"
-+main = defaultMain
---- a/debian.cabal
-+++ b/debian.cabal
-@@ -93,11 +93,7 @@ Library
-         Debian.UTF8,
-         Debian.Util.FakeChanges
-  other-modules:
--        Debian.Version.Internal,
--        Test.Changes,
--        Test.Dependencies,
--        Test.SourcesList,
--        Test.Versions
-+        Debian.Version.Internal
- 
- Executable fakechanges
-  Hs-Source-Dirs: utils
-@@ -124,15 +120,6 @@ Executable apt-get-build-depends
-  ghc-options: -threaded -W -O2
-  Extensions:           ExistentialQuantification CPP
- 
--Executable debian-tests
-- Main-is: Test/Main.hs
-- ghc-options: -threaded -W -O2
-- Build-Depends: ansi-wl-pprint, base, bytestring, containers, debian, directory, exceptions, HUnit, ListLike >= 4.1.1, mtl, parsec, pretty, prettyclass, process, process-extras >= 0.2.0, regex-compat, regex-tdfa, template-haskell, text, utf8-string
-- if flag(network-uri)
--   Build-Depends: network >= 2.6, network-uri >= 2.6
-- else
--   Build-Depends: network >= 2.4 && < 2.6
--
- source-repository head
-   type:     git
-   location: https://github.com/ddssff/debian-haskell
diff -rN -u old-haskell-debian/patches/series new-haskell-debian/patches/series
--- old-haskell-debian/patches/series	2015-05-02 09:01:41.631137063 +0000
+++ new-haskell-debian/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-dont-build-tests.patch




More information about the Pkg-haskell-commits mailing list