- 01 Jun, 2022 1 commit
-
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 20 Dec, 2021 1 commit
-
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 11 Dec, 2021 2 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Closes: #999665 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 22 Nov, 2021 4 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
Do not fail on JAR archives containing invalid members with a .jar extension See merge request !13
-
Jonas Witschel authored
_jar_normalize_member() in the JAR handler calls File::StripNondeterminism::handlers::zip::normalize_member for every archive member with a .jar extension. If the member is not a valid archive (e.g. because it is just an empty file), this leads to a hard failure "Reading ZIP archive failed" in the ZIP handler. To solve this, extend normalize_member() in the ZIP file to detect the file type if no $normalizer is explicitly specified. This uses get_normalizer_for_file(), which looks at both the file extension and the "file" command to detect the type more accurately. Therefore we need to preserve the name of the extracted temporary file instead of just calling it "member". With this change in place, we can leave the normalizer for files with a .jar extension unspecified in _jar_normalize_member(). This way if the file is not an archive, it will get skipped by get_normalizer_for_file() and a warning will be printed instead of a fatal error.
-
- 21 Oct, 2021 1 commit
-
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 13 Oct, 2021 1 commit
-
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 17 Sep, 2021 1 commit
-
-
Chris Lamb authored
-
- 07 May, 2021 3 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
- 04 May, 2021 3 commits
-
-
Chris Lamb authored
Move exception handling closer to call See merge request !12
-
Bernhard M. Wiedemann authored
using perl's // operator (explained in `man perlop`) requires perl 5.10 from 2007
-
Chris Lamb authored
-
- 05 Feb, 2021 3 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
Signed-off-by:
Chris Lamb <lamby@debian.org>
-
- 18 Jan, 2021 4 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
- 18 Nov, 2020 2 commits
-
-
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Gbp-Dch: ignore Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 11 Jul, 2020 5 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
cpio.pm: add --verbose statement when Archive::Cpio is missing. (MR: !6 ) When Archive::Cpio is missing, strip-nondeterminism does nothing while looking like it does - especially in verbose mode. This commit fixes -v output from: strip-nondeterminism -v some.cpio Normalizing some.cpio to: strip-nondeterminism -v some.cpio Normalizing some.cpio Archive::Cpio not found Signed-off-by:
Chris Lamb <lamby@debian.org> -
Chris Lamb authored
-
- 05 Jul, 2020 4 commits
-
-
Holger Levsen authored
changelog entries will be created using 'gbp dch --since debian/1.8.1-2' at the next release. Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org> -
Holger Levsen authored
Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 28 Jun, 2020 2 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
This is available only for debhelper 13, but that's fine. See: #963864 Gbp-Dch: Short Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 30 May, 2020 1 commit
-
-
Holger Levsen authored
dpkg-dev is part of build-essential and then version requirement is fullfilled in jessie. Signed-off-by:
Holger Levsen <holger@layer-acht.org>
-
- 26 May, 2020 2 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-