[Pkg-haskell-commits] darcs: haskell-mmap: Move Haskell blurb to the end of the description, reduces the impact of #708703
Joachim Breitner
mail at joachim-breitner.de
Sun May 26 07:44:39 UTC 2013
Sat May 25 21:43:02 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: 874f05ddceaa4b65c1d719bb6f7749b7
M ./changelog +7
M ./control -6 +6
Sat May 25 21:43:02 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: 874f05ddceaa4b65c1d719bb6f7749b7
diff -rN -u old-haskell-mmap//changelog new-haskell-mmap//changelog
--- old-haskell-mmap//changelog 2013-05-26 07:44:38.999212653 +0000
+++ new-haskell-mmap//changelog 2013-05-26 07:44:39.007331206 +0000
@@ -1,3 +1,10 @@
+haskell-mmap (0.5.8-3) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 23:43:02 +0200
+
haskell-mmap (0.5.8-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-mmap//control new-haskell-mmap//control
--- old-haskell-mmap//control 2013-05-26 07:44:38.999212653 +0000
+++ new-haskell-mmap//control 2013-05-26 07:44:39.003284245 +0000
@@ -27,12 +27,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Memory mapped files for POSIX and Windows${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
devices to be lazily loaded into memory as strict or lazy ByteStrings,
ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
loading. Modifications are also supported.
+ .
+ ${haskell:Blurb}
Package: libghc-mmap-prof
Architecture: any
@@ -43,12 +43,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Memory mapped files for POSIX and Windows${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
devices to be lazily loaded into memory as strict or lazy ByteStrings,
ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
loading. Modifications are also supported.
+ .
+ ${haskell:Blurb}
Package: libghc-mmap-doc
Section: doc
@@ -57,9 +57,9 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Memory mapped files for POSIX and Windows${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
devices to be lazily loaded into memory as strict or lazy ByteStrings,
ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
loading. Modifications are also supported.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list