[Pkg-haskell-commits] darcs: tokyocabinet-haskell: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:32:50 UTC 2013
Fri May 24 09:12:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: cfaa7054c99e29a428a57214f6f3467
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: cfaa7054c99e29a428a57214f6f3467
diff -rN -u old-tokyocabinet-haskell//changelog new-tokyocabinet-haskell//changelog
--- old-tokyocabinet-haskell//changelog 2013-05-24 09:32:50.859053714 +0000
+++ new-tokyocabinet-haskell//changelog 2013-05-24 09:32:50.859053714 +0000
@@ -1,6 +1,7 @@
tokyocabinet-haskell (0.0.5-8) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:49 +0200
diff -rN -u old-tokyocabinet-haskell//control new-tokyocabinet-haskell//control
--- old-tokyocabinet-haskell//control 2013-05-24 09:32:50.855214147 +0000
+++ new-tokyocabinet-haskell//control 2013-05-24 09:32:50.863057830 +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,
libghc-mtl-prof, libtokyocabinet-dev,
libghc-mtl-doc
@@ -15,22 +15,22 @@
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libtokyocabinet-dev
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell binding of Tokyo Cabinet
+Description: Haskell binding of Tokyo Cabinet${haskell:ShortBlurb}
Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation
of DBM.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-tokyocabinet-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell binding of Tokyo Cabinet; profiling library
+Description: Haskell binding of Tokyo Cabinet${haskell:ShortBlurb}
Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation
of DBM.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-tokyocabinet-doc
Section: doc
@@ -39,8 +39,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell binding of Tokyo Cabinet; documentation
+Description: Haskell binding of Tokyo Cabinet${haskell:ShortBlurb}
Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation
of DBM.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list