Package: highlight / 3.18-3

Metadata

Package Version Patches format
highlight 3.18-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 debcherry fixup patch.patch | (download)

examples/swig/makefile | 4 2 + 2 - 0 !
src/makefile | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 [patch 1/5] debcherry fixup patch

6f406e5 use lua5.2 on debian
	 - no changes against upstream or conflicts
dbd1a64 Set debian specific name for lua package.
	 - extra changes or conflicts
f8fd5f3 partial revert of 16f2ae68dc.  Modification of upstream makefile is no longer required to suppress a lintian warning.
	 - extra changes or conflicts
d460c96 Imported Upstream version 2.10
	 - extra changes or conflicts
3b29289 compile swig wrapper with -fPIC
	 - extra changes or conflicts
a0f117c install swig generated perl bindings, and an example script
	 - extra changes or conflicts

0002 examples swig makefile add on to CFLAGS rather than .patch | (download)

examples/swig/makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/5] examples/swig/makefile: add on to cflags rather than
 overriding them.

At least on Debian, this is nicer for passing in hardening flags.

0003 add CPPFLAGS to C compilation line.patch | (download)

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

 [patch 3/5] add cppflags to c++ compilation line.

This is needed for hardening flags.

0004 Add on to LDFLAGS rather than overwriting them.patch | (download)

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

 [patch 4/5] add on to ldflags rather than overwriting them.

This is again useful for handling hardening flags on Debian.

0005 pass LDFLAGS when compiling python and perl extensio.patch | (download)

examples/swig/makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch 5/5] pass ldflags when compiling python and perl extension
 libs.

This is again useful for hardening flags.