* Fix bug in configure.in where old format string support wasn’t disabled
* Work around a bug in GCC’s warnings
* Retain support for old info format strings for now
+ * Note that running the sanity testsuite needs procps in a comment
+ * corresponding to MirBSD CVS 0AB9.1
- -- Thorsten Glaser <tg@mirbsd.de> Sun, 31 Jan 2021 16:17:24 +0100
+ -- Thorsten Glaser <tg@mirbsd.de> Sun, 31 Jan 2021 18:17:11 +0100
cvs (2:1.12.13+real-27) unstable; urgency=low
Build-Depends: debhelper-compat (= 13),
ghostscript, groff, libbsd-dev, libkrb5-dev | heimdal-dev,
# # optional, for running the sanity suite
- procps,
+# procps,
texinfo, texlive-base, zlib1g-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
endif
ifneq (,$(filter sanity,$(DEB_BUILD_OPTIONS)))
# run the testsuite after build (DEB_BUILD_OPTIONS=sanity)
+ # Depends on procps and, if running locally (not in a buildd chroot),
+ # ssh + rsync (logging in to localhost), for testing remote/proxy op.
# warning: this takes a *lot* of time!
# idea: run this under Valgrind to take even more time ;)
cd debian/builddir && ${MAKE} ${MAKE_ARGS} check