[Pkg-haskell-commits] darcs: haskell-lrucache: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:11 UTC 2013
Fri May 24 08:55:16 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ef7a0a59b86e226a55de7f3a195a9966
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:16 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ef7a0a59b86e226a55de7f3a195a9966
diff -rN -u old-haskell-lrucache//changelog new-haskell-lrucache//changelog
--- old-haskell-lrucache//changelog 2013-05-24 09:26:11.811109130 +0000
+++ new-haskell-lrucache//changelog 2013-05-24 09:26:11.811109130 +0000
@@ -2,6 +2,7 @@
* Enable compat level 9
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:15 +0200
diff -rN -u old-haskell-lrucache//control new-haskell-lrucache//control
--- old-haskell-lrucache//control 2013-05-24 09:26:11.803044570 +0000
+++ new-haskell-lrucache//control 2013-05-24 09:26:11.811109130 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
@@ -22,15 +22,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: simple, pure least-recent-used cache
+Description: simple, pure least-recent-used cache${haskell:ShortBlurb}
This package contains a simple, pure LRU cache, implemented in terms of
"Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to an LRU
cache.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-lrucache-prof
Architecture: any
@@ -39,15 +38,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: simple, pure least-recent-used cache; profiling libraries
+Description: simple, pure least-recent-used cache${haskell:ShortBlurb}
This package contains a simple, pure LRU cache, implemented in terms of
"Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to an LRU
cache.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-lrucache-doc
Section: doc
@@ -55,13 +53,11 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: simple, pure least-recent-used cache; documentation
+Description: simple, pure least-recent-used cache${haskell:ShortBlurb}
This package contains a simple, pure LRU cache, implemented in terms of
"Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to an LRU
cache.
.
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list