[Pkg-haskell-commits] darcs: haskell-json: Use standard substvars
Joachim Breitner
mail at joachim-breitner.de
Mon Dec 22 14:28:16 UTC 2014
Sun Dec 21 12:23:01 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Use standard substvars
M ./changelog +1
M ./control -27 +20
Sun Dec 21 12:23:01 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Use standard substvars
diff -rN -u old-haskell-json/changelog new-haskell-json/changelog
--- old-haskell-json/changelog 2014-12-22 14:28:16.053259704 +0000
+++ new-haskell-json/changelog 2014-12-22 14:28:16.057259707 +0000
@@ -2,6 +2,7 @@
* Adjust watch file to new hackage layout
* Depend on haskell-devscripts 0.9, found in experimental
+ * Use standard substvars
-- Joachim Breitner <nomeata at debian.org> Sat, 05 Oct 2013 18:20:52 +0200
diff -rN -u old-haskell-json/control new-haskell-json/control
--- old-haskell-json/control 2014-12-22 14:28:16.053259704 +0000
+++ new-haskell-json/control 2014-12-22 14:28:16.053259704 +0000
@@ -23,14 +23,7 @@
Homepage: http://hackage.haskell.org/package/json
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-json
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-json
-
-Package: libghc-json-dev
-Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Description: Haskell library for serialising data to and from JSON${haskell:ShortBlurb}
+X-Description: Haskell library for serialising data to and from JSON
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,
@@ -38,24 +31,29 @@
.
This library provides a parser and pretty printer for converting between
Haskell values and JSON.
+
+Package: libghc-json-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-json-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends}
-Suggests: ${haskell:Suggests}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-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,
- Standard ECMA-262 3rd Edition - December 1999.
- .
- This library provides a parser and pretty printer for converting between
- Haskell values and JSON.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
@@ -65,13 +63,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-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,
- Standard ECMA-262 3rd Edition - December 1999.
- .
- This library provides a parser and pretty printer for converting between
- Haskell values and JSON.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
+
More information about the Pkg-haskell-commits
mailing list