Verified Commit b6bc715c authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Debian build

parent 48f3eef4
Loading
Loading
Loading
Loading

debian/changelog

0 → 100644
+5 −0
Original line number Diff line number Diff line
ed25519-donna (3.2) stable; urgency=low

  * Initial Release

 -- Bernd Paysan <bernd@net2o.de>  Fri, 08 Jan 2016 00:15:15 +0100

debian/compat

0 → 100644
+1 −0
Original line number Diff line number Diff line
9
 No newline at end of file

debian/control

0 → 100644
+13 −0
Original line number Diff line number Diff line
Source: ed25519-donna
Section: programming
Priority: optional
Maintainer: Bernd Paysan <bernd@net2o.de>
Build-Depends: debhelper, build-essential, gcc, autoconf, automake, libtool, libtool-bin, libc

Package: ed25519-donna
Version: 1.0
Architecture: any
Depends: 
Description: Ed25519-donna
 Ed25519-donna is the crypto primitive of DJB's ed25519 elliptic curve
 crpytography.  It can be used to sign and do to Diffie Hellman exchange.

debian/rules

0 → 100755
+10 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f
# -*- makefile -*-
# Simple debian/rules that uses debhelper.
# Created by Bernd Paysan, in the public domain

%:
	dh $@ 

override_dh_auto_test:
override_dh_shlibdeps: