Codebase list haskell-xss-sanitize / b506460
Initial packaging of lpeg-1.0.3 Scott Talbert 1 year, 9 months ago
7 changed file(s) with 124 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-lpeg (1.0.3-1) unstable; urgency=low
1
2 * Initial release
3
4 -- Scott Talbert <swt@techie.net> Mon, 08 Aug 2022 10:55:49 -0400
0 Source: haskell-lpeg
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Scott Talbert <swt@techie.net>
3 Priority: optional
4 Section: haskell
5 Build-Depends: debhelper (>= 10),
6 haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
7 cdbs,
8 ghc,
9 ghc-prof,
10 libghc-lua-dev (>= 2.1),
11 libghc-lua-dev (<< 2.3),
12 libghc-lua-prof,
13 libghc-tasty-dev (>= 0.11),
14 libghc-tasty-prof,
15 libghc-tasty-hunit-dev (>= 0.9),
16 libghc-tasty-hunit-prof,
17 Build-Depends-Indep: ghc-doc,
18 libghc-lua-doc,
19 libghc-tasty-doc,
20 libghc-tasty-hunit-doc,
21 Standards-Version: 4.6.1
22 Homepage: https://hslua.org/
23 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lpeg
24 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lpeg]
25 X-Description: LPeg – Parsing Expression Grammars For Lua
26 This package contains the C sources of LPeg, as well
27 as some tiny Haskell helper to load the package.
28 .
29 <http://www.inf.puc-rio.br/~roberto/lpeg/>
30
31 Package: libghc-lpeg-dev
32 Architecture: any
33 Depends: ${haskell:Depends},
34 ${misc:Depends},
35 ${shlibs:Depends},
36 Recommends: ${haskell:Recommends},
37 Suggests: ${haskell:Suggests},
38 Conflicts: ${haskell:Conflicts},
39 Provides: ${haskell:Provides},
40 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
41 ${haskell:LongDescription}
42 .
43 ${haskell:Blurb}
44
45 Package: libghc-lpeg-prof
46 Architecture: any
47 Depends: ${haskell:Depends},
48 ${misc:Depends},
49 Recommends: ${haskell:Recommends},
50 Suggests: ${haskell:Suggests},
51 Conflicts: ${haskell:Conflicts},
52 Provides: ${haskell:Provides},
53 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
54 ${haskell:LongDescription}
55 .
56 ${haskell:Blurb}
57
58 Package: libghc-lpeg-doc
59 Architecture: all
60 Section: doc
61 Depends: ${haskell:Depends},
62 ${misc:Depends},
63 Recommends: ${haskell:Recommends},
64 Suggests: ${haskell:Suggests},
65 Conflicts: ${haskell:Conflicts},
66 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
67 ${haskell:LongDescription}
68 .
69 ${haskell:Blurb}
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lpeg
2 Upstream-Contact: Albert Krewinkel <albert+hslua@zeitkraut.de>
3 Source: https://hackage.haskell.org/package/lpeg
4
5 Files: *
6 Copyright: © 2007-2019 Lua.org, PUC-Rio;
7 © 2021-2022 Albert Krewinkel
8 License: MIT
9
10 Files: debian/*
11 Copyright: held by the contributors mentioned in debian/changelog
12 License: MIT
13
14 License: MIT
15 Copyright © 2007-2019 Lua.org, PUC-Rio.
16 Copyright © 2021-2022 Albert Krewinkel
17 .
18 Permission is hereby granted, free of charge, to any person obtaining a
19 copy of this software and associated documentation files (the
20 "Software"), to deal in the Software without restriction, including
21 without limitation the rights to use, copy, modify, merge, publish,
22 distribute, sublicense, and/or sell copies of the Software, and to
23 permit persons to whom the Software is furnished to do so, subject to
24 the following conditions:
25 .
26 The above copyright notice and this permission notice shall be included
27 in all copies or substantial portions of the Software.
28 .
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
30 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
32 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
33 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
34 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
35 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 #!/usr/bin/make -f
1
2 DEB_ENABLE_TESTS = yes
3 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
4 DEB_CABAL_PACKAGE = lpeg
5 DEB_DEFAULT_COMPILER = ghc
6
7 include /usr/share/cdbs/1/rules/debhelper.mk
8 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 https://hackage.haskell.org/package/lpeg/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))