From: Ian Jackson Date: Fri, 16 Aug 2013 18:20:34 +0000 (+0100) Subject: we have comp now X-Git-Tag: debian/0.2~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=e6bfa84ea0afc057e9331f3d6f35b235aa7da611 we have comp now --- diff --git a/dgit b/dgit index c353b8e2..da98bd5c 100755 --- a/dgit +++ b/dgit @@ -246,7 +246,6 @@ sub canonicalise_suite () { sub get_archive_dsc () { my ($vsn,$subpath) = archive_query(); - # fixme madison does not show us the component $dscurl = access_cfg('mirror').$subpath; $dscdata = url_get($dscurl); my $dscfh = new IO::File \$dscdata, '<' or die $!;