From: Ian Jackson Date: Sun, 7 Jul 2019 13:27:09 +0000 (+0100) Subject: changelog: Minor adjustment to git-debpush discussion X-Git-Tag: archive/debian/9.1~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=89e8c485b72b259f36e7aa0f7da305fcbd8e142b;p=dgit.git changelog: Minor adjustment to git-debpush discussion Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 1ce17847..f727b662 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.