Package: xxdiff / 1:4.0+hg437+dfsg-2

Metadata

Package Version Patches format
xxdiff 1:4.0+hg437+dfsg-2 3.0 (quilt)

Patch series

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

etc/bashrc | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove hashbang lines for non executable scripts
 This prevents lintian W: script-not-executable
02_doc_furius.ca_href.patch | (download)

doc/xxdiff-integration.html | 4 2 + 2 - 0 !
doc/xxdiff-scripts.html | 4 2 + 2 - 0 !
doc/xxdiff-secrets.html | 4 2 + 2 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 change relative urls in html documentation to http://furius.ca/
03_cvsrevcomp_cmp_typo.patch | (download)

doc/xxdiff-doc.html | 2 1 + 1 - 0 !
src/doc.html | 2 1 + 1 - 0 !
src/doc.txt | 2 1 + 1 - 0 !
src/resParser.cpp | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 correct typos
04_build_setup_paths.patch | (download)

setup.py | 3 2 + 1 - 0 !
src/Makefile.extra | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 qmake is in /usr/bin in debian not in /usr/qt/3/bin.  add db to
05_417780_gcc4.3_ftbfs.patch | (download)

src/resources.inline.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 include <cstdlib> to prevent ftbfs with gcc 4.3
 based on patch from Martin Michlmayr <tbm@cyrius.com>
08_516143_xml_is_text.patch | (download)

lib/python/xxdiff/utils.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 don't classify xml files as non-text
 thanks "J.P. Delport" <jpdelport@csir.co.za> for the bug 
 report #516143 and the patch.
09_bison3.patch | (download)

src/resParser.cpp | 4 2 + 2 - 0 !
src/resParser.l | 2 1 + 1 - 0 !
src/resParser.y | 14 8 + 6 - 0 !
3 files changed, 11 insertions(+), 9 deletions(-)

 fix compilation with bison 3
 YYPARSE_PARAM was deprecated in Bison 1.875 and removed in Bison 3;
 %parse-param can be used instead. Also fix a warning about %pure_parser
10_fix privacy breach.patch | (download)

doc/xxdiff-integration.html | 1 0 + 1 - 0 !
doc/xxdiff-scripts.html | 1 0 + 1 - 0 !
doc/xxdiff-secrets.html | 1 0 + 1 - 0 !
3 files changed, 3 deletions(-)

 do not load a logo from an external website when viewing local docs
11_spelling.patch | (download)

doc/xxdiff-doc.html | 6 3 + 3 - 0 !
src/doc.html | 6 3 + 3 - 0 !
src/doc.txt | 6 3 + 3 - 0 !
3 files changed, 9 insertions(+), 9 deletions(-)

 fix typos found by lintian
12_hardening.patch | (download)

src/xxdiff.pro | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 enable passing of hardening flags
13_fix sign compare.patch | (download)

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

 fix a "comparison between signed and unsigned integer expressions" warning