[Pkg-haskell-commits] darcs: haskell-configfile: 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:48 UTC 2013


Sat May 25 21:42:26 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: 97ed288cf36ff2458d95a72c9f228911

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

Sat May 25 21:42:26 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: 97ed288cf36ff2458d95a72c9f228911
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog	2013-05-26 07:41:47.995083952 +0000
+++ new-haskell-configfile//changelog	2013-05-26 07:41:48.003041032 +0000
@@ -1,3 +1,10 @@
+haskell-configfile (1.1.1-4) 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:25 +0200
+
 haskell-configfile (1.1.1-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control	2013-05-26 07:41:47.987164889 +0000
+++ new-haskell-configfile//control	2013-05-26 07:41:47.999078595 +0000
@@ -31,8 +31,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  The ConfigFile module works with configuration files in a standard
  format that is easy for the user to edit, easy for the programmer
  to work with, yet remains powerful and flexible.  It is inspired by,
@@ -43,6 +41,8 @@
  ConfigFile provides simple calls to both read and write config files.
  It's possible to make a config file parsable by this module,
  the Unix shell, and make.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-configfile-prof
 Architecture: any
@@ -51,8 +51,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  The ConfigFile module works with configuration files in a standard
  format that is easy for the user to edit, easy for the programmer
  to work with, yet remains powerful and flexible.  It is inspired by,
@@ -65,6 +63,8 @@
  the Unix shell, and make.
  .
  This package contains configfile compiled for profiling.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-configfile-doc
 Section: doc
@@ -75,8 +75,6 @@
 Breaks: configfile-doc (<< 1.0.6-2)
 Replaces: configfile-doc (<< 1.0.6-2)
 Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  The ConfigFile module works with configuration files in a standard
  format that is easy for the user to edit, easy for the programmer
  to work with, yet remains powerful and flexible.  It is inspired by,
@@ -87,4 +85,6 @@
  ConfigFile provides simple calls to both read and write config files.
  It's possible to make a config file parsable by this module,
  the Unix shell, and make.
+ .
+ ${haskell:Blurb}
 





More information about the Pkg-haskell-commits mailing list