diff options
| author | Clint Adams <clint@debian.org> | 2016-10-16 01:32:25 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-16 01:32:25 -0400 |
| commit | 9db3560bc4eb209d9232198ff0f27b500fa68b70 (patch) | |
| tree | 7f66b9b6c02419a5e162b99751c2b9bee44ac073 | |
| parent | 5c3be326447459efdd2d2c6400814466d9526dae (diff) | |
| download | DHG_packages-9db3560bc4eb209d9232198ff0f27b500fa68b70.tar.gz | |
OpenGL: build with ghc 8 in experimental
| -rw-r--r-- | p/haskell-opengl/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-opengl/debian/control | 49 | ||||
| -rw-r--r-- | p/haskell-opengl/debian/copyright | 2 |
3 files changed, 34 insertions, 23 deletions
diff --git a/p/haskell-opengl/debian/changelog b/p/haskell-opengl/debian/changelog index e6b7ca269..20fb0b3f6 100644 --- a/p/haskell-opengl/debian/changelog +++ b/p/haskell-opengl/debian/changelog @@ -1,8 +1,8 @@ -haskell-opengl (3.0.1.0-2) UNRELEASED; urgency=medium +haskell-opengl (3.0.1.0-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:52 +0200 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 01:32:21 -0400 haskell-opengl (3.0.1.0-1) unstable; urgency=medium diff --git a/p/haskell-opengl/debian/control b/p/haskell-opengl/debian/control index bdc612deb..8d5074b74 100644 --- a/p/haskell-opengl/debian/control +++ b/p/haskell-opengl/debian/control @@ -1,29 +1,32 @@ Source: haskell-opengl Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Joachim Breitner <nomeata@debian.org> +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-gluraw-dev (>= 2.0), + haskell-devscripts (>= 0.10), libghc-gluraw-dev (<< 2.1), + libghc-gluraw-dev (>= 2.0), libghc-gluraw-prof, - libghc-objectname-dev (>= 1.1), libghc-objectname-dev (<< 1.2), + libghc-objectname-dev (>= 1.1), libghc-objectname-prof, - libghc-openglraw-dev (>= 3.0), libghc-openglraw-dev (<< 3.3), + libghc-openglraw-dev (>= 3.0), libghc-openglraw-prof, - libghc-statevar-dev (>= 1.1), libghc-statevar-dev (<< 1.2), + libghc-statevar-dev (>= 1.1), libghc-statevar-prof, - libghc-text-dev (>= 0.1), libghc-text-dev (<< 1.3), + libghc-text-dev (>= 0.1), libghc-text-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-gluraw-doc, libghc-objectname-doc, libghc-openglraw-doc, @@ -36,11 +39,14 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-opengl-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Haskell OpenGL binding for GHC This package provides a library for the Haskell programming language. . @@ -49,9 +55,11 @@ Description: Haskell OpenGL binding for GHC Package: libghc-opengl-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Provides: ${haskell:Provides}, +Provides: + ${haskell:Provides}, Description: Haskell OpenGL binding for GHC; profiling libraries This package provides a library for the Haskell programming language, compiled for profiling. @@ -62,10 +70,13 @@ Description: Haskell OpenGL binding for GHC; profiling libraries Package: libghc-opengl-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: Haskell OpenGL binding for GHC; documentation This package provides the documentation for a library for the Haskell programming language. diff --git a/p/haskell-opengl/debian/copyright b/p/haskell-opengl/debian/copyright index 38fe2c0f3..a322bf43e 100644 --- a/p/haskell-opengl/debian/copyright +++ b/p/haskell-opengl/debian/copyright @@ -39,4 +39,4 @@ License: BSD-3-clause INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file + POSSIBILITY OF SUCH DAMAGE. |
