Codebase list haskell-persistent / 31b3981
haskell-primes: Initial Check-In Clint Adams 12 years ago
7 changed file(s) with 98 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 haskell-primes (0.2.1.0-1) unstable; urgency=low
1
2 * Initial release.
3
4 -- Clint Adams <clint@debian.org> Sat, 28 Jan 2012 09:34:39 -0500
0 Source: haskell-primes
1 Section: haskell
2 Priority: extra
3 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
4 Uploaders: Clint Adams <clint@debian.org>
5 Build-Depends: debhelper (>= 7)
6 , cdbs
7 , haskell-devscripts (>= 0.8)
8 , ghc
9 , ghc-prof
10 Build-Depends-Indep: ghc-doc
11 Standards-Version: 3.9.2
12 Homepage: http://hackage.haskell.org/package/haskell-primes
13 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-primes
14 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-primes
15
16 Package: libghc-primes-dev
17 Architecture: any
18 Depends: ${haskell:Depends}
19 , ${shlibs:Depends}
20 , ${misc:Depends}
21 Recommends: ${haskell:Recommends}
22 Suggests: ${haskell:Suggests}
23 Provides: ${haskell:Provides}
24 Description: efficient, purely functional generation of prime numbers
25 This Haskell library provides an efficient lazy wheel sieve for prime
26 generation inspired by Lazy wheel sieves and spirals of primes by Colin
27 Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.
28 .
29 This package provides a library for the Haskell programming language.
30 See http://www.haskell.org/ for more information on Haskell.
31
32 Package: libghc-primes-prof
33 Architecture: any
34 Depends: ${haskell:Depends}
35 , ${misc:Depends}
36 Recommends: ${haskell:Recommends}
37 Suggests: ${haskell:Suggests}
38 Provides: ${haskell:Provides}
39 Description: efficient, purely functional generation of prime numbers; profiling libraries
40 This Haskell library provides an efficient lazy wheel sieve for prime
41 generation inspired by Lazy wheel sieves and spirals of primes by Colin
42 Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.
43 .
44 This package provides a library for the Haskell programming language, compiled
45 for profiling. See http://www.haskell.org/ for more information on Haskell.
46
47 Package: libghc-primes-doc
48 Section: doc
49 Architecture: all
50 Depends: ${misc:Depends}, ${haskell:Depends}
51 Recommends: ${haskell:Recommends}
52 Suggests: ${haskell:Suggests}
53 Description: efficient, purely functional generation of prime numbers; documentation
54 This Haskell library provides an efficient lazy wheel sieve for prime
55 generation inspired by Lazy wheel sieves and spirals of primes by Colin
56 Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.
57 .
58 This package provides the documentation for a library for the Haskell
59 programming language.
60 See http://www.haskell.org/ for more information on Haskell.
0 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
1 Upstream-Name: haskell-primes
2 Upstream-Contact: Sebastian Fischer <sebf@informatik.uni-kiel.de>
3 Source: http://hackage.haskell.org/package/haskell-primes
4
5 Copyright: Sebastian Fischer
6 License:
7 ALL PUBLIC DOMAIN MATERIAL IS OFFERED AS-IS. NO REPRESENTATIONS OR
8 WARRANTIES OF ANY KIND ARE MADE CONCERNING THE MATERIALS, EXPRESS,
9 IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION,
10 WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR
11 PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
12 ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT
13 DISCOVERABLE.
14
15 IN NO EVENT WILL THE AUTHOR(S), PUBLISHER(S), OR PRESENTER(S) OF ANY
16 PUBLIC DOMAIN MATERIAL BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY
17 SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
18 ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF THE
19 AUTHOR(S), PUBLISHER(S), OR PRESENTER(S) HAVE BEEN ADVISED OF THE
20 POSSIBILITY OF SUCH DAMAGES.
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/hlibrary.mk
0 version=3
1 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
2 filenamemangle=s|(.*)/$|primes-$1.tar.gz|" \
3 http://hackage.haskell.org/packages/archive/primes \
4 ([\d\.]*\d)/