diff options
| author | mascellani <mascellani@poisson.phc.unipi.it> | 2010-05-30 21:40:39 +0400 |
|---|---|---|
| committer | mascellani <mascellani@poisson.phc.unipi.it> | 2010-05-30 21:40:39 +0400 |
| commit | 865947e904f664bdf94ae55b3f1c656f0df2b5e0 (patch) | |
| tree | acef1c3a45ff81f67558080eb1981c6a614dee50 /p/haskell-hsemail | |
| parent | a033fe67d23d2956a63b14b4683cf71015455a4a (diff) | |
| download | DHG_packages-865947e904f664bdf94ae55b3f1c656f0df2b5e0.tar.gz | |
haskell-hsemail: Initial import
Diffstat (limited to 'p/haskell-hsemail')
| -rw-r--r-- | p/haskell-hsemail/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-hsemail/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-hsemail/debian/control | 66 | ||||
| -rw-r--r-- | p/haskell-hsemail/debian/copyright | 41 | ||||
| -rw-r--r-- | p/haskell-hsemail/debian/libghc6-hsemail-doc.doc-base | 9 | ||||
| -rwxr-xr-x | p/haskell-hsemail/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-hsemail/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-hsemail/debian/watch | 5 |
8 files changed, 132 insertions, 0 deletions
diff --git a/p/haskell-hsemail/debian/changelog b/p/haskell-hsemail/debian/changelog new file mode 100644 index 000000000..6463c0cb2 --- /dev/null +++ b/p/haskell-hsemail/debian/changelog @@ -0,0 +1,5 @@ +haskell-hsemail (1.6-1) UNRELEASED; urgency=low + + * Initial release. (closes: #583170) + + -- Giovanni Mascellani <mascellani@poisson.phc.unipi.it> Mon, 24 May 2010 15:44:55 +0200 diff --git a/p/haskell-hsemail/debian/compat b/p/haskell-hsemail/debian/compat new file mode 100644 index 000000000..c7930257d --- /dev/null +++ b/p/haskell-hsemail/debian/compat @@ -0,0 +1 @@ +7
\ No newline at end of file diff --git a/p/haskell-hsemail/debian/control b/p/haskell-hsemail/debian/control new file mode 100644 index 000000000..152a8de60 --- /dev/null +++ b/p/haskell-hsemail/debian/control @@ -0,0 +1,66 @@ +Source: haskell-hsemail +Priority: extra +Section: haskell +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Giovanni Mascellani <mascellani@poisson.phc.unipi.it> +Build-Depends: + debhelper (>= 7), + haskell-devscripts, + cdbs, + ghc6, + ghc6-prof, + libghc6-mtl-dev, + libghc6-mtl-prof, + libghc6-parsec-dev, + libghc6-parsec-prof +Build-Depends-Indep: + ghc6-doc, + libghc6-mtl-doc, + libghc6-parsec-doc +Standards-Version: 3.8.4 +Homepage: http://hackage.haskell.org/package/hsemail +Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hsemail +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsemail + +Package: libghc6-hsemail-dev +Architecture: any +Depends: + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Suggests: ${haskell:Suggests} +Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} +Description: Haskell parser for email messages and SMTP conversations - GHC 6 libraries + This Haskell library is parser for email messages (as described in RFC + 2822) and SMTP conversation (as described in RFC 2821). + . + This package contains the libraries compiled for GHC 6. + +Package: libghc6-hsemail-prof +Architecture: any +Depends: + ${haskell:Depends}, + ${misc:Depends} +Suggests: ${haskell:Suggests} +Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} +Description: Haskell parser for email messages and SMTP conversations - GHC 6 profiling libraries + This Haskell library is parser for email messages (as described in RFC + 2822) and SMTP conversation (as described in RFC 2821). + . + This package contains the profiling libraries compiled for GHC 6. + +Package: libghc6-hsemail-doc +Section: doc +Architecture: all +Depends: + ${haskell:Depends}, + ${misc:Depends} +Suggests: ${haskell:Suggests} +Recommends: ${haskell:Recommends} +Description: Haskell parser for email messages and SMTP conversations - documentation + This Haskell library is parser for email messages (as described in RFC + 2822) and SMTP conversation (as described in RFC 2821). + . + This package contains the library documentation. diff --git a/p/haskell-hsemail/debian/copyright b/p/haskell-hsemail/debian/copyright new file mode 100644 index 000000000..ab23dcd8a --- /dev/null +++ b/p/haskell-hsemail/debian/copyright @@ -0,0 +1,41 @@ +Format-Specification: http://dep.debian.net/deps/dep5 +Name: Haskell parser for email messages and SMTP conversations +Maintainer: Peter Simons <simons@cryp.to> +Source: http://hackage.haskell.org/package/hsemail + +Files: * +Copyright: © 2008, Peter Simons <simons@cryp.to> +License: BSD + 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. + . + * The names of its contributors may not be used to endorse or promote + products derived from this software without specific prior written + permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER + 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. + +Files: debian/* +Copyright: © 2010 Giovanni Mascellani <mascellani@poisson.phc.unipi.it> +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'. diff --git a/p/haskell-hsemail/debian/libghc6-hsemail-doc.doc-base b/p/haskell-hsemail/debian/libghc6-hsemail-doc.doc-base new file mode 100644 index 000000000..0081ecdf3 --- /dev/null +++ b/p/haskell-hsemail/debian/libghc6-hsemail-doc.doc-base @@ -0,0 +1,9 @@ +Document: haskell-hsemail-api +Title: Documentation for the haskell hsemail library +Author: Peter Simons +Abstract: hsp is a Haskell parser for email messages and SMTP conversations +Section: Programming/Haskell + +Format: HTML +Index: /usr/share/doc/libghc6-hsemail-doc/html/index.html +Files: /usr/share/doc/libghc6-hsemail-doc/html/*.html diff --git a/p/haskell-hsemail/debian/rules b/p/haskell-hsemail/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-hsemail/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-hsemail/debian/source/format b/p/haskell-hsemail/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-hsemail/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-hsemail/debian/watch b/p/haskell-hsemail/debian/watch new file mode 100644 index 000000000..07b9cbc92 --- /dev/null +++ b/p/haskell-hsemail/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|hsemail-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/hsemail \ + ([\d\.]*\d)/ |
