From: Ian Jackson Date: Sat, 4 Jun 2016 11:47:36 +0000 (+0100) Subject: Split brain: Include debian/tests/control in fake dsc X-Git-Tag: archive/debian/2.0~322 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=dfec10c836bfb4cf5bc80e0e90d6d7306442be1b;hp=561bf70f8de802ba788e3d2f3be787015e5b02c0 Split brain: Include debian/tests/control in fake dsc Found this in a commit "WIP SPLIT BRAIN NEW DIFFS SEEM GOOD". Not sure why (I thought) it was needed. Maybe it should be reverted, but it's probably harmless. --- diff --git a/dgit b/dgit index 295bbdf1..c64f0fe4 100755 --- a/dgit +++ b/dgit @@ -2942,7 +2942,8 @@ END my @files=qw(debian/source/format debian/rules debian/control debian/changelog); - foreach my $maybe (qw(debian/patches debian/source/options)) { + foreach my $maybe (qw(debian/patches debian/source/options + debian/tests/control)) { next unless stat_exists "../../../$maybe"; push @files, $maybe; }