debian/0000755000000000000000000000000012147642752007200 5ustar debian/watch0000644000000000000000000000032412036247502010217 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|curl-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/curl \ ([\d\.]*\d)/ debian/control0000644000000000000000000000500412147627340010576 0ustar Source: haskell-curl Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Erik de Castro Lopo Build-Depends: dctrl-tools, dpkg-dev (>= 1.13.19), debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15), ghc, ghc-prof, libcurl4-gnutls-dev Standards-Version: 3.9.4 Build-Depends-Indep: ghc-doc Homepage: http://hackage.haskell.org/package/curl Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-curl Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-curl Package: libghc-curl-dev Architecture: any Depends: libcurl4-gnutls-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: GHC libraries for the libcurl Haskell bindings${haskell:ShortBlurb} . libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! . ${haskell:Blurb} Package: libghc-curl-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Profiling libraries for the libcurl Haskell bindings${haskell:ShortBlurb} . libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! . ${haskell:Blurb} Package: libghc-curl-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: doc-base, ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Documentation for the libcurl Haskell bindings${haskell:ShortBlurb} . libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! . ${haskell:Blurb} debian/rules0000755000000000000000000000023512036247502010247 0ustar #!/usr/bin/make -f # Standard way of building Haskell libraries . include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/patches/0000755000000000000000000000000012036247502010616 5ustar debian/changelog0000644000000000000000000000631212147642752011054 0ustar haskell-curl (1.3.8-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:18 +0200 haskell-curl (1.3.8-1) experimental; urgency=low * New upstream release -- Joachim Breitner Sun, 02 Dec 2012 21:44:19 +0100 haskell-curl (1.3.7-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 Sun, 14 Oct 2012 12:00:35 +0200 haskell-curl (1.3.7-1) unstable; urgency=low * New upstream version. - Drop no-fvia-C.patch (merged upstream). * Bump to Standards-Version 3.9.2. -- Clint Adams Tue, 14 Feb 2012 23:03:22 -0500 haskell-curl (1.3.6-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release * Remove -fvia-C flags, they are no-ops in ghc-7. -- Joachim Breitner Mon, 11 Apr 2011 14:25:20 +0530 haskell-curl (1.3.5-4) unstable; urgency=low [ Marco TĂșlio Gontijo e Silva ] * Use debian/compat 7. * debian/source/format: Use 3.0 (quilt). [ Joachim Breitner ] * Depend on libcurl4-dev instead of libcurl3-gnutls (Closes: #562665) -- Joachim Breitner Sun, 28 Feb 2010 12:26:03 +0100 haskell-curl (1.3.5-3) unstable; urgency=low [ Erik de Castro Lopo ] * debian/control - Fix name of doc package in Suggests. - Maintainer is Debian Haskell Group. - Add myself to uploaders. - Standards version 3.8.3. - Add Vcs-Darcs entry. - Clean up Depends/Suggests/Recommends. - Move Build-Depends-Indep entries to Build-Depends. [ Marco TĂșlio Gontijo e Silva ] * debian/control: Change Priority: to extra. * debian/watch: Use format that works for --download-current-version. * debian/watch: Add .tar.gz to downloaded filename. * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Use Vcs-Browser: field. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 -- Joachim Breitner Fri, 12 Feb 2010 15:44:59 +0100 haskell-curl (1.3.5-2) unstable; urgency=low * Fix lintian warnings. - Standards version 3.8.1. - Section haskell. - Build depend on ghc >= 6.10.3. - Remove quilt build dependency. * Fix dependency on non-existant libcurl. Closes: #531654. * Add DM-Upload-Allowed field to the control file. -- Erik de Castro Lopo Wed, 3 Jun 2009 17:21:50 +1000 haskell-curl (1.3.5-1) unstable; urgency=low * Initial debian package. Closes: #509850. -- Erik de Castro Lopo Wed, 22 Apr 2009 20:09:24 +1000 debian/source/0000755000000000000000000000000012036247502010467 5ustar debian/source/format0000644000000000000000000000001412036247502011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616146010374 0ustar 9 debian/copyright0000644000000000000000000000362412036247502011127 0ustar This package was originally debianised by Erik de Castro Lopo Fri, 6 Mar 2009. It was downloaded from the Haskell hackage repository at http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl Copyright: Copyright (c) 2007-2009 Galois Inc. All rights reserved. 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. 3. Neither the name of the author nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. 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 packaging copyright: (C) 2009 Erik de Castro Lopo All changes by Erik de Castro Lopo may be redistributed under the same terms as haskell-curl itself.