[Pkg-haskell-commits] darcs: haskell-optparse-applicative: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:28:32 UTC 2013
Sat May 25 09:07:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 6026295782ff63352b5c3c116b65d11a
M ./changelog +1
M ./control -11 +7
Sat May 25 09:07:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 6026295782ff63352b5c3c116b65d11a
diff -rN -u old-haskell-optparse-applicative//changelog new-haskell-optparse-applicative//changelog
--- old-haskell-optparse-applicative//changelog 2013-05-25 10:28:32.470044275 +0000
+++ new-haskell-optparse-applicative//changelog 2013-05-25 10:28:32.477631670 +0000
@@ -5,6 +5,7 @@
[ Joachim Breitner ]
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Colin Watson <cjwatson at debian.org> Mon, 15 Apr 2013 18:18:38 +0100
diff -rN -u old-haskell-optparse-applicative//control new-haskell-optparse-applicative//control
--- old-haskell-optparse-applicative//control 2013-05-25 10:28:32.465888815 +0000
+++ new-haskell-optparse-applicative//control 2013-05-25 10:28:32.474072798 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-transformers-dev (>> 0.2)
@@ -34,12 +34,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: utilities and combinators for parsing command-line options
+Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb}
This is a library for constructing command-line option parsers in the
applicative style.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-optparse-applicative-prof
Architecture: any
@@ -48,12 +47,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: utilities and combinators for parsing command-line options; profiling libs
+Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb}
This is a library for constructing command-line option parsers in the
applicative style.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-optparse-applicative-doc
Section: doc
@@ -61,10 +59,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: utilities and combinators for parsing command-line options; documentation
+Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb}
This is a library for constructing command-line option parsers in the
applicative style.
.
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list