Source: whois
Version: 5.5.3
Tags: patch
User: [email protected]
Usertags: ftcbfs

Since the dh conversion in 5.5.3, the package no longer passes cross
tools to make. Please consider applying the attached patch to fix that.
Also consider making the package nmu-able.

Helmut
diff --minimal -Nru whois-5.5.4/debian/changelog whois-5.5.5/debian/changelog
--- whois-5.5.4/debian/changelog        2019-12-31 03:04:15.000000000 +0100
+++ whois-5.5.5/debian/changelog        2020-01-02 21:55:09.000000000 +0100
@@ -1,3 +1,10 @@
+whois (5.5.5) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Thu, 02 Jan 2020 21:55:09 +0100
+
 whois (5.5.4) unstable; urgency=medium
 
   * Updated the .vu TLD server.
diff --minimal -Nru whois-5.5.4/debian/rules whois-5.5.5/debian/rules
--- whois-5.5.4/debian/rules    2019-11-14 04:31:41.000000000 +0100
+++ whois-5.5.5/debian/rules    2020-01-02 21:55:02.000000000 +0100
@@ -4,5 +4,5 @@
        dh $@
 
 override_dh_auto_build:
-       $(MAKE) CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1
+       dh_auto_build -- CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1
 

Reply via email to