summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 18:15:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 18:15:16 +0000
commitb93b96c18222c1d706ec83838a5d784944c8a29b (patch)
tree1a4a897e5d6dfa709adc736a42c43c2b9f561fb3
parentAdding upstream version 0.0~git20230121.c1716e8. (diff)
downloadgolang-github-containers-libtrust-debian.tar.xz
golang-github-containers-libtrust-debian.zip
Adding debian version 0.0~git20230121.c1716e8-2.debian/0.0_git20230121.c1716e8-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog11
-rw-r--r--debian/control39
-rw-r--r--debian/copyright28
-rw-r--r--debian/fix.scanned.copyright1
-rw-r--r--debian/gbp.conf3
-rw-r--r--debian/gitlab-ci.yml6
-rw-r--r--debian/patches/auto-gitignore17
-rw-r--r--debian/patches/series2
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata5
-rw-r--r--debian/watch11
12 files changed, 130 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8a6980f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+golang-github-containers-libtrust (0.0~git20230121.c1716e8-2) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Reinhard Tartler <siretart@tauware.de> Sat, 09 Sep 2023 13:05:01 -0400
+
+golang-github-containers-libtrust (0.0~git20230121.c1716e8-1) experimental; urgency=medium
+
+ * Initial release, Closes: #1041747
+
+ -- Reinhard Tartler <siretart@tauware.de> Sun, 20 Aug 2023 19:35:47 -0400
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8f5003e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: golang-github-containers-libtrust
+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-containers-libtrust
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-libtrust.git
+Homepage: https://github.com/containers/libtrust
+Rules-Requires-Root: no
+XS-Go-Import-Path: github.com/containers/libtrust
+
+Package: golang-github-containers-libtrust-dev
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Primitives for identity and authorization (library)
+ Libtrust is library for managing authentication and authorization using
+ public key cryptography.
+ .
+ Authentication is handled using the identity attached to the public key.
+ Libtrust provides multiple methods to prove possession of the private
+ key associated with an identity.
+ .
+ * TLS x509 certificates
+ * Signature verification
+ * Key Challenge
+ .
+ Authorization and access control is managed through a distributed trust
+ graph. Trust servers are used as the authorities of the trust graph and
+ allow caching portions of the graph for faster access.
+ .
+ This package contains a fork of Docker's libtrust that is being worked
+ by the github containers commnuity.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d9005a1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libtrust
+Source: https://github.com/containers/libtrust
+
+Files: *
+Copyright: 2014, Docker, inc
+License: Apache-2.0
+
+Files: debian/*
+Copyright: Reinhard Tartler <siretart@tauware.de>
+License: Apache-2.0
+Comment: Debian packaging is licensed under the same terms as upstream
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+Comment:
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/debian/fix.scanned.copyright b/debian/fix.scanned.copyright
new file mode 100644
index 0000000..acbeaec
--- /dev/null
+++ b/debian/fix.scanned.copyright
@@ -0,0 +1 @@
+! copyright Files:~/.*/ Copyright="2014, Docker, inc"
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/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..3ee70f9
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,17 @@
+Subject: Update .gitignore from Debian packaging branch
+
+The Debian packaging git branch contains these updates to the upstream
+.gitignore file(s). This patch is autogenerated, to provide these
+updates to users of the official Debian archive view of the package.
+
+[dgit (11.3) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..f0cb01c
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,3 @@
++
++/.pc/
++/_build/
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a22980a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+
+auto-gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f61c31c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DH_GOLANG_EXCLUDES := tlsdemo
+
+%:
+ 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..76f166a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/containers/libtrust/issues
+Bug-Submit: https://github.com/containers/libtrust/issues/new
+Repository: https://github.com/containers/libtrust.git
+Repository-Browse: https://github.com/containers/libtrust
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ec30e04
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,11 @@
+version=4
+opts="mode=git, pgpmode=none" \
+ https://github.com/containers/libtrust.git \
+ HEAD debian
+
+# Use the following when upstream starts to tag releases:
+#
+#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/containers/libtrust/tags .*/v?(\d\S*)\.tar\.gz debian