debian/0000755000000000000000000000000012151223012007153 5ustar debian/watch0000644000000000000000000000034012036251606010215 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|SMTPClient-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/SMTPClient \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036251605010247 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000407212036251605011124 0ustar Format-Specification: http://dep.debian.net/deps/dep5 Name: Simple Haskell SMTP client library Maintainer: Stephen Blackheath Source: http://hackage.haskell.org/package/SMTPClient Files: * Copyright: © 2008, Stephen Blackheath License: BSD All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY STEPHEN BLACKHEATH ''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 STEPHEN BLACKHEATH 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. Files: Network/SMTP/Simple.hs Copyright: © 2009, Matthew Elder License: BSD Files: debian/* Copyright: © 2010-2011 Giovanni Mascellani License: GPL-3+ The Debian packaging information is under the GPL, version 3 or later. On Debian GNU/Linux systems, the complete text of the GNU General Public License Version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000012036251605010466 5ustar debian/source/format0000644000000000000000000000001412036251605011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616325010373 0ustar 9 debian/control0000644000000000000000000000410112147627362010577 0ustar Source: haskell-smtpclient Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Giovanni Mascellani , Clint Adams Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof , libghc-hsemail-dev (>> 1) , libghc-hsemail-dev (<< 2) , libghc-hsemail-prof , libghc-network-dev , libghc-network-prof , libghc-extensible-exceptions-dev (>= 0.1) , libghc-extensible-exceptions-dev (< 0.2) , libghc-extensible-exceptions-prof Build-Depends-Indep: ghc-doc , libghc-hsemail-doc , libghc-network-doc , libghc-extensible-exceptions-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/SMTPClient Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-smtpclient Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-smtpclient Package: libghc-smtpclient-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Simple Haskell SMTP client library${haskell:ShortBlurb} This Haskell library is a simple SMTP client, making the task of sending an email as easy as calling a function. . ${haskell:Blurb} Package: libghc-smtpclient-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Simple Haskell SMTP client library${haskell:ShortBlurb} This Haskell library is a simple SMTP client, making the task of sending an email as easy as calling a function. . ${haskell:Blurb} Package: libghc-smtpclient-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: Simple Haskell SMTP client library${haskell:ShortBlurb} This Haskell library is a simple SMTP client, making the task of sending an email as easy as calling a function. . ${haskell:Blurb} debian/changelog0000644000000000000000000000364512151223012011035 0ustar haskell-smtpclient (1.0.4-6build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 22:47:54 +0100 haskell-smtpclient (1.0.4-6) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:04 +0200 haskell-smtpclient (1.0.4-5) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Add extensible-exceptions build-dependency -- Joachim Breitner Sun, 02 Dec 2012 11:51:12 +0100 haskell-smtpclient (1.0.4-4) experimental; urgency=low * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:02:05 +0200 haskell-smtpclient (1.0.4-3) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joey Hess Mon, 27 Feb 2012 19:47:17 -0400 haskell-smtpclient (1.0.4-2) unstable; urgency=low * Fix build dependencies. * Fix Homepage. -- Clint Adams Sun, 09 Oct 2011 14:29:58 -0400 haskell-smtpclient (1.0.4-1) unstable; urgency=low * New upstream release. -- Clint Adams Thu, 25 Aug 2011 10:50:50 -0400 haskell-smtpclient (1.0.3-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Giovanni Mascellani ] * New upstream release * Removing doc-base files because of team policy. * Description: removing references to GHC 6. * debian/copyright: + copyright years updated; + some new files added; + my email fixed. * Standards-Version bumped to 3.9.2 (no changes required). -- Giovanni Mascellani Mon, 16 May 2011 19:42:56 +0200 haskell-smtpclient (1.0.2-1) unstable; urgency=low * Initial release. (closes: #583209) -- Giovanni Mascellani Tue, 01 Jun 2010 09:31:37 +0200