Package: wcc / 0.0.2+dfsg-3

Metadata

Package Version Patches format
wcc 0.0.2+dfsg-3 3.0 (quilt)

Patch series

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

include/arch.h | 9 8 + 1 - 0 !
include/elf-em.h | 59 59 + 0 - 0 !
2 files changed, 67 insertions(+), 1 deletion(-)

 add support for kernels others than linux
 This support embedded a local implementation of elf-em.h.
 This file simply defines a list of constants specifying target arch for ELF
 binary. The constant name is specific to this file and Linux-specific.
Bug-Debian: https://bugs.debian.org/873783
packaged_liblua.patch | (download)

src/wsh/Makefile | 15 6 + 9 - 0 !
1 file changed, 6 insertions(+), 9 deletions(-)

 using debian packaged liblua instead of embedded one
 This patch deactivate the usage of locally hosted liblua sources
 and use the Debian packaged one instead.
readme.patch | (download)

README.md | 58 0 + 58 - 0 !
1 file changed, 58 deletions(-)

 deleted useless info on how to compile the tool
 Deleted usless information from the package, targeting compilation
 and installation from PPA.
scripts_corrections.patch | (download)

src/wsh/scripts/dumpbin.wsh | 1 1 + 0 - 0 !
src/wsh/scripts/main.wsh | 2 2 + 0 - 0 !
src/wsh/scripts/md5.wsh | 2 1 + 1 - 0 !
src/wsh/scripts/read.wsh | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 2 deletions(-)

 updated scripts shebang
 Updated wsh script to use proper shebang corresponding
 to WCC installation.
spelling_in_man.patch | (download)

doc/manpages/wld.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 spelling corrections in man pages
 Various spelling corrections after spellintian pass
 on man pages.
debian_hardening.patch | (download)

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

 add support for complete debian hardening
 Support for including complementary CFLAGS from
 debian/rules.
changelog.patch | (download)

changelog | 45 45 + 0 - 0 !
1 file changed, 45 insertions(+)

 add support for upstream changelog
 This patch is used to be manually updated in order to
 generate upstream changelog from upstream repository, based
 on current tag.
 This file is overridden by mkrelease target from debian/rules
spelling_in_src.patch | (download)

src/wcc/wcc.c | 2 1 + 1 - 0 !
src/wsh/include/libwitch/wsh_help.h | 4 2 + 2 - 0 !
src/wsh/wsh.c | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 correct various spelling error in sources
 This patch correct spelling error detected by spellintian
 in the binary files.
latex_build.patch | (download)

src/tex/header.tex | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 update doxygen header file to compile
 This patch correct a bug in doxygen when using custom header
 including '\+' char in various places in the generated LaTeX
 files. This patch declare the '\+' LaTeX command as an empty
 command to avoid compilation failure.