[Pkg-haskell-commits] darcs: haskell-cereal: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:20:33 UTC 2013
Fri May 24 09:11:59 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: be0a3fc2a1f72d98ada70c501a64c156
M ./changelog +1
M ./control -7 +7
Fri May 24 09:11:59 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: be0a3fc2a1f72d98ada70c501a64c156
diff -rN -u old-haskell-cereal//changelog new-haskell-cereal//changelog
--- old-haskell-cereal//changelog 2013-05-24 09:20:33.887061010 +0000
+++ new-haskell-cereal//changelog 2013-05-24 09:20:33.891048225 +0000
@@ -1,6 +1,7 @@
haskell-cereal (0.3.5.2-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:52:55 +0200
diff -rN -u old-haskell-cereal//control new-haskell-cereal//control
--- old-haskell-cereal//control 2013-05-24 09:20:33.883053172 +0000
+++ new-haskell-cereal//control 2013-05-24 09:20:33.891048225 +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,
@@ -18,14 +18,14 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: binary serialization library
+Description: binary serialization library${haskell:ShortBlurb}
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
strict ByteString instead of a lazy ByteString, thus restricting it to
operating on finite inputs.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-cereal-prof
Architecture: any
@@ -33,14 +33,14 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: binary serialization library; profiling library
+Description: binary serialization library${haskell:ShortBlurb}
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
strict ByteString instead of a lazy ByteString, thus restricting it to
operating on finite inputs.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-cereal-doc
Architecture: all
@@ -48,11 +48,11 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: binary serialization library; documentation
+Description: binary serialization library${haskell:ShortBlurb}
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
strict ByteString instead of a lazy ByteString, thus restricting it to
operating on finite inputs.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list