[Pkg-haskell-commits] darcs: haskell-regexpr: 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:45:41 UTC 2013
Sat May 25 21:43:16 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: a609e7adee99b30f3f426062d50292cc
M ./changelog +7
M ./control -6 +6
Sat May 25 21:43:16 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: a609e7adee99b30f3f426062d50292cc
diff -rN -u old-haskell-regexpr//changelog new-haskell-regexpr//changelog
--- old-haskell-regexpr//changelog 2013-05-26 07:45:41.602036669 +0000
+++ new-haskell-regexpr//changelog 2013-05-26 07:45:41.610254641 +0000
@@ -1,3 +1,10 @@
+haskell-regexpr (0.5.4-5) 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:16 +0200
+
haskell-regexpr (0.5.4-4) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-regexpr//control new-haskell-regexpr//control
--- old-haskell-regexpr//control 2013-05-26 07:45:41.570294767 +0000
+++ new-haskell-regexpr//control 2013-05-26 07:45:41.606158119 +0000
@@ -32,9 +32,9 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Regular expression library like Perl/Ruby${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This package contains Haskell functions for regular expressions.
+ .
+ ${haskell:Blurb}
Package: libghc-regexpr-prof
Architecture: any
@@ -44,9 +44,9 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Regular expression library like Perl/Ruby${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This package contains Haskell functions for regular expressions.
+ .
+ ${haskell:Blurb}
Package: libghc-regexpr-doc
Section: doc
@@ -55,6 +55,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Regular expression library like Perl/Ruby${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This package contains Haskell functions for regular expressions.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list