Source: golang-gopkg-hlandau-service.v2 Version: 2.0.16-4 Followup-For: Bug #1017299 Control: tags -1 patch
I have prepared a debdiff patch to fix this issue. Please find it in the attachment. Regards, ~ Arun Kumar Pariyar
diff -Nru golang-gopkg-hlandau-service.v2-2.0.16/debian/changelog golang-gopkg-hlandau-service.v2-2.0.16/debian/changelog --- golang-gopkg-hlandau-service.v2-2.0.16/debian/changelog 2018-11-19 01:26:07.000000000 +0545 +++ golang-gopkg-hlandau-service.v2-2.0.16/debian/changelog 2022-09-27 00:31:12.000000000 +0545 @@ -1,3 +1,10 @@ +golang-gopkg-hlandau-service.v2 (2.0.16-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Add patch to fix ftbfs due to case-sensitive path (Closes: #1017299). + + -- Arun Kumar Pariyar <openarung...@gmail.com> Tue, 27 Sep 2022 00:31:12 +0545 + golang-gopkg-hlandau-service.v2 (2.0.16-4) unstable; urgency=medium [ Alexandre Viau ] diff -Nru golang-gopkg-hlandau-service.v2-2.0.16/debian/patches/fix-ftbfs-import-path.patch golang-gopkg-hlandau-service.v2-2.0.16/debian/patches/fix-ftbfs-import-path.patch --- golang-gopkg-hlandau-service.v2-2.0.16/debian/patches/fix-ftbfs-import-path.patch 1970-01-01 05:30:00.000000000 +0530 +++ golang-gopkg-hlandau-service.v2-2.0.16/debian/patches/fix-ftbfs-import-path.patch 2022-09-27 00:31:12.000000000 +0545 @@ -0,0 +1,17 @@ +Description: Fix FTBFS due to case-sensitive import path. +Author: Arun Kumar Pariyar <openarung...@gmail.com> +Bug-Debian: https://bugs.debian.org/1017299 +Last-Update: 2022-09-26 +--- + +--- golang-gopkg-hlandau-service.v2-2.0.16.orig/gsptcall/gsptcall-cgo.go ++++ golang-gopkg-hlandau-service.v2-2.0.16/gsptcall/gsptcall-cgo.go +@@ -2,7 +2,7 @@ + + package gsptcall + +-import "github.com/erikdubbelboer/gspt" ++import "github.com/ErikDubbelboer/gspt" + + func setProcTitle(title string) { + gspt.SetProcTitle(title) diff -Nru golang-gopkg-hlandau-service.v2-2.0.16/debian/patches/series golang-gopkg-hlandau-service.v2-2.0.16/debian/patches/series --- golang-gopkg-hlandau-service.v2-2.0.16/debian/patches/series 2016-11-20 10:39:37.000000000 +0545 +++ golang-gopkg-hlandau-service.v2-2.0.16/debian/patches/series 2022-09-27 00:31:12.000000000 +0545 @@ -1 +1,2 @@ license.patch +fix-ftbfs-import-path.patch
OpenPGP_0x4B542AF704F74516.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature