From 68dadfa3503db1f12b4402bbf043d51441a9a412 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 26 Sep 2013 01:14:00 +0100 Subject: wip changes for remote push - beginning with remote protocol --- dgit | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dgit') diff --git a/dgit b/dgit index 5cdf21e..2fb3e0e 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); -- cgit v1.2.3