[DHG_packages] 06/06: hdbc: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:45:09 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 820b9bd6c308a04cfc6ef0969f79a5a59ab7562e
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:43:37 2016 -0400

    hdbc: build with ghc 8 in experimental
---
 p/hdbc/debian/changelog |  8 +++----
 p/hdbc/debian/control   | 59 +++++++++++++++++++++++++++++++------------------
 p/hdbc/debian/copyright |  2 +-
 3 files changed, 43 insertions(+), 26 deletions(-)

diff --git a/p/hdbc/debian/changelog b/p/hdbc/debian/changelog
index 9316c6b..bf70886 100644
--- a/p/hdbc/debian/changelog
+++ b/p/hdbc/debian/changelog
@@ -1,14 +1,14 @@
-hdbc (2.4.0.1-3) UNRELEASED; urgency=medium
+hdbc (2.4.0.1-3) 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>  Sun, 16 Oct 2016 01:43:30 -0400
 
 hdbc (2.4.0.1-2) unstable; urgency=medium
 
diff --git a/p/hdbc/debian/control b/p/hdbc/debian/control
index 7815903..1d63784 100644
--- a/p/hdbc/debian/control
+++ b/p/hdbc/debian/control
@@ -1,13 +1,15 @@
 Source: hdbc
 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),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-convertible-dev (>= 1.1.0.0),
  libghc-convertible-prof,
  libghc-mtl-dev,
@@ -16,26 +18,31 @@ Build-Depends: debhelper (>= 9),
  libghc-text-prof,
  libghc-utf8-string-dev,
  libghc-utf8-string-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-convertible-doc,
  libghc-mtl-doc,
  libghc-text-doc,
  libghc-utf8-string-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/hdbc/hdbc
-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
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hdbc-dev
 Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: libghc-hdbc-postgresql-dev | libghc-hdbc-sqlite3-dev,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
  libghc-hdbc-missingh-dev,
+ libghc-hdbc-postgresql-dev | libghc-hdbc-sqlite3-dev,
  ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Provides:
+ ${haskell:Provides},
 Description: Haskell Database Connectivity, GHC package
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in
@@ -50,11 +57,15 @@ Description: Haskell Database Connectivity, GHC package
 
 Package: libghc-hdbc-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell Database Connectivity, GHC profiling data
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This package provides profiling information for using
@@ -63,14 +74,20 @@ Description: Haskell Database Connectivity, GHC profiling data
 Package: libghc-hdbc-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-hdbc-doc (<< 2.2.3-2),
-Provides: haskell-hdbc-doc,
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ haskell-hdbc-doc (<< 2.2.3-2),
+Provides:
+ haskell-hdbc-doc,
  ${haskell:Provides},
-Replaces: haskell-hdbc-doc (<< 2.2.3-2),
+Replaces:
+ haskell-hdbc-doc (<< 2.2.3-2),
 Description: Haskell Database Connectivity, Documentation
  HDBC provides an abstraction layer between Haskell programs and SQL
  relational databases. This lets you write database code once, in
diff --git a/p/hdbc/debian/copyright b/p/hdbc/debian/copyright
index 2d68235..eb1ee32 100644
--- a/p/hdbc/debian/copyright
+++ b/p/hdbc/debian/copyright
@@ -35,4 +35,4 @@ License: BSD-3-clause
  SERVICES; 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
+ OF THIS 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