Source: chrootuid
Version: 1.3-6
Tags: patch
User: [email protected]
Usertags: ftcbfs
chrootuid 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 chrootuid cross buildable. Please consider applying the attached
patch.
Helmut
diff -u chrootuid-1.3/debian/rules chrootuid-1.3/debian/rules
--- chrootuid-1.3/debian/rules
+++ chrootuid-1.3/debian/rules
@@ -8,7 +8,7 @@
build: build-stamp
build-stamp:
dh_testdir
- $(MAKE)
+ dh_auto_build
touch build-stamp
clean:
diff -u chrootuid-1.3/debian/control chrootuid-1.3/debian/control
--- chrootuid-1.3/debian/control
+++ chrootuid-1.3/debian/control
@@ -2,7 +2,7 @@
Section: admin
Priority: optional
Maintainer: Javier Fernandez-Sanguino Pen~a <[email protected]>
-Build-Depends: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.1.0
Homepage: http://ftp.porcupine.org/pub/security/index.html
diff -u chrootuid-1.3/debian/changelog chrootuid-1.3/debian/changelog
--- chrootuid-1.3/debian/changelog
+++ chrootuid-1.3/debian/changelog
@@ -1,3 +1,10 @@
+chrootuid (1.3-6.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Fri, 27 Dec 2019 19:47:08 +0100
+
chrootuid (1.3-6) unstable; urgency=low
* Change maintainer's e-mail address