debian/0000755000000000000000000000000012150231223007155 5ustar debian/copyright0000644000000000000000000000166512036250062011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: gtkglext Maintainer: gtk2hs-users@sourceforge.net Source: http://hackage.haskell.org/packages/archive/gtkglext/0.11.0/gtkglext-0.11.0.tar.gz Copyright: 2001-2010, The Gtk2Hs Team License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. debian/watch0000644000000000000000000000033412036250062010213 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|gtkglext-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/gtkglext \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616203010366 0ustar 9 debian/control0000644000000000000000000000426312150230125010565 0ustar Source: haskell-gtkglext Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco Túlio Gontijo e Silva Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-glib-dev (>= 0.12) , libghc-glib-dev (<< 0.13) , libghc-glib-prof , libghc-pango-dev (>= 0.12) , libghc-pango-dev (<< 0.13) , libghc-pango-prof , libghc-gtk-dev (>= 0.12) , libghc-gtk-dev (<< 0.13) , libghc-gtk-prof , libgtkglext1-dev , libpangox-1.0-dev , gtk2hs-buildtools Build-Depends-Indep: ghc-doc , libghc-glib-doc , libghc-pango-doc , libghc-gtk-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/gtkglext Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gtkglext Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gtkglext Package: libghc-gtkglext-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} , libgtkglext1-dev , libpangox-1.0-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Binding to the GTK+ OpenGL Extension${haskell:ShortBlurb} GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. . ${haskell:Blurb} Package: libghc-gtkglext-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Binding to the GTK+ OpenGL Extension${haskell:ShortBlurb} GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. . ${haskell:Blurb} Package: libghc-gtkglext-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Binding to the GTK+ OpenGL Extension${haskell:ShortBlurb} GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036250062010243 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/libghc-gtkglext-dev.preinst0000644000000000000000000000022312036250062014420 0ustar #!/bin/sh set -e #DEBHELPER# if [ "$1" = "upgrade" ] then ghc-pkg unregister gtkglext-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true fi debian/changelog0000644000000000000000000000273112150231223011032 0ustar haskell-gtkglext (0.12.1-4) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:19 +0200 haskell-gtkglext (0.12.1-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs * It seems we need to depend on libpangox1.0-dev -- Joachim Breitner Sat, 25 May 2013 00:08:43 +0200 haskell-gtkglext (0.12.1-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Thu, 18 Oct 2012 10:25:27 +0200 haskell-gtkglext (0.12.1-1) unstable; urgency=low * New upstream release -- Joachim Breitner Fri, 24 Feb 2012 22:35:35 +0100 haskell-gtkglext (0.12.0-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release * Reenable profiling package -- Joachim Breitner Wed, 13 Apr 2011 14:34:00 +0530 haskell-gtkglext (0.11.0-2) unstable; urgency=low * control: Remove -prof package. -- Marco Túlio Gontijo e Silva Tue, 08 Jun 2010 20:13:58 -0300 haskell-gtkglext (0.11.0-1) unstable; urgency=low * Initial release. (Closes: #583272) -- Marco Túlio Gontijo e Silva Wed, 26 May 2010 16:48:36 -0300 debian/source/0000755000000000000000000000000012036250062010462 5ustar debian/source/format0000644000000000000000000000001412036250062011670 0ustar 3.0 (quilt)