From 1c6183785fa3a9f6fe60a55bb9ff200963b4e791 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Mar 2015 16:00:52 +0000 Subject: Bugfixes (now tests/tests/clone-nogit works) --- dgit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dgit') diff --git a/dgit b/dgit index 9d40cee..088c5a2 100755 --- a/dgit +++ b/dgit @@ -52,6 +52,7 @@ our $new_package = 0; our $ignoredirty = 0; our $rmonerror = 1; our @deliberatelies; +our %supersedes; our $existing_package = 'dpkg'; our $cleanmode = 'dpkg-source'; our $changes_since_version; @@ -1562,6 +1563,7 @@ sub push_mktag ($$$$$$$) { # to control the "tagger" (b) we can do remote signing my $authline = clogp_authline $clogp; my $delibs = join(" ", "",@deliberatelies); + my $declaredistro = access_basedistro(); open TO, '>', $tfn->('.tmp') or die $!; print TO <