[Pkg-haskell-commits] darcs: haskell-glfw: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:30:47 UTC 2011
Sat Jan 15 15:05:55 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: baa7d37ffa7a3fc541be9e30a62f7abf
M ./changelog +6
M ./control -7 +7
Sat Jan 15 15:05:55 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: baa7d37ffa7a3fc541be9e30a62f7abf
diff -rN -u old-haskell-glfw/changelog new-haskell-glfw/changelog
--- old-haskell-glfw/changelog 2011-01-15 15:30:47.057454718 +0000
+++ new-haskell-glfw/changelog 2011-01-15 15:30:47.057454718 +0000
@@ -1,3 +1,9 @@
+haskell-glfw (0.4.2-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:00 -0200
+
haskell-glfw (0.4.2-1) unstable; urgency=low
* Initial release (Closes: 582572).
diff -rN -u old-haskell-glfw/control new-haskell-glfw/control
--- old-haskell-glfw/control 2011-01-15 15:30:47.057454718 +0000
+++ new-haskell-glfw/control 2011-01-15 15:30:47.057454718 +0000
@@ -4,17 +4,17 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
- ghc6, ghc6-prof,
- libghc6-opengl-dev (>= 2.1), libghc6-opengl-dev (<< 3),
- libghc6-opengl-prof,
+ ghc, ghc-prof,
+ libghc-opengl-dev (>= 2.1), libghc-opengl-dev (<< 3),
+ libghc-opengl-prof,
libglfw-dev, libxrandr-dev
-Build-Depends-Indep: ghc6-doc, libghc6-opengl-doc
+Build-Depends-Indep: ghc-doc, libghc-opengl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/GLFW
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-glfw
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-glfw
-Package: libghc6-glfw-dev
+Package: libghc-glfw-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends},
libglfw-dev, libxrandr-dev
@@ -28,7 +28,7 @@
This library provides bindings for GLFW, a window system independent
toolkit for writing OpenGL programs.
-Package: libghc6-glfw-prof
+Package: libghc-glfw-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -42,7 +42,7 @@
This library provides bindings for GLFW, a window system independent
toolkit for writing OpenGL programs.
-Package: libghc6-glfw-doc
+Package: libghc-glfw-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list