Source: e2fsprogs
Version: 1.45.3-3
Severity: important
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

e2fsprogs fails to cross build from source, since the -3 upload, because
its support for DEB_BUILD_OPTIONS=nocheck is broken. Setting severity to
important, because e2fsprogs is required for bootstrapping. Please
consider applying the attached patch.

Helmut
diff --minimal -Nru e2fsprogs-1.45.3/debian/changelog 
e2fsprogs-1.45.3/debian/changelog
--- e2fsprogs-1.45.3/debian/changelog   2019-07-25 21:35:01.000000000 +0200
+++ e2fsprogs-1.45.3/debian/changelog   2019-07-27 23:00:15.000000000 +0200
@@ -1,3 +1,10 @@
+e2fsprogs (1.45.3-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Reenable support for DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 27 Jul 2019 23:00:15 +0200
+
 e2fsprogs (1.45.3-3) unstable; urgency=medium
 
   * Fix Breaks/Replace dependency for logsave (Closes: #932874)
diff --minimal -Nru e2fsprogs-1.45.3/debian/rules e2fsprogs-1.45.3/debian/rules
--- e2fsprogs-1.45.3/debian/rules       2019-07-25 21:35:01.000000000 +0200
+++ e2fsprogs-1.45.3/debian/rules       2019-07-27 23:00:15.000000000 +0200
@@ -170,7 +170,9 @@
        dh_gencontrol --remaining-packages
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        $(MAKE) -C ${stdbuilddir} V=1 check
+endif
 
 test_printenv:
        printenv | sort

Reply via email to