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


Sat May 25 21:42:36 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: 7fb8f1ddeae5dad394e5a829269e2793

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

Sat May 25 21:42:36 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: 7fb8f1ddeae5dad394e5a829269e2793
diff -rN -u old-haskell-dpkg//changelog new-haskell-dpkg//changelog
--- old-haskell-dpkg//changelog	2013-05-26 07:42:39.674538929 +0000
+++ new-haskell-dpkg//changelog	2013-05-26 07:42:39.686542916 +0000
@@ -1,3 +1,10 @@
+haskell-dpkg (0.0.3-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:36 +0200
+
 haskell-dpkg (0.0.3-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-dpkg//control new-haskell-dpkg//control
--- old-haskell-dpkg//control	2013-05-26 07:42:39.670538058 +0000
+++ new-haskell-dpkg//control	2013-05-26 07:42:39.678541434 +0000
@@ -31,9 +31,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell bindings to libdpkg${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It binds to the volatile and unstable libdpkg API.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-dpkg-prof
 Architecture: any
@@ -43,9 +43,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell bindings to libdpkg${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It binds to the volatile and unstable libdpkg API.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-dpkg-doc
 Section: doc
@@ -54,6 +54,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Haskell bindings to libdpkg${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It binds to the volatile and unstable libdpkg API.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list