- Sep 23, 2018
-
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
- Sep 19, 2018
-
-
Non-text files have even less change being json files, so this fuzzy early elimination is even more useful for them. In particular, it avoids loading large files (like ISO images) just to discover it isn't a JSON format. Signed-off-by: Chris Lamb <lamby@debian.org>
-
- Sep 18, 2018
-
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
MR: !9 Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
- Sep 17, 2018
-
-
Chris Lamb authored
The `cd-iccdump` command has no --version command and, whilst the `colord` binary does, it relies on the daemon running to return any output. Therefore we hackily compare the output (via the line length) of colord 1.4.3: " Profile ID = 0477fa4bb5ae5ae9a778f5cd72eb45a4" ... versus, for example, colord 1.3.3: " Profile ID = 0x0477fa4b" We don't massage the output (say, in an `Iccdump.filter` method) as it would remove the accuracy and, unfortunately, colord 1.4.3 also removes a somewhat-arbitrary newline too.
-
Chris Lamb authored
-
- Sep 15, 2018
-
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
- Sep 10, 2018
-
-
Chris Lamb authored
Ensure Debian substvar generation is deterministic regardless of installed packages. (Closes: #908072)
-
Chris Lamb authored
Clarify distinction between tools (eg. gpg) and packages (eg. gnupg) when generating Debian substvars.
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
Disable binwalk's own user configuration for predictable results and to ensure it does not create (!) unnecessary directories, etc. (Closes: #903444)
-
Chris Lamb authored
-
- Sep 01, 2018
-
-
Chris Lamb authored
This reverts commit 5a2a2511.
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
- Aug 23, 2018
-
-
Try the following: touch a b TERM=dumb diffoscope a b The result is some nasty warnings about: AttributeError: 'bytes' object has no attribute 'format' This patch fixes the problem. Signed-off-by: Chris Lamb <lamby@debian.org>
-
Signed-off-by: Chris Lamb <lamby@debian.org>
-
- Aug 13, 2018
-
-
my_members is iterated in DebContainer.perform_fuzzy_matching but is modified in Container.comparisons.prep_yield which remove the current item from my_members. This causes an `RuntimeError: OrderedDict mutated during iteration` error. This was not detected by the existing `test_deb.test_compare_different_compression` test as it triggers only when there is more than one file in the .deb file. (That test use only one file: control.tar.{gz,xz}). Signed-off-by: Chris Lamb <lamby@debian.org>
-
- Aug 07, 2018
-
-
Mattia Rizzolo authored
Explicitly add `file` to the dependencies of autopkgtest to have the tests triggered whenever `file` changes Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
- Adding encrypted zip test files and test case - Check wether archive is encrypted, and raises exception Signed-off-by: Chris Lamb <lamby@debian.org>
-
Chris Lamb authored
-
- Jul 20, 2018
-
-
Chris Lamb authored
-
- Jul 10, 2018
-
-
Mattia Rizzolo authored
fpc is not built there. Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
- Jul 09, 2018
-
-
Mattia Rizzolo authored
Fixing another failure for s390x. Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Chris Lamb authored
Support .deb archives that contain an uncompressed data.tar. Thanks to Roderich Schupp <roderich.schupp@gmail.com> for the bug report. (Closes: #903401)
-
Mattia Rizzolo authored
dpkg-gencontrol: error: the Recommends field contains an arch-specific dependency but the package is architecture all So instead hack the arch limitation in d/tests/control through sed… Gbp-Dch: Ignore Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Chris Lamb authored
Support .deb archives that contain an uncompressed control.tar. Thanks to Roderich Schupp <roderich.schupp@gmail.com> for the bug report. (Closes: #903391)
-
Mattia Rizzolo authored
Fixes autopkgtest on those architectures. Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
- Jul 08, 2018
-
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
move the whole thing into override_dh_auto_clean, otherwise .pyc are not cleaned up. Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
d/tests: autogenerate d/tests/control with all the recommends listed as dependencies, so the test is appropriately triggered whenever one of those packages change Closes: #902920 Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
this leads to a nicer output in autopkgtest, where Test-Commands are more obscure Gbp-Dch: Ignore Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-