summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:40:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:40:08 +0000
commitc22724082101e048c86664559d8242201a023037 (patch)
treeb2fde1dcdd412d1ae98852e0ebeb15f08a7a0b0c
parentAdding upstream version 0.8.0. (diff)
downloadgolang-github-secure-systems-lab-go-securesystemslib-c22724082101e048c86664559d8242201a023037.tar.xz
golang-github-secure-systems-lab-go-securesystemslib-c22724082101e048c86664559d8242201a023037.zip
Adding debian version 0.8.0-2.debian/0.8.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog44
-rw-r--r--debian/control29
-rw-r--r--debian/copyright41
-rw-r--r--debian/gbp.conf3
-rw-r--r--debian/gitlab-ci.yml6
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata5
-rw-r--r--debian/watch4
9 files changed, 143 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4be024e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,44 @@
+golang-github-secure-systems-lab-go-securesystemslib (0.8.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Upload to unstable.
+
+ -- Simon Josefsson <simon@josefsson.org> Wed, 24 Jan 2024 16:19:37 +0100
+
+golang-github-secure-systems-lab-go-securesystemslib (0.8.0-1) experimental; urgency=medium
+
+ * Team upload.
+ * New upstream release
+ * Bump Breaks to sigstore/sigstore
+
+ -- Simon Josefsson <simon@josefsson.org> Tue, 16 Jan 2024 23:40:20 +0100
+
+golang-github-secure-systems-lab-go-securesystemslib (0.7.0-3) unstable; urgency=medium
+
+ * Add Breaks to containers/image, sigstore/sigstore dev packages
+
+ -- Reinhard Tartler <siretart@tauware.de> Sat, 28 Oct 2023 10:10:14 -0400
+
+golang-github-secure-systems-lab-go-securesystemslib (0.7.0-2) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Reinhard Tartler <siretart@tauware.de> Fri, 27 Oct 2023 10:14:54 -0400
+
+golang-github-secure-systems-lab-go-securesystemslib (0.7.0-1) experimental; urgency=medium
+
+ * New upstream version 0.7.0
+
+ -- Reinhard Tartler <siretart@tauware.de> Tue, 24 Oct 2023 06:12:15 -0400
+
+golang-github-secure-systems-lab-go-securesystemslib (0.4.0-2) unstable; urgency=medium
+
+ * Source-only reupload to unstable, no changes
+
+ -- Reinhard Tartler <siretart@tauware.de> Wed, 13 Sep 2023 06:43:44 -0400
+
+golang-github-secure-systems-lab-go-securesystemslib (0.4.0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #1030555)
+
+ -- Reinhard Tartler <siretart@tauware.de> Sat, 04 Feb 2023 19:03:23 -0500
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..209f9dd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: golang-github-secure-systems-lab-go-securesystemslib
+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,
+ golang-github-stretchr-testify-dev,
+ golang-golang-x-crypto-dev
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-secure-systems-lab-go-securesystemslib
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-secure-systems-lab-go-securesystemslib.git
+Homepage: https://github.com/secure-systems-lab/go-securesystemslib
+Rules-Requires-Root: no
+XS-Go-Import-Path: github.com/secure-systems-lab/go-securesystemslib
+
+Package: golang-github-secure-systems-lab-go-securesystemslib-dev
+Architecture: all
+Multi-Arch: foreign
+Depends: golang-github-stretchr-testify-dev,
+ golang-golang-x-crypto-dev,
+ ${misc:Depends}
+Breaks: golang-github-containers-image-dev (<< 5.28),
+ golang-github-sigstore-sigstore-dev (<< 1.8.0~),
+Description: Cryptographic routines for Golang Secure Systems Lab projects at NYU (library)
+ A library that provides cryptographic and general-purpose functions for
+ Go Secure Systems Lab projects at NYU.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6288c4a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,41 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: go-securesystemslib
+Source: https://github.com/secure-systems-lab/go-securesystemslib
+
+Files: *
+Copyright: 2021, Secure Systems Lab at NYU
+ 2021, NYU Secure Systems Lab
+License: Expat
+
+Files: cjson/*
+Copyright: 2021, Secure Systems Lab at NYU
+License: Expat
+
+Files: debian/*
+Copyright: 2023, Reinhard Tartler <siretart@tauware.de>
+ 2024, Simon Josefsson <simon@josefsson.org>
+License: Expat
+Comment: Debian packaging is licensed under the same terms as upstream
+
+Files: dsse/*
+Copyright: 2021, Secure Systems Lab at NYU
+License: Expat
+
+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..8f0d008
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+export DH_GOLANG_INSTALL_EXTRA := signerverifier/test-data
+
+%:
+ dh $@ --builddirectory=_build --buildsystem=golang --with=golang
+
+override_dh_auto_test:
+ DH_GOLANG_EXCLUDES=dsse \
+ dh_auto_test -O--builddirectory=_build -O--buildsystem=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..f9cae76
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/secure-systems-lab/go-securesystemslib/issues
+Bug-Submit: https://github.com/secure-systems-lab/go-securesystemslib/issues/new
+Repository: https://github.com/secure-systems-lab/go-securesystemslib.git
+Repository-Browse: https://github.com/secure-systems-lab/go-securesystemslib
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..cd4740c
--- /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/secure-systems-lab/go-securesystemslib/tags .*/v?(\d\S*)\.tar\.gz debian