Package: dh-go
Version: 1.68
Severity: normal
X-Debbugs-Cc: [email protected], [email protected]
Dear Maintainer,
While trying to migrate a very simple Go package I maintain (gohelp2man)
from dh-golang to dh-go I get this error:
dh_dwz -a -O--builddirectory=debian/_build -O--buildsystem=golang
dwz: debian/gohelp2man/usr/bin/gohelp2man: Unknown debugging section
.debug_addr
dh_dwz: error: dwz -- debian/gohelp2man/usr/bin/gohelp2man returned exit code
1
dh_dwz: error: Aborting due to earlier error
I only applied the following patch:
diff --git a/debian/control b/debian/control
index a5f575c..fd411b8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: golang
Maintainer: Debian Go Packaging Team <[email protected]>
Uploaders: Nicolas Peugnet <[email protected]>,
Build-Depends: debhelper-compat (= 13),
- dh-sequence-golang,
+ dh-go,
dpkg-build-api (= 1),
golang-any,
Testsuite: autopkgtest-pkg-go
-- System Information:
Debian Release: forky/sid
APT prefers testing
APT policy: (500, 'testing'), (10, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 7.1.8+deb14.1-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_GB.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages dh-go depends on:
ii debhelper 14.3
ii libdpkg-perl 1.23.7
ii perl 5.42.3-1
dh-go recommends no packages.
dh-go suggests no packages.