diff options
| author | Clint Adams <clint@debian.org> | 2016-10-10 15:30:29 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-15 02:37:27 -0400 |
| commit | fbfc56b00fe9261534740c2d8cb32c8cfcc16e1a (patch) | |
| tree | 9c59348e802a70785af188cc41186c8fa5548cb7 /p/haskell-openglraw | |
| parent | 2c6b9f3eb5af32e5e0251ec4c99a7e3d8359706d (diff) | |
| download | DHG_packages-fbfc56b00fe9261534740c2d8cb32c8cfcc16e1a.tar.gz | |
OpenGLRaw: Upgrading from 3.2.2.0 to 3.2.3.0
Diffstat (limited to 'p/haskell-openglraw')
| -rw-r--r-- | p/haskell-openglraw/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-openglraw/debian/control | 45 |
2 files changed, 29 insertions, 22 deletions
diff --git a/p/haskell-openglraw/debian/changelog b/p/haskell-openglraw/debian/changelog index a5b27b6c7..02b67b8e2 100644 --- a/p/haskell-openglraw/debian/changelog +++ b/p/haskell-openglraw/debian/changelog @@ -1,3 +1,9 @@ +haskell-openglraw (3.2.3.0-1) experimental; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Mon, 10 Oct 2016 15:30:29 -0400 + haskell-openglraw (3.2.2.0-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-openglraw/debian/control b/p/haskell-openglraw/debian/control index 209adf4e8..8f9ddc581 100644 --- a/p/haskell-openglraw/debian/control +++ b/p/haskell-openglraw/debian/control @@ -3,22 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joachim Breitner <nomeata@debian.org> Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - libghc-fixed-dev (>= 0.2), + haskell-devscripts (>= 0.10), libghc-fixed-dev (<< 0.3), + libghc-fixed-dev (>= 0.2), libghc-fixed-prof, - libghc-half-dev (>= 0.2.2.1), libghc-half-dev (<< 0.3), + libghc-half-dev (>= 0.2.2.1), libghc-half-prof, - libghc-text-dev (>= 0.1), libghc-text-dev (<< 1.3), + libghc-text-dev (>= 0.1), libghc-text-prof, libgl1-mesa-dev | libgl-dev, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-fixed-doc, libghc-half-doc, libghc-text-doc, @@ -29,13 +31,14 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-openglraw-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, - ${misc:Depends}, +Depends: libgl1-mesa-dev | libgl-dev, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb} OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, @@ -48,11 +51,10 @@ Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb} Package: libghc-openglraw-prof Architecture: any -Depends: ${haskell:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb} OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, @@ -66,10 +68,9 @@ Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb} Package: libghc-openglraw-doc Architecture: all Section: doc -Depends: ${misc:Depends}, - ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb} OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, |
