debian/0000755000000000000000000000000012150231267007165 5ustar debian/copyright0000644000000000000000000000165712036252042011126 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: webkit Maintainer: gtk2hs-users@sourceforge.net Source: http://hackage.haskell.org/packages/archive/webkit/0.11.0/webkit-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/watch0000644000000000000000000000033012036252043010210 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|webkit-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/webkit \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616361010373 0ustar 9 debian/patches/0000755000000000000000000000000012036252043010612 5ustar debian/patches/series0000644000000000000000000000002312036252043012022 0ustar no-hswebkit_h.diff debian/patches/no-hswebkit_h.diff0000644000000000000000000000046712036252043014214 0ustar --- a/webkit.cabal +++ b/webkit.cabal @@ -83,5 +83,6 @@ x-Signals-Types: marshal.list x-Signals-Import: Graphics.UI.GtkInternals - x-c2hs-Header: hswebkit.h + x-c2hs-Header: webkit/webkit.h + cpp-options: -D_Bool=int pkgconfig-depends: webkit-1.0 >= 1.1.15 debian/control0000644000000000000000000000553612150230210010564 0ustar Source: haskell-webkit 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-cairo-dev (>= 0.12) , libghc-cairo-dev (<< 0.13) , libghc-cairo-prof , libghc-gtk-dev (>= 0.12) , libghc-gtk-dev (<< 0.13) , libghc-gtk-prof , libwebkitgtk-dev , gtk2hs-buildtools Build-Depends-Indep: ghc-doc , libghc-glib-doc , libghc-pango-doc , libghc-cairo-doc , libghc-gtk-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/webkit Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-webkit Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-webkit Package: libghc-webkit-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} , libwebkitgtk-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Binding to the Webkit library${haskell:ShortBlurb} WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. . ${haskell:Blurb} Package: libghc-webkit-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Binding to the Webkit library${haskell:ShortBlurb} WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. . ${haskell:Blurb} Package: libghc-webkit-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Binding to the Webkit library${haskell:ShortBlurb} WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036252043010244 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000341512150231267011042 0ustar haskell-webkit (0.12.3-5) 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:55 +0200 haskell-webkit (0.12.3-4) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:30 +0200 haskell-webkit (0.12.3-3) 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:26:27 +0200 haskell-webkit (0.12.3-2) unstable; urgency=low * Bump to Standards-Version 3.9.3. * Patch to not choke on hswebkit.h hack. closes: #672022. -- Clint Adams Thu, 10 May 2012 00:35:48 -0400 haskell-webkit (0.12.3-1) unstable; urgency=low * New upstream release -- Joachim Breitner Fri, 24 Feb 2012 22:40:15 +0100 haskell-webkit (0.12.1-2) unstable; urgency=low * Depend on libwebkitgtk-dev (Closes: #635414) -- Joachim Breitner Sun, 28 Aug 2011 19:49:14 +0200 haskell-webkit (0.12.1-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 13:53:54 +0530 haskell-webkit (0.11.0-2) unstable; urgency=low * control: Remove -prof package. -- Marco Túlio Gontijo e Silva Tue, 08 Jun 2010 20:17:57 -0300 haskell-webkit (0.11.0-1) unstable; urgency=low * Initial release. -- Marco Túlio Gontijo e Silva Wed, 26 May 2010 16:51:14 -0300 debian/source/0000755000000000000000000000000012036252043010463 5ustar debian/source/format0000644000000000000000000000001412036252043011671 0ustar 3.0 (quilt)