[Pkg-haskell-commits] darcs: haskell-dlist: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:22:25 UTC 2013
Fri May 24 09:12:01 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 39ff90e9f52cc51706d81a2116b7fc9
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:01 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 39ff90e9f52cc51706d81a2116b7fc9
diff -rN -u old-haskell-dlist//changelog new-haskell-dlist//changelog
--- old-haskell-dlist//changelog 2013-05-24 09:22:25.898078944 +0000
+++ new-haskell-dlist//changelog 2013-05-24 09:22:25.902093428 +0000
@@ -1,6 +1,7 @@
haskell-dlist (0.5-6) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:53:22 +0200
diff -rN -u old-haskell-dlist//control new-haskell-dlist//control
--- old-haskell-dlist//control 2013-05-24 09:22:25.894060112 +0000
+++ new-haskell-dlist//control 2013-05-24 09:22:25.902093428 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13),
+Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
ghc-doc,
@@ -16,13 +16,13 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: Haskell library for Differences lists
+Description: Haskell library for Differences lists${haskell:ShortBlurb}
Differences lists: a list-like type supporting O(1) append.
This is particularly useful for efficient logging and pretty
printing, (e.g. with the Writer monad), where list append
quickly becomes too expensive.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-dlist-prof
Architecture: any
@@ -30,13 +30,13 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: Haskell library for Differences lists; profiling library
+Description: Haskell library for Differences lists${haskell:ShortBlurb}
Differences lists: a list-like type supporting O(1) append.
This is particularly useful for efficient logging and pretty
printing, (e.g. with the Writer monad), where list append
quickly becomes too expensive.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-dlist-doc
Architecture: all
@@ -44,10 +44,10 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell library for Differences lists; documentation
+Description: Haskell library for Differences lists${haskell:ShortBlurb}
Differences lists: a list-like type supporting O(1) append.
This is particularly useful for efficient logging and pretty
printing, (e.g. with the Writer monad), where list append
quickly becomes too expensive.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list