[Pkg-haskell-commits] darcs: haskell-crypto-api: Initial Check-In

clint at debian.org clint at debian.org
Sat Jun 4 14:08:27 UTC 2011


Sat Jun  4 14:00:16 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: d47297c8570f76730d518746bc6ea155

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

Sat Jun  4 14:00:16 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: d47297c8570f76730d518746bc6ea155
diff -rN -u old-haskell-crypto-api//changelog new-haskell-crypto-api//changelog
--- old-haskell-crypto-api//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-api//changelog	2011-06-04 14:08:27.301277048 +0000
@@ -0,0 +1,5 @@
+haskell-crypto-api (0.6.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Fri, 03 Jun 2011 21:52:52 -0400
diff -rN -u old-haskell-crypto-api//compat new-haskell-crypto-api//compat
--- old-haskell-crypto-api//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-api//compat	2011-06-04 14:08:27.301277048 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-crypto-api//control new-haskell-crypto-api//control
--- old-haskell-crypto-api//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-api//control	2011-06-04 14:08:27.301277048 +0000
@@ -0,0 +1,88 @@
+Source: haskell-crypto-api
+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
+  , libghc-cereal-dev
+  , libghc-cereal-prof
+  , libghc-largeword-dev
+  , libghc-largeword-prof
+  , libghc-tagged-dev
+  , libghc-tagged-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-cereal-doc
+  , libghc-largeword-doc
+  , libghc-tagged-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/crypto-api
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-api
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-api
+
+Package: libghc-crypto-api-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: generic interface for cryptographic operations
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ A generic interface for cryptographic operations, platform independent
+ quality RNG, property tests and known-answer tests (KATs) for common
+ algorithms, and a basic benchmark infrastructure. Maintainers of hash
+ and cipher implementations are encouraged to add instances for the
+ classes defined in Crypto.Classes. Crypto users are similarly
+ encouraged to use the interfaces defined in the Classes module. Any
+ concepts or functions of general use to more than one cryptographic
+ algorithm (ex: padding) is within scope of this package.
+
+Package: libghc-crypto-api-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: generic interface for cryptographic operations; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ A generic interface for cryptographic operations, platform independent
+ quality RNG, property tests and known-answer tests (KATs) for common
+ algorithms, and a basic benchmark infrastructure. Maintainers of hash
+ and cipher implementations are encouraged to add instances for the
+ classes defined in Crypto.Classes. Crypto users are similarly
+ encouraged to use the interfaces defined in the Classes module. Any
+ concepts or functions of general use to more than one cryptographic
+ algorithm (ex: padding) is within scope of this package.
+
+Package: libghc-crypto-api-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: generic interface for cryptographic operations; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ A generic interface for cryptographic operations, platform independent
+ quality RNG, property tests and known-answer tests (KATs) for common
+ algorithms, and a basic benchmark infrastructure. Maintainers of hash
+ and cipher implementations are encouraged to add instances for the
+ classes defined in Crypto.Classes. Crypto users are similarly
+ encouraged to use the interfaces defined in the Classes module. Any
+ concepts or functions of general use to more than one cryptographic
+ algorithm (ex: padding) is within scope of this package.
+
+
diff -rN -u old-haskell-crypto-api//copyright new-haskell-crypto-api//copyright
--- old-haskell-crypto-api//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-api//copyright	2011-06-04 14:08:27.301277048 +0000
@@ -0,0 +1,43 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sat, 04 Jun 2011 01:52:52 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/crypto-api
+
+Upstream Authors:
+
+    Thomas DuBuisson <thomas.dubuisson at gmail.com>
+    Francisco Blas Izquierdo Riera (klondike)
+
+Copyright: 
+
+    Copyright (c) Thomas DuBuisson, Francisco Blas Izquierdo Riera
+
+License:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the author nor the names of his contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
diff -rN -u old-haskell-crypto-api//rules new-haskell-crypto-api//rules
--- old-haskell-crypto-api//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-api//rules	2011-06-04 14:08:27.301277048 +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-crypto-api//source/format new-haskell-crypto-api//source/format
--- old-haskell-crypto-api//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-api//source/format	2011-06-04 14:08:27.304595569 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-crypto-api//watch new-haskell-crypto-api//watch
--- old-haskell-crypto-api//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto-api//watch	2011-06-04 14:08:27.304595569 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|crypto-api-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/crypto-api \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list