[Pkg-privacy-commits] [golang-ed25519-dev] 07/11: Initial Debian package

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:55:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository golang-ed25519-dev.

commit 7a4f6d67eb4cfd035b20946ada678c946f2c5861
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Sep 4 21:07:46 2014 +0000

    Initial Debian package
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 20 ++++++++++++++++++++
 debian/copyright     | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf      |  5 +++++
 debian/rules         | 12 ++++++++++++
 debian/source/format |  1 +
 7 files changed, 85 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e1a1945
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+golang-ed25519-dev (0~20140907.d2b94fd-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #760595)
+
+ -- Jérémy Bobbio <lunar at debian.org>  Fri, 12 Sep 2014 15:31:44 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4f5f0cd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: golang-ed25519-dev
+Section: devel
+Priority: extra
+Maintainer: Anonymity Tools Debian Maintainers <pkg-anonymity-tools at lists.alioth.debian.org>
+Uploaders: Jérémy Bobbio <lunar at debian.org>
+Build-Depends: debhelper (>= 9), golang-go, dh-golang, golang-go.crypto-dev
+Standards-Version: 3.9.5
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e54a0a5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ed25519
+Upstream-Contact: Adam Langley <agl at imperialviolet.org>
+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 <lunar at debian.org>
+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.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..5f37493
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+[DEFAULT]
+pristine-tar = True
+
+[buildpackage]
+pristine-tar-commit = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..73f81c3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/golang-ed25519-dev.git



More information about the Pkg-privacy-commits mailing list