Package: mwrap / 1.1.1-6
Metadata
Package | Version | Patches format |
---|---|---|
mwrap | 1.1.1-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix doc build.patch | (download) |
Makefile |
6 6 + 0 - 0 ! |
fix documentation generation Create targets in Makefile to build mwrap.pdf and to clean it. |
examples makefiles.patch | (download) |
example/Makefile |
2 0 + 2 - 0 ! |
make examples makefile installable This patch modifies the Makefile in examples in order to avoid them to rely on the source package hierarchy, thus making them usable in examples in the binary package. |
allow alternate mwrap in tests.patch | (download) |
testing/Makefile |
26 14 + 12 - 0 ! |
allow alternate mwrap binary in testing/makefile This allows the use of testing/Makefile in the Debian CI context, for which the installed package is exercised instead of the unpackaged sources. This can be achieved by changing the MWRAP variable, which is now defined in testing/Makefile. |
reproducible build.patch | (download) |
Makefile |
8 7 + 1 - 0 ! |
make build reproducible Avoid variable time stamps in the PDF file generated by pdfLaTeX. See https://wiki.debian.org/ReproducibleBuilds/TimestampsInPDFGeneratedByLaTeX. |
force doc date.patch | (download) |
doc/mwrap.tex |
1 1 + 0 - 0 ! |
force date of document This should make the build reproducible. |
compile with bison 3.6.1.patch | (download) |
testing/test_syntax.ref |
2 1 + 1 - 0 ! |
compile with bison 3.6.1 |
use implicit rules.patch | (download) |
src/Makefile |
9 1 + 8 - 0 ! |
use implicit rules in makefile and force use of ldflags |
avoid race condition parallel make.patch | (download) |
src/Makefile |
2 1 + 1 - 0 ! |
avoid race condition with parallel make |
deprecated error verbose bison.patch | (download) |
src/Makefile |
11 10 + 1 - 0 ! |
avoid deprecated bison directive %error-verbose with bison version >= 3 |