summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-05-16 16:48:11 -0400
committerClint Adams <clint@debian.org>2016-05-16 16:49:26 -0400
commitab48d8b3388bcd115c58628cad14eb9506fe669c (patch)
tree10398eece7809e365488eeaf748bf61347d6c525
parent3928d6d0634ec7fd1c580a6808ec51eea599d0cd (diff)
downloadDHG_packages-ab48d8b3388bcd115c58628cad14eb9506fe669c.tar.gz
OpenGL: Upgrading from 2.12.0.1 to 3.0.0.0
-rw-r--r--p/haskell-opengl/debian/changelog8
-rw-r--r--p/haskell-opengl/debian/control10
2 files changed, 11 insertions, 7 deletions
diff --git a/p/haskell-opengl/debian/changelog b/p/haskell-opengl/debian/changelog
index 3de0bff5d..7e932e44d 100644
--- a/p/haskell-opengl/debian/changelog
+++ b/p/haskell-opengl/debian/changelog
@@ -1,9 +1,13 @@
-haskell-opengl (2.12.0.1-4) UNRELEASED; urgency=medium
+haskell-opengl (3.0.0.0-1) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:54 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Mon, 16 May 2016 16:48:11 -0400
haskell-opengl (2.12.0.1-3) unstable; urgency=medium
diff --git a/p/haskell-opengl/debian/control b/p/haskell-opengl/debian/control
index 30c6c842e..5ee2e7b5a 100644
--- a/p/haskell-opengl/debian/control
+++ b/p/haskell-opengl/debian/control
@@ -8,14 +8,14 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
- libghc-gluraw-dev (>= 1.3),
- libghc-gluraw-dev (<< 1.6),
+ libghc-gluraw-dev (>= 2.0),
+ libghc-gluraw-dev (<< 2.1),
libghc-gluraw-prof,
libghc-objectname-dev (>= 1.1),
libghc-objectname-dev (<< 1.2),
libghc-objectname-prof,
- libghc-openglraw-dev (>= 2.1),
- libghc-openglraw-dev (<< 2.6),
+ libghc-openglraw-dev (>= 3.0),
+ libghc-openglraw-dev (<< 3.1),
libghc-openglraw-prof,
libghc-statevar-dev (>= 1.1),
libghc-statevar-dev (<< 1.2),
@@ -31,7 +31,7 @@ Build-Depends-Indep: ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: http://www.haskell.org/haskellwiki/Opengl
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-opengl
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
Package: libghc-opengl-dev