[DHG_packages] 04/05: safecopy: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:28:15 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 be179f1e0044cb17440418f318f4e68f99289fb7
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:26:14 2016 -0400

    safecopy: build with ghc 8 in experimental
---
 p/haskell-safecopy/debian/changelog |  6 ++++
 p/haskell-safecopy/debian/control   | 55 +++++++++++++++++++++++--------------
 2 files changed, 40 insertions(+), 21 deletions(-)

diff --git a/p/haskell-safecopy/debian/changelog b/p/haskell-safecopy/debian/changelog
index d23ee38..2a66d17 100644
--- a/p/haskell-safecopy/debian/changelog
+++ b/p/haskell-safecopy/debian/changelog
@@ -1,3 +1,9 @@
+haskell-safecopy (0.9.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:26:08 -0400
+
 haskell-safecopy (0.9.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-safecopy/debian/control b/p/haskell-safecopy/debian/control
index 10395ce..f5aa061 100644
--- a/p/haskell-safecopy/debian/control
+++ b/p/haskell-safecopy/debian/control
@@ -1,42 +1,48 @@
 Source: haskell-safecopy
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>
+Uploaders:
+ Giovanni Mascellani <gio at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- ghc-ghci,
- libghc-cereal-dev (>= 0.5),
+ haskell-devscripts (>= 0.10),
  libghc-cereal-dev (<< 0.6),
+ libghc-cereal-dev (>= 0.5),
  libghc-cereal-prof,
  libghc-old-time-dev (<< 1.2),
  libghc-old-time-prof,
  libghc-text-dev (<< 1.3),
  libghc-text-prof,
- libghc-vector-dev (>= 0.10),
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.10),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-cereal-doc,
  libghc-old-time-doc,
  libghc-text-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://acid-state.seize.it/safecopy
-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/haskell-safecopy
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-safecopy-dev
 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: Haskell serialization library with version control - GHC libraries${haskell:ShortBlurb}
  SafeCopy is an extension to cereal, a Haskell serialization library:
  it adds the ability to define new versions of some data tpe and
@@ -47,11 +53,15 @@ Description: Haskell serialization library with version control - GHC libraries$
 
 Package: libghc-safecopy-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 serialization library with version control - GHC profiling libraries${haskell:ShortBlurb}
  SafeCopy is an extension to cereal, a Haskell serialization library:
  it adds the ability to define new versions of some data tpe and
@@ -63,10 +73,13 @@ Description: Haskell serialization library with version control - GHC profiling
 Package: libghc-safecopy-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell serialization library with version control - documentation${haskell:ShortBlurb}
  SafeCopy is an extension to cereal, a Haskell serialization library:
  it adds the ability to define new versions of some data tpe and

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