diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-04-29 17:31:40 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-04-29 17:31:40 +0300 |
| commit | 5b15456d60095b491a7e8beba94c334c87c19394 (patch) | |
| tree | 9522d79786cfe1e14d77eaab4e2af9aff76d211f /p/haskell-multipart/debian | |
| parent | d87e84c947b7893cdeb6f36aa2a9ab14af6ffaba (diff) | |
| download | DHG_packages-5b15456d60095b491a7e8beba94c334c87c19394.tar.gz | |
haskell-multipart: Initial check-in
Diffstat (limited to 'p/haskell-multipart/debian')
| -rw-r--r-- | p/haskell-multipart/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-multipart/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-multipart/debian/control | 61 | ||||
| -rw-r--r-- | p/haskell-multipart/debian/copyright | 44 | ||||
| -rwxr-xr-x | p/haskell-multipart/debian/rules | 7 | ||||
| -rw-r--r-- | p/haskell-multipart/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-multipart/debian/watch | 2 |
7 files changed, 121 insertions, 0 deletions
diff --git a/p/haskell-multipart/debian/changelog b/p/haskell-multipart/debian/changelog new file mode 100644 index 000000000..1d7763b4e --- /dev/null +++ b/p/haskell-multipart/debian/changelog @@ -0,0 +1,5 @@ +haskell-multipart (0.1.2-1) UNRELEASED; urgency=low + + * Initial release + + -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Wed, 29 Apr 2015 16:29:12 +0200 diff --git a/p/haskell-multipart/debian/compat b/p/haskell-multipart/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-multipart/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-multipart/debian/control b/p/haskell-multipart/debian/control new file mode 100644 index 000000000..5aec0ac34 --- /dev/null +++ b/p/haskell-multipart/debian/control @@ -0,0 +1,61 @@ +Source: haskell-multipart +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Joachim Breitner <nomeata@debian.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, + libghc-parsec3-dev, + libghc-parsec3-prof, +Build-Depends-Indep: ghc-doc, + libghc-parsec3-doc, +Standards-Version: 3.9.6 +Homepage: http://www.github.com/silkapp/multipart +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-multipart +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-multipart +X-Description: HTTP multipart support + This package provides parsing of the multipart format from RFC2046. It has been + split out of the cgi package. + +Package: libghc-multipart-dev +Architecture: any +Depends: ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} + +Package: libghc-multipart-prof +Architecture: any +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Provides: ${haskell:Provides}, +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} + +Package: libghc-multipart-doc +Architecture: all +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Conflicts: ${haskell:Conflicts}, +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} diff --git a/p/haskell-multipart/debian/copyright b/p/haskell-multipart/debian/copyright new file mode 100644 index 000000000..c65ca7ffd --- /dev/null +++ b/p/haskell-multipart/debian/copyright @@ -0,0 +1,44 @@ +Just Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: multipart +Upstream-Contact: code@silk.co +Source: https://hackage.haskell.org/package/multipart + +Files: * +Copyright: + 2001-2010, The University Court of the University of Glasgow, + Peter Thiemann, Bjorn Bringert, Andy Gill, Anders Kaseorg, Ian Lynagh, Erik Meijer, Sven Panne, Jeremy Shaw +License: BSD3 + +Files: */debian +Copyright: held by the contributors mentioned in debian/changelog +License: BSD3 + +License: BSD3 + 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 name of the University 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 THE UNIVERSITY COURT OF THE UNIVERSITY OF + GLASGOW AND THE 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 + UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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. diff --git a/p/haskell-multipart/debian/rules b/p/haskell-multipart/debian/rules new file mode 100755 index 000000000..71901b29c --- /dev/null +++ b/p/haskell-multipart/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_CABAL_PACKAGE = multipart +DEB_DEFAULT_COMPILER = ghc + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-multipart/debian/source/format b/p/haskell-multipart/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-multipart/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-multipart/debian/watch b/p/haskell-multipart/debian/watch new file mode 100644 index 000000000..fc5021f7a --- /dev/null +++ b/p/haskell-multipart/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/multipart/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
