[DHG_packages] 03/05: bencode: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 04:38:22 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 c81178287e7098b1ed7257b20c45368b3e578aa6
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 00:35:36 2016 -0400
bencode: build with ghc 8 in experimental
---
p/haskell-bencode/debian/changelog | 8 +++---
p/haskell-bencode/debian/control | 51 ++++++++++++++++++++++++--------------
2 files changed, 36 insertions(+), 23 deletions(-)
diff --git a/p/haskell-bencode/debian/changelog b/p/haskell-bencode/debian/changelog
index 83b0794..eb01aa8 100644
--- a/p/haskell-bencode/debian/changelog
+++ b/p/haskell-bencode/debian/changelog
@@ -1,13 +1,13 @@
-haskell-bencode (0.6.0.0-3) UNRELEASED; urgency=medium
+haskell-bencode (0.6.0.0-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)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:34:48 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 00:35:16 -0400
haskell-bencode (0.6.0.0-2) unstable; urgency=medium
diff --git a/p/haskell-bencode/debian/control b/p/haskell-bencode/debian/control
index 9a169ac..6ed3e5c 100644
--- a/p/haskell-bencode/debian/control
+++ b/p/haskell-bencode/debian/control
@@ -1,33 +1,39 @@
Source: haskell-bencode
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Uploaders:
+ Christopher Reichert <creichert07 at gmail.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-parsec3-dev,
libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/bencode
-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-bencode
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Parser and printer for bencoded data
- .
Parser and printer for bencoded data.
Package: libghc-bencode-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}
.
@@ -35,11 +41,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-bencode-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}
.
@@ -48,10 +58,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-bencode-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}
.
--
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