control: tag -1 +patch control: severity -1 minor Hello,
On Mon 19 Aug 2019 at 11:45AM +01, Ian Jackson wrote: > * --quilt=baredebian[+git] etc. should explicitly say that the +git is > an alias. Otherwise the reader wonders what effect it has. > > * Under --force, the reader should be warned that use of these options > might cause the upload to fail later in the process. Patches attached. -- Sean Whitton
From 8e36414bf03a5675799347b1d371a2fca86c61bf Mon Sep 17 00:00:00 2001 From: Sean Whitton <[email protected]> Date: Sat, 14 Sep 2019 09:54:10 -0700 Subject: [PATCH 1/2] git-debpush(1): note that --quilt=baredebian+git is an alias Suggested-by: Ian Jackson <[email protected]> Signed-off-by: Sean Whitton <[email protected]> --- git-debpush.1.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-debpush.1.pod b/git-debpush.1.pod index 5e40e3c8..defc0744 100644 --- a/git-debpush.1.pod +++ b/git-debpush.1.pod @@ -109,6 +109,8 @@ You are using git-dpm(1)'s branch format. You are using the 'bare debian' branch format, with the upstream source in the form of an upstream tag. +B<--quilt=baredebian+git> is an alias for B<--quilt=baredebian>. + =item B<--quilt=linear> You are using the 'manually maintained applied' branch format or -- 2.20.1
From f0f51f60c24e44597cbc5aed18736046c810b1d0 Mon Sep 17 00:00:00 2001 From: Sean Whitton <[email protected]> Date: Sat, 14 Sep 2019 09:54:34 -0700 Subject: [PATCH 2/2] git-debpush(1): warning about use of forcing options Suggested-by: Ian Jackson <[email protected]> Signed-off-by: Sean Whitton <[email protected]> --- git-debpush.1.pod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/git-debpush.1.pod b/git-debpush.1.pod index defc0744..3e065ab6 100644 --- a/git-debpush.1.pod +++ b/git-debpush.1.pod @@ -187,7 +187,12 @@ Ignore the results of all checks designed to prevent broken uploads. =item B<--force>=I<check>[,I<check>] ... Override individual checks designed to prevent broken uploads. May be -specified more than once. Valid values for I<check> are: +specified more than once. + +Using B<--force> or B<--force=>I<check> might cause the upload to fail +at some later point in the process. + +Valid values for I<check> are: =over 4 -- 2.20.1
signature.asc
Description: PGP signature

