Package: dgit Version: 13.14 Severity: minor Tags: patch Hi,
The manpage dgit-maint-gbp(7) has a couple of typos, the attached patch fixes them.
>From 75d9f01e20adf7c1e94504ddd4bc4629ffb214d1 Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen <[email protected]> Date: Sat, 6 Sep 2025 17:26:56 +0300 Subject: [PATCH] Fix typos in dgit-maint-gbp(7) --- dgit-maint-gbp.7.pod | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dgit-maint-gbp.7.pod b/dgit-maint-gbp.7.pod index b162baaf..118b9ee4 100644 --- a/dgit-maint-gbp.7.pod +++ b/dgit-maint-gbp.7.pod @@ -68,7 +68,7 @@ I<OPTIONS> are any further options to be passed on to gbp-buildpackage(1). If you are doing a source-only upload, you do not need to prepare a -I<_source.changes>, as B<dgit push-source> will take of that on your +I<_source.changes>, as B<dgit push-source> will take care of that on your behalf. If you need to include binaries with your upload, you will probably @@ -120,12 +120,11 @@ want to follow it up with a push to salsa. You will need to pass I<--trust-changelog> if the previous upload was not performed with dgit. -If this is first ever dgit push of the package to this suite, consider passing -I<--deliberately-not-fast-forward> instead of I<--trust-changelog>. This -avoids introducing a new origin commit into the dgit view of your git -history. (This origin commit would represent the most recent non-dgit -upload of the package, but this should already be represented in your -git history.) +If this is the first ever dgit push of the package to this suite, consider +passing I<--deliberately-not-fast-forward> instead of I<--trust-changelog>. +This avoids introducing a new origin commit into the dgit view of your git +history. (This origin commit would represent the most recent non-dgit upload +of the package, but this should already be represented in your git history.) Alternatively, you can use git-debpush(1). For the first upload you should pass the B<--gbp> quilt mode option (see git-debpush(1)). -- 2.51.0

