[Pkg-haskell-commits] darcs: haskell-shellac: 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:46:00 UTC 2013


Sat May 25 21:43:20 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: 97bba5469ec032c04b4df8cb85a2401a

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

Sat May 25 21:43:20 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: 97bba5469ec032c04b4df8cb85a2401a
diff -rN -u old-haskell-shellac//changelog new-haskell-shellac//changelog
--- old-haskell-shellac//changelog	2013-05-26 07:46:00.547212786 +0000
+++ new-haskell-shellac//changelog	2013-05-26 07:46:00.551276551 +0000
@@ -1,3 +1,10 @@
+haskell-shellac (0.9.5.1-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:20 +0200
+
 haskell-shellac (0.9.5.1-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-shellac//control new-haskell-shellac//control
--- old-haskell-shellac//control	2013-05-26 07:46:00.527116573 +0000
+++ new-haskell-shellac//control	2013-05-26 07:46:00.547212786 +0000
@@ -26,8 +26,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Framework for creating shell environments${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Shellac is a framework for building read-eval-print style shells. Shells
  are created by declaratively defining a set of shell commands and an
  evaluation function. Shellac supports multiple shell backends, including
@@ -36,6 +34,8 @@
  standard libraries. This library attempts to allow users to write shells
  at a high level and still enjoy the advanced features that may be available
  from a powerful line editing package like readline.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-shellac-prof
 Architecture: any
@@ -45,8 +45,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Framework for creating shell environments${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Shellac is a framework for building read-eval-print style shells. Shells
  are created by declaratively defining a set of shell commands and an
  evaluation function. Shellac supports multiple shell backends, including
@@ -55,6 +53,8 @@
  standard libraries. This library attempts to allow users to write shells
  at a high level and still enjoy the advanced features that may be available
  from a powerful line editing package like readline.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-shellac-doc
 Section: doc
@@ -63,8 +63,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Framework for creating shell environments${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Shellac is a framework for building read-eval-print style shells. Shells
  are created by declaratively defining a set of shell commands and an
  evaluation function. Shellac supports multiple shell backends, including
@@ -73,3 +71,5 @@
  standard libraries. This library attempts to allow users to write shells
  at a high level and still enjoy the advanced features that may be available
  from a powerful line editing package like readline.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list