[DHG_packages] 02/05: HDBC-postgresql: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:00:41 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 4f4b187e4f3f2e39685b14b0a96492c156f4ae10
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 11:57:01 2016 -0400

    HDBC-postgresql: build with ghc 8 in experimental
---
 p/hdbc-postgresql/debian/changelog |  6 +++
 p/hdbc-postgresql/debian/control   | 75 +++++++++++++++++++++++---------------
 2 files changed, 52 insertions(+), 29 deletions(-)

diff --git a/p/hdbc-postgresql/debian/changelog b/p/hdbc-postgresql/debian/changelog
index 284cc0f..7aaab33 100644
--- a/p/hdbc-postgresql/debian/changelog
+++ b/p/hdbc-postgresql/debian/changelog
@@ -1,3 +1,9 @@
+hdbc-postgresql (2.3.2.4-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 11:56:42 -0400
+
 hdbc-postgresql (2.3.2.4-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/hdbc-postgresql/debian/control b/p/hdbc-postgresql/debian/control
index ef56ec2..412dc4d 100644
--- a/p/hdbc-postgresql/debian/control
+++ b/p/hdbc-postgresql/debian/control
@@ -1,47 +1,54 @@
 Source: hdbc-postgresql
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: John Goerzen <jgoerzen at complete.org>
+Uploaders:
+ John Goerzen <jgoerzen at complete.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- ghc (>= 6.12),
- ghc-prof (>= 6.12),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
  cpphs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-prof,
  haddock,
+ haskell-devscripts (>= 0.10),
  hscolour,
+ libghc-convertible-dev,
+ libghc-convertible-prof,
  libghc-hdbc-dev (>= 2.2.0),
- libpq-dev (>= 8.1.1),
- libghc-mtl-dev,
  libghc-hdbc-prof (>= 2.2.0),
+ libghc-mtl-dev,
  libghc-mtl-prof,
- libghc-convertible-dev,
- libghc-convertible-prof,
  libghc-parsec3-dev,
  libghc-parsec3-prof,
  libghc-utf8-string-dev,
  libghc-utf8-string-prof,
-Build-Depends-Indep: ghc-doc,
+ libpq-dev (>= 8.1.1),
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-convertible-doc,
  libghc-hdbc-doc,
  libghc-mtl-doc,
  libghc-parsec3-doc,
- libghc-convertible-doc,
  libghc-utf8-string-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/HDBC-postgresql
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/hdbc-postgresql
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hdbc-postgresql-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  libpq-dev (>= 8.1.1),
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: PostgreSQL HDBC (Haskell Database Connectivity) Driver for GHC
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in
@@ -51,12 +58,16 @@ Description: PostgreSQL HDBC (Haskell Database Connectivity) Driver for GHC
 
 Package: libghc-hdbc-postgresql-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: PostgreSQL HDBC Driver for GHC; profiling libraries
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in
@@ -68,14 +79,20 @@ Description: PostgreSQL HDBC Driver for GHC; profiling libraries
 Package: libghc-hdbc-postgresql-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-hdbc-postgresql-doc (<< 2.2.3.1-3),
-Provides: haskell-hdbc-postgresql-doc,
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ haskell-hdbc-postgresql-doc (<< 2.2.3.1-3),
+Provides:
+ haskell-hdbc-postgresql-doc,
  ${haskell:Provides},
-Replaces: haskell-hdbc-postgresql-doc (<< 2.2.3.1-3),
+Replaces:
+ haskell-hdbc-postgresql-doc (<< 2.2.3.1-3),
 Description: PostgreSQL HDBC (Haskell Database Connectivity) documentation
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in

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