[Pkg-haskell-commits] darcs: xmonad: Rename ghc6 → ghc

Joachim Breitner mail at joachim-breitner.de
Tue Apr 5 16:17:26 UTC 2011


Tue Apr  5 15:36:45 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Rename ghc6 [_\e2_][_\86_][_\92_] ghc
  Ignore-this: 94b4a3278953bad212b03d77fc1b3dae

    M ./changelog +1
    M ./control -17 +17

Tue Apr  5 15:36:45 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Rename ghc6 → ghc
  Ignore-this: 94b4a3278953bad212b03d77fc1b3dae
diff -rN -u old-xmonad/changelog new-xmonad/changelog
--- old-xmonad/changelog	2011-04-05 16:17:25.898722221 +0000
+++ new-xmonad/changelog	2011-04-05 16:17:25.918723274 +0000
@@ -2,6 +2,7 @@
 
   * Recommend xfonts-base (Closes: #574062)
   * New upstream release
+  * Rename ghc6 → ghc
 
  -- Joachim Breitner <nomeata at debian.org>  Tue, 05 Apr 2011 21:05:35 +0530
 
diff -rN -u old-xmonad/control new-xmonad/control
--- old-xmonad/control	2011-04-05 16:17:25.898722221 +0000
+++ new-xmonad/control	2011-04-05 16:17:25.918723274 +0000
@@ -7,25 +7,25 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
  libx11-dev,
  libxinerama-dev,
- libghc6-x11-dev (>= 1.5),
- libghc6-x11-dev (<< 1.6),
- libghc6-x11-doc,
- libghc6-x11-prof,
- libghc6-mtl-dev, 
- libghc6-mtl-doc,
- libghc6-mtl-prof
+ libghc-x11-dev (>= 1.5),
+ libghc-x11-dev (<< 1.6),
+ libghc-x11-doc,
+ libghc-x11-prof,
+ libghc-mtl-dev, 
+ libghc-mtl-doc,
+ libghc-mtl-prof
 Homepage: http://xmonad.org/
 
 Package: xmonad
 Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils
-Recommends: libghc6-xmonad-dev, libghc6-xmonad-doc, xfonts-base
+Recommends: libghc-xmonad-dev, libghc-xmonad-doc, xfonts-base
 Conflicts: xmonad-rebuild
 Replaces: xmonad-rebuild
 Suggests: dmenu
@@ -42,14 +42,14 @@
  . 
  This package comes pre-configured with the default configuration. If
  you want to build your custom-configured version, make sure that
- libghc6-xmonad-dev is installed and put your configuration in
+ libghc-xmonad-dev is installed and put your configuration in
  ~/.xmonad/xmonad.hs
 
-Package: libghc6-xmonad-dev
+Package: libghc-xmonad-dev
 Section: haskell
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libx11-dev, libxinerama-dev
-Recommends: ${haskell:Recommends}, libghc6-xmonad-contrib-dev
+Recommends: ${haskell:Recommends}, libghc-xmonad-contrib-dev
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: A lightweight X11 window manager
@@ -70,7 +70,7 @@
  This package is what you need to build your custom configured xmonad
  binary.
 
-Package: libghc6-xmonad-prof
+Package: libghc-xmonad-prof
 Section: haskell
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
@@ -95,12 +95,12 @@
  This package is what you need to profile your custom configured xmonad
  binary.
 
-Package: libghc6-xmonad-doc
+Package: libghc-xmonad-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}, libghc6-xmonad-contrib-doc
+Recommends: ${haskell:Recommends}, libghc-xmonad-contrib-doc
 Description: A lightweight X11 window manager; documentation
  This package provides the documentation for a library for the Haskell
  programming language.





More information about the Pkg-haskell-commits mailing list