Source: ssed
Version: 3.62-7
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

Please support skipping the test suite when passing
DEB_BUILD_OPTIONS=nocheck. Among other things not doing so breaks cross
compilation. I'm attaching a patch for your convenience.

Helmut
diff -u ssed-3.62/debian/rules ssed-3.62/debian/rules
--- ssed-3.62/debian/rules
+++ ssed-3.62/debian/rules
@@ -19,7 +19,9 @@
 
        $(MAKE)
 
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        $(MAKE) check
+endif
 
        touch build-stamp
 
diff -u ssed-3.62/debian/changelog ssed-3.62/debian/changelog
--- ssed-3.62/debian/changelog
+++ ssed-3.62/debian/changelog
@@ -1,3 +1,10 @@
+ssed (3.62-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Honour DEB_BUILD_OPTIONS=nocheck. (closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 24 Mar 2021 12:37:19 +0100
+
 ssed (3.62-7) unstable; urgency=low
 
   * Updated maintainer field (closes: #565360)

Reply via email to