[Pkg-haskell-commits] darcs: haskell-primes: Initial Check-In

Clint Adams clint at debian.org
Sat Jan 28 14:49:19 UTC 2012


Sat Jan 28 14:48:40 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: cdce12d2f733182f54bc85c57256ff0c

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Jan 28 14:48:40 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: cdce12d2f733182f54bc85c57256ff0c
diff -rN -u old-haskell-primes//changelog new-haskell-primes//changelog
--- old-haskell-primes//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-primes//changelog	2012-01-28 14:49:18.845836477 +0000
@@ -0,0 +1,5 @@
+haskell-primes (0.2.1.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 28 Jan 2012 09:34:39 -0500
diff -rN -u old-haskell-primes//compat new-haskell-primes//compat
--- old-haskell-primes//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-primes//compat	2012-01-28 14:49:18.845836477 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-primes//control new-haskell-primes//control
--- old-haskell-primes//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-primes//control	2012-01-28 14:49:18.845836477 +0000
@@ -0,0 +1,61 @@
+Source: haskell-primes
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+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 -rN -u old-haskell-primes//copyright new-haskell-primes//copyright
--- old-haskell-primes//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-primes//copyright	2012-01-28 14:49:18.845836477 +0000
@@ -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 <sebf at informatik.uni-kiel.de>
+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 -rN -u old-haskell-primes//rules new-haskell-primes//rules
--- old-haskell-primes//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-primes//rules	2012-01-28 14:49:18.873832074 +0000
@@ -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 -rN -u old-haskell-primes//source/format new-haskell-primes//source/format
--- old-haskell-primes//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-primes//source/format	2012-01-28 14:49:18.873832074 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-primes//watch new-haskell-primes//watch
--- old-haskell-primes//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-primes//watch	2012-01-28 14:49:18.877838268 +0000
@@ -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)/





More information about the Pkg-haskell-commits mailing list