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


Sat May 25 21:43:11 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: ee3e80eb8a85c8f13307cc6569fed7ec

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

Sat May 25 21:43:11 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: ee3e80eb8a85c8f13307cc6569fed7ec
diff -rN -u old-haskell-persistent-sqlite//changelog new-haskell-persistent-sqlite//changelog
--- old-haskell-persistent-sqlite//changelog	2013-05-26 07:45:23.642062374 +0000
+++ new-haskell-persistent-sqlite//changelog	2013-05-26 07:45:23.654039660 +0000
@@ -1,3 +1,10 @@
+haskell-persistent-sqlite (1.1.5-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:11 +0200
+
 haskell-persistent-sqlite (1.1.5-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-persistent-sqlite//control new-haskell-persistent-sqlite//control
--- old-haskell-persistent-sqlite//control	2013-05-26 07:45:23.634286784 +0000
+++ new-haskell-persistent-sqlite//control	2013-05-26 07:45:23.646204974 +0000
@@ -47,10 +47,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: SQLite3 backend for the persistent library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library allows Haskell applications to access an SQLite database
  in a type-safe, non-relational way.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-persistent-sqlite-prof
 Architecture: any
@@ -60,10 +60,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: SQLite3 backend for the persistent library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library allows Haskell applications to access an SQLite database
  in a type-safe, non-relational way.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-persistent-sqlite-doc
 Section: doc
@@ -72,7 +72,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: SQLite3 backend for the persistent library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library allows Haskell applications to access an SQLite database
  in a type-safe, non-relational way.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list