Codebase list haskell-data-default-instances-containers / 5370d31
haskell-text-binary: Initial release (0.2.1) Dmitry Bogatov 8 years ago
7 changed file(s) with 116 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-text-binary (0.2.1-1) unstable; urgency=low
1
2 * Initial release
3
4 -- Dmitry Bogatov <KAction@gnu.org> Sat, 26 Dec 2015 17:03:48 +0300
0 Source: haskell-text-binary
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Dmitry Bogatov <KAction@gnu.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-text-dev,
11 libghc-text-prof,
12 Build-Depends-Indep: ghc-doc,
13 libghc-text-doc,
14 Standards-Version: 3.9.6
15 Homepage: https://github.com/kawu/text-binary
16 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-text-binary
17 Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
18 X-Description: Binary instances for text types
19 A compatibility layer providing Binary instances for strict
20 and lazy text types for versions older than 1.2.1 of 'text'
21
22 Package: libghc-text-binary-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-text-binary-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-text-binary-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 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: text-binary
2 Upstream-Contact: waszczuk.kuba@gmail.com
3 Source: https://hackage.haskell.org/package/text-binary
4
5 Files: *
6 Copyright: 2012, Jakub Waszczuk
7 License: BSD3
8
9 Files: debian/*
10 Copyright: held by the contributors mentioned in debian/changelog
11 License: BSD3
12
13 License: BSD3
14 All rights reserved.
15 .
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions
18 are met:
19 .
20 * Redistributions of source code must retain the above copyright
21 notice, this list of conditions and the following disclaimer.
22 .
23 * Redistributions in binary form must reproduce the above
24 copyright notice, this list of conditions and the following
25 disclaimer in the documentation and/or other materials provided
26 with the distribution.
27 .
28 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
31 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
32 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
36 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 DEB_CABAL_PACKAGE = text-binary
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/text-binary/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))