From 822c36e2896577ea7e5765cc4fc536da6f3325a2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 18:15:20 +0200 Subject: Adding debian version 0.20211224-3. Signed-off-by: Daniel Baumann --- debian/changelog | 17 +++++++ debian/control | 28 +++++++++++ debian/copyright | 57 ++++++++++++++++++++++ debian/gbp.conf | 3 ++ debian/gitlab-ci.yml | 6 +++ .../golang-github-docker-go-plugins-helpers.docs | 1 + debian/rules | 8 +++ debian/source/format | 1 + 8 files changed, 121 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/gitlab-ci.yml create mode 100644 debian/golang-github-docker-go-plugins-helpers.docs create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..72e280d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,17 @@ +golang-github-docker-go-plugins-helpers (0.20211224-3) unstable; urgency=medium + + * No-change rebuild to aid testing migration + + -- Reinhard Tartler Thu, 02 Nov 2023 18:00:26 -0400 + +golang-github-docker-go-plugins-helpers (0.20211224-2) unstable; urgency=medium + + * Fix binary package name + + -- Reinhard Tartler Thu, 02 Nov 2023 07:03:17 -0400 + +golang-github-docker-go-plugins-helpers (0.20211224-1) unstable; urgency=medium + + * Initial release (Closes: #1054518) + + -- Reinhard Tartler Fri, 20 Oct 2023 08:02:02 -0400 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7a9fd28 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: golang-github-docker-go-plugins-helpers +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Section: golang +Testsuite: autopkgtest-pkg-go +Priority: optional +Build-Depends: debhelper-compat (= 13), + dh-golang, + golang-any, + golang-github-coreos-go-systemd-dev, + golang-github-docker-go-connections-dev, + golang-github-stretchr-testify-dev +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-pplugins-helpers +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-plugins-helpers.git +Rules-Requires-Root: no +XS-Go-Import-Path: github.com/docker/go-plugins-helpers + +Package: golang-github-docker-go-plugins-helpers-dev +Architecture: all +Multi-Arch: foreign +Depends: golang-github-coreos-go-systemd-dev, + golang-github-docker-go-connections-dev, + golang-github-stretchr-testify-dev, + ${misc:Depends} +Description: Helper packages to extend Docker Engine in Golang + This package contains is a rather random collection of helpers used by tools + that interact closely with docker source code diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..dc1f050 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,57 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: github.com/docker/go-plugins-helpers +Source: https://github.com/docker/go-plugins-helpers + +Files: * +Copyright: 2012-2015, Docker, Inc. + Keith Rarick +License: Apache-2.0 or Expat + +Files: debian/* +Copyright: 2023, Reinhard Tartler +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: Expat + The MIT License + . + 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/golang-github-docker-go-plugins-helpers.docs b/debian/golang-github-docker-go-plugins-helpers.docs new file mode 100644 index 0000000..6d5ee1d --- /dev/null +++ b/debian/golang-github-docker-go-plugins-helpers.docs @@ -0,0 +1 @@ +NOTICE diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..22ffc4d --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +export DH_GOLANG_BUILDPKG := \ + github.com/docker/go-plugins-helpers/sdk \ + github.com/docker/go-plugins-helpers/volume + +%: + 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) -- cgit v1.2.3