Codebase list haskell-shake / 637e773
add brick Clint Adams 8 years ago
7 changed file(s) with 138 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-brick (0.4.1-1) unstable; urgency=low
1
2 * Initial release.
3
4 -- Clint Adams <clint@debian.org> Tue, 12 Apr 2016 14:06:01 -0400
0 Source: haskell-brick
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Clint Adams <clint@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-contravariant-dev,
11 libghc-contravariant-prof,
12 libghc-data-default-dev,
13 libghc-data-default-prof,
14 libghc-lens-dev,
15 libghc-lens-prof,
16 libghc-text-dev,
17 libghc-text-prof,
18 libghc-text-zipper-dev (>= 0.2.1),
19 libghc-text-zipper-prof,
20 libghc-vector-dev,
21 libghc-vector-prof,
22 libghc-vty-dev (>= 5.3.1),
23 libghc-vty-prof,
24 Build-Depends-Indep: ghc-doc,
25 libghc-contravariant-doc,
26 libghc-data-default-doc,
27 libghc-lens-doc,
28 libghc-text-doc,
29 libghc-text-zipper-doc,
30 libghc-vector-doc,
31 libghc-vty-doc,
32 Standards-Version: 3.9.7
33 Homepage: https://github.com/jtdaugherty/brick/
34 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-brick
35 Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
36 X-Description: declarative terminal user interface library
37 Write terminal applications painlessly with brick! You write an
38 event handler and a drawing function and the library does the rest.
39 .
40 Brick is the successor to vty-ui.
41
42 Package: libghc-brick-dev
43 Architecture: any
44 Depends: ${haskell:Depends},
45 ${misc:Depends},
46 ${shlibs:Depends},
47 Recommends: ${haskell:Recommends},
48 Suggests: ${haskell:Suggests},
49 Conflicts: ${haskell:Conflicts},
50 Provides: ${haskell:Provides},
51 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
52 ${haskell:LongDescription}
53 .
54 ${haskell:Blurb}
55
56 Package: libghc-brick-prof
57 Architecture: any
58 Depends: ${haskell:Depends},
59 ${misc:Depends},
60 Recommends: ${haskell:Recommends},
61 Suggests: ${haskell:Suggests},
62 Conflicts: ${haskell:Conflicts},
63 Provides: ${haskell:Provides},
64 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
65 ${haskell:LongDescription}
66 .
67 ${haskell:Blurb}
68
69 Package: libghc-brick-doc
70 Architecture: all
71 Section: doc
72 Depends: ${haskell:Depends},
73 ${misc:Depends},
74 Recommends: ${haskell:Recommends},
75 Suggests: ${haskell:Suggests},
76 Conflicts: ${haskell:Conflicts},
77 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
78 ${haskell:LongDescription}
79 .
80 ${haskell:Blurb}
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: brick
2 Upstream-Contact: Jonathan Daugherty <cygnus@foobox.com>
3 Source: https://hackage.haskell.org/package/brick
4
5 Files: *
6 Copyright: 2015-2016 Jonathan Daugherty
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: held by the contributors mentioned in debian/changelog
11 License: BSD-3-clause
12
13 License: BSD-3-clause
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions are
16 met:
17 .
18 * Redistributions of source code must retain the above copyright
19 notice, this list of conditions and the following disclaimer.
20 .
21 * Redistributions in binary form must reproduce the above
22 copyright notice, this list of conditions and the following
23 disclaimer in the documentation and/or other materials provided
24 with the distribution.
25 .
26 * The names of the contributors may not be used to endorse or
27 promote products derived from this software without specific
28 prior written permission.
29 .
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
36 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
37 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 DEB_CABAL_PACKAGE = brick
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/brick/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))