[Pkg-haskell-commits] darcs: haskell-persistent: 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:45:21 UTC 2013


Sat May 25 21:43:10 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: 1a0080810521eabe43b2e18a270c688b

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

Sat May 25 21:43:10 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: 1a0080810521eabe43b2e18a270c688b
diff -rN -u old-haskell-persistent//changelog new-haskell-persistent//changelog
--- old-haskell-persistent//changelog	2013-05-26 07:45:21.259037622 +0000
+++ new-haskell-persistent//changelog	2013-05-26 07:45:21.267037630 +0000
@@ -1,3 +1,10 @@
+haskell-persistent (1.1.5.1-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:43:10 +0200
+
 haskell-persistent (1.1.5.1-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-persistent//control new-haskell-persistent//control
--- old-haskell-persistent//control	2013-05-26 07:45:21.251040003 +0000
+++ new-haskell-persistent//control	2013-05-26 07:45:21.263036769 +0000
@@ -80,13 +80,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: type-safe, non-relational, multi-backend persistence${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This libraries allows Haskell applications to access a database or other data
  storage sytems in a type-safe, non-relational way.
  .
  This library provides just the general interface and helper functions.
  You must use a specific backend in order to make this useful.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-persistent-prof
 Architecture: any
@@ -96,13 +96,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: type-safe, non-relational, multi-backend persistence${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This libraries allows Haskell applications to access a database or other data
  storage sytems in a type-safe, non-relational way.
  .
  This library provides just the general interface and helper functions.
  You must use a specific backend in order to make this useful.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-persistent-doc
 Section: doc
@@ -111,10 +111,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: type-safe, non-relational, multi-backend persistence${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This libraries allows Haskell applications to access a database or other data
  storage sytems in a type-safe, non-relational way.
  .
  This library provides just the general interface and helper functions.
  You must use a specific backend in order to make this useful.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list