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

Clint Adams clint at debian.org
Sat Feb 1 06:55:50 UTC 2014


Sat Feb  1 06:55:17 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./patches/hlint-test-failure.diff
    A ./patches/series
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Feb  1 06:55:17 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-ed25519/changelog new-haskell-ed25519/changelog
--- old-haskell-ed25519/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/changelog	2014-02-01 06:55:49.898323643 +0000
@@ -0,0 +1,5 @@
+haskell-ed25519 (0.0.2.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 01 Feb 2014 01:35:34 -0500
diff -rN -u old-haskell-ed25519/compat new-haskell-ed25519/compat
--- old-haskell-ed25519/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/compat	2014-02-01 06:55:49.898323643 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-ed25519/control new-haskell-ed25519/control
--- old-haskell-ed25519/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/control	2014-02-01 06:55:49.902323641 +0000
@@ -0,0 +1,61 @@
+Source: haskell-ed25519
+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 (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-quickcheck2-dev (>= 2.4)
+  , libghc-hlint-dev (>= 1.7)
+  , hlint
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/ed25519
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ed25519
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ed25519
+X-Description: Ed25519 cryptographic signatures
+ This package provides a simple, portable implementation of the
+ ed25519 public-key signature system. It also includes support for
+ detached signatures.
+ .
+ The underlying implementation uses the ref10 implementation of
+ ed25519 from SUPERCOP, and should be relatively fast.
+
+Package: libghc-ed25519-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-ed25519-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-ed25519-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-ed25519/copyright new-haskell-ed25519/copyright
--- old-haskell-ed25519/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/copyright	2014-02-01 06:55:49.902323641 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ed25519
+Upstream-Contact: Austin Seipp <aseipp at pobox.com>
+Source: http://hackage.haskell.org/package/ed25519
+
+Files: *
+Copyright: 2013 Austin Seipp
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Clint Adams
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-ed25519/patches/hlint-test-failure.diff new-haskell-ed25519/patches/hlint-test-failure.diff
--- old-haskell-ed25519/patches/hlint-test-failure.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/patches/hlint-test-failure.diff	2014-02-01 06:55:49.902323641 +0000
@@ -0,0 +1,11 @@
+--- a/src/Crypto/Sign/Ed25519.hs
++++ b/src/Crypto/Sign/Ed25519.hs
+@@ -84,7 +84,7 @@
+     SU.unsafeUseAsCString sk $ \psk ->
+       SI.createAndTrim (mlen+cryptoSignBYTES) $ \out ->
+         alloca $ \smlen -> do
+-          _ <- (c_crypto_sign out smlen mstr (fromIntegral mlen) psk)
++          _ <- c_crypto_sign out smlen mstr (fromIntegral mlen) psk
+           fromIntegral `fmap` peek smlen
+ {-# INLINE sign #-}
+ 
diff -rN -u old-haskell-ed25519/patches/series new-haskell-ed25519/patches/series
--- old-haskell-ed25519/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/patches/series	2014-02-01 06:55:49.902323641 +0000
@@ -0,0 +1 @@
+hlint-test-failure.diff
diff -rN -u old-haskell-ed25519/rules new-haskell-ed25519/rules
--- old-haskell-ed25519/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/rules	2014-02-01 06:55:49.902323641 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-ed25519/source/format new-haskell-ed25519/source/format
--- old-haskell-ed25519/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/source/format	2014-02-01 06:55:49.902323641 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-ed25519/watch new-haskell-ed25519/watch
--- old-haskell-ed25519/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/watch	2014-02-01 06:55:49.902323641 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/ed25519/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list