Codebase list haskell-memotrie / a6133b9
binary-tagged: Initial commit (0.1.3.0) Dmitry Bogatov 8 years ago
7 changed file(s) with 159 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-binary-tagged (0.1.3.0-1) unstable; urgency=low
1
2 * Initial release
3
4 -- Dmitry Bogatov <KAction@gnu.org> Sat, 26 Dec 2015 16:34:44 +0300
0 Source: haskell-binary-tagged
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-sha-dev (>= 1.6),
11 libghc-sha-dev (<< 1.7),
12 libghc-sha-prof,
13 libghc-aeson-dev (>= 0.8),
14 libghc-aeson-dev (<< 0.11),
15 libghc-aeson-prof,
16 libghc-generics-sop-dev (>= 0.1),
17 libghc-generics-sop-dev (<< 0.3),
18 libghc-generics-sop-prof,
19 libghc-hashable-dev (>= 1.2),
20 libghc-hashable-dev (<< 1.3),
21 libghc-hashable-prof,
22 libghc-scientific-dev (>= 0.3),
23 libghc-scientific-dev (<< 0.4),
24 libghc-scientific-prof,
25 libghc-tagged-dev (>= 0.7),
26 libghc-tagged-dev (<< 0.9),
27 libghc-tagged-prof,
28 libghc-text-dev (>= 1.2),
29 libghc-text-dev (<< 1.3),
30 libghc-text-prof,
31 libghc-unordered-containers-dev (>= 0.2),
32 libghc-unordered-containers-dev (<< 0.3),
33 libghc-unordered-containers-prof,
34 libghc-vector-dev (>= 0.10),
35 libghc-vector-dev (<< 0.12),
36 libghc-vector-prof,
37 libghc-bifunctors-dev,
38 libghc-binary-orphans-dev (>= 0.1.1),
39 libghc-quickcheck-instances-dev,
40 libghc-tasty-dev,
41 libghc-tasty-quickcheck-dev,
42 Build-Depends-Indep: ghc-doc,
43 libghc-sha-doc,
44 libghc-aeson-doc,
45 libghc-generics-sop-doc,
46 libghc-hashable-doc,
47 libghc-scientific-doc,
48 libghc-tagged-doc,
49 libghc-text-doc,
50 libghc-unordered-containers-doc,
51 libghc-vector-doc,
52 Standards-Version: 3.9.6
53 Homepage: https://github.com/phadej/binary-tagged#readme
54 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-binary-tagged
55 Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
56 X-Description: Tagged binary serialisation.
57 Structurally tag binary serialisation stream. Library allows serialise and
58 deserialise record values with a structure tag, so if structure of record changes
59 between serialization and deserialisation, deserialisation will fail early.
60
61 Package: libghc-binary-tagged-dev
62 Architecture: any
63 Depends: ${haskell:Depends},
64 ${misc:Depends},
65 ${shlibs:Depends},
66 Recommends: ${haskell:Recommends},
67 Suggests: ${haskell:Suggests},
68 Conflicts: ${haskell:Conflicts},
69 Provides: ${haskell:Provides},
70 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
71 ${haskell:LongDescription}
72 .
73 ${haskell:Blurb}
74
75 Package: libghc-binary-tagged-prof
76 Architecture: any
77 Depends: ${haskell:Depends},
78 ${misc:Depends},
79 Recommends: ${haskell:Recommends},
80 Suggests: ${haskell:Suggests},
81 Conflicts: ${haskell:Conflicts},
82 Provides: ${haskell:Provides},
83 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
84 ${haskell:LongDescription}
85 .
86 ${haskell:Blurb}
87
88 Package: libghc-binary-tagged-doc
89 Architecture: all
90 Section: doc
91 Depends: ${haskell:Depends},
92 ${misc:Depends},
93 Recommends: ${haskell:Recommends},
94 Suggests: ${haskell:Suggests},
95 Conflicts: ${haskell:Conflicts},
96 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
97 ${haskell:LongDescription}
98 .
99 ${haskell:Blurb}
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: binary-tagged
2 Upstream-Contact: Oleg Grenrus <oleg.grenrus@iki.fi>
3 Source: https://hackage.haskell.org/package/binary-tagged
4
5 Files: *
6 Copyright: 2015 Oleg Grenrus
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 are met:
18 .
19 * Redistributions of source code must retain the above copyright
20 notice, this list of conditions and the following disclaimer.
21 .
22 * Redistributions in binary form must reproduce the above
23 copyright notice, this list of conditions and the following
24 disclaimer in the documentation and/or other materials provided
25 with the distribution.
26 .
27 * Neither the name of Oleg Grenrus nor the names of other
28 contributors may be used to endorse or promote products derived
29 from this software without specific prior written permission.
30 .
31 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
34 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
35 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
36 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
37 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
38 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
39 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
40 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 DEB_ENABLE_TESTS = yes
3 DEB_CABAL_PACKAGE = binary-tagged
4 DEB_DEFAULT_COMPILER = ghc
5
6 include /usr/share/cdbs/1/rules/debhelper.mk
7 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 http://hackage.haskell.org/package/binary-tagged/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))