[Pkg-haskell-commits] darcs: haskell-yaml: 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:47:35 UTC 2013
Sat May 25 21:43:39 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: 77b09afe4188ccdffbab61b4053efeca
M ./changelog +7
M ./control -6 +6
Sat May 25 21:43:39 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: 77b09afe4188ccdffbab61b4053efeca
diff -rN -u old-haskell-yaml//changelog new-haskell-yaml//changelog
--- old-haskell-yaml//changelog 2013-05-26 07:47:34.879313880 +0000
+++ new-haskell-yaml//changelog 2013-05-26 07:47:34.883291988 +0000
@@ -1,3 +1,10 @@
+haskell-yaml (0.8.2.3-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:43:39 +0200
+
haskell-yaml (0.8.2.3-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-yaml//control new-haskell-yaml//control
--- old-haskell-yaml//control 2013-05-26 07:47:34.855261781 +0000
+++ new-haskell-yaml//control 2013-05-26 07:47:34.879313880 +0000
@@ -52,9 +52,9 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: interface to LibYAML${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Provides support for parsing and emitting Yaml documents.
+ .
+ ${haskell:Blurb}
Package: libghc-yaml-prof
Architecture: any
@@ -64,9 +64,9 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: interface to LibYAML${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Provides support for parsing and emitting Yaml documents.
+ .
+ ${haskell:Blurb}
Package: libghc-yaml-doc
Section: doc
@@ -75,6 +75,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: interface to LibYAML${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Provides support for parsing and emitting Yaml documents.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list