Bug-Debian: https://bugs.debian.org/913246
Due to an exchanged output order of stdout and stderr,
the test sometimes fails.
Gbp-Pq: Name fix-faildiff-test.patch
Forwarded: not-needed
Due to the patch "fail_on_missing", Debian's quilt will not
return the expected output if a patch is empty. Therefore,
we need to pass "-f" to make it apply the patch anyway.
Forwarded: not-needed
Gbp-Pq: Name fix-failing-tests
Origin: vendor
Reviewed-by: Martin Quinson <mquinson@debian.org>
Last-Update: 2012-02-02
Bug-Debian: https://bugs.debian.org/543355
Intensively using quilt for Debian packages and trying to adopt the
DEP-3 Patch Tagging Guidelines for my patches, I often get to go on
http://dep.debian.net/ to find the correct fields.
The proposed patch adds a --dep3 option to "quilt -e header" that
adds a template fed to $EDITOR if the header is empty. The
template contains all fields and documents them, with indications of
required/optional.
Gbp-Pq: Name dep3_headers
Bug-Debian: https://bugs.debian.org/509076
Forwarded: not-needed
the original bug that triggered this change was that quilt doesn't honour $VISUAL
Gbp-Pq: Name use-sensible-editor
Bug-Debian: https://bugs.debian.org/526141
Forwarded: submitted 2012-12-19
The command launches a shell in a duplicate environment. After exiting
the shell, any modifications made in this environment are applied to the
topmost patch.
Gbp-Pq: Name shell-subcommand
Allowing patch names to contain spaces would require major changes
(such as the format of the series file), so we'd better detect that
the user tries to use spaces in the patch name, and refuse it.
Also, refuse patches named series, as it would result in awful
corruptions of the internal state.
Author: Martin Quinson
Gbp-Pq: Name restrict-patch-names
Bug-Debian: https://bugs.debian.org/573689
Forwarded: 2014-01-18
This is mainly intended to get the setup.test working even if the
debian package contains a .pc directory. Without this patch, the
debian packaging stuff will get the testsuite using debian/patches
instead of patches (because it's the way it goes in our .pc). The
test breaks with that setting.
The patch changes the setup command to not take the settings of any
.pc directory found, and reset QUILT_PC QUILT_PATCHES and QUILT_SERIES
to their default values.
Gbp-Pq: Name setup-dont-read-pc
Forwarded: Sent 2014-01-18
If the patch is formatted according to http://dep.debian.net/deps/dep3/
then the mail subcommand will manage to extract a mail subject and
description out of this formalism.
Gbp-Pq: Name dep3mail