[Pkg-haskell-commits] darcs: haskell-opengl: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Sat Feb 9 22:32:03 UTC 2013
Sat Feb 9 22:11:47 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: 70ee54baad3e2083d5d541a74e96109d
M ./changelog -2 +3
M ./control -28 +25
Sat Feb 9 22:11:47 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: 70ee54baad3e2083d5d541a74e96109d
diff -rN -u old-haskell-opengl//changelog new-haskell-opengl//changelog
--- old-haskell-opengl//changelog 2013-02-09 22:32:03.751830353 +0000
+++ new-haskell-opengl//changelog 2013-02-09 22:32:03.762351518 +0000
@@ -1,4 +1,4 @@
-haskell-opengl (2.2.3.1-2) UNRELEASED; urgency=low
+haskell-opengl (2.6.0.1-1) UNRELEASED; urgency=low
[ Giovanni Mascellani ]
* Team upload.
@@ -8,8 +8,9 @@
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
* Bump standards version, no change
+ * New upstream release
- -- Giovanni Mascellani <gio at debian.org> Fri, 15 Jun 2012 18:25:08 +0200
+ -- Joachim Breitner <nomeata at debian.org> Sat, 09 Feb 2013 23:03:35 +0100
haskell-opengl (2.2.3.1-1) unstable; urgency=low
diff -rN -u old-haskell-opengl//control new-haskell-opengl//control
--- old-haskell-opengl//control 2013-02-09 22:32:03.739759925 +0000
+++ new-haskell-opengl//control 2013-02-09 22:32:03.755965968 +0000
@@ -10,9 +10,25 @@
, ghc
, ghc-prof
, ghc-doc
- , libgl1-mesa-dev | libgl-dev
- , libglu1-mesa-dev | libglu-dev
- , libx11-dev
+ , libghc-openglraw-dev (>= 1.3.0.0)
+ , libghc-openglraw-prof
+ , libghc-gluraw-dev (>= 1.1.0.0)
+ , libghc-gluraw-prof
+ , libghc-statevar-dev (>= 1.0)
+ , libghc-statevar-dev (<< 1.1)
+ , libghc-statevar-prof
+ , libghc-objectname-dev (>= 1.0)
+ , libghc-objectname-dev (<< 1.1)
+ , libghc-objectname-prof
+ , libghc-tensor-dev (>= 1.0)
+ , libghc-tensor-dev (<< 1.1)
+ , libghc-tensor-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-openglraw-doc
+ , libghc-gluraw-doc
+ , libghc-statevar-doc
+ , libghc-objectname-doc
+ , libghc-tensor-doc
Homepage: http://hackage.haskell.org/package/OpenGL
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
@@ -22,21 +38,13 @@
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
- , libgl1-mesa-dev | libgl-dev
- , libglu1-mesa-dev | libglu-dev
- , libx11-dev
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell OpenGL binding for GHC
This package provides a library for the Haskell programming language.
.
- This library provides a binding for the OpenGL graphics system (GL,
- version 1.5) and its accompanying utility library (GLU, version 1.3).
- OpenGL is the industry's most widely used and supported 2D and 3D
- graphics application programming interface (API), incorporating
- a broad set of rendering, texture mapping, special effects, and
- other powerful visualization functions. For more information
- about OpenGL, please see: <http://www.opengl.org/>.
+ A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its
+ accompanying utility library (GLU, version 1.3).
Package: libghc-opengl-prof
Architecture: any
@@ -47,13 +55,8 @@
This package provides a library for the Haskell programming language,
compiled for profiling.
.
- This library provides a binding for the OpenGL graphics system (GL,
- version 1.5) and its accompanying utility library (GLU, version 1.3).
- OpenGL is the industry's most widely used and supported 2D and 3D
- graphics application programming interface (API), incorporating
- a broad set of rendering, texture mapping, special effects, and
- other powerful visualization functions. For more information
- about OpenGL, please see: <http://www.opengl.org/>.
+ A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its
+ accompanying utility library (GLU, version 1.3).
Package: libghc-opengl-doc
Section: doc
@@ -66,11 +69,5 @@
This package provides the documentation for a library for the Haskell
programming language.
.
- This library provides a binding for the OpenGL graphics system (GL,
- version 1.5) and its accompanying utility library (GLU, version 1.3).
- OpenGL is the industry's most widely used and supported 2D and 3D
- graphics application programming interface (API), incorporating
- a broad set of rendering, texture mapping, special effects, and
- other powerful visualization functions. For more information
- about OpenGL, please see: <http://www.opengl.org/>.
-
+ A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its
+ accompanying utility library (GLU, version 1.3).
More information about the Pkg-haskell-commits
mailing list