debian/0000755000000000000000000000000012150231223007155 5ustar debian/copyright0000644000000000000000000000164612036250057011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: gtk Maintainer: gtk2hs-users@sourceforge.net Source: http://hackage.haskell.org/packages/archive/gtk/0.11.0/gtk-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/watch0000644000000000000000000000032212036250057010214 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|gtk-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/gtk \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616202010365 0ustar 9 debian/control0000644000000000000000000000467612150230124010574 0ustar Source: haskell-gtk 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-mtl-dev , libghc-mtl-prof , libghc-glib-dev (>= 0.12) , libghc-glib-dev (<< 0.13) , libghc-glib-prof , libghc-cairo-dev (>= 0.12) , libghc-cairo-dev (<< 0.13) , libghc-cairo-prof , libghc-pango-dev (>= 0.12) , libghc-pango-dev (<< 0.13) , libghc-pango-prof , libghc-gio-dev (>= 0.12) , libghc-gio-dev (<< 0.13) , libghc-gio-prof , libgtk2.0-dev , gtk2hs-buildtools Build-Depends-Indep: ghc-doc , libghc-mtl-doc , libghc-glib-doc , libghc-cairo-doc , libghc-pango-doc , libghc-gio-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/gtk Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gtk Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gtk Package: libghc-gtk-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} , libgtk2.0-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Binding to the Gtk+ graphical user interface library${haskell:ShortBlurb} This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. . ${haskell:Blurb} Package: libghc-gtk-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Binding to the Gtk+ graphical user interface library${haskell:ShortBlurb} This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. . ${haskell:Blurb} Package: libghc-gtk-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Binding to the Gtk+ graphical user interface library${haskell:ShortBlurb} This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces. . ${haskell:Blurb} debian/rules0000755000000000000000000000025412036250057010247 0ustar #!/usr/bin/make -f DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS" include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000457212150231223011037 0ustar haskell-gtk (0.12.4-3) 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-gtk (0.12.4-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:45 +0200 haskell-gtk (0.12.4-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Mon, 26 Nov 2012 10:55:19 +0100 haskell-gtk (0.12.3-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. -- Clint Adams Sat, 05 May 2012 23:57:40 -0400 haskell-gtk (0.12.2-1) unstable; urgency=low * New upstream release -- Joachim Breitner Mon, 13 Feb 2012 23:58:39 +0100 haskell-gtk (0.12.0-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release * Lets be optimistic and re-enable -prof package (Closes: #520649) * Remove preinst script, not require with clean ghc-pkg database * gtk-thread-backport-597837.patch: Removed, applied upstream * utf8.patch: Removed, applied upstream -- Joachim Breitner Tue, 29 Mar 2011 23:26:55 +0530 haskell-gtk (0.11.0-5) unstable; urgency=low * debian/patches/gtk-thread-backport-597837.patch: Backport from 0.11.2, Closes: #597837 -- Joachim Breitner Sat, 02 Oct 2010 16:43:13 +0200 haskell-gtk (0.11.0-4) unstable; urgency=low * Work around ghc timer issues on hppa (Closes: #590258) -- Joachim Breitner Sat, 31 Jul 2010 19:37:52 +0200 haskell-gtk (0.11.0-3) unstable; urgency=low * control: Remove -prof package. -- Marco Túlio Gontijo e Silva Tue, 08 Jun 2010 18:48:52 -0300 haskell-gtk (0.11.0-2) unstable; urgency=low * control: Include Build-Depends: in gio, to enable Cabal flag. -- Marco Túlio Gontijo e Silva Mon, 31 May 2010 09:45:42 -0300 haskell-gtk (0.11.0-1) unstable; urgency=low * Initial release. (Closes: #583225) -- Marco Túlio Gontijo e Silva Wed, 26 May 2010 16:43:48 -0300 debian/source/0000755000000000000000000000000012036250057010466 5ustar debian/source/format0000644000000000000000000000001412036250057011674 0ustar 3.0 (quilt)