[Pkg-haskell-commits] darcs: haskell-mmap: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:31 UTC 2013
Fri May 24 08:55:21 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 39905f1b22a96a2b4e4ab1cd24b5c7ea
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:21 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 39905f1b22a96a2b4e4ab1cd24b5c7ea
diff -rN -u old-haskell-mmap//changelog new-haskell-mmap//changelog
--- old-haskell-mmap//changelog 2013-05-24 09:26:31.826245155 +0000
+++ new-haskell-mmap//changelog 2013-05-24 09:26:31.826245155 +0000
@@ -1,6 +1,7 @@
haskell-mmap (0.5.8-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:20 +0200
diff -rN -u old-haskell-mmap//control new-haskell-mmap//control
--- old-haskell-mmap//control 2013-05-24 09:26:31.818198825 +0000
+++ new-haskell-mmap//control 2013-05-24 09:26:31.826245155 +0000
@@ -5,7 +5,7 @@
Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-hunit-dev
@@ -26,9 +26,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Memory mapped files for POSIX and Windows
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+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,
@@ -43,10 +42,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Memory mapped files for POSIX and Windows; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+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,
@@ -59,10 +56,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Memory mapped files for POSIX and Windows; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+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,
More information about the Pkg-haskell-commits
mailing list