[Pkg-haskell-commits] darcs: haskell-hssyck: 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:43:56 UTC 2013


Sat May 25 21:42:52 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: 6745747fa466318a594f3bb33c18fa9c

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

Sat May 25 21:42:52 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: 6745747fa466318a594f3bb33c18fa9c
diff -rN -u old-haskell-hssyck//changelog new-haskell-hssyck//changelog
--- old-haskell-hssyck//changelog	2013-05-26 07:43:56.114079001 +0000
+++ new-haskell-hssyck//changelog	2013-05-26 07:43:56.122310891 +0000
@@ -1,3 +1,10 @@
+haskell-hssyck (0.50-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:42:52 +0200
+
 haskell-hssyck (0.50-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-hssyck//control new-haskell-hssyck//control
--- old-haskell-hssyck//control	2013-05-26 07:43:56.094076933 +0000
+++ new-haskell-hssyck//control	2013-05-26 07:43:56.118318397 +0000
@@ -32,8 +32,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: interface to syck YAML library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This is a simple YAML ('Yet Another Markup Language') processor, used
  by the Pugs project for handling data serialization; this can be useful
  for optimization and caching purposes.
@@ -41,6 +39,8 @@
  This is an interface to the syck C library for parsing and dumping
  YAML data. It lets you transform textual YAML data into an object of
  type YamlNode, and vice versa, fast.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hssyck-prof
 Architecture: any
@@ -50,8 +50,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: interface to syck YAML library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This is a simple YAML ('Yet Another Markup Language') processor, used
  by the Pugs project for handling data serialization; this can be useful
  for optimization and caching purposes.
@@ -59,6 +57,8 @@
  This is an interface to the syck C library for parsing and dumping
  YAML data. It lets you transform textual YAML data into an object of
  type YamlNode, and vice versa, fast.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hssyck-doc
 Section: doc
@@ -67,8 +67,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: interface to syck YAML library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This is a simple YAML ('Yet Another Markup Language') processor, used
  by the Pugs project for handling data serialization; this can be useful
  for optimization and caching purposes.
@@ -76,3 +74,5 @@
  This is an interface to the syck C library for parsing and dumping
  YAML data. It lets you transform textual YAML data into an object of
  type YamlNode, and vice versa, fast.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list