[DHG_packages] 04/05: HDBC-session: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 06:25:54 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 034befa74d74880d48e03f18aa1050096942aa15
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 02:24:35 2016 -0400

    HDBC-session: build with ghc 8 in experimental
---
 p/haskell-hdbc-session/debian/changelog |  6 ++++
 p/haskell-hdbc-session/debian/control   | 57 +++++++++++++++++++++------------
 2 files changed, 43 insertions(+), 20 deletions(-)

diff --git a/p/haskell-hdbc-session/debian/changelog b/p/haskell-hdbc-session/debian/changelog
index ceec765..f2b085a 100644
--- a/p/haskell-hdbc-session/debian/changelog
+++ b/p/haskell-hdbc-session/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hdbc-session (0.1.1.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 02:24:19 -0400
+
 haskell-hdbc-session (0.1.1.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hdbc-session/debian/control b/p/haskell-hdbc-session/debian/control
index 4f2ee89..7432867 100644
--- a/p/haskell-hdbc-session/debian/control
+++ b/p/haskell-hdbc-session/debian/control
@@ -1,34 +1,42 @@
 Source: haskell-hdbc-session
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kei Hibino <ex8k.hibino at gmail.com>
+Uploaders:
+ Kei Hibino <ex8k.hibino at gmail.com>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-hdbc-dev,
  libghc-hdbc-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hdbc-doc,
 Standards-Version: 3.9.8
 Homepage: http://khibino.github.io/haskell-relational-record/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hdbc-session
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
-X-Description: Bracketed connection for HDBC
+X-Description: bracketed connection for HDBC
  This package contains a base bracketed function
  to call close correctly against opend DB connection.
 
 Package: libghc-hdbc-session-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -36,12 +44,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-hdbc-session-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -50,11 +63,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-hdbc-session-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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