Package: abcmidi / 20141016-1

Metadata

Package Version Patches format
abcmidi 20141016-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hardening.patch | (download)

makefile | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 adjust makefile to enable hardening
 The makefile was over-writing the debian default hardening options,
 so the CFLAGS were changed to add to them rather than replace them.
 .
 CPPFLAGS & LDFLAGS were also added to the makefile targets.
manpages.patch | (download)

doc/abc2abc.1 | 8 4 + 4 - 0 !
doc/abc2midi.1 | 14 7 + 7 - 0 !
doc/midi2abc.1 | 42 21 + 21 - 0 !
doc/midicopy.1 | 10 5 + 5 - 0 !
doc/yaps.1 | 8 4 + 4 - 0 !
5 files changed, 41 insertions(+), 41 deletions(-)

 fix lintian informationals on manpages
 Fixed spelling errors in manpages.
 .
 Escaped all hyphen signs that should be minus signs.
fix_clean_target.patch | (download)

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

 fix clean target
 Patched makefile with a "-" before the rm so that if the removal fails
 because the file does not exist yet, the build continues without stopping.