diff options
| author | Clint Adams <clint@debian.org> | 2016-10-13 10:30:48 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-13 10:30:48 -0400 |
| commit | 2646b7743f12a65f6035b6254d17536f639cfb40 (patch) | |
| tree | 2814c00abc28f78636c89c39141ac30dbeae7dad /p/haskell-bytestring-mmap | |
| parent | d2b5e9079d35eede5e009141e5fac6998ecc1fd9 (diff) | |
| download | DHG_packages-2646b7743f12a65f6035b6254d17536f639cfb40.tar.gz | |
bytestring-mmap: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-bytestring-mmap')
| -rw-r--r-- | p/haskell-bytestring-mmap/debian/changelog | 9 | ||||
| -rw-r--r-- | 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 b80e7229c..fe4395e82 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@gnu.org> Tue, 10 May 2016 09:34:53 +0300 + -- Clint Adams <clint@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 02bf59124..6c5a606b0 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} |
