[Pkg-haskell-commits] darcs: haskell-sdl-mixer: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:11:50 UTC 2011
Sat Jan 15 15:06:19 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 979617290a1a58ddd6b5a575c529e521
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: 979617290a1a58ddd6b5a575c529e521
diff -rN -u old-haskell-sdl-mixer/changelog new-haskell-sdl-mixer/changelog
--- old-haskell-sdl-mixer/changelog 2011-01-15 16:11:50.327294800 +0000
+++ new-haskell-sdl-mixer/changelog 2011-01-15 16:11:50.335295222 +0000
@@ -1,3 +1,9 @@
+haskell-sdl-mixer (0.6.1-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:27 -0200
+
haskell-sdl-mixer (0.6.1-1) unstable; urgency=low
* New upstream.
diff -rN -u old-haskell-sdl-mixer/control new-haskell-sdl-mixer/control
--- old-haskell-sdl-mixer/control 2011-01-15 16:11:50.327294800 +0000
+++ new-haskell-sdl-mixer/control 2011-01-15 16:11:50.331295011 +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-mixer1.2-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-mixer
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-sdl-mixer
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sdl-mixer
-Package: libghc6-sdl-mixer-dev
+Package: libghc-sdl-mixer-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-mixer1.2-dev, libghc6-sdl-dev
-Suggests: libghc6-sdl-mixer-prof, libghc6-sdl-mixer-doc
+ libsdl1.2-dev, libsdl-mixer1.2-dev, libghc-sdl-dev
+Suggests: libghc-sdl-mixer-prof, libghc-sdl-mixer-doc
Description: Haskell SDL Mixer binding for GHC
This package provides the SDL Mixer library bindings for the Haskell
programming language. SDL Mixer is sample multi-channel audio mixer library.
-Package: libghc6-sdl-mixer-prof
+Package: libghc-sdl-mixer-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libghc6-sdl-mixer-dev (= ${binary:Version}), libghc6-sdl-prof
-Suggests: libghc6-sdl-mixer-doc
+ libghc-sdl-mixer-dev (= ${binary:Version}), libghc-sdl-prof
+Suggests: libghc-sdl-mixer-doc
Description: Haskell SDL Mixer binding for GHC - profiling libraries
This package provides the SDL Mixer library bindings for the Haskell
programming language, compiled for profiling. SDL Mixer is a sample
multi-channel audio mixer library.
-Package: libghc6-sdl-mixer-doc
+Package: libghc-sdl-mixer-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: ghc6-doc
-Suggests: libghc6-sdl-mixer-dev, libghc6-sdl-mixer-prof
+Recommends: ghc-doc
+Suggests: libghc-sdl-mixer-dev, libghc-sdl-mixer-prof
Description: Haskell SDL Mixer binding for GHC - documentation
This package provides the documentation for the SDL Mixer library bindings
for the Haskell programming language. SDL Mixer is a sample multi-channel
More information about the Pkg-haskell-commits
mailing list