[DHG_packages] 02/02: parsers: Upgrading from 0.12.7 to 0.12.8

Clint Adams clint at moszumanska.debian.org
Sun Jan 7 20:09:27 UTC 2018


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

clint pushed a commit to branch master
in repository DHG_packages.

commit b9da830b0e8cdcfaebd89c5d328ff4fef7026fd7
Author: Clint Adams <clint at debian.org>
Date:   Sun Jan 7 15:06:13 2018 -0500

    parsers: Upgrading from 0.12.7 to 0.12.8
---
 p/haskell-parsers/debian/changelog                |  8 ++++++--
 p/haskell-parsers/debian/control                  | 11 +++++++----
 p/haskell-parsers/debian/patches/disable-doctests | 10 ----------
 p/haskell-parsers/debian/patches/series           |  1 -
 4 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/p/haskell-parsers/debian/changelog b/p/haskell-parsers/debian/changelog
index 85110e6..a9aded4 100644
--- a/p/haskell-parsers/debian/changelog
+++ b/p/haskell-parsers/debian/changelog
@@ -1,12 +1,16 @@
-haskell-parsers (0.12.7-2) UNRELEASED; urgency=medium
+haskell-parsers (0.12.8-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Change Priority to optional. Since Debian Policy version 4.0.1,
     priority extra has been deprecated.
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 01 Nov 2017 12:14:55 +0200
+  [ Clint Adams ]
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 07 Jan 2018 15:06:13 -0500
 
 haskell-parsers (0.12.7-1) unstable; urgency=medium
 
diff --git a/p/haskell-parsers/debian/control b/p/haskell-parsers/debian/control
index 31a39f1..f0a528c 100644
--- a/p/haskell-parsers/debian/control
+++ b/p/haskell-parsers/debian/control
@@ -40,11 +40,14 @@ Build-Depends:
  libghc-text-dev (<< 1.3),
  libghc-text-dev (>= 0.10),
  libghc-text-prof,
- libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-prof,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-quickcheck2-dev,
+ libghc-attoparsec-dev,
+ libghc-parsec3-dev (>= 3),
+ libghc-quickcheck-instances-dev,
+Build-Depends-Indep: ghc-doc,
  libghc-attoparsec-doc,
  libghc-base-orphans-doc,
  libghc-charset-doc,
@@ -54,7 +57,7 @@ Build-Depends-Indep:
  libghc-semigroups-doc,
  libghc-text-doc,
  libghc-unordered-containers-doc,
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Homepage: http://github.com/ekmett/parsers/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-parsers
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-parsers/debian/patches/disable-doctests b/p/haskell-parsers/debian/patches/disable-doctests
deleted file mode 100644
index 0cf6263..0000000
--- a/p/haskell-parsers/debian/patches/disable-doctests
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/parsers.cabal
-+++ b/parsers.cabal
-@@ -70,6 +70,7 @@ library
- 
- -- Verify the results of the examples
- test-suite doctests
-+  buildable: false
-   type:    exitcode-stdio-1.0
-   main-is: doctests.hs
-   default-language: Haskell2010
diff --git a/p/haskell-parsers/debian/patches/series b/p/haskell-parsers/debian/patches/series
deleted file mode 100644
index 7852347..0000000
--- a/p/haskell-parsers/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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