From: Ian Jackson Date: Thu, 26 Sep 2013 00:14:00 +0000 (+0100) Subject: wip changes for remote push - beginning with remote protocol X-Git-Tag: debian/0.16_experimental2^2~27 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=68dadfa3503db1f12b4402bbf043d51441a9a412;p=dgit.git wip changes for remote push - beginning with remote protocol --- diff --git a/debian/changelog b/debian/changelog index 104b6bb2..bb7ff046 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ dgit (0.16~experimental2) experimental; urgency=low - * + * WIP remote functionality. Untested, do not use. -- diff --git a/dgit b/dgit index 5cdf21e1..2fb3e0ef 100755 --- a/dgit +++ b/dgit @@ -906,6 +906,8 @@ sub push_parse_changelog ($) { my $clogp = Dpkg::Control::Hash->new(); $clogp->load($clogpfn); + responder_send_file('parsed-changelog', $clogpfn); + $package = getfield $clogp, 'Source'; my $cversion = getfield $clogp, 'Version'; my $tag = debiantag($cversion);