[Reproducible-commits] [debhelper] 21/33: dh_auto_clean: Run tests as normal during cross-building

Mattia Rizzolo mattia at mapreri.org
Sun Jun 28 13:15:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

mapreri-guest pushed a commit to branch pu/reproducible_builds
in repository debhelper.

commit 49df7380cd2279dd30d965b2a88d81ccf7fc8216
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Jun 15 08:56:51 2015 +0200

    dh_auto_clean: Run tests as normal during cross-building
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 2 ++
 dh_auto_test     | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2373733..b5aa3f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ debhelper (9.20150508) UNRELEASED; urgency=medium
     (Closes: #740405)
   * dh_makeshlibs: Fix typo in manpage.  Thanks to Jakub Wilk for
     reporting it.  (Closes: #788473)
+  * dh_auto_test: Run tests by default even during cross-building.
+    (Closes: #726967)
 
   [ Thibaut Paumard ]
   * Bug fix: "dh_usrlocal leaves directories behind", thanks to Andreas
diff --git a/dh_auto_test b/dh_auto_test
index 64c61d2..5196713 100755
--- a/dh_auto_test
+++ b/dh_auto_test
@@ -52,8 +52,7 @@ compiled.
 
 =cut
 
-if (get_buildoption("nocheck")
-    || (dpkg_architecture_value("DEB_HOST_GNU_TYPE") ne dpkg_architecture_value("DEB_BUILD_GNU_TYPE"))) {
+if (get_buildoption("nocheck")) {
 	exit 0;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git



More information about the Reproducible-commits mailing list