summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFélix Sipma <felix+debian@gueux.org>2018-12-08 10:31:59 +0100
committerFélix Sipma <felix+debian@gueux.org>2018-12-08 10:31:59 +0100
commit7664920ef0071fa47fefda891af2d63e4037885e (patch)
tree6d409661ee2fe4893991d5c0fc87e2c8625ae079
parent40ad4a11635eb0491e97c429431e6c95d58b7d23 (diff)
parent3cfd38af7dc586b8dc2fbc590805f2fa3b3f8672 (diff)
golang-github-minio-minio-go (6.0.11-2) unstable; urgency=medium
* fix messing up in upstream & pristine-tar branches [dgit import unpatched golang-github-minio-minio-go 6.0.11-2]
-rw-r--r--debian/changelog78
-rw-r--r--debian/compat1
-rw-r--r--debian/control29
-rw-r--r--debian/copyright27
-rw-r--r--debian/gbp.conf5
-rw-r--r--debian/gitlab-ci.yml28
-rwxr-xr-xdebian/rules13
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
9 files changed, 186 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cb5fb53
--- /dev/null
+++ b/debian/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 <felix+debian@gueux.org> 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 <felix+debian@gueux.org> 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 <onlyjob@debian.org> 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 <aviau@debian.org> 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 <aviau@debian.org> 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 <felix+debian@gueux.org> 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 <stapelberg@debian.org> 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 <felix+debian@gueux.org> 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 <felix+debian@gueux.org> 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 <onlyjob@debian.org> Wed, 20 Jul 2016 13:42:58 +1000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d431b2f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: golang-github-minio-minio-go
+Section: devel
+Priority: optional
+Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
+Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Félix Sipma <felix+debian@gueux.org>
+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/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..85bb367
--- /dev/null
+++ b/debian/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 <onlyjob@debian.org>
+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/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..1d6ee7b
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+[DEFAULT]
+pristine-tar = True
+
+[dch]
+id-length = 0
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
new file mode 100644
index 0000000..5c8c31b
--- /dev/null
+++ b/debian/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/debian/rules b/debian/rules
new file mode 100755
index 0000000..bd19989
--- /dev/null
+++ b/debian/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/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/watch b/debian/watch
new file mode 100644
index 0000000..011c3bb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+ https://github.com/minio/minio-go/releases \
+ .*/archive/v?(\d[\d\.\-rc]+)\.tar\.gz