diff --git a/p/haskell-primes/debian/changelog b/p/haskell-primes/debian/changelog new file mode 100644 index 0000000..6477c96 --- /dev/null +++ b/p/haskell-primes/debian/changelog @@ -0,0 +1,5 @@ +haskell-primes (0.2.1.0-1) unstable; urgency=low + + * Initial release. + + -- Clint Adams Sat, 28 Jan 2012 09:34:39 -0500 diff --git a/p/haskell-primes/debian/compat b/p/haskell-primes/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/p/haskell-primes/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-primes/debian/control b/p/haskell-primes/debian/control new file mode 100644 index 0000000..f0b2ab1 --- /dev/null +++ b/p/haskell-primes/debian/control @@ -0,0 +1,61 @@ +Source: haskell-primes +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Clint Adams +Build-Depends: debhelper (>= 7) + , cdbs + , haskell-devscripts (>= 0.8) + , ghc + , ghc-prof +Build-Depends-Indep: ghc-doc +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/haskell-primes +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-primes +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-primes + +Package: libghc-primes-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: efficient, purely functional generation of prime numbers + This Haskell library provides an efficient lazy wheel sieve for prime + generation inspired by Lazy wheel sieves and spirals of primes by Colin + Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil. + . + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + +Package: libghc-primes-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: efficient, purely functional generation of prime numbers; profiling libraries + This Haskell library provides an efficient lazy wheel sieve for prime + generation inspired by Lazy wheel sieves and spirals of primes by Colin + Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil. + . + This package provides a library for the Haskell programming language, compiled + for profiling. See http://www.haskell.org/ for more information on Haskell. + +Package: libghc-primes-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: efficient, purely functional generation of prime numbers; documentation + This Haskell library provides an efficient lazy wheel sieve for prime + generation inspired by Lazy wheel sieves and spirals of primes by Colin + Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil. + . + This package provides the documentation for a library for the Haskell + programming language. + See http://www.haskell.org/ for more information on Haskell. diff --git a/p/haskell-primes/debian/copyright b/p/haskell-primes/debian/copyright new file mode 100644 index 0000000..d7b93ce --- /dev/null +++ b/p/haskell-primes/debian/copyright @@ -0,0 +1,21 @@ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Upstream-Name: haskell-primes +Upstream-Contact: Sebastian Fischer +Source: http://hackage.haskell.org/package/haskell-primes + +Copyright: Sebastian Fischer +License: + ALL PUBLIC DOMAIN MATERIAL IS OFFERED AS-IS. NO REPRESENTATIONS OR + WARRANTIES OF ANY KIND ARE MADE CONCERNING THE MATERIALS, EXPRESS, + IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR + PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT + DISCOVERABLE. + + IN NO EVENT WILL THE AUTHOR(S), PUBLISHER(S), OR PRESENTER(S) OF ANY + PUBLIC DOMAIN MATERIAL BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY + SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES + ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF THE + AUTHOR(S), PUBLISHER(S), OR PRESENTER(S) HAVE BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGES. diff --git a/p/haskell-primes/debian/rules b/p/haskell-primes/debian/rules new file mode 100755 index 0000000..683e77b --- /dev/null +++ b/p/haskell-primes/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-primes/debian/source/format b/p/haskell-primes/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/p/haskell-primes/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-primes/debian/watch b/p/haskell-primes/debian/watch new file mode 100644 index 0000000..e44a26e --- /dev/null +++ b/p/haskell-primes/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|primes-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/primes \ + ([\d\.]*\d)/