[DHG_packages] 02/06: OpenGLRaw: Upgrading from 3.2.2.0 to 3.2.3.0
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 06:42:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit fbfc56b00fe9261534740c2d8cb32c8cfcc16e1a
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 10 15:30:29 2016 -0400
OpenGLRaw: Upgrading from 3.2.2.0 to 3.2.3.0
---
p/haskell-openglraw/debian/changelog | 6 +++++
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 a5b27b6..02b67b8 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 at 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 209adf4..8f9ddc5 100644
--- a/p/haskell-openglraw/debian/control
+++ b/p/haskell-openglraw/debian/control
@@ -3,22 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata at 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,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list