Codebase list haskell-http-date / e60d4d0
binary-orphans: Initial release (0.1.2.0) Dmitry Bogatov 8 years ago
9 changed file(s) with 200 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-binary-orphans (0.1.2.0-1) unstable; urgency=low
1
2 * Initial release
3
4 -- Dmitry Bogatov <KAction@gnu.org> Sat, 26 Dec 2015 16:55:59 +0300
0 Source: haskell-binary-orphans
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-aeson-dev (>= 0.8),
11 libghc-aeson-dev (<< 0.10.1),
12 libghc-aeson-prof,
13 libghc-hashable-dev (>= 1.2),
14 libghc-hashable-dev (<< 1.3),
15 libghc-hashable-prof,
16 libghc-scientific-dev (>= 0.3),
17 libghc-scientific-dev (<< 0.4),
18 libghc-scientific-prof,
19 libghc-tagged-dev (>= 0.7),
20 libghc-tagged-dev (<< 0.8.3),
21 libghc-tagged-prof,
22 libghc-text-dev (>= 1.2),
23 libghc-text-dev (<< 1.3),
24 libghc-text-prof,
25 libghc-text-binary-dev (>= 0.1),
26 libghc-text-binary-dev (<< 0.3),
27 libghc-text-binary-prof,
28 libghc-unordered-containers-dev (>= 0.2),
29 libghc-unordered-containers-dev (<< 0.3),
30 libghc-unordered-containers-prof,
31 libghc-vector-dev (>= 0.10),
32 libghc-vector-dev (<< 0.12),
33 libghc-vector-prof,
34 libghc-vector-binary-instances-dev (>= 0.2),
35 libghc-vector-binary-instances-dev (<< 0.3),
36 libghc-vector-binary-instances-prof,
37 libghc-quickcheck-instances-dev (>= 0.3),
38 libghc-quickcheck-instances-dev (<< 0.4),
39 libghc-tasty-dev (>= 0.10),
40 libghc-tasty-dev (<< 0.12),
41 libghc-tasty-quickcheck-dev (>= 0.8),
42 libghc-tasty-quickcheck-dev (<< 0.9),
43 Build-Depends-Indep: ghc-doc,
44 libghc-aeson-doc,
45 libghc-hashable-doc,
46 libghc-scientific-doc,
47 libghc-tagged-doc,
48 libghc-text-doc,
49 libghc-text-binary-doc,
50 libghc-unordered-containers-doc,
51 libghc-vector-doc,
52 libghc-vector-binary-instances-doc,
53 Standards-Version: 3.9.6
54 Homepage: https://github.com/phadej/binary-orphans#readme
55 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-binary-orphans
56 Vcs-Darcs: git://git.debian.org/git/pkg-haskell/DHG_packages.git
57 X-Description: Orphan instances for binary
58 `binary-orphans` defines orphan instances for types in some popular packages,
59 in particular:
60 .
61 * aeson
62 * unordered-containers (HashMap, HashSet)
63 * scientific
64 * tagged
65 * base (newtypes from Data.Monoid)
66 * time
67
68 Package: libghc-binary-orphans-dev
69 Architecture: any
70 Depends: ${haskell:Depends},
71 ${misc:Depends},
72 ${shlibs:Depends},
73 Recommends: ${haskell:Recommends},
74 Suggests: ${haskell:Suggests},
75 Conflicts: ${haskell:Conflicts},
76 Provides: ${haskell:Provides},
77 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
78 ${haskell:LongDescription}
79 .
80 ${haskell:Blurb}
81
82 Package: libghc-binary-orphans-prof
83 Architecture: any
84 Depends: ${haskell:Depends},
85 ${misc:Depends},
86 Recommends: ${haskell:Recommends},
87 Suggests: ${haskell:Suggests},
88 Conflicts: ${haskell:Conflicts},
89 Provides: ${haskell:Provides},
90 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
91 ${haskell:LongDescription}
92 .
93 ${haskell:Blurb}
94
95 Package: libghc-binary-orphans-doc
96 Architecture: all
97 Section: doc
98 Depends: ${haskell:Depends},
99 ${misc:Depends},
100 Recommends: ${haskell:Recommends},
101 Suggests: ${haskell:Suggests},
102 Conflicts: ${haskell:Conflicts},
103 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
104 ${haskell:LongDescription}
105 .
106 ${haskell:Blurb}
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: binary-orphans
2 Upstream-Contact: Oleg Grenrus <oleg.grenrus@iki.fi>
3 Source: https://hackage.haskell.org/package/binary-orphans
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 Description: Relax dependecy on tagged
1 In is not clear why, but cabal-unpack download binary-orphans
2 version 0.1.2 with `x-revision: 1', where dependency on tagged
3 is relaxed. Unfortunatelly, uscan download tarball without
4 x-revision, so this patch is needed.
5 .
6 In next, 0.1.3 upstream version problem is solved, so patch do
7 not need to be forwarded upstream.
8 Author: Dmitry Bogatov <KAction@gnu.org>
9 Forwarded: no
10 Last-Update: 2015-12-26
11 ---
12 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
13 --- a/binary-orphans.cabal
14 +++ b/binary-orphans.cabal
15 @@ -35,7 +35,7 @@ library
16 , binary >=0.7 && <0.7.7
17 , hashable >=1.2 && <1.3
18 , scientific >=0.3 && <0.4
19 - , tagged >=0.7 && <0.8.2
20 + , tagged >=0.7 && <0.8.3
21 , text >=1.2 && <1.3
22 , time >=1.4 && <1.5.1
23 , unordered-containers >=0.2 && <0.3
24 @@ -58,7 +58,7 @@ test-suite binary-orphans-test
25 , binary >=0.7 && <0.7.7
26 , hashable >=1.2 && <1.3
27 , scientific >=0.3 && <0.4
28 - , tagged >=0.7 && <0.8.2
29 + , tagged >=0.7 && <0.8.3
30 , text >=1.2 && <1.3
31 , time >=1.4 && <1.5.1
32 , unordered-containers >=0.2 && <0.3
0 relax-dependecy-on-tagged.patch
0 #!/usr/bin/make -f
1
2 DEB_ENABLE_TESTS = yes
3 DEB_CABAL_PACKAGE = binary-orphans
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-orphans/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))