Package: golang-go-dbus
Version: 1~bzr20150122-1
Followup-For: Bug #952299
User: [email protected]
Usertags: origin-ubuntu focal ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* debian/rules: Export home directory to fix FTBFS initializing build cache.
Thanks for considering the patch.
Logan
-- System Information:
Debian Release: bullseye/sid
APT prefers focal
APT policy: (500, 'focal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.4.0-14-generic (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru golang-go-dbus-1~bzr20150203/debian/rules
golang-go-dbus-1~bzr20150203/debian/rules
--- golang-go-dbus-1~bzr20150203/debian/rules 2015-01-26 12:11:27.000000000
-0500
+++ golang-go-dbus-1~bzr20150203/debian/rules 2020-03-07 00:21:40.000000000
-0500
@@ -6,6 +6,7 @@
export DH_GOPKG := launchpad.net/go-dbus/v1
export BUILDDIR := build
+export HOME = $(CURDIR)
%:
dh $@ --buildsystem=golang --with=golang --builddirectory=$(BUILDDIR)