summaryrefslogtreecommitdiff
path: root/p/haskell-base64-bytestring/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 14:29:49 -0400
committerClint Adams <clint@debian.org>2016-10-16 14:29:49 -0400
commitbb7057cdb9d222ca7c9bb168bd59246fdd9314f5 (patch)
tree353b85e68476155837995a07907ecd5746816606 /p/haskell-base64-bytestring/debian
parent75db9ebb975af5dd2a7599d8954533c74dee7d65 (diff)
downloadDHG_packages-bb7057cdb9d222ca7c9bb168bd59246fdd9314f5.tar.gz
base64-bytestring: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-base64-bytestring/debian')
-rw-r--r--p/haskell-base64-bytestring/debian/changelog8
-rw-r--r--p/haskell-base64-bytestring/debian/control50
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-base64-bytestring/debian/changelog b/p/haskell-base64-bytestring/debian/changelog
index 85016e4ff..e731c6de0 100644
--- a/p/haskell-base64-bytestring/debian/changelog
+++ b/p/haskell-base64-bytestring/debian/changelog
@@ -1,14 +1,14 @@
-haskell-base64-bytestring (1.0.0.1-7) UNRELEASED; urgency=medium
+haskell-base64-bytestring (1.0.0.1-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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:48 +0300
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 14:29:42 -0400
haskell-base64-bytestring (1.0.0.1-6) unstable; urgency=medium
diff --git a/p/haskell-base64-bytestring/debian/control b/p/haskell-base64-bytestring/debian/control
index 7a29c03ea..fabb65306 100644
--- a/p/haskell-base64-bytestring/debian/control
+++ b/p/haskell-base64-bytestring/debian/control
@@ -1,51 +1,65 @@
Source: haskell-base64-bytestring
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@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-hunit-dev,
libghc-quickcheck2-dev,
libghc-test-framework-dev,
libghc-test-framework-hunit-dev,
libghc-test-framework-quickcheck2-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/bos/base64-bytestring
-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-base64-bytestring
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-base64-bytestring-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: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb}
${haskell:Blurb}
Package: libghc-base64-bytestring-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: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb}
${haskell:Blurb}
Package: libghc-base64-bytestring-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: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb}
${haskell:Blurb}