Source: httping
Version: 4.4.0-2
Tags: patch
User: [email protected]
Usertags: ftcbfs

httping fails to cross build from source, because debian/rules confuses
build and host architecture. I'm attaching a patch to fix this and it
makes httping cross build successfully. Please consider applying it.

Helmut
diff --minimal -Nru httping-4.4.0/debian/changelog 
httping-4.4.0/debian/changelog
--- httping-4.4.0/debian/changelog      2025-03-24 08:39:56.000000000 +0100
+++ httping-4.4.0/debian/changelog      2025-04-22 09:36:40.000000000 +0200
@@ -1,3 +1,10 @@
+httping (4.4.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Fix build vs host confusion. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Tue, 22 Apr 2025 09:36:40 +0200
+
 httping (4.4.0-2) unstable; urgency=medium
 
   * Drop build-depends cppcheck and add gettext.
diff --minimal -Nru httping-4.4.0/debian/rules httping-4.4.0/debian/rules
--- httping-4.4.0/debian/rules  2025-03-21 07:50:40.000000000 +0100
+++ httping-4.4.0/debian/rules  2025-04-22 09:36:39.000000000 +0200
@@ -12,5 +12,5 @@
 
 override_dh_auto_install:
                mkdir -p $(CURDIR)/debian/httping/usr/bin
-               cp $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)/httping  
$(CURDIR)/debian/httping/usr/bin
+               cp $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/httping  
$(CURDIR)/debian/httping/usr/bin
                dh_installman httping.1

Reply via email to