[DHG_packages] 02/02: parsers: Upgrading from 0.12.3 to 0.12.4

Clint Adams clint at moszumanska.debian.org
Tue Jul 12 21:06:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit ac54413d0f677b92a5daaf8058efc66bcf051057
Author: Clint Adams <clint at debian.org>
Date:   Tue Jul 12 17:04:25 2016 -0400

    parsers: Upgrading from 0.12.3 to 0.12.4
---
 p/haskell-parsers/debian/changelog                |  8 ++++++--
 p/haskell-parsers/debian/patches/disable-doctests |  8 +++-----
 p/haskell-parsers/debian/patches/fix-doctest.diff | 13 -------------
 p/haskell-parsers/debian/patches/series           |  1 -
 4 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/p/haskell-parsers/debian/changelog b/p/haskell-parsers/debian/changelog
index 0801086..0a25666 100644
--- a/p/haskell-parsers/debian/changelog
+++ b/p/haskell-parsers/debian/changelog
@@ -1,9 +1,13 @@
-haskell-parsers (0.12.3-2) UNRELEASED; urgency=medium
+haskell-parsers (0.12.4-1) unstable; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:56 +0300
+  [ Clint Adams ]
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Tue, 12 Jul 2016 17:04:25 -0400
 
 haskell-parsers (0.12.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-parsers/debian/patches/disable-doctests b/p/haskell-parsers/debian/patches/disable-doctests
index 4799710..3709053 100644
--- a/p/haskell-parsers/debian/patches/disable-doctests
+++ b/p/haskell-parsers/debian/patches/disable-doctests
@@ -1,8 +1,6 @@
-Index: haskell-parsers/parsers.cabal
-===================================================================
---- haskell-parsers.orig/parsers.cabal	2015-08-15 14:41:17.724924754 +0200
-+++ haskell-parsers/parsers.cabal	2015-08-15 14:41:17.720924673 +0200
-@@ -59,6 +59,7 @@
+--- a/parsers.cabal
++++ b/parsers.cabal
+@@ -58,6 +58,7 @@
  
  -- Verify the results of the examples
  test-suite doctests
diff --git a/p/haskell-parsers/debian/patches/fix-doctest.diff b/p/haskell-parsers/debian/patches/fix-doctest.diff
deleted file mode 100644
index 07b6cdc..0000000
--- a/p/haskell-parsers/debian/patches/fix-doctest.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/tests/doctests.hs
-+++ b/tests/doctests.hs
-@@ -11,9 +11,9 @@
- main :: IO ()
- main = 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"
-   : map ("-package="++) deps ++ sources
diff --git a/p/haskell-parsers/debian/patches/series b/p/haskell-parsers/debian/patches/series
index 52f4ea3..7852347 100644
--- a/p/haskell-parsers/debian/patches/series
+++ b/p/haskell-parsers/debian/patches/series
@@ -1,2 +1 @@
-fix-doctest.diff
 disable-doctests

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list