Codebase list haskell-multipart / 5b15456
haskell-multipart: Initial check-in Joachim Breitner 9 years ago
7 changed file(s) with 121 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-multipart (0.1.2-1) UNRELEASED; urgency=low
1
2 * Initial release
3
4 -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Wed, 29 Apr 2015 16:29:12 +0200
0 Source: haskell-multipart
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Joachim Breitner <nomeata@debian.org>
3 Priority: extra
4 Section: haskell
5 Build-Depends: debhelper (>= 9),
6 haskell-devscripts (>= 0.9),
7 cdbs,
8 ghc,
9 ghc-prof,
10 libghc-parsec3-dev,
11 libghc-parsec3-prof,
12 Build-Depends-Indep: ghc-doc,
13 libghc-parsec3-doc,
14 Standards-Version: 3.9.6
15 Homepage: http://www.github.com/silkapp/multipart
16 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-multipart
17 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-multipart
18 X-Description: HTTP multipart support
19 This package provides parsing of the multipart format from RFC2046. It has been
20 split out of the cgi package.
21
22 Package: libghc-multipart-dev
23 Architecture: any
24 Depends: ${haskell:Depends},
25 ${misc:Depends},
26 ${shlibs:Depends},
27 Recommends: ${haskell:Recommends},
28 Suggests: ${haskell:Suggests},
29 Conflicts: ${haskell:Conflicts},
30 Provides: ${haskell:Provides},
31 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
32 ${haskell:LongDescription}
33 .
34 ${haskell:Blurb}
35
36 Package: libghc-multipart-prof
37 Architecture: any
38 Depends: ${haskell:Depends},
39 ${misc:Depends},
40 Recommends: ${haskell:Recommends},
41 Suggests: ${haskell:Suggests},
42 Conflicts: ${haskell:Conflicts},
43 Provides: ${haskell:Provides},
44 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
45 ${haskell:LongDescription}
46 .
47 ${haskell:Blurb}
48
49 Package: libghc-multipart-doc
50 Architecture: all
51 Section: doc
52 Depends: ${haskell:Depends},
53 ${misc:Depends},
54 Recommends: ${haskell:Recommends},
55 Suggests: ${haskell:Suggests},
56 Conflicts: ${haskell:Conflicts},
57 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
58 ${haskell:LongDescription}
59 .
60 ${haskell:Blurb}
0 Just Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: multipart
2 Upstream-Contact: code@silk.co
3 Source: https://hackage.haskell.org/package/multipart
4
5 Files: *
6 Copyright:
7 2001-2010, The University Court of the University of Glasgow,
8 Peter Thiemann, Bjorn Bringert, Andy Gill, Anders Kaseorg, Ian Lynagh, Erik Meijer, Sven Panne, Jeremy Shaw
9 License: BSD3
10
11 Files: */debian
12 Copyright: held by the contributors mentioned in debian/changelog
13 License: BSD3
14
15 License: BSD3
16 All rights reserved.
17 .
18 Redistribution and use in source and binary forms, with or without
19 modification, are permitted provided that the following conditions are met:
20 .
21 - Redistributions of source code must retain the above copyright notice,
22 this list of conditions and the following disclaimer.
23 .
24 - Redistributions in binary form must reproduce the above copyright notice,
25 this list of conditions and the following disclaimer in the documentation
26 and/or other materials provided with the distribution.
27 .
28 - Neither name of the University nor the names of its contributors may be
29 used to endorse or promote products derived from this software without
30 specific prior written permission.
31 .
32 THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
33 GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
34 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
35 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
36 UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE
37 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
38 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
39 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
40 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
41 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
42 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
43 DAMAGE.
0 #!/usr/bin/make -f
1
2 DEB_CABAL_PACKAGE = multipart
3 DEB_DEFAULT_COMPILER = ghc
4
5 include /usr/share/cdbs/1/rules/debhelper.mk
6 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 http://hackage.haskell.org/package/multipart/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))