From dfec10c836bfb4cf5bc80e0e90d6d7306442be1b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jun 2016 12:47:36 +0100 Subject: [PATCH 1/1] 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. --- dgit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.30.2