summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-03 11:46:17 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-03 20:14:26 +0100
commitceb25938005b5bdf130425110e075a5cd7411410 (patch)
treea3301f25e133e26b44e43b293eed0d4b373c220f /dgit.1
parent92547aaf083d493074b9c41649dda938efac1320 (diff)
dgit: Provide --quilt=single
This is to replace single-debian-patch. Closes: #1018984 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.16
1 files changed, 6 insertions, 0 deletions
diff --git a/dgit.1 b/dgit.1
index bec8f97..bc5649a 100644
--- a/dgit.1
+++ b/dgit.1
@@ -857,6 +857,12 @@ if you do not change the upstream version
nor make changes in debian/patches,
it will remain true.)
.TP
+.BR --quilt=single
+When fixing up source format `3.0 (quilt)' metadata,
+delete all the existing patches, and then
+generate a single patch for all the changes made in git.
+This is not a good idea for an NMU in Debian.
+.TP
.BR --quilt=nofix
Check whether source format `3.0 (quilt)' metadata would need fixing
up, but, if it does, fail. You must then fix the metadata yourself