summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:19:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:19:37 +0000
commite4c301bb0ba33ed760856d3d2ff6e6a6e8079b52 (patch)
tree2062a7829ac0134565cefd2332c26c3c0394e2be
parentAdding upstream version 0.1. (diff)
downloadgolang-github-aead-serpent-e4c301bb0ba33ed760856d3d2ff6e6a6e8079b52.tar.xz
golang-github-aead-serpent-e4c301bb0ba33ed760856d3d2ff6e6a6e8079b52.zip
Adding debian version 0.1-2.debian/0.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog12
-rw-r--r--debian/control26
-rw-r--r--debian/copyright32
-rw-r--r--debian/gbp.conf3
-rw-r--r--debian/gitlab-ci.yml6
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata5
-rw-r--r--debian/watch4
9 files changed, 93 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fedb244
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+golang-github-aead-serpent (0.1-2) unstable; urgency=medium
+
+ * Team Upload.
+ + Source-only upload.
+
+ -- Nilesh Patra <nilesh@debian.org> Tue, 24 Oct 2023 18:14:42 +0530
+
+golang-github-aead-serpent (0.1-1) unstable; urgency=medium
+
+ * Initial release (Closes: #1052531)
+
+ -- Reinhard Tartler <siretart@tauware.de> Sat, 23 Sep 2023 20:44:02 -0400
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3829f1b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: golang-github-aead-serpent
+Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Uploaders: Reinhard Tartler <siretart@tauware.de>
+Section: golang
+Testsuite: autopkgtest-pkg-go
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ dh-golang,
+ golang-any
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-aead-serpent
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-aead-serpent.git
+Homepage: https://github.com/aead/serpent
+Rules-Requires-Root: no
+XS-Go-Import-Path: github.com/aead/serpent
+
+Package: golang-github-aead-serpent-dev
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Serpent block cipher (library)
+ Serpent is a symmetric key block cipher that was a finalist in the
+ Advanced Encryption Standard (AES) contest, where it was ranked second
+ to Rijndael. Serpent was designed by Ross Anderson, Eli Biham, and Lars
+ Knudsen.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f0292ac
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: serpent
+Upstream-Contact: TODO
+Source: https://github.com/aead/serpent
+
+Files: *
+Copyright: 2016 Andreas Auernhammer
+License: Expat
+
+Files: debian/*
+Copyright: 2023 Reinhard Tartler <siretart@tauware.de>
+License: Expat
+Comment: Debian packaging is licensed under the same terms as upstream
+
+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 --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3d450c2
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+debian-branch = debian/sid
+dist = DEP14
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
new file mode 100644
index 0000000..594e14e
--- /dev/null
+++ b/debian/gitlab-ci.yml
@@ -0,0 +1,6 @@
+# auto-generated, DO NOT MODIFY.
+# The authoritative copy of this file lives at:
+# https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go
+---
+include:
+ - https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..44584c3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --builddirectory=_build --buildsystem=golang --with=golang
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)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..f604d3a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/aead/serpent/issues
+Bug-Submit: https://github.com/aead/serpent/issues/new
+Repository: https://github.com/aead/serpent.git
+Repository-Browse: https://github.com/aead/serpent
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b4e0907
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,\
+ uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/$1~$2$3/" \
+ https://github.com/aead/serpent/tags .*/v?(\d\S*)\.tar\.gz debian