debian/0000755000000000000000000000000012322535064007170 5ustar debian/watch0000644000000000000000000000020312261021415010204 0ustar version=3 http://hackage.haskell.org/package/download-curl/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000015512261021415010241 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000312512261021415011114 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Upstream-Name: download-curl Upstream-Contact: Don Stewart Source: http://hackage.haskell.org/package/download-curl Copyright: 2008 Don Stewart 2006 Aaron Griffin 1998-2004 Dag-Erling Coïdan Smørgrav 1996 Jordan K. Hubbard License: BSD3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 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. debian/source/0000755000000000000000000000000012261021415010460 5ustar debian/source/format0000644000000000000000000000001412261021415011666 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012261020511010603 5ustar debian/patches/newer-tagsoup.patch0000644000000000000000000000107312261020511014425 0ustar Description: Allow tagsoup 0.13 Author: Colin Watson Forwarded: https://lists.debian.org/debian-haskell/2014/01/msg00002.html Last-Update: 2014-01-01 Index: b/download-curl.cabal =================================================================== --- a/download-curl.cabal +++ b/download-curl.cabal @@ -56,4 +56,4 @@ build-depends: base >= 3 && < 6, bytestring else build-depends: base > 3 && < 4 - build-depends: curl, tagsoup >= 0.8 && < 0.13, feed, xml + build-depends: curl, tagsoup >= 0.8 && < 0.14, feed, xml debian/patches/series0000644000000000000000000000002412261016125012022 0ustar newer-tagsoup.patch debian/compat0000644000000000000000000000000212261021415010356 0ustar 9 debian/control0000644000000000000000000000414612261021457010576 0ustar Source: haskell-download-curl Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-tagsoup-dev (>= 0.8) , libghc-tagsoup-dev (<< 0.14) , libghc-tagsoup-prof , libghc-curl-dev , libghc-curl-prof , libghc-feed-dev , libghc-feed-prof , libghc-xml-dev , libghc-xml-prof Build-Depends-Indep: ghc-doc , libghc-tagsoup-doc , libghc-curl-doc , libghc-feed-doc , libghc-xml-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/download-curl Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-download-curl Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-download-curl Package: libghc-download-curl-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: High-level file download based on URLs${haskell:ShortBlurb} Download web content as strict or lazy bytestringrs, strings, HTML tags, XML, RSS or Atom feeds or JSON, using the curl network library. . ${haskell:Blurb} Package: libghc-download-curl-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: High-level file download based on URLs${haskell:ShortBlurb} Download web content as strict or lazy bytestringrs, strings, HTML tags, XML, RSS or Atom feeds or JSON, using the curl network library. . ${haskell:Blurb} Package: libghc-download-curl-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: High-level file download based on URLs${haskell:ShortBlurb} Download web content as strict or lazy bytestringrs, strings, HTML tags, XML, RSS or Atom feeds or JSON, using the curl network library. . ${haskell:Blurb} debian/changelog0000644000000000000000000000306012322535064011041 0ustar haskell-download-curl (0.1.4-3build1) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Sun, 13 Apr 2014 17:24:20 +0100 haskell-download-curl (0.1.4-3) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Colin Watson ] * Allow tagsoup 0.13. -- Colin Watson Wed, 01 Jan 2014 14:17:09 +0000 haskell-download-curl (0.1.4-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:30 +0200 haskell-download-curl (0.1.4-1) experimental; urgency=low * New upstream release -- Joachim Breitner Fri, 08 Feb 2013 21:08:10 +0100 haskell-download-curl (0.1.3-4) 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:17 +0200 haskell-download-curl (0.1.3-3) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Iain Lane Fri, 02 Mar 2012 09:51:04 +0000 haskell-download-curl (0.1.3-2) unstable; urgency=low * Amend some copyright entries, thx Luca Falavigna for pointing that out. -- Joachim Breitner Sun, 16 Oct 2011 22:44:08 +0200 haskell-download-curl (0.1.3-1) unstable; urgency=low * Initial release. -- Joachim Breitner Thu, 13 Oct 2011 21:45:41 +0200