[Pkg-haskell-commits] darcs: haskell-crypto: Initial release (horrible license situation)

Joachim Breitner mail at joachim-breitner.de
Mon Apr 18 08:40:29 UTC 2011


Mon Apr 18 08:39:59 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Initial release (horrible license situation)
  Ignore-this: cda11395db9613f9fb63265e4dfa59e6

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

Mon Apr 18 08:39:59 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Initial release (horrible license situation)
  Ignore-this: cda11395db9613f9fb63265e4dfa59e6
diff -rN -u old-haskell-crypto/changelog new-haskell-crypto/changelog
--- old-haskell-crypto/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto/changelog	2011-04-18 08:40:29.839802173 +0000
@@ -0,0 +1,5 @@
+haskell-crypto (4.2.3.-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #623188)
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-crypto/compat new-haskell-crypto/compat
--- old-haskell-crypto/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto/compat	2011-04-18 08:40:29.839802173 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-crypto/control new-haskell-crypto/control
--- old-haskell-crypto/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto/control	2011-04-18 08:40:29.839802173 +0000
@@ -0,0 +1,95 @@
+Source: haskell-crypto
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.1
+Homepage: http://hackage.haskell.org/package/Crypto
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto
+
+Package: libghc-crypto-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: cryptographical algorithms for Haskell
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains the following cryptographical algorithms:
+  * DES
+  * Blowfish
+  * AES
+  * TEA
+  * SHA1
+  * MD5
+  * RSA
+  * BubbleBabble
+  * Hexdump
+  * Support for Word128, Word192 and Word256 and Beyond
+  * PKCS5
+  * Padding
+  * Various Encryption Modes e.g. Cipher Block Chaining
+
+Package: libghc-crypto-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: cryptographical algorithms for Haskell; 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.
+ .
+ This package contains the following cryptographical algorithms:
+  * DES
+  * Blowfish
+  * AES
+  * TEA
+  * SHA1
+  * MD5
+  * RSA
+  * BubbleBabble
+  * Hexdump
+  * Support for Word128, Word192 and Word256 and Beyond
+  * PKCS5
+  * Padding
+  * Various Encryption Modes e.g. Cipher Block Chaining
+
+Package: libghc-crypto-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: cryptographical algorithms for Haskell; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains the following cryptographical algorithms:
+  * DES
+  * Blowfish
+  * AES
+  * TEA
+  * SHA1
+  * MD5
+  * RSA
+  * BubbleBabble
+  * Hexdump
+  * Support for Word128, Word192 and Word256 and Beyond
+  * PKCS5
+  * Padding
+  * Various Encryption Modes e.g. Cipher Block Chaining
diff -rN -u old-haskell-crypto/copyright new-haskell-crypto/copyright
--- old-haskell-crypto/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto/copyright	2011-04-18 08:40:29.839802173 +0000
@@ -0,0 +1,71 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Crypto
+Maintainer: Joachim Breitner <nomeata at debian.org>
+Source: http://hackage.haskell.org/package/Crypto
+
+Various parts of the package are coverend by various copyrights and licenses:
+
+Codec.Binary.BubbleBabble: © 2008, John Meacham, BSD 
+Codec.Text.Raw: © 2006, Dominic Steinitz, BSD
+Codec.Encryption.AES: © 2003, Dominic Steinitz, Lukasz Anforowicz, BSD
+Codec.Encryption.AESAux: © 2005, Dominic Steinitz, BSD
+Codec.Encryption.Blowfish: © 2003, Dominic Steinitz, BSD 
+Codec.Encryption.BlowfishAux: © 2002, HardCore SoftWare, Doug Hoyte, BSD 
+Codec.Encryption.TEA: © 2008, John Meacham, BSD 
+Codec.Encryption.DES: © 2003,2005, Dominic Steinitz, BSD 
+Codec.Encryption.DESAux: © 2005, Ian Lynagh, BSD 
+Codec.Encryption.Modes: © 2001-2003,2005, Dominic Steinitz, BSD 
+Codec.Encryption.Padding: © 2003,2005, Dominic Steinitz, BSD 
+Codec.Encryption.RSA: © 2003,2005, Dominic Steinitz, David Sankel, GPL 
+Codec.Encryption.RSA.EMEOAEP: © 2003,2005, Dominic Steinitz, David Sankel, GPL 
+Codec.Encryption.RSA.MGF: © 2003,2005, Dominic Steinitz, BSD 
+Codec.Encryption.RSA.NumberTheory: © 2001,2002,2003,2005, David Sankel, GPL 
+Codec.Utils: © 2003,2005, Dominic Steinitz, BSD 
+Data.Digest.MD5: © 2004,2005, Dominic Steinitz, BSD 
+Data.Digest.MD5Aux: © 2005, Ian Lynagh, BSD 
+Data.Digest.SHA1: © 2005,2007, Dominic Steinitz, BSD 
+Data.Digest.SHA2: © 2006, Russell O'Connor, BSD 
+Data.Digest.SHA224: © 2006, Russell O'Connor, BSD 
+Data.Digest.SHA256: © 2006, Russell O'Connor, BSD 
+Data.Digest.SHA384: © 2006, Russell O'Connor, BSD 
+Data.Digest.SHA512: © 2006, Russell O'Connor, BSD 
+Data.HMAC: © 2007, Greg Heartsfield, BSD 
+Data.LargeWord: © 2004,2005, Dominic Steinitz, BSD 
+RSATest: © 2005, Dominic Steinitz, BSD 
+QuickTest: © 2005, Dominic Steinitz, BSD 
+SymmetricTest: © 2005, Dominic Steinitz, BSD 
+
+Where BSD refers to the license:
+
+ 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.
+  * The names of its contributors may not 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 onwers 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.
+
+And GPL refers to:
+
+ The GNU General Public License (GPL), version 2 or (at your option) any later
+ version. On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'
+
+
+
+
diff -rN -u old-haskell-crypto/rules new-haskell-crypto/rules
--- old-haskell-crypto/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto/rules	2011-04-18 08:40:29.839802173 +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/source/format new-haskell-crypto/source/format
--- old-haskell-crypto/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto/source/format	2011-04-18 08:40:29.835801963 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-crypto/watch new-haskell-crypto/watch
--- old-haskell-crypto/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-crypto/watch	2011-04-18 08:40:29.835801963 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|Crypto-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/Crypto \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list