[Pkg-haskell-commits] darcs: haskell-sdl-ttf: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 16:12:03 UTC 2011


Sat Jan 15 15:06:19 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: adb8868232d7a07a3df716dd7ff0d3b3

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

Sat Jan 15 15:06:19 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: adb8868232d7a07a3df716dd7ff0d3b3
diff -rN -u old-haskell-sdl-ttf/changelog new-haskell-sdl-ttf/changelog
--- old-haskell-sdl-ttf/changelog	2011-01-15 16:12:03.231974890 +0000
+++ new-haskell-sdl-ttf/changelog	2011-01-15 16:12:03.235975101 +0000
@@ -1,3 +1,9 @@
+haskell-sdl-ttf (0.6.1-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:28 -0200
+
 haskell-sdl-ttf (0.6.1-1) unstable; urgency=low
 
   * New upstream.
diff -rN -u old-haskell-sdl-ttf/control new-haskell-sdl-ttf/control
--- old-haskell-sdl-ttf/control	2011-01-15 16:12:03.231974890 +0000
+++ new-haskell-sdl-ttf/control	2011-01-15 16:12:03.235975101 +0000
@@ -8,8 +8,8 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
+ ghc,
+ ghc-prof,
  libgl1-mesa-dev | libgl-dev,
  libglu1-mesa-dev | libglu-dev,
  libx11-dev,
@@ -19,40 +19,40 @@
  pkg-config,
  libsdl1.2-dev,
  libsdl-ttf2.0-dev,
- libghc6-sdl-dev,
- libghc6-sdl-prof
-Build-Depends-Indep: ghc6-doc
+ libghc-sdl-dev,
+ libghc-sdl-prof
+Build-Depends-Indep: ghc-doc
 Homepage: http://hackage.haskell.org/package/SDL-ttf
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-sdl-ttf
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sdl-ttf
 
-Package: libghc6-sdl-ttf-dev
+Package: libghc-sdl-ttf-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
  libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libx11-dev,
- libsdl1.2-dev, libsdl-ttf2.0-dev, libghc6-sdl-dev
-Suggests: libghc6-sdl-ttf-prof, libghc6-sdl-ttf-doc
+ libsdl1.2-dev, libsdl-ttf2.0-dev, libghc-sdl-dev
+Suggests: libghc-sdl-ttf-prof, libghc-sdl-ttf-doc
 Description: Haskell SDL TTF binding for GHC
  This package provides the SDL TTF library bindings for the Haskell
  programming language. SDL TTF allows you to use TrueType fonts in SDL
  applications.
 
-Package: libghc6-sdl-ttf-prof
+Package: libghc-sdl-ttf-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libghc6-sdl-ttf-dev (= ${binary:Version}), libghc6-sdl-prof
-Suggests: libghc6-sdl-ttf-doc
+ libghc-sdl-ttf-dev (= ${binary:Version}), libghc-sdl-prof
+Suggests: libghc-sdl-ttf-doc
 Description: Haskell SDL TTF binding for GHC - profiling libraries
  This package provides the SDL TTF library bindings for the Haskell
  programming language, compiled for profiling. SDL TTF allows you
  to use TrueType fonts in SDL applications.
 
-Package: libghc6-sdl-ttf-doc
+Package: libghc-sdl-ttf-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: ghc6-doc
-Suggests: libghc6-sdl-ttf-dev, libghc6-sdl-ttf-prof
+Recommends: ghc-doc
+Suggests: libghc-sdl-ttf-dev, libghc-sdl-ttf-prof
 Description: Haskell SDL TTF binding for GHC - documentation
  This package provides the documentation for the SDL TTF library bindings
  for the Haskell programming language. SDL TTF allows you to use TrueType





More information about the Pkg-haskell-commits mailing list