[Pkg-haskell-commits] darcs: xmonad-contrib: control : Fix version of xmonad build-dep. Standards 3.9.2.

Erik de Castro Lopo erikd at mega-nerd.com
Thu Nov 24 22:38:23 UTC 2011


Thu Nov 24 22:38:05 UTC 2011  Erik de Castro Lopo <erikd at mega-nerd.com>
  * control : Fix version of xmonad build-dep. Standards 3.9.2.
  Ignore-this: ae00fd1584b5052fe139dc3843f41264

    M ./control -10 +10

Thu Nov 24 22:38:05 UTC 2011  Erik de Castro Lopo <erikd at mega-nerd.com>
  * control : Fix version of xmonad build-dep. Standards 3.9.2.
  Ignore-this: ae00fd1584b5052fe139dc3843f41264
diff -rN -u old-xmonad-contrib//control new-xmonad-contrib//control
--- old-xmonad-contrib//control	2011-11-24 22:38:22.931673938 +0000
+++ new-xmonad-contrib//control	2011-11-24 22:38:22.959674130 +0000
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>
-Standards-Version: 3.9.1
-Build-Depends: 
+Standards-Version: 3.9.2
+Build-Depends:
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
@@ -23,8 +23,8 @@
  libghc-mtl-dev,
  libghc-mtl-doc,
  libghc-mtl-prof,
- libghc-xmonad-dev (>= 0.9.1),
- libghc-xmonad-dev (<< 0.10),
+ libghc-xmonad-dev (>= 0.10),
+ libghc-xmonad-dev (<< 0.10.1),
  libghc-xmonad-doc,
  libghc-xmonad-prof,
  libghc-utf8-string-dev,
@@ -54,8 +54,8 @@
  Haskell, and custom layout algorithms may be implemented by the user
  in config files. A principle of Xmonad is predictability: the user
  should know in advance precisely the window arrangement that will
- result from any action. 
- . 
+ result from any action.
+ .
  This package is what you need to build your custom configured xmonad
  binary.
 
@@ -77,8 +77,8 @@
  Haskell, and custom layout algorithms may be implemented by the user
  in config files. A principle of Xmonad is predictability: the user
  should know in advance precisely the window arrangement that will
- result from any action. 
- . 
+ result from any action.
+ .
  This package is what you need to profile your custom configured xmonad
  binary.
 
@@ -101,8 +101,8 @@
  Haskell, and custom layout algorithms may be implemented by the user
  in config files. A principle of Xmonad is predictability: the user
  should know in advance precisely the window arrangement that will
- result from any action. 
- . 
+ result from any action.
+ .
  This package contains the documentation for building your custom
  configured xmonad binary as well as example configuration files.
 





More information about the Pkg-haskell-commits mailing list