Package: mwrap / 1.1.1-6

Metadata

Package Version Patches format
mwrap 1.1.1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix doc build.patch | (download)

Makefile | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 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 !
example/README | 5 5 + 0 - 0 !
example/eventq/Makefile | 4 2 + 2 - 0 !
example/eventq2/Makefile | 4 2 + 2 - 0 !
example/foobar/Makefile | 4 2 + 2 - 0 !
example/zlib/Makefile | 4 2 + 2 - 0 !
6 files changed, 13 insertions(+), 10 deletions(-)

 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 !
1 file changed, 14 insertions(+), 12 deletions(-)

 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 !
1 file changed, 7 insertions(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 compile with bison 3.6.1
use implicit rules.patch | (download)

src/Makefile | 9 1 + 8 - 0 !
1 file changed, 1 insertion(+), 8 deletions(-)

 use implicit rules in makefile and force use of ldflags
avoid race condition parallel make.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid race condition with parallel make
deprecated error verbose bison.patch | (download)

src/Makefile | 11 10 + 1 - 0 !
src/mwrap.y.in | 350 350 + 0 - 0 !
2 files changed, 360 insertions(+), 1 deletion(-)

 avoid deprecated bison directive %error-verbose with bison version >= 3