[DHG_packages] 01/02: bytestring-mmap: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 14:35:45 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 2646b7743f12a65f6035b6254d17536f639cfb40
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 10:30:48 2016 -0400
bytestring-mmap: build with ghc 8 in experimental
---
p/haskell-bytestring-mmap/debian/changelog | 9 ++++----
p/haskell-bytestring-mmap/debian/control | 36 +++++++++++++-----------------
2 files changed, 21 insertions(+), 24 deletions(-)
diff --git a/p/haskell-bytestring-mmap/debian/changelog b/p/haskell-bytestring-mmap/debian/changelog
index b80e722..fe4395e 100644
--- a/p/haskell-bytestring-mmap/debian/changelog
+++ b/p/haskell-bytestring-mmap/debian/changelog
@@ -1,14 +1,15 @@
-haskell-bytestring-mmap (0.2.2-9) UNRELEASED; urgency=medium
+haskell-bytestring-mmap (0.2.2-9) 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:30:28 -0400
haskell-bytestring-mmap (0.2.2-8) unstable; urgency=medium
diff --git a/p/haskell-bytestring-mmap/debian/control b/p/haskell-bytestring-mmap/debian/control
index 02bf591..6c5a606 100644
--- a/p/haskell-bytestring-mmap/debian/control
+++ b/p/haskell-bytestring-mmap/debian/control
@@ -6,13 +6,18 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: http://code.haskell.org/~dons/code/bytestring-mmap/
-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-bytestring-mmap
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: mmap support for strict ByteStrings
+ This library provides a wrapper to mmap(2), allowing files or
+ devices to be lazily loaded into memory as strict or lazy
+ ByteStrings, using the virtual memory subsystem to do on-demand
+ loading.
Package: libghc-bytestring-mmap-dev
Architecture: any
@@ -22,13 +27,10 @@ Depends: ${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: mmap support for strict ByteStrings
- This library provides a wrapper to mmap(2), allowing files or
- devices to be lazily loaded into memory as strict or lazy
- ByteStrings, using the virtual memory subsystem to do on-demand
- loading.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains the normal library files.
+ ${haskell:Blurb}
Package: libghc-bytestring-mmap-prof
Architecture: any
@@ -37,13 +39,10 @@ Depends: ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
-Description: mmap support for strict ByteStrings; profiling libraries
- This library provides a wrapper to mmap(2), allowing files or
- devices to be lazily loaded into memory as strict or lazy
- ByteStrings, using the virtual memory subsystem to do on-demand
- loading.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains the libraries compiled with profiling enabled.
+ ${haskell:Blurb}
Package: libghc-bytestring-mmap-doc
Architecture: all
@@ -52,10 +51,7 @@ Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
-Description: mmap support for strict ByteStrings; documentation
- This library provides a wrapper to mmap(2), allowing files or
- devices to be lazily loaded into memory as strict or lazy
- ByteStrings, using the virtual memory subsystem to do on-demand
- loading.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains the documentation files.
+ ${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