[Pkg-haskell-commits] darcs: haskell-data-accessor: 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:42:13 UTC 2013


Sat May 25 21:42:30 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: e2187050511823a265f14f79f5b06d79

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

Sat May 25 21:42:30 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: e2187050511823a265f14f79f5b06d79
diff -rN -u old-haskell-data-accessor//changelog new-haskell-data-accessor//changelog
--- old-haskell-data-accessor//changelog	2013-05-26 07:42:13.574205638 +0000
+++ new-haskell-data-accessor//changelog	2013-05-26 07:42:13.586040216 +0000
@@ -1,3 +1,10 @@
+haskell-data-accessor (0.2.2.3-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:30 +0200
+
 haskell-data-accessor (0.2.2.3-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-data-accessor//control new-haskell-data-accessor//control
--- old-haskell-data-accessor//control	2013-05-26 07:42:13.569892379 +0000
+++ new-haskell-data-accessor//control	2013-05-26 07:42:13.582041046 +0000
@@ -23,12 +23,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Utilities for accessing and manipulating fields of records${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  With this library you can define record field accessors which allow
  setting, getting and modifying values easily. You can combine accessors
  of a record and sub-records to make the access look like the fields
  of the sub-record belong to the main record.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-data-accessor-prof
 Architecture: any
@@ -37,12 +37,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Utilities for accessing and manipulating fields of records${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  With this library you can define record field accessors which allow
  setting, getting and modifying values easily. You can combine accessors
  of a record and sub-records to make the access look like the fields
  of the sub-record belong to the main record.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-data-accessor-doc
 Section: doc
@@ -51,9 +51,9 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Utilities for accessing and manipulating fields of records${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  With this library you can define record field accessors which allow
  setting, getting and modifying values easily. You can combine accessors
  of a record and sub-records to make the access look like the fields
  of the sub-record belong to the main record.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list