[Pkg-haskell-commits] darcs: haskell-cmdargs: Move Haskell blurb to the end of the description, reduces the impact of #708703
Joachim Breitner
mail at joachim-breitner.de
Sun May 26 07:41:43 UTC 2013
Sat May 25 21:42:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: d475eac80a653f6c3157252300ec485d
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: d475eac80a653f6c3157252300ec485d
diff -rN -u old-haskell-cmdargs//changelog new-haskell-cmdargs//changelog
--- old-haskell-cmdargs//changelog 2013-05-26 07:41:43.457924313 +0000
+++ new-haskell-cmdargs//changelog 2013-05-26 07:41:43.462326200 +0000
@@ -1,3 +1,10 @@
+haskell-cmdargs (0.10.1-3) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 23:42:24 +0200
+
haskell-cmdargs (0.10.1-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-cmdargs//control new-haskell-cmdargs//control
--- old-haskell-cmdargs//control 2013-05-26 07:41:43.457924313 +0000
+++ new-haskell-cmdargs//control 2013-05-26 07:41:43.457924313 +0000
@@ -28,8 +28,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: command-line argument processing${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It provides an easy way to define command-line parsers. Most users
will want to use the System.Console.CmdArgs.Implicit module, whose
documentation contains an example.
@@ -46,6 +44,8 @@
System.Console.CmdArgs.GetOpt provides a wrapper allowing
compatiblity with existing getopt parsers, mapping to the Explicit
data type.
+ .
+ ${haskell:Blurb}
Package: libghc-cmdargs-prof
Architecture: any
@@ -55,8 +55,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: command-line argument processing${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It provides an easy way to define command-line parsers. Most users
will want to use the System.Console.CmdArgs.Implicit module, whose
documentation contains an example.
@@ -73,6 +71,8 @@
System.Console.CmdArgs.GetOpt provides a wrapper allowing
compatiblity with existing getopt parsers, mapping to the Explicit
data type.
+ .
+ ${haskell:Blurb}
Package: libghc-cmdargs-doc
Section: doc
@@ -81,8 +81,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: command-line argument processing${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It provides an easy way to define command-line parsers. Most users
will want to use the System.Console.CmdArgs.Implicit module, whose
documentation contains an example.
@@ -99,3 +97,5 @@
System.Console.CmdArgs.GetOpt provides a wrapper allowing
compatiblity with existing getopt parsers, mapping to the Explicit
data type.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list