[DHG_packages] 04/05: json: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 04:56:10 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 d8beb73687d79abed55056c4e0a969160be83591
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 00:54:32 2016 -0400
json: build with ghc 8 in experimental
---
p/haskell-json/debian/changelog | 8 +++----
p/haskell-json/debian/control | 50 ++++++++++++++++++++++++++---------------
p/haskell-json/debian/copyright | 2 +-
3 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-json/debian/changelog b/p/haskell-json/debian/changelog
index a0ff52e..7b1d2c9 100644
--- a/p/haskell-json/debian/changelog
+++ b/p/haskell-json/debian/changelog
@@ -1,14 +1,14 @@
-haskell-json (0.9.1-4) UNRELEASED; urgency=medium
+haskell-json (0.9.1-4) 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:35:38 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 00:54:26 -0400
haskell-json (0.9.1-3) unstable; urgency=medium
diff --git a/p/haskell-json/debian/control b/p/haskell-json/debian/control
index a5e55a1..376f81c 100644
--- a/p/haskell-json/debian/control
+++ b/p/haskell-json/debian/control
@@ -1,13 +1,15 @@
Source: haskell-json
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
+Uploaders:
+ Erik de Castro Lopo <erikd at mega-nerd.com>,
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-mtl-dev,
libghc-mtl-prof,
libghc-parsec3-dev,
@@ -16,14 +18,15 @@ Build-Depends: debhelper (>= 9),
libghc-syb-prof,
libghc-text-dev,
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-mtl-doc,
libghc-parsec3-doc,
libghc-syb-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/json
-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-json
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Haskell library for serialising data to and from JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
@@ -36,12 +39,16 @@ X-Description: Haskell library for serialising data to and from JSON
Package: libghc-json-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -49,11 +56,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-json-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -62,10 +73,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-json-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
diff --git a/p/haskell-json/debian/copyright b/p/haskell-json/debian/copyright
index b372820..839b1d2 100644
--- a/p/haskell-json/debian/copyright
+++ b/p/haskell-json/debian/copyright
@@ -40,4 +40,4 @@ License: BSD-3-clause
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
+ 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