summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-11-07 13:41:15 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-01 23:53:45 +0100
commit60650085bd40450e3b1276438ae3023e1648d343 (patch)
tree75d0fcdd9ab4c7a3687ac87faec5e07811d31d87 /dgit.1
parenta4877226404a1a34181bb93c513af716834d7cb4 (diff)
dgit sbuild no longer deletes extranious .changes files; instead we rely on --rm-old-changes, or failing that, fail early.
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.15
1 files changed, 2 insertions, 3 deletions
diff --git a/dgit.1 b/dgit.1
index 588aac6..87367c2 100644
--- a/dgit.1
+++ b/dgit.1
@@ -127,9 +127,8 @@ Constructs the source package, uses
.B sbuild
to do a binary build, and uses mergechanges to merge the source and
binary changes files. Options and arguments after sbuild will be
-passed on to sbuild. Changes files matching
-.IB package _ version _*.changes
-in the parent directory will be removed; the output is left in
+passed on to sbuild.
+The output is left in
.IR package \fB_\fR version \fB_multi.changes\fR.
Tagging, signing and actually uploading should be left to dgit push.