* Remove unnecessary autopoint from Build-Depends; optimise them
* Harmonise PDF version 1.4 across all generated PDFs
* Generate all PDFs using the PA4 paper size (prints on Letter and A4)
+ * Disable parallel build because the testsuite is not safe
- -- Thorsten Glaser <tg@mirbsd.de> Mon, 09 Jan 2017 23:07:12 +0000
+ -- Thorsten Glaser <tg@mirbsd.de> Mon, 09 Jan 2017 23:19:38 +0000
cvs (2:1.12.13+real-20) unstable; urgency=low
CONFIGURE_ENV+= LDFLAGS='${LDFLAGS}'
endif
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-NUMJOBS= $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-MAKEFLAGS+= -j${NUMJOBS}
-endif
-
LIBS+= -lbsd
CONFIGURE_ENV+= LIBS='${LIBS}'