chiark / gitweb /
dgit(1): Improve formatting of rpush section.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Nov 2016 22:14:01 +0000 (22:14 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Nov 2016 22:14:02 +0000 (22:14 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit.1

index 2136b8b641de52b631c06cd7b43fb87bd7a39d54..f050e72e147a7eab85275e2d2d5704e1cd503335 100644 (file)
@@ -4,6 +4,7 @@ dgit (2.11~) unstable; urgency=medium
   * dgit-user(7): Better explanation of combined suites (comma syntax).
     Thanks to Sean Whitton for review and suggestions.
   * dgit(1), dgit(7): Better reference docs for combined suites.
+  * dgit(1): Improve formatting of rpush section.
 
   Test suite:
   * Replace make in Test-Depends with build-essential.  Most of the tests
diff --git a/dgit.1 b/dgit.1
index 0029dfaadb257d644732594ee8e2dc5b58834248..33d24a95a11b831b8712d9859cfeba1e47a0c9e7 100644 (file)
--- a/dgit.1
+++ b/dgit.1
@@ -187,15 +187,14 @@ current directory; however, signing operations are done on the
 invoking host.  This allows you to do a push when the system which has
 the source code and the build outputs has no access to the key:
 
+.TS
+l l.
 1.     Clone on build host (dgit clone)
-.br
 2.     Edit code on build host (edit, git commit)
-.br
 3.     Build package on build host (dgit build)
-.br
 4.     Test package on build host or elsewhere (dpkg -i, test)
-.br
 5.     Upload by invoking dgit rpush on host with your GPG key.
+.TE
 
 However, the build-host must be able to ssh to the dgit repos.  If
 this is not already the case, you must organise it separately, for