- 15 Feb, 2015 9 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
This reverts commit d4dfb1f9. Depends are not correctly generated anymore.
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
Otherwise, as Helmut pointed out, we will skip Haskell comments or other lines during the diff.
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
Let's document possible exit codes while we are at it. Closes: #774983
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
- 14 Feb, 2015 7 commits
-
-
Jérémy Bobbio authored
Adding `--text=FILE` to the command line will now write differences in plain text to the given FILE. FILE can be `-` for standard output. `--html` also gained support for this. Based on a patch by Helmut Grohne. Closes: #778423
-
Jérémy Bobbio authored
This reverts commit da146535. The exit code is part of the external interface of debbindiff. The code needs be clear about what the exit code is in a given situation. The reverted change obfuscated the actual exit code.
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
Add rpm-common to Build-Depends so that we can "import rpm" during build; python-rpm is not sufficient. This is not required in the binary Depends due to rpm2cpio.
-
Chris Lamb authored
-
- 10 Feb, 2015 4 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
- 06 Feb, 2015 1 commit
-
-
Reiner Herrmann authored
-
- 05 Feb, 2015 1 commit
-
-
Reiner Herrmann authored
-
- 04 Feb, 2015 3 commits
-
-
Reiner Herrmann authored
-
Reiner Herrmann authored
-
Reiner Herrmann authored
-
- 03 Feb, 2015 6 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
- 29 Jan, 2015 1 commit
-
-
Reiner Herrmann authored
-
- 18 Jan, 2015 4 commits
-
-
Reiner Herrmann authored
-
Jérémy Bobbio authored
To compare text files we need to know the encoding. So we need to rely solely on libmagic and not match the extension.
-
Jérémy Bobbio authored
In order to properly read text files, we need to get the encoding. As they are identified by libmagic, we simply need to pass what appears in the MIME type to the comparator function. We do so by capturing part of the regex using named group, and passing the resulting dictionary to the comparison function.
-
Reiner Herrmann authored
With a small context large blocks of changes that have a single or a few equal lines inbetween will be split into multiple blocks. By having a larger context, they will stay in one block and more lines can be trimmed.
-
- 16 Jan, 2015 1 commit
-
-
- 10 Jan, 2015 3 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-