Codebase list pspp / debian/0.8.3-1.1
Import Debian changes 0.8.3-1.1 pspp (0.8.3-1.1) unstable; urgency=low * debian/rules: Dump testsuite.log to stdout on failure to make autobuilder test failures easier to debug. Ben Pfaff authored 9 years ago Andreas Tille committed 5 years ago
2 changed file(s) with 22 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 pspp (0.8.3-1.1) unstable; urgency=low
1
2 * debian/rules: Dump testsuite.log to stdout on failure to make
3 autobuilder test failures easier to debug.
4
5 -- Ben Pfaff <pfaffben@debian.org> Sat, 16 Aug 2014 09:41:42 -0700
6
07 pspp (0.8.3-1) unstable; urgency=low
18
29 * upgrade to upstream version 0.8.3
88 # Uncomment this to turn on verbose mode.
99 export DH_VERBOSE=1
1010
11 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
12 PARALLEL = -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
13 else
14 PARALLEL =
15 endif
16 MAKEFLAGS += $(PARALLEL)
17
1118 %:
1219 dh $@
1320
1421 override_dh_auto_build:
15 dh_auto_build -- all html pdf
22 $(MAKE) all html pdf
23 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
24 if $(MAKE) check TESTSUITEFLAGS='$(PARALLEL)'; then :; \
25 else \
26 cat _debian/tests/testsuite.log; \
27 exit 1; \
28 fi
29 endif
1630
1731 override_dh_auto_configure:
1832 dh_auto_configure -- --disable-rpath