[pkg-go] Bug#929176: ship the pass helper
Antoine Beaupre
anarcat at debian.org
Sat May 18 17:37:45 BST 2019
Package: golang-docker-credential-helpers
Version: 0.6.1-2
Severity: wishlist
The source code to this package also ships a very useful `pass`
credentials helper that can easily be built and shipped. I believe the
attached debdiff makes it build and ship correctly.
A.
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental'), (1, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8), LANGUAGE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages golang-docker-credential-helpers depends on:
ii libc6 2.28-10
ii libglib2.0-0 2.58.3-1
ii libsecret-1-0 0.18.7-1
golang-docker-credential-helpers recommends no packages.
golang-docker-credential-helpers suggests no packages.
-- no debconf information
-------------- next part --------------
diff -Nru golang-github-docker-docker-credential-helpers-0.6.1/debian/changelog golang-github-docker-docker-credential-helpers-0.6.1/debian/changelog
--- golang-github-docker-docker-credential-helpers-0.6.1/debian/changelog 2019-02-27 20:31:29.000000000 -0500
+++ golang-github-docker-docker-credential-helpers-0.6.1/debian/changelog 2019-05-18 12:32:39.000000000 -0400
@@ -1,3 +1,10 @@
+golang-github-docker-docker-credential-helpers (0.6.1-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * build pass extension
+
+ -- Antoine Beaupré <anarcat at debian.org> Sat, 18 May 2019 12:32:39 -0400
+
golang-github-docker-docker-credential-helpers (0.6.1-2) unstable; urgency=medium
* Team upload.
diff -Nru golang-github-docker-docker-credential-helpers-0.6.1/debian/golang-docker-credential-helpers.install golang-github-docker-docker-credential-helpers-0.6.1/debian/golang-docker-credential-helpers.install
--- golang-github-docker-docker-credential-helpers-0.6.1/debian/golang-docker-credential-helpers.install 2019-02-27 20:31:29.000000000 -0500
+++ golang-github-docker-docker-credential-helpers-0.6.1/debian/golang-docker-credential-helpers.install 2019-05-18 12:32:39.000000000 -0400
@@ -1 +1,2 @@
bin/docker-credential-secretservice usr/bin
+bin/docker-credential-pass usr/bin
diff -Nru golang-github-docker-docker-credential-helpers-0.6.1/debian/rules golang-github-docker-docker-credential-helpers-0.6.1/debian/rules
--- golang-github-docker-docker-credential-helpers-0.6.1/debian/rules 2019-02-27 20:31:29.000000000 -0500
+++ golang-github-docker-docker-credential-helpers-0.6.1/debian/rules 2019-05-18 12:31:54.000000000 -0400
@@ -8,6 +8,7 @@
override_dh_auto_build:
dh_auto_build
GOPATH=$(shell pwd)/obj-$(DEB_HOST_GNU_TYPE) make secretservice
+ GOPATH=$(shell pwd)/obj-$(DEB_HOST_GNU_TYPE) make pass
override_dh_auto_clean:
dh_auto_clean
More information about the Pkg-go-maintainers
mailing list