Source: cryptcat
Version: 20031202-4
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff -u cryptcat-20031202/debian/changelog cryptcat-20031202/debian/changelog
--- cryptcat-20031202/debian/changelog
+++ cryptcat-20031202/debian/changelog
@@ -1,3 +1,10 @@
+cryptcat (20031202-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 10 Jan 2020 16:46:56 +0100
+
 cryptcat (20031202-4) unstable; urgency=low
 
   * Removed "-s" in original Makefile to accomodate
diff -u cryptcat-20031202/debian/control cryptcat-20031202/debian/control
--- cryptcat-20031202/debian/control
+++ cryptcat-20031202/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Lars Bahner <bah...@debian.org>
-Build-Depends: debhelper (>> 5.0.0), dpatch
+Build-Depends: debhelper (>= 7), dpatch
 Standards-Version: 3.8.0
 
 Package: cryptcat
diff -u cryptcat-20031202/debian/rules cryptcat-20031202/debian/rules
--- cryptcat-20031202/debian/rules
+++ cryptcat-20031202/debian/rules
@@ -10,8 +10,7 @@
 
 build: patch
        dh_testdir
-
-       $(MAKE) linux
+       dh_auto_build -- linux
 
 clean: unpatch
 

Reply via email to