chiark / gitweb /
changelog: Minor adjustment to git-debpush discussion
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Jul 2019 13:27:09 +0000 (14:27 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Jul 2019 13:27:09 +0000 (14:27 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog

index 1ce17847986bae24da15802e2987f46c61598cd3..f727b662c4de554940612e6a5baac3676984a66c 100644 (file)
@@ -2,11 +2,13 @@ dgit (9.1~) unstable; urgency=medium
 
   New tools for a "git-push-to-upload" workflow [Ian Jackson & Sean Whitton]:
   * New script in a new binary package: git-debpush.
-    The new binary package is very small, but
+    The new binary package is small, but
     + git-debpush needs to be in src:dgit, because its test suite is the
-      dgit test suite, however
+      dgit test suite; however,
     + git-debpush is functionally and conceptually independent of dgit,
-      so should not go into bin:dgit.
+      so should not go into bin:dgit; in particular
+    + git-debpush's dependencies are quite different to the other
+      binary packages.
   * New dgit-infrastructure subcommand, tag2upload, to process tags made
     by git-debpush.
     Please see git-debpush(1) for a sketch of the workflow.