[DHG_packages] 01/05: HDBC-odbc: 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 fdfa5585f9d32a107434ecc729f53660686b641b
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 11:56:15 2016 -0400

    HDBC-odbc: build with ghc 8 in experimental
---
 p/hdbc-odbc/debian/changelog |  8 ++---
 p/hdbc-odbc/debian/control   | 81 +++++++++++++++++++++++++++-----------------
 2 files changed, 53 insertions(+), 36 deletions(-)

diff --git a/p/hdbc-odbc/debian/changelog b/p/hdbc-odbc/debian/changelog
index 21c0a74..e133d5b 100644
--- a/p/hdbc-odbc/debian/changelog
+++ b/p/hdbc-odbc/debian/changelog
@@ -1,14 +1,14 @@
-hdbc-odbc (2.3.1.1-7) UNRELEASED; urgency=medium
+hdbc-odbc (2.3.1.1-7) experimental; 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)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:38 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 11:56:09 -0400
 
 hdbc-odbc (2.3.1.1-6) unstable; urgency=medium
 
diff --git a/p/hdbc-odbc/debian/control b/p/hdbc-odbc/debian/control
index f66f918..234e563 100644
--- a/p/hdbc-odbc/debian/control
+++ b/p/hdbc-odbc/debian/control
@@ -1,43 +1,50 @@
 Source: hdbc-odbc
 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,
- ghc-prof,
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
  cpphs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-convertible-dev,
+ libghc-convertible-prof,
  libghc-hdbc-dev (>= 2.2.0-2),
  libghc-hdbc-prof (>= 2.2.0-2),
- unixodbc-dev (>= 2.2.11),
- libghc-mtl-dev,
  libghc-hunit-dev,
- libghc-time-dev,
- libghc-convertible-dev,
- libghc-mtl-prof,
  libghc-hunit-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-time-dev,
  libghc-time-prof,
- libghc-convertible-prof,
-Build-Depends-Indep: libghc-hdbc-doc,
- libghc-mtl-doc,
+ unixodbc-dev (>= 2.2.11),
+Build-Depends-Indep:
+ libghc-convertible-doc,
+ libghc-hdbc-doc,
  libghc-hunit-doc,
+ libghc-mtl-doc,
  libghc-time-doc,
- libghc-convertible-doc,
 Standards-Version: 3.9.8
-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-odbc
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hdbc-odbc-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  unixodbc-dev (>= 2.2.11),
-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: unixODBC 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
@@ -48,12 +55,16 @@ Description: unixODBC HDBC (Haskell Database Connectivity) Driver for GHC
 
 Package: libghc-hdbc-odbc-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: unixODBC Haskell Database Connectivity Driver; profiling libraries
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in
@@ -66,14 +77,20 @@ Description: unixODBC Haskell Database Connectivity Driver; profiling libraries
 Package: libghc-hdbc-odbc-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-hdbc-odbc-doc (<< 2.2.3.0-2),
-Provides: haskell-hdbc-odbc-doc,
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ haskell-hdbc-odbc-doc (<< 2.2.3.0-2),
+Provides:
+ haskell-hdbc-odbc-doc,
  ${haskell:Provides},
-Replaces: haskell-hdbc-odbc-doc (<< 2.2.3.0-2),
+Replaces:
+ haskell-hdbc-odbc-doc (<< 2.2.3.0-2),
 Description: unixODBC 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