summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ce1784..f727b66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.