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 filePatch | File delta | Description |
---|---|---|
01_script_not_executable.patch | (download) |
etc/bashrc |
2 0 + 2 - 0 ! |
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 ! |
change relative urls in html documentation to http://furius.ca/ |
03_cvsrevcomp_cmp_typo.patch | (download) |
doc/xxdiff-doc.html |
2 1 + 1 - 0 ! |
correct typos |
04_build_setup_paths.patch | (download) |
setup.py |
3 2 + 1 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
fix typos found by lintian |
12_hardening.patch | (download) |
src/xxdiff.pro |
5 5 + 0 - 0 ! |
enable passing of hardening flags |
13_fix sign compare.patch | (download) |
src/resParser.l |
2 1 + 1 - 0 ! |
fix a "comparison between signed and unsigned integer expressions" warning |