Source: nettoe
Version: 1.5.1-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

nettoe fails to cross build from source, because it does not pass --host
to ./configure. The easiest way of fixing that - using dh_auto_configure
- makes nettoe cross buildable. Please consider applying the attached
patch.

Helmut
diff --minimal -Nru nettoe-1.5.1/debian/changelog nettoe-1.5.1/debian/changelog
--- nettoe-1.5.1/debian/changelog       2016-04-05 22:37:39.000000000 +0200
+++ nettoe-1.5.1/debian/changelog       2019-02-18 06:44:15.000000000 +0100
@@ -1,3 +1,10 @@
+nettoe (1.5.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 18 Feb 2019 06:44:15 +0100
+
 nettoe (1.5.1-2) unstable; urgency=low
 
   * Set Standards-Version to 3.9.7, no changes.
diff --minimal -Nru nettoe-1.5.1/debian/rules nettoe-1.5.1/debian/rules
--- nettoe-1.5.1/debian/rules   2016-04-05 19:13:40.000000000 +0200
+++ nettoe-1.5.1/debian/rules   2019-02-18 06:44:14.000000000 +0100
@@ -8,8 +8,7 @@
        dh $@ --with autoreconf
 
 override_dh_auto_configure:
-       ./configure --prefix=/usr \
+       dh_auto_configure -- \
                --bindir=/usr/games \
-               --mandir=/usr/share/man \
                --enable-desktop
 

Reply via email to