[DHG_packages] 01/05: punycode: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:10:36 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 68ca8bc0eb6c80c9622ca1d0814671342fab8264
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:06:51 2016 -0400
punycode: build with ghc 8 in experimental
---
p/haskell-punycode/debian/changelog | 8 +++---
p/haskell-punycode/debian/control | 50 ++++++++++++++++++++++++-------------
2 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-punycode/debian/changelog b/p/haskell-punycode/debian/changelog
index 98dc28d..c3ac825 100644
--- a/p/haskell-punycode/debian/changelog
+++ b/p/haskell-punycode/debian/changelog
@@ -1,13 +1,13 @@
-haskell-punycode (2.0-7) UNRELEASED; urgency=medium
+haskell-punycode (2.0-7) 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:36:02 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:06:42 -0400
haskell-punycode (2.0-6) unstable; urgency=medium
diff --git a/p/haskell-punycode/debian/control b/p/haskell-punycode/debian/control
index d1bd73a..529916f 100644
--- a/p/haskell-punycode/debian/control
+++ b/p/haskell-punycode/debian/control
@@ -1,36 +1,43 @@
Source: haskell-punycode
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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,
+ haskell-devscripts (>= 0.10),
libghc-cereal-dev,
libghc-cereal-prof,
libghc-mtl-dev,
libghc-mtl-prof,
libghc-text-dev,
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cereal-doc,
libghc-mtl-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/litherum/punycode
-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-punycode
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-punycode-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: Encode unicode strings to ascii forms according to RFC 3492${haskell:ShortBlurb}
Encode unicode strings to ascii forms according to RFC 3492. It is written in
pure Haskell.
@@ -39,11 +46,15 @@ Description: Encode unicode strings to ascii forms according to RFC 3492${haskel
Package: libghc-punycode-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: Encode unicode strings to ascii forms according to RFC 3492${haskell:ShortBlurb}
Encode unicode strings to ascii forms according to RFC 3492. It is written in
pure Haskell.
@@ -53,10 +64,13 @@ Description: Encode unicode strings to ascii forms according to RFC 3492${haskel
Package: libghc-punycode-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: Encode unicode strings to ascii forms according to RFC 3492${haskell:ShortBlurb}
Encode unicode strings to ascii forms according to RFC 3492. It is written in
pure Haskell.
--
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