[Pkg-haskell-commits] darcs: haskell-openal: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:05:16 UTC 2011
Sat Jan 15 15:06:06 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 80c7af3b12a4bf2f1717801e698ddb41
./libghc6-openal-doc.examples -> ./libghc-openal-doc.examples
M ./changelog -4 +8
M ./control -9 +9
Sat Jan 15 15:06:06 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 80c7af3b12a4bf2f1717801e698ddb41
diff -rN -u old-haskell-openal/changelog new-haskell-openal/changelog
--- old-haskell-openal/changelog 2011-01-15 16:05:16.026514209 +0000
+++ new-haskell-openal/changelog 2011-01-15 16:05:16.034514631 +0000
@@ -1,7 +1,11 @@
haskell-openal (1.3.1.3-3) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Sun, 21 Feb 2010 07:46:04 -0300
haskell-openal (1.3.1.3-2) unstable; urgency=low
@@ -28,7 +32,7 @@
* Upgrade to "Generic Haskell cabal library packaging files v10":
* Versioned dependencies are now generated for the Cabal packages we
depend on.
- * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
+ * Use the new ${impl:ghc:*_deps} variables in debian/control.in.
* Call canonicalise-comma-list on the depends and suggests fields in
control.in. This works around bugs in lintian, where it gets
confused and starts giving spurious warnings.
@@ -86,15 +90,15 @@
haskell-openal (1.3-2) unstable; urgency=low
* Upgrade to "Generic Haskell cabal library debian/rules v0.6".
- Tell setup to use ghc6 rather than ghc, so that the postinst/prerm
+ Tell setup to use ghc rather than ghc, so that the postinst/prerm
scripts work when the ghc-pkg symlink doesn't exist or doesn't
- point to ghc6's ghc-pkg.
+ point to ghc's ghc-pkg.
-- Ian Lynagh (wibble) <igloo at debian.org> Mon, 20 Nov 2006 20:50:42 +0000
haskell-openal (1.3-1) unstable; urgency=low
- * Initial release (was part of ghc6 until version 6.6-1).
+ * Initial release (was part of ghc until version 6.6-1).
-- Ian Lynagh (wibble) <igloo at debian.org> Fri, 13 Oct 2006 16:43:11 +0000
diff -rN -u old-haskell-openal/control new-haskell-openal/control
--- old-haskell-openal/control 2011-01-15 16:05:16.026514209 +0000
+++ new-haskell-openal/control 2011-01-15 16:05:16.034514631 +0000
@@ -7,18 +7,18 @@
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
- , libghc6-opengl-dev (>= 2.2.3.0)
- , libghc6-opengl-prof
- , libghc6-opengl-doc
+ , ghc
+ , ghc-prof
+ , ghc-doc
+ , libghc-opengl-dev (>= 2.2.3.0)
+ , libghc-opengl-prof
+ , libghc-opengl-doc
, libopenal-dev
Homepage: http://hackage.haskell.org/package/OpenAL
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-openal
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-openal
-Package: libghc6-openal-dev
+Package: libghc-openal-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -34,7 +34,7 @@
types of audio applications. For more information about OpenAL
please see: <http://www.openal.org/>.
-Package: libghc6-openal-prof
+Package: libghc-openal-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -48,7 +48,7 @@
types of audio applications. For more information about OpenAL
please see: <http://www.openal.org/>.
-Package: libghc6-openal-doc
+Package: libghc-openal-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}
diff -rN -u old-haskell-openal/libghc6-openal-doc.examples new-haskell-openal/libghc6-openal-doc.examples
--- old-haskell-openal/libghc6-openal-doc.examples 2011-01-15 16:05:15.942509782 +0000
+++ new-haskell-openal/libghc6-openal-doc.examples 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-examples/test/TestDevice.hs
diff -rN -u old-haskell-openal/libghc-openal-doc.examples new-haskell-openal/libghc-openal-doc.examples
--- old-haskell-openal/libghc-openal-doc.examples 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-openal/libghc-openal-doc.examples 2011-01-15 16:05:16.030514420 +0000
@@ -0,0 +1 @@
+examples/test/TestDevice.hs
More information about the Pkg-haskell-commits
mailing list