[DHG_packages] 01/01: bzlib: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 14:39: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 a0a8a67aaddedc876ad7f0e51dea5e6701771f9c
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 10:38:12 2016 -0400
bzlib: build with ghc 8 in experimental
---
p/haskell-bzlib/debian/changelog | 9 ++++----
p/haskell-bzlib/debian/control | 46 +++++++++++++++-------------------------
2 files changed, 22 insertions(+), 33 deletions(-)
diff --git a/p/haskell-bzlib/debian/changelog b/p/haskell-bzlib/debian/changelog
index a1e7636..c837dca 100644
--- a/p/haskell-bzlib/debian/changelog
+++ b/p/haskell-bzlib/debian/changelog
@@ -1,14 +1,15 @@
-haskell-bzlib (0.5.0.5-5) UNRELEASED; urgency=medium
+haskell-bzlib (0.5.0.5-5) 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.
+ * Consolidate package descriptions into X-Description.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:34:53 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 10:37:54 -0400
haskell-bzlib (0.5.0.5-4) unstable; urgency=medium
diff --git a/p/haskell-bzlib/debian/control b/p/haskell-bzlib/debian/control
index 17200d5..0cb08d2 100644
--- a/p/haskell-bzlib/debian/control
+++ b/p/haskell-bzlib/debian/control
@@ -6,14 +6,23 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libbz2-dev,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/bzlib
-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-bzlib
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: Haskell bindings to the bzip2 library
+ .
+ This package provides a pure interface for compressing and decompressing
+ streams of data represented as lazy ByteStrings. It uses the bz2 C library
+ so it has high performance.
+ .
+ It provides a convenient high level API suitable for most tasks and for the
+ few cases where more control is needed it provides access to the full bzip2
+ feature set.
Package: libghc-bzlib-dev
Architecture: any
@@ -23,15 +32,8 @@ Depends: libbz2-dev,
${shlibs:Depends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: Haskell bindings to the bzip2 library${haskell:ShortBlurb}
- .
- This package provides a pure interface for compressing and decompressing
- streams of data represented as lazy ByteStrings. It uses the bz2 C library
- so it has high performance.
- .
- It provides a convenient high level API suitable for most tasks and for the
- few cases where more control is needed it provides access to the full bzip2
- feature set.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -41,15 +43,8 @@ Depends: ${haskell:Depends},
${misc:Depends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: Profiling libraries for the Haskell bindings to the bzip2 library${haskell:ShortBlurb}
- .
- This package provides a pure interface for compressing and decompressing
- streams of data represented as lazy ByteStrings. It uses the bz2 C library
- so it has high performance.
- .
- It provides a convenient high level API suitable for most tasks and for the
- few cases where more control is needed it provides access to the full bzip2
- feature set.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -60,14 +55,7 @@ Depends: ${misc:Depends},
${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
-Description: Documentation for the Haskell bindings to the bzip2 library${haskell:ShortBlurb}
- .
- This package provides a pure interface for compressing and decompressing
- streams of data represented as lazy ByteStrings. It uses the bz2 C library
- so it has high performance.
- .
- It provides a convenient high level API suitable for most tasks and for the
- few cases where more control is needed it provides access to the full bzip2
- feature set.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
--
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