Source: dtach
Version: 0.9-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

dtach fails to cross build from source, because it does not pass --host
to ./configure. dh_auto_configure knows how to do that, so removing the
override makes the cross build succeed. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru dtach-0.9/debian/changelog dtach-0.9/debian/changelog
--- dtach-0.9/debian/changelog  2016-05-21 12:02:33.000000000 +0200
+++ dtach-0.9/debian/changelog  2017-01-12 22:41:30.000000000 +0100
@@ -1,3 +1,10 @@
+dtach (0.9-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Drop unnecessary override_dh_auto_configure (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 12 Jan 2017 22:41:30 +0100
+
 dtach (0.9-1) unstable; urgency=low
 
   * New upstream release (Closes: #804944, #805417)
diff --minimal -Nru dtach-0.9/debian/rules dtach-0.9/debian/rules
--- dtach-0.9/debian/rules      2016-05-21 09:55:07.000000000 +0200
+++ dtach-0.9/debian/rules      2017-01-12 22:41:24.000000000 +0100
@@ -6,8 +6,5 @@
 %:
        dh $@
 
-override_dh_auto_configure:
-       ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
-
 override_dh_auto_install:
        install -o root -g root -m 0755 -D dtach 
$(CURDIR)/debian/dtach/usr/bin/dtach

Reply via email to