chiark / gitweb /
fix bug which causes all uploads to go to sid (!)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 Aug 2013 17:06:55 +0000 (18:06 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 Aug 2013 17:06:55 +0000 (18:06 +0100)
dgit

diff --git a/dgit b/dgit
index 406589a8eb654e3d2a6446dbf4234577a133dba2..2d47dbfebcf201ce6e465e449de15e38e96ccf39 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -1064,7 +1064,7 @@ sub build_source {
     check_not_dirty();
     my $clogp = parsechangelog();
     $package = getfield $clogp, 'Source';
-    my $isuite = getfield $clogp, 'Distribution';
+    $isuite = getfield $clogp, 'Distribution';
     $version = getfield $clogp, 'Version';
     $sourcechanges = "${package}_${version}_source.changes";
     $dscfn = dscfn($version);