debian/0000755000000000000000000000000012547565260007202 5ustar debian/patches/0000755000000000000000000000000012547565260010631 5ustar debian/patches/series0000644000000000000000000000004512547565260012045 0ustar 0001-Fix-go.crypto-import-path.patch debian/patches/0001-Fix-go.crypto-import-path.patch0000644000000000000000000000106612547565260017145 0ustar From: =?utf-8?q?J=C3=A9r=C3=A9my_Bobbio?= Date: Thu, 9 Jul 2015 11:09:37 +0200 Subject: Fix go.crypto import path --- extra25519/extra25519_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra25519/extra25519_test.go b/extra25519/extra25519_test.go index 1e1dbdc..3ddd0e8 100644 --- a/extra25519/extra25519_test.go +++ b/extra25519/extra25519_test.go @@ -9,7 +9,7 @@ import ( "crypto/rand" "testing" - "code.google.com/p/go.crypto/curve25519" + "golang.org/x/crypto/curve25519" "github.com/agl/ed25519" ) debian/source/0000755000000000000000000000000012547565260010502 5ustar debian/source/format0000644000000000000000000000001412547565260011710 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000066312547565260011061 0ustar golang-ed25519-dev (0~20140907.d2b94fd-2) unstable; urgency=medium * Add a patch to fix go.crypto import path. (Closes: #791513) * Bump Standards-Version, no changes required. -- Jérémy Bobbio Thu, 09 Jul 2015 23:41:36 +0200 golang-ed25519-dev (0~20140907.d2b94fd-1) unstable; urgency=medium * Initial release. (Closes: #760595) -- Jérémy Bobbio Fri, 12 Sep 2014 15:31:44 +0000 debian/copyright0000644000000000000000000000370012547565260011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ed25519 Upstream-Contact: Adam Langley Source: https://github.com/agl/ed25519 Files: * Copyright: © 2012-2014 The Go Authors License: BSD-3-clause 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 Google Inc. nor the names of its 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. Files: debian/* Copyright: © 2014 Jérémy Bobbio License: permissive Copying and distribution of this package, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. debian/compat0000644000000000000000000000000212547565260010400 0ustar 9 debian/control0000644000000000000000000000162612547565260010612 0ustar Source: golang-ed25519-dev Section: devel Priority: extra Maintainer: Anonymity Tools Debian Maintainers Uploaders: Jérémy Bobbio Build-Depends: debhelper (>= 9), golang-go, dh-golang, golang-go.crypto-dev Standards-Version: 3.9.6 Homepage: https://github.com/agl/ed25519 Vcs-Git: git://anonscm.debian.org/collab-maint/golang-ed25519-dev.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/golang-ed25519-dev.git Package: golang-ed25519-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Go implementation of the Ed25519 signature algorithm Ed25519 is a public-key signature system based on elliptic-curve cryptography, carefully engineered at several levels of design and implementation to achieve very high speeds without compromising security. . This package contains the source of a Go implementation. debian/rules0000755000000000000000000000051212547565260010260 0ustar #!/usr/bin/make -f export DH_GOPKG := github.com/agl/ed25519 export DH_GOLANG_INSTALL_ALL := 1 %: dh $@ --buildsystem=golang --with=golang override_dh_auto_install: dh_auto_install -O--buildsystem=golang # remove extra license file rm $(CURDIR)/debian/golang-ed25519-dev/usr/share/gocode/src/github.com/agl/ed25519/LICENSE debian/gbp.conf0000644000000000000000000000011112547565260010612 0ustar [DEFAULT] pristine-tar = True [buildpackage] pristine-tar-commit = True