[DHG_packages] 01/01: regex-tdfa: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 01:49:25 UTC 2016


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

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 6aaaff52834a7b163209172b8a476dd914beda48
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 21:48:26 2016 -0400

    regex-tdfa: build with ghc 8 in experimental
---
 p/haskell-regex-tdfa/debian/changelog |  6 +++---
 p/haskell-regex-tdfa/debian/control   | 38 +++++++++++++++++------------------
 p/haskell-regex-tdfa/debian/copyright |  2 +-
 3 files changed, 22 insertions(+), 24 deletions(-)

diff --git a/p/haskell-regex-tdfa/debian/changelog b/p/haskell-regex-tdfa/debian/changelog
index 06961ad..cb46ed4 100644
--- a/p/haskell-regex-tdfa/debian/changelog
+++ b/p/haskell-regex-tdfa/debian/changelog
@@ -1,8 +1,8 @@
-haskell-regex-tdfa (1.2.2-2) UNRELEASED; urgency=medium
+haskell-regex-tdfa (1.2.2-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:59 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 21:48:22 -0400
 
 haskell-regex-tdfa (1.2.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-regex-tdfa/debian/control b/p/haskell-regex-tdfa/debian/control
index 8d0938f..5facd08 100644
--- a/p/haskell-regex-tdfa/debian/control
+++ b/p/haskell-regex-tdfa/debian/control
@@ -3,22 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-parsec3-dev,
  libghc-parsec3-prof,
  libghc-regex-base-dev (>= 0.93.1),
  libghc-regex-base-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-parsec3-doc,
  libghc-regex-base-doc,
-Build-Conflicts: libghc-parsec2-dev,
+Build-Conflicts: libghc-parsec2-dev
 Standards-Version: 3.9.8
 Homepage: https://github.com/ChrisKuklewicz/regex-tdfa
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-regex-tdfa
@@ -36,12 +38,10 @@ X-Description: Haskell library for a tagged DFA regex engine
 
 Package: libghc-regex-tdfa-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -49,11 +49,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-regex-tdfa-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -62,10 +61,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-regex-tdfa-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/haskell-regex-tdfa/debian/copyright b/p/haskell-regex-tdfa/debian/copyright
index cee6ff4..6d3dbd1 100644
--- a/p/haskell-regex-tdfa/debian/copyright
+++ b/p/haskell-regex-tdfa/debian/copyright
@@ -35,4 +35,4 @@ License: BSD-3-clause
  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-- 
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