[Pkg-haskell-commits] darcs: haskell-json: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:40 UTC 2013
Fri May 24 09:12:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 3064be1e92c8f803636c978067443091
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 3064be1e92c8f803636c978067443091
diff -rN -u old-haskell-json//changelog new-haskell-json//changelog
--- old-haskell-json//changelog 2013-05-24 09:25:40.607038390 +0000
+++ new-haskell-json//changelog 2013-05-24 09:25:40.611037363 +0000
@@ -1,6 +1,7 @@
haskell-json (0.5-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:54:07 +0200
diff -rN -u old-haskell-json//control new-haskell-json//control
--- old-haskell-json//control 2013-05-24 09:25:40.599036753 +0000
+++ new-haskell-json//control 2013-05-24 09:25:40.615038177 +0000
@@ -5,7 +5,7 @@
Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof,
@@ -30,7 +30,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell library for serialising data to and from JSON
+Description: Haskell library for serialising data to and from JSON${haskell:ShortBlurb}
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language,
@@ -39,7 +39,7 @@
This library provides a parser and pretty printer for converting between
Haskell values and JSON.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-json-prof
Architecture: any
@@ -48,7 +48,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Profiling version of the Haskell JSON library
+Description: Profiling version of the Haskell JSON library${haskell:ShortBlurb}
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language,
@@ -57,7 +57,7 @@
This library provides a parser and pretty printer for converting between
Haskell values and JSON.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-json-doc
Section: doc
@@ -65,7 +65,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Documentation for the Haskell JSON library
+Description: Documentation for the Haskell JSON library${haskell:ShortBlurb}
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language,
@@ -74,4 +74,4 @@
This library provides a parser and pretty printer for converting between
Haskell values and JSON.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list