summaryrefslogtreecommitdiff
path: root/git-debpush.1.pod
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-07-21 09:31:50 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-22 16:09:15 +0100
commit4bbb0ea95dcf9be8e26f19424ad3b5269a556783 (patch)
treeb35e76567d1e57197a8200486b3cabb087b503dd /git-debpush.1.pod
parentf6f6419eca67882b47632875d2ee7163f4d005c7 (diff)
git-debpush: Check that patches are (un)applicable
Closes: #932477 Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'git-debpush.1.pod')
-rw-r--r--git-debpush.1.pod20
1 files changed, 20 insertions, 0 deletions
diff --git a/git-debpush.1.pod b/git-debpush.1.pod
index a554fd5..27b80c9 100644
--- a/git-debpush.1.pod
+++ b/git-debpush.1.pod
@@ -206,6 +206,26 @@ Ignore any differences between the upstream source in the upstream tag
and the upstream source in the branch to be tagged (this check is only
run when using B<--quilt=gbp> or B<--quilt=unapplied>).
+=item B<patches-applicable>
+
+Ignore any failures of the following two checks:
+
+=over 4
+
+=item
+
+With B<--quilt=gbp>, B<--quilt=unapplied>, B<--quilt=baredebian>,
+B<--quilt=dpm>, and B<--quilt=nofix>, the quilt patches should apply
+cleanly to the upstream source with git-apply(1).
+
+=item
+
+With B<--quilt=dpm> and B<--quilt=nofix>, applying the quilt patches
+to the upstream source should produce exactly the source tree to be
+tagged.
+
+=back
+
=item B<unreleased>
Permit upload to a suite called UNRELEASED.