Source: vncsnapshot
Version: 1.2a-5.1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

vncsnapshot fails to cross build from source, because it does not pass
cross tools to make. The easiest way of fixing that - using
dh_auto_build - makes vncsnapshot cross buildable. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru vncsnapshot-1.2a/debian/changelog 
vncsnapshot-1.2a/debian/changelog
--- vncsnapshot-1.2a/debian/changelog   2012-06-06 18:56:25.000000000 +0200
+++ vncsnapshot-1.2a/debian/changelog   2020-04-19 21:26:34.000000000 +0200
@@ -1,3 +1,10 @@
+vncsnapshot (1.2a-5.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 19 Apr 2020 21:26:34 +0200
+
 vncsnapshot (1.2a-5.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --minimal -Nru vncsnapshot-1.2a/debian/rules vncsnapshot-1.2a/debian/rules
--- vncsnapshot-1.2a/debian/rules       2012-06-06 18:55:44.000000000 +0200
+++ vncsnapshot-1.2a/debian/rules       2020-04-19 21:26:33.000000000 +0200
@@ -27,7 +27,7 @@
 
 build-stamp: configure-stamp 
        dh_testdir
-       $(MAKE)
+       dh_auto_build
        touch build-stamp
 
 clean:

Reply via email to