diff options
| author | Clint Adams <clint@debian.org> | 2016-05-16 16:43:22 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-05-16 16:45:43 -0400 |
| commit | 7409ce82520169f10cc84653bc29867d47a51c30 (patch) | |
| tree | f80d3cff78ab159410693c1d32311a46cd5d4ce9 /p/haskell-openglraw | |
| parent | 587e7f55e6a1f24718dad26a8d9433e1172c7fda (diff) | |
| download | DHG_packages-7409ce82520169f10cc84653bc29867d47a51c30.tar.gz | |
OpenGLRaw: Upgrading from 2.4.1.0 to 3.0.0.0
Diffstat (limited to 'p/haskell-openglraw')
| -rw-r--r-- | p/haskell-openglraw/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-openglraw/debian/control | 14 |
2 files changed, 19 insertions, 3 deletions
diff --git a/p/haskell-openglraw/debian/changelog b/p/haskell-openglraw/debian/changelog index bc053f301..0827492f4 100644 --- a/p/haskell-openglraw/debian/changelog +++ b/p/haskell-openglraw/debian/changelog @@ -1,9 +1,13 @@ -haskell-openglraw (2.4.1.0-6) UNRELEASED; urgency=medium +haskell-openglraw (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:43:22 -0400 haskell-openglraw (2.4.1.0-5) unstable; urgency=medium diff --git a/p/haskell-openglraw/debian/control b/p/haskell-openglraw/debian/control index f4b0cfcac..70111e904 100644 --- a/p/haskell-openglraw/debian/control +++ b/p/haskell-openglraw/debian/control @@ -8,11 +8,23 @@ Build-Depends: debhelper (>= 9), cdbs, ghc, ghc-prof, + libghc-fixed-dev (>= 0.2), + libghc-fixed-dev (<< 0.3), + libghc-fixed-prof, + libghc-half-dev (>= 0.2.2.1), + libghc-half-dev (<< 0.3), + libghc-half-prof, + libghc-text-dev (>= 0.1), + libghc-text-dev (<< 1.3), + libghc-text-prof, libgl1-mesa-dev | libgl-dev, Build-Depends-Indep: ghc-doc, + libghc-fixed-doc, + libghc-half-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-openglraw Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git Package: libghc-openglraw-dev |
