summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:46:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:46:50 +0000
commit333028814d4e2feb40a2ed02641322307c039a0e (patch)
tree1351b08479bd11da00a2eac60257bb739fa35978
parentAdding upstream version 3.4.0. (diff)
downloadgolang-github-coreos-go-oidc-v3-333028814d4e2feb40a2ed02641322307c039a0e.tar.xz
golang-github-coreos-go-oidc-v3-333028814d4e2feb40a2ed02641322307c039a0e.zip
Adding debian version 3.4.0-2.debian/3.4.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog14
-rw-r--r--debian/control31
-rw-r--r--debian/copyright45
-rw-r--r--debian/gbp.conf3
-rw-r--r--debian/gitlab-ci.yml6
-rw-r--r--debian/patches/auto-gitignore18
-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/watch4
11 files changed, 135 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..eb4709e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,14 @@
+golang-github-coreos-go-oidc-v3 (3.4.0-2) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Leo Antunes ]
+ * fix(debian): correct vcs url for v3
+
+ -- Reinhard Tartler <siretart@tauware.de> Wed, 13 Sep 2023 15:27:07 -0400
+
+golang-github-coreos-go-oidc-v3 (3.4.0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #1024430)
+
+ -- Leo Antunes <costela@debian.org> Sat, 19 Nov 2022 12:34:25 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..85a7c64
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: golang-github-coreos-go-oidc-v3
+Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Uploaders: Leo Antunes <costela@debian.org>
+Section: golang
+Testsuite: autopkgtest-pkg-go
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ dh-golang,
+ golang-any,
+ golang-golang-x-net-dev,
+ golang-golang-x-oauth2-google-dev,
+ golang-gopkg-square-go-jose.v2-dev
+Standards-Version: 4.6.1
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-oidc-v3
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-oidc-v3.git
+Homepage: https://github.com/coreos/go-oidc
+Rules-Requires-Root: no
+XS-Go-Import-Path: github.com/coreos/go-oidc/v3
+
+Package: golang-github-coreos-go-oidc-v3-dev
+Architecture: all
+Multi-Arch: foreign
+Depends: golang-golang-x-net-dev,
+ golang-golang-x-oauth2-google-dev,
+ golang-gopkg-square-go-jose.v2-dev,
+ ${misc:Depends}
+Description: Go libraries for implementing OIDC clients and servers (library)
+ This package provides a comprehensive collection of golang libraries
+ for other projects to implement OpenID Connect (OIDC) server and
+ client components.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0f02325
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: go-oidc
+Source: https://github.com/coreos/go-oidc
+
+Files: *
+Copyright: 2015 CoreOS
+License: Apache-2.0
+
+Files: DCO
+Copyright: 2004, 2006 The Linux Foundation and its contributors
+License: DCO-License
+
+
+Files: debian/*
+Copyright: 2022 Leo Antunes <costela@debian.org>
+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".
+
+License: DCO-License
+ Developer Certificate of Origin
+ Version 1.1
+ .
+ Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
+ 660 York Street, Suite 102,
+ San Francisco, CA 94110 USA
+ .
+ Everyone is permitted to copy and distribute verbatim copies of this
+ license document, but changing it is not allowed.
+
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..b8350bf
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,18 @@
+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
+index c96f2f4..c3c8b74 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -1,2 +1,5 @@
+ /bin
+ /gopath
++
++/.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..8e0d133
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DH_GOLANG_EXCLUDES := example/
+
+%:
+ 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..6298f3a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/coreos/go-oidc/issues
+Bug-Submit: https://github.com/coreos/go-oidc/issues/new
+Repository: https://github.com/coreos/go-oidc.git
+Repository-Browse: https://github.com/coreos/go-oidc
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a1c81f8
--- /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/coreos/go-oidc/tags .*/v?(\d\S*)\.tar\.gz debian