[Pkg-haskell-commits] darcs: haskell-skein: Initial commit

laney at debian.org laney at debian.org
Tue Oct 4 16:40:26 UTC 2011


Tue Oct  4 17:31:01 BST 2011  laney at debian.org
  * Initial commit
  Ignore-this: a1fc7ea6e040055f99832dc40f073333

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

Tue Oct  4 17:31:01 BST 2011  laney at debian.org
  * Initial commit
  Ignore-this: a1fc7ea6e040055f99832dc40f073333
diff -rN -u old-haskell-skein//changelog new-haskell-skein//changelog
--- old-haskell-skein//changelog	1970-01-01 01:00:00.000000000 +0100
+++ new-haskell-skein//changelog	2011-10-04 17:40:26.546641065 +0100
@@ -0,0 +1,5 @@
+haskell-skein (0.1-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Iain Lane <laney at debian.org>  Tue, 04 Oct 2011 17:08:58 +0100
diff -rN -u old-haskell-skein//compat new-haskell-skein//compat
--- old-haskell-skein//compat	1970-01-01 01:00:00.000000000 +0100
+++ new-haskell-skein//compat	2011-10-04 17:40:26.539858865 +0100
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-skein//control new-haskell-skein//control
--- old-haskell-skein//control	1970-01-01 01:00:00.000000000 +0100
+++ new-haskell-skein//control	2011-10-04 17:40:26.542620654 +0100
@@ -0,0 +1,89 @@
+Source: haskell-skein
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Iain Lane <laney at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-cereal-dev (>= 0.3)
+  , libghc-cereal-dev (<< 0.4)
+  , libghc-cereal-prof
+  , libghc-tagged-dev (>= 0.2)
+  , libghc-tagged-dev (<< 0.3)
+  , libghc-tagged-prof
+  , libghc-crypto-api-dev (>= 0.6)
+  , libghc-crypto-api-dev (<< 0.7)
+  , libghc-crypto-api-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-cereal-doc
+  , libghc-tagged-doc
+  , libghc-crypto-api-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/skein
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-skein
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-skein
+
+Package: libghc-skein-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: family of cryptographic hash functions
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Skein is a family of fast secure cryptographic hash functions designed by
+ Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
+ Tadayoshi Kohno, Jon Callas and Jesse Walker.
+ .
+ This package uses bindings to an optimized C implementation of Skein. It
+ provides a high-level interface to some of the Skein use cases. It also
+ provides a low-level interface in the module "Crypto.Skein.Internal" should
+ you need to use Skein in a different way.
+
+Package: libghc-skein-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: family of cryptographic hash functions; 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.
+ .
+ Skein is a family of fast secure cryptographic hash functions designed by
+ Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
+ Tadayoshi Kohno, Jon Callas and Jesse Walker.
+ .
+ This package uses bindings to an optimized C implementation of Skein. It
+ provides a high-level interface to some of the Skein use cases. It also
+ provides a low-level interface in the module "Crypto.Skein.Internal" should
+ you need to use Skein in a different way.
+
+Package: libghc-skein-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: family of cryptographic hash functions; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Skein is a family of fast secure cryptographic hash functions designed by
+ Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
+ Tadayoshi Kohno, Jon Callas and Jesse Walker.
+ .
+ This package uses bindings to an optimized C implementation of Skein. It
+ provides a high-level interface to some of the Skein use cases. It also
+ provides a low-level interface in the module "Crypto.Skein.Internal" should
+ you need to use Skein in a different way.
diff -rN -u old-haskell-skein//copyright new-haskell-skein//copyright
--- old-haskell-skein//copyright	1970-01-01 01:00:00.000000000 +0100
+++ new-haskell-skein//copyright	2011-10-04 17:40:26.542620654 +0100
@@ -0,0 +1,48 @@
+This package was debianized by Iain Lane <laney at debian.org> on Tue Oct  4
+17:13:34 BST 2011
+
+It was downloaded from
+http://hackage.haskell.org/package/skein
+
+Upstream Authors:
+
+    Felipe Lessa <felipe.lessa at gmail.com>
+    Doug Whiting
+
+Copyright: 
+
+    2011, Felipe Lessa
+
+License:
+    
+    All rights reserved.
+    
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are met:
+    
+        * Redistributions of source code must retain the above copyright
+          notice, this list of conditions and the following disclaimer.
+    
+        * 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.
+    
+        * Neither the name of Felipe Lessa nor the names of other
+          contributors may be used to endorse or promote products derived
+          from this software without specific prior written permission.
+    
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT
+    OWNER 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.
+
+The C implementation in c_impl/ has been released into the public domain by its
+original author, Doug Whiting.
diff -rN -u old-haskell-skein//rules new-haskell-skein//rules
--- old-haskell-skein//rules	1970-01-01 01:00:00.000000000 +0100
+++ new-haskell-skein//rules	2011-10-04 17:40:26.542620654 +0100
@@ -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-skein//source/format new-haskell-skein//source/format
--- old-haskell-skein//source/format	1970-01-01 01:00:00.000000000 +0100
+++ new-haskell-skein//source/format	2011-10-04 17:40:26.542620654 +0100
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-skein//watch new-haskell-skein//watch
--- old-haskell-skein//watch	1970-01-01 01:00:00.000000000 +0100
+++ new-haskell-skein//watch	2011-10-04 17:40:26.542620654 +0100
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|skein-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/skein \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list