[pkg-go] Bug#892117: [PATCH] Please set Built-Using field

Michael Stapelberg stapelberg at debian.org
Mon Mar 5 19:13:10 UTC 2018


Source: kxd
Severity: wishlist
Tags: patch

Please consider merging the attached patch. Thanks!

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armel, mipsel, arm64

Kernel: Linux 4.13.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
>From 70158dd120d5796b953f7d48613caa00f414dd74 Mon Sep 17 00:00:00 2001
From: Michael Stapelberg <stapelberg at debian.org>
Date: Mon, 5 Mar 2018 20:12:31 +0100
Subject: [PATCH] Set Built-Using

---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index b12e67e..8c248ac 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/kxd.git
 Package: kxc
 Architecture: any
 Depends: cryptsetup, ${misc:Depends}, ${shlibs:Depends}
+Built-Using: ${misc:Built-Using}
 Description: Key exchange daemon -- client
  kxd is a key exchange daemon, which serves blobs of data (keys) over https.
  .
@@ -29,6 +30,7 @@ Description: Key exchange daemon -- client
 Package: kxd
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Built-Using: ${misc:Built-Using}
 Description: Key exchange daemon
  kxd is a key exchange daemon, which serves blobs of data (keys) over https.
  .
-- 
2.15.1



More information about the Pkg-go-maintainers mailing list