Le 17/09/2015 22:45, Rebecca N. Palmer a écrit :
> Also, nearly all the tests failed: the build treats this as
> non-fatal, but it should probably be investigated.

Just for the record, failed tests are fatal but the failure is
postponed in order to get more info from build logs:

override_dh_auto_test:
        # Failure in testsuite is delayed until symbols handling
        # and all files are logged.
        $(RM) debian/stamp-failed-testsuite
        if ! dh_auto_test ; then \
                [...]
                touch debian/stamp-failed-testsuite; \
        fi

override_dh_makeshlibs:
        dh_makeshlibs
        if test -f debian/stamp-failed-testsuite ; then \
                grep '^ .*FAILED' < tests/testsuite.log ; \
                exit 1 ; \
        fi

-- 
Vincent Danjean       GPG key ID 0xD17897FA         vdanj...@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main

Reply via email to