[Pkg-haskell-commits] darcs: haskell-base-unicode-symbols: 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:08 UTC 2013


Sat May 25 21:42:18 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: 293c7ff9bd4006f3f0adc9c42ec6e03e

    M ./changelog +7
    M ./control -6 +6

Sat May 25 21:42:18 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: 293c7ff9bd4006f3f0adc9c42ec6e03e
diff -rN -u old-haskell-base-unicode-symbols//changelog new-haskell-base-unicode-symbols//changelog
--- old-haskell-base-unicode-symbols//changelog	2013-05-26 07:41:07.815277169 +0000
+++ new-haskell-base-unicode-symbols//changelog	2013-05-26 07:41:07.835040445 +0000
@@ -1,3 +1,10 @@
+haskell-base-unicode-symbols (0.2.2.4-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:17 +0200
+
 haskell-base-unicode-symbols (0.2.2.4-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-base-unicode-symbols//control new-haskell-base-unicode-symbols//control
--- old-haskell-base-unicode-symbols//control	2013-05-26 07:41:07.815277169 +0000
+++ new-haskell-base-unicode-symbols//control	2013-05-26 07:41:07.819040743 +0000
@@ -23,8 +23,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Unicode alternatives for common functions and operators${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It defines new symbols for a number of functions and operators in the
  base package.
  .
@@ -36,6 +34,8 @@
  extension [1]. This extension enables Unicode characters to be used to
  stand for certain ASCII character sequences, i.e. → instead of ->, ∀
  instead of forall and many others.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-base-unicode-symbols-prof
 Architecture: any
@@ -45,8 +45,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Unicode alternatives for common functions and operators${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  All symbols are documented with their actual definition and information
  regarding their Unicode code point. They should be completely
  interchangeable with their definitions.
@@ -55,6 +53,8 @@
  extension [1]. This extension enables Unicode characters to be used to
  stand for certain ASCII character sequences, i.e. → instead of ->, ∀
  instead of forall and many others.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-base-unicode-symbols-doc
 Section: doc
@@ -63,8 +63,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Unicode alternatives for common functions and operators${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  All symbols are documented with their actual definition and information
  regarding their Unicode code point. They should be completely
  interchangeable with their definitions.
@@ -73,3 +71,5 @@
  extension [1]. This extension enables Unicode characters to be used to
  stand for certain ASCII character sequences, i.e. → instead of ->, ∀
  instead of forall and many others.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list