golang-github-azure-azure-sdk-for-go (10.3.0~beta-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 36.2.0-1 > 10.3.0~beta-1
- Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-azure-azure-sdk-for-go.git
-
- Branch: debian/sid
- Path: debian/changelog
- Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-azure-azure-sdk-for-go.git
- Last scan: 2019-12-09 06:49:02+00
- Error: The Vcs URL is using anonscm.debian.org. Please update it for the move to salsa.debian.org.
- Next scan: 2019-12-10 09:26:00+00
- Debian changelog in Git:
golang-github-azure-azure-sdk-for-go (36.2.0-1) UNRELEASED; urgency=medium
[ Alexandre Viau ]
* Team upload.
* Point Vcs-* urls to salsa.debian.org.
[ Martín Ferrari ]
* debian/gbp.conf: Update repo layout.
[ Dr. Tobias Quathamer ]
* New upstream version 20.1.0
* Update Standards-Version to 4.2.1, no changes needed
* Update dependencies for new upstream version
[ Arnaud Rebillout ]
* New upstream version 36.2.0
* Remove reference to Gododir in d/rules
* Update copyright
* Update build dependencies
* Comment out build dependencies that are not packaged
* Build and install "storage" only, exclude the rest
* Update maintainer email address
* Bump standards version
* Update debian compat to 12
* Add Rules-Requires-Root to control file
-- Arnaud Rebillout <arnaud.rebillout@collabora.com> Tue, 19 Nov 2019 15:14:00 +0700
- This branch is 24 commits ahead of tag debian/10.3.0_beta-1
- Git log:
commit 07572a5adaeba5a6894a2fec367f8404cbdc2ca0
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 15:14:00 2019 +0700
Update changelog for 36.2.0-1 release
commit f27ff9cd41ceed4052260c2889edb181573e7042
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 15:07:11 2019 +0700
Add Rules-Requires-Root to control file
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
commit f50c937b17ac69161ac945560a927a420454e193
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 15:04:15 2019 +0700
Update debian compat to 12
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
commit 0222e073e042647a16baf198345c626efe2a0575
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 15:03:41 2019 +0700
Bump standards version
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
commit a3dc500f0e960545c7fe0527897ed0e26dab9019
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 15:02:42 2019 +0700
Update maintainer email address
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
commit 8f4493e74209225f3c8f10f8ac0ed2dc65d69465
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 14:52:21 2019 +0700
Build and install "storage" only, exclude the rest
Short read:
This allows to greatly reduce the dependency graph, hence the
maintenance burden for this package. For reference, the subdirectories
`profiles`, `services`, `tools` represent 3,700k lines of Go code. While
`storage`, the only part we care about, is just 10k lines.
Long read:
At the moment, azure-sdk-for-go is only shipped in Debian as a library
for other reverse build dependencies to build. Only 3 reverse build
dependencies exist:
- docker-registry 2.7.1 (wants azure sdk 16)
- restic 0.9.5 (wants azure sdk 26.4)
- vuls 0.7 (wants azure sdk 27)
All of them only require the "storage" package, so let's make our life
easier and only ship "storage" then.
This allows us to remove a bunch of dependencies, including
`github.com/globalsign/mgo` (not packaged in Debian), and also the need
for a more recent version of `github.com/Azure/go-autorest`.
Some build logs to finish:
~~~~
src/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2016-03-30/compute/availabilitysets.go:24:2:
cannot find package "github.com/Azure/go-autorest/tracing" in any of:
/usr/lib/go-1.13/src/github.com/Azure/go-autorest/tracing (from $GOROOT)
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/Azure/go-autorest/tracing (from $GOPATH)
src/github.com/Azure/azure-sdk-for-go/services/cosmos-db/mongodb/client.go:29:2:
cannot find package "github.com/globalsign/mgo" in any of:
/usr/lib/go-1.13/src/github.com/globalsign/mgo (from $GOROOT)
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/globalsign/mgo (from $GOPATH)
~~~~
Anyone interested in packaging azure-sdk, please show up and put some
work on the build dependencies!
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
commit fbdfce358446ffd7457f845d16dbe4fd4eeeac21
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 11:52:26 2019 +0700
Comment out build dependencies that are not packaged
As you can understand with this commit, the package does not build at
the moment, because github.com/globalsign/mgo is not packaged.
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
commit b5f4c2af9fcc86ca1481df1f2629a053ed763f80
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 11:51:37 2019 +0700
Update build dependencies
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
commit 73eae13e64b98352db0bf3615229169e52e75e81
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 11:55:55 2019 +0700
Update copyright
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
commit 8d343c0d6d801027cccc814baf817b6453e591f3
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 11:54:04 2019 +0700
Remove reference to Gododir in d/rules
This directory was removed from upstream a long time ago.
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
commit 8d376f91e3d72eb38828f2291ed70a8717a7ce71
Merge: 1225781e 8759dbe0
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 11:47:22 2019 +0700
Update upstream source from tag 'upstream/36.2.0'
Update to upstream version '36.2.0'
with Debian dir 47d2866d3e3b8258b2472cfcb4da0e817b24c239
commit 8759dbe0fcd7f69a9c3742029f34a783e0cda155
Author: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Date: Tue Nov 19 11:47:22 2019 +0700
New upstream version 36.2.0
commit 1225781ee9b07dea4edf5fd0823559fc28779e6e
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Sun Sep 16 13:50:51 2018 +0200
Update dependencies for new upstream version
commit 9303b9ebf0e1aeceae69ef21d78f1079ca83c59d
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Sun Sep 16 13:38:29 2018 +0200
Update Standards-Version to 4.2.1, no changes needed
commit cbc726c669212e7600d8f1a1b1145e490fbc63a0
Merge: e4fc6a01 bc9a8ea8
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Sun Sep 16 13:31:24 2018 +0200
Merge tag 'upstream/20.1.0' into debian/sid
Upstream version 20.1.0
commit bc9a8ea8be12344d2832eb670077aca3f9a55414
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Sun Sep 16 13:31:19 2018 +0200
New upstream version 20.1.0
commit e4fc6a01b93da112a5bd502acab3ee1fa9e411ff
Author: Martín Ferrari <tincho@debian.org>
Date: Wed Sep 12 20:26:56 2018 +0100
debian/gbp.conf: Update repo layout.
commit b60dc2871257221d4722b2c4228a9e3b128a5636
Author: Michael Stapelberg <stapelberg@debian.org>
Date: Tue Apr 17 20:55:06 2018 +0000
update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)
Gbp-Dch: Ignore
commit 22093cafb7e0f2729aba477b96f50f5dd3e673ec
Author: aviau <alexandre@alexandreviau.net>
Date: Mon Apr 2 14:49:15 2018 -0400
point Vcs-* urls to salsa.debian.org
commit e31500030ccd8af08387d6696ddd5b1a6f0a10ea
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Thu Mar 22 10:13:48 2018 +0100
Update Standards-Version to 4.1.3, no changes needed
commit 405cc98359e609563031a0dd50721a6abde3a741
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Thu Mar 22 10:13:28 2018 +0100
use debhelper v11
commit a9e4e5aeb3078449612707f2a06eac2ef8903f3b
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Thu Mar 22 10:05:51 2018 +0100
Remove patch, is no longer needed with new upstream
commit b906fcb8dd151f0406d0c7cb745b36a72fa4f0ca
Merge: 3d3cffb8 72d51bda
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Thu Mar 22 09:30:45 2018 +0100
Merge tag 'upstream/14.6.0'
Upstream version 14.6.0
commit 72d51bda00239d93619b5e07611917f5344c8800
Author: Dr. Tobias Quathamer <toddy@debian.org>
Date: Thu Mar 22 09:30:42 2018 +0100
New upstream version 14.6.0