[Pkg-haskell-commits] darcs: xmonad: 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:47:44 UTC 2013


Sat May 25 21:43:45 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: c0ef226822832d2802b8a12c00a738bc

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

Sat May 25 21:43:45 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: c0ef226822832d2802b8a12c00a738bc
diff -rN -u old-xmonad//changelog new-xmonad//changelog
--- old-xmonad//changelog	2013-05-26 07:47:43.875132652 +0000
+++ new-xmonad//changelog	2013-05-26 07:47:43.891260303 +0000
@@ -1,3 +1,10 @@
+xmonad (0.11-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:43:45 +0200
+
 xmonad (0.11-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-xmonad//control new-xmonad//control
--- old-xmonad//control	2013-05-26 07:47:43.863339766 +0000
+++ new-xmonad//control	2013-05-26 07:47:43.879292480 +0000
@@ -68,8 +68,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Lightweight X11 window manager${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Xmonad is a minimalist tiling window manager for X, written in
  Haskell.  Windows are managed using automatic layout algorithms,
  which can be dynamically reconfigured. At any time windows are
@@ -83,6 +81,8 @@
  .
  This package is what you need to build your custom configured xmonad
  binary.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-xmonad-prof
 Architecture: any
@@ -90,8 +90,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Lightweight X11 window manager${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Xmonad is a minimalist tiling window manager for X, written in
  Haskell.  Windows are managed using automatic layout algorithms,
  which can be dynamically reconfigured. At any time windows are
@@ -105,6 +103,8 @@
  .
  This package is what you need to profile your custom configured xmonad
  binary.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-xmonad-doc
 Section: doc
@@ -113,8 +113,6 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}, libghc-xmonad-contrib-doc
 Description: Lightweight X11 window manager${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Xmonad is a minimalist tiling window manager for X, written in
  Haskell.  Windows are managed using automatic layout algorithms,
  which can be dynamically reconfigured. At any time windows are
@@ -128,4 +126,6 @@
  .
  This package contains the documentation for building your custom
  configured xmonad binary as well as example configuration files.
+ .
+ ${haskell:Blurb}
 





More information about the Pkg-haskell-commits mailing list