[debhelper-devel] [debhelper] 01/01: dh_auto_test: Note that tests are run under cross-builds

Niels Thykier nthykier at moszumanska.debian.org
Sun Oct 9 05:35:23 UTC 2016


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 0b8b91707f1f335ea4ab56df56e84cd058ac508c
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Oct 8 22:58:00 2016 +0000

    dh_auto_test: Note that tests are run under cross-builds
    
    Remove now wrong note from dh_auto_test that tests are skipped while
    cross compiling
    
    That's not true anymore since 49df7380cd2279dd30d965b2a88d81ccf7fc8216 (triggered
    by #726967).
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 2 ++
 dh_auto_test     | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9852a76..4f2edce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ debhelper (10.2.3) UNRELEASED; urgency=medium
 
   * Fix wrong German translation of dh_systemd_start man page. Thanks to
     Thorsten Alteholz for spotting the mistake! (Closes: #839655)
+  * dh_auto_test: Apply patch from Mattia Rizzolo to update
+    documentation about running tests during cross-building.
 
  -- Axel Beckert <abe at debian.org>  Sat, 08 Oct 2016 13:37:56 +0200
 
diff --git a/dh_auto_test b/dh_auto_test
index 13dad9a..af4b85d 100755
--- a/dh_auto_test
+++ b/dh_auto_test
@@ -48,9 +48,6 @@ B<dh_auto_test> usually passes.
 If the B<DEB_BUILD_OPTIONS> environment variable contains B<nocheck>, no
 tests will be performed.
 
-dh_auto_test does not run the test suite when a package is being cross
-compiled.
-
 =cut
 
 if (get_buildoption("nocheck")) {

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




More information about the debhelper-devel mailing list