Codebase list texinfo / a3660ff
Stop calling test suite in debian/rules, use it as autopkgtest. Hilmar Preusse 2 years ago
4 changed file(s) with 19 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 texinfo (6.8-2) UNRELEASED; urgency=medium
1
2 [ Hilmar Preusse <hille42@web.de> ]
3 * Stop calling test suite in debian/rules, use the test suite as
4 autopkgtest instead. This should fix build failure on hurd-i386.
15
26 * Cherry-pick upstream fix for makeinfo reading from - (stdin).
37
5555 touch $@
5656
5757 check-stamp: build-stamp
58 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
59 $(MAKE) check ALL_TESTS=yes
60 endif
58 #ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
59 # $(MAKE) check ALL_TESTS=yes
60 #endif
6161 touch $@
6262
6363 clean:
0 Tests: test-suite
1 Depends: build-essential,
2 libncurses-dev,
3 gettext,
4 libtext-unidecode-perl,
5 libperl-dev
6 Restrictions: build-needed
0 #!/bin/sh
1
2 set -e
3
4 make check ALL_TESTS=yes