Codebase list haskell-xss-sanitize / 9055e0a
haskell-css-text: Initial Check-In clint 12 years ago
7 changed file(s) with 116 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-css-text (0.1.0.1-1) unstable; urgency=low
1
2 * Initial release.
3
4 -- Clint Adams <clint@debian.org> Wed, 14 Sep 2011 12:23:18 -0400
0 Source: haskell-css-text
1 Section: haskell
2 Priority: extra
3 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
4 Uploaders: Clint Adams <clint@debian.org>
5 Build-Depends: debhelper (>= 7)
6 , cdbs
7 , haskell-devscripts (>= 0.8)
8 , ghc
9 , ghc-prof
10 , libghc-attoparsec-text-dev (>> 0.8.5.1)
11 , libghc-attoparsec-text-dev (<< 0.9)
12 , libghc-attoparsec-text-prof
13 , libghc-text-dev (>> 0.11)
14 , libghc-text-dev (<< 0.12)
15 , libghc-text-prof
16 Build-Depends-Indep: ghc-doc
17 , libghc-attoparsec-text-doc
18 , libghc-text-doc
19 Standards-Version: 3.9.2
20 Homepage: http://hackage.haskell.org/package/css-text
21 Vcs-Git: git://git.debian.org/collab-maint/haskell-css-text.git
22 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-css-text.git;a=summary
23
24 Package: libghc-css-text-dev
25 Architecture: any
26 Depends: ${haskell:Depends}
27 , ${shlibs:Depends}
28 , ${misc:Depends}
29 Recommends: ${haskell:Recommends}
30 Suggests: ${haskell:Suggests}
31 Provides: ${haskell:Provides}
32 Description: CSS parser and renderer
33 This package provides a library for the Haskell programming language.
34 See http://www.haskell.org/ for more information on Haskell.
35 .
36 It is a CSS parser and renderer.
37
38 Package: libghc-css-text-prof
39 Architecture: any
40 Depends: ${haskell:Depends}
41 , ${misc:Depends}
42 Recommends: ${haskell:Recommends}
43 Suggests: ${haskell:Suggests}
44 Provides: ${haskell:Provides}
45 Description: CSS parser and renderer; profiling libraries
46 This package provides a library for the Haskell programming language,
47 compiled for profiling.
48 See http://www.haskell.org/ for more information on Haskell.
49 .
50 It is a CSS parser and renderer.
51
52 Package: libghc-css-text-doc
53 Section: doc
54 Architecture: all
55 Depends: ${misc:Depends}, ${haskell:Depends}
56 Recommends: ${haskell:Recommends}
57 Suggests: ${haskell:Suggests}
58 Description: CSS parser and renderer; documentation
59 This package provides the documentation for a library for the Haskell
60 programming language.
61 See http://www.haskell.org/ for more information on Haskell.
62 .
63 It is a CSS parser and renderer.
0 This package was debianized by Clint Adams <clint@debian.org> on
1 Wed, 14 Sep 2011 16:23:18 -0000
2
3 It was downloaded from
4 http://hackage.haskell.org/package/css-text
5
6 Upstream Author:
7
8 Michael Snoyman <michael@snoyman.com>
9
10 Copyright:
11
12 2010 Michael Snoyman
13
14 License:
15
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions are met:
18
19 * Redistributions of source code must retain the above copyright notice, this
20 list of conditions and the following disclaimer.
21
22 * Redistributions in binary form must reproduce the above copyright notice,
23 this list of conditions and the following disclaimer in the documentation
24 and/or other materials provided with the distribution.
25
26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR
27 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
28 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
29 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
30 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
31 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
32 OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
33 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
34 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
35 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
2 filenamemangle=s|(.*)/$|css-text-$1.tar.gz|" \
3 http://hackage.haskell.org/packages/archive/css-text \
4 ([\d\.]*\d)/