diff options
| author | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:06 +0300 |
|---|---|---|
| committer | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:06 +0300 |
| commit | a190383d995108e50e488fa0e2f410d16def16e4 (patch) | |
| tree | ffe2b9bd34410ebe9c78b1c92dfa27e7ccd5f7b9 /p/haskell-opengl | |
| parent | a54a98cfab61d38e7f10694f2133979930977c6c (diff) | |
| download | DHG_packages-a190383d995108e50e488fa0e2f410d16def16e4.tar.gz | |
haskell-opengl: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-opengl')
| -rw-r--r-- | p/haskell-opengl/debian/changelog | 12 | ||||
| -rw-r--r-- | p/haskell-opengl/debian/control | 12 |
2 files changed, 14 insertions, 10 deletions
diff --git a/p/haskell-opengl/debian/changelog b/p/haskell-opengl/debian/changelog index 4fabf72f2..2a069f5a7 100644 --- a/p/haskell-opengl/debian/changelog +++ b/p/haskell-opengl/debian/changelog @@ -1,8 +1,12 @@ haskell-opengl (2.2.3.0-3) UNRELEASED; urgency=low + [ Marco TĂșlio Gontijo e Silva ] * Use debian/compat 7. * debian/source/format: Use 3.0 (quilt). + [ Marco Silva ] + * Use ghc instead of ghc + -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Thu, 18 Feb 2010 22:40:59 -0200 haskell-opengl (2.2.3.0-2) unstable; urgency=low @@ -31,7 +35,7 @@ haskell-opengl (2.2.1.1-2) unstable; urgency=low * 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. @@ -89,15 +93,15 @@ haskell-opengl (2.2.1-1) unstable; urgency=low haskell-opengl (2.1-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@debian.org> Mon, 20 Nov 2006 20:50:42 +0000 haskell-opengl (2.1-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). * Remove the word "industry's" from the .cabal file as the ' was not being handled correctly when generating the script. diff --git a/p/haskell-opengl/debian/control b/p/haskell-opengl/debian/control index 9a6e03346..ab454b3ac 100644 --- a/p/haskell-opengl/debian/control +++ b/p/haskell-opengl/debian/control @@ -7,9 +7,9 @@ Standards-Version: 3.8.4 Build-Depends: debhelper (>= 7) , haskell-devscripts (>= 0.7) , cdbs - , ghc6 - , ghc6-prof - , ghc6-doc + , ghc + , ghc-prof + , ghc-doc , libgl1-mesa-dev | libgl-dev , libglu1-mesa-dev | libglu-dev , libx11-dev @@ -17,7 +17,7 @@ Homepage: http://www.haskell.org/HOpenGL/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-opengl Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-opengl -Package: libghc6-opengl-dev +Package: libghc-opengl-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} @@ -38,7 +38,7 @@ Description: Haskell OpenGL binding for GHC other powerful visualization functions. For more information about OpenGL, please see: <http://www.opengl.org/>. -Package: libghc6-opengl-prof +Package: libghc-opengl-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} @@ -55,7 +55,7 @@ Description: Haskell OpenGL binding for GHC; profiling libraries other powerful visualization functions. For more information about OpenGL, please see: <http://www.opengl.org/>. -Package: libghc6-opengl-doc +Package: libghc-opengl-doc Section: doc Architecture: all Depends: ${haskell:Depends} |
