From 3cfd38af7dc586b8dc2fbc590805f2fa3b3f8672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Sipma?= Date: Sat, 8 Dec 2018 10:31:59 +0100 Subject: Import golang-github-minio-minio-go_6.0.11-2.debian.tar.xz [dgit import tarball golang-github-minio-minio-go 6.0.11-2 golang-github-minio-minio-go_6.0.11-2.debian.tar.xz] --- changelog | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ compat | 1 + control | 29 ++++++++++++++++++++++ copyright | 27 +++++++++++++++++++++ gbp.conf | 5 ++++ gitlab-ci.yml | 28 +++++++++++++++++++++ rules | 13 ++++++++++ source/format | 1 + watch | 4 +++ 9 files changed, 186 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 gbp.conf create mode 100644 gitlab-ci.yml create mode 100755 rules create mode 100644 source/format create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..cb5fb53 --- /dev/null +++ b/changelog @@ -0,0 +1,78 @@ +golang-github-minio-minio-go (6.0.11-2) unstable; urgency=medium + + * fix messing up in upstream & pristine-tar branches + + -- Félix Sipma Sat, 08 Dec 2018 10:31:59 +0100 + +golang-github-minio-minio-go (6.0.11-1) unstable; urgency=medium + + * New upstream version 6.0.11 (Closes: #915838) + * bump Standards-Version to 4.2.1 (no change required) + + -- Félix Sipma Sat, 08 Dec 2018 10:16:34 +0100 + +golang-github-minio-minio-go (6.0.1-1) unstable; urgency=medium + + * New upstream release. + * (Build-)Depends: + + golang-golang-x-crypto-dev + + golang-golang-x-net-dev + * Standards-Version: 4.1.4. + + -- Dmitry Smirnov Fri, 01 Jun 2018 09:46:06 +1000 + +golang-github-minio-minio-go (4.0.5-3) unstable; urgency=medium + + * Team upload. + * Vcs-* urls: pkg-go-team -> go-team. + + -- Alexandre Viau Tue, 06 Feb 2018 00:15:38 -0500 + +golang-github-minio-minio-go (4.0.5-2) unstable; urgency=medium + + * Team upload. + * point Vcs-* urls to salsa.d.o subproject + + -- Alexandre Viau Thu, 25 Jan 2018 16:53:25 -0500 + +golang-github-minio-minio-go (4.0.5-1) unstable; urgency=medium + + * New upstream version 4.0.5 + * remove go-homedir patch (upstream now uses github.com/mitchellh/go-homedir) + * move to salsa.debian.org + * update Standards-Version to 4.1.3 + - use priority optional instead of extra + - use https URL in copyright file + + -- Félix Sipma Fri, 05 Jan 2018 11:29:36 +0100 + +golang-github-minio-minio-go (3.0.0-1) unstable; urgency=medium + + * gbp.conf: remove merge = false for idiomatic repository layout + * New upstream version 3.0.0 + * Experimental to unstable, as the freeze is over + + -- Michael Stapelberg Fri, 21 Jul 2017 08:05:09 +0200 + +golang-github-minio-minio-go (2.1.0-1) experimental; urgency=medium + + * New upstream version 2.1.0 + * avoid tests which access to s3.amazonaws.com with '-short' flag + + -- Félix Sipma Wed, 17 May 2017 11:20:05 +0200 + +golang-github-minio-minio-go (2.0.2-1) unstable; urgency=medium + + * New upstream version 2.0.2 + * restore dh-make-golang default gbp.conf + * increase debian/compat to 10 + * update debian/control + * improve package description + + -- Félix Sipma Sun, 11 Dec 2016 23:48:22 +0100 + +golang-github-minio-minio-go (2.0.1-1) unstable; urgency=medium + + * Initial release (Closes: #831837). + + -- Dmitry Smirnov Wed, 20 Jul 2016 13:42:58 +1000 diff --git a/compat b/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +10 diff --git a/control b/control new file mode 100644 index 0000000..d431b2f --- /dev/null +++ b/control @@ -0,0 +1,29 @@ +Source: golang-github-minio-minio-go +Section: devel +Priority: optional +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Félix Sipma +Build-Depends: debhelper (>= 10), + dh-golang, + golang-any + ,golang-github-go-ini-ini-dev + ,golang-github-mitchellh-go-homedir-dev + ,golang-golang-x-crypto-dev + ,golang-golang-x-net-dev +Standards-Version: 4.2.1 +Homepage: https://github.com/minio/minio-go +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-minio-minio-go +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-minio-minio-go.git +XS-Go-Import-Path: github.com/minio/minio-go + +Package: golang-github-minio-minio-go-dev +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends} + ,golang-github-go-ini-ini-dev + ,golang-github-mitchellh-go-homedir-dev + ,golang-golang-x-crypto-dev + ,golang-golang-x-net-dev +Description: Go library for Amazon S3 compatible cloud storage + The Minio Golang Client SDK provides simple APIs to access any Amazon S3 + compatible object storage server. diff --git a/copyright b/copyright new file mode 100644 index 0000000..85bb367 --- /dev/null +++ b/copyright @@ -0,0 +1,27 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: minio-go +Source: https://github.com/minio/minio-go + +Files: * +Copyright: 2015-2018 Minio, Inc +License: Apache-2.0 + +Files: debian/* +Copyright: 2016-2018 Dmitry Smirnov +License: Apache-2.0 + +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. + . + 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/gbp.conf b/gbp.conf new file mode 100644 index 0000000..1d6ee7b --- /dev/null +++ b/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +pristine-tar = True + +[dch] +id-length = 0 diff --git a/gitlab-ci.yml b/gitlab-ci.yml new file mode 100644 index 0000000..5c8c31b --- /dev/null +++ b/gitlab-ci.yml @@ -0,0 +1,28 @@ + +# auto-generated, DO NOT MODIFY. +# The authoritative copy of this file lives at: +# https://salsa.debian.org/go-team/ci/blob/master/cmd/ci/gitlabciyml.go + +# TODO: publish under debian-go-team/ci +image: stapelberg/ci2 + +test_the_archive: + artifacts: + paths: + - before-applying-commit.json + - after-applying-commit.json + script: + # Create an overlay to discard writes to /srv/gopath/src after the build: + - "rm -rf /cache/overlay/{upper,work}" + - "mkdir -p /cache/overlay/{upper,work}" + - "mount -t overlay overlay -o lowerdir=/srv/gopath/src,upperdir=/cache/overlay/upper,workdir=/cache/overlay/work /srv/gopath/src" + - "export GOPATH=/srv/gopath" + - "export GOCACHE=/cache/go" + # Build the world as-is: + - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > before-applying-commit.json" + # Copy this package into the overlay: + - "GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage --git-no-pristine-tar --git-ignore-branch --git-ignore-new --git-export-dir=/tmp/export --git-no-overlay --git-tarball-dir=/nonexistant --git-cleaner=/bin/true --git-builder='dpkg-buildpackage -S -d --no-sign'" + - "pgt-gopath -dsc /tmp/export/*.dsc" + # Rebuild the world: + - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > after-applying-commit.json" + - "ci-diff before-applying-commit.json after-applying-commit.json" diff --git a/rules b/rules new file mode 100755 index 0000000..bd19989 --- /dev/null +++ b/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +export DH_GOLANG_EXCLUDES := examples + +# Required for tests: +export DH_GOLANG_INSTALL_EXTRA := ./pkg/credentials/config.json.sample ./pkg/credentials/credentials.sample + +%: + dh $@ --buildsystem=golang --with=golang +override_dh_auto_test: + # set -short param to avoid tests that access to s3.amazonaws.com + # api_functional_v4_test.go is needed for other tests to run + dh_auto_test -- -short diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/watch b/watch new file mode 100644 index 0000000..011c3bb --- /dev/null +++ b/watch @@ -0,0 +1,4 @@ +version=3 + + https://github.com/minio/minio-go/releases \ + .*/archive/v?(\d[\d\.\-rc]+)\.tar\.gz -- cgit v1.2.3