Source: falselogin
Version: 0.3-4
Tags: patch
User: [email protected]
Usertags: rebootstrap
falselogin fails to cross build from source, because it does not pass
cross tools to make. The simplest way of fixing that - using
dh_auto_build - makes falselogin cross buildable. Please consider
applying the attached patch.
Helmut
diff -u falselogin-0.3/debian/rules falselogin-0.3/debian/rules
--- falselogin-0.3/debian/rules
+++ falselogin-0.3/debian/rules
@@ -11,7 +11,7 @@
build-stamp:
dh_testdir
- $(MAKE) C_ARGS="$(C_ARGS)"
+ dh_auto_build -- C_ARGS="$(C_ARGS)"
touch build-stamp
diff -u falselogin-0.3/debian/changelog falselogin-0.3/debian/changelog
--- falselogin-0.3/debian/changelog
+++ falselogin-0.3/debian/changelog
@@ -1,3 +1,10 @@
+falselogin (0.3-4.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Sat, 27 Apr 2019 12:58:27 +0200
+
falselogin (0.3-4) unstable; urgency=low
* New maintainer.
diff -u falselogin-0.3/debian/control falselogin-0.3/debian/control
--- falselogin-0.3/debian/control
+++ falselogin-0.3/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Kevin Zambrano <[email protected]>
Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 5), publib-dev (>= 0.38-2)
+Build-Depends: debhelper (>= 7), publib-dev (>= 0.38-2)
Package: falselogin
Architecture: any