From 30dfa155fe762380e2188a4e4c18e6beb5ea713e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jun 2016 11:36:22 +0100 Subject: [PATCH] Split brain: Fake .dsc contains d/control and d/changelog too We will want these because we're going to be doing more exciting dpkg-source and gbp operations etc. --- dgit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dgit b/dgit index 97d8bce5..299c5312 100755 --- a/dgit +++ b/dgit @@ -2919,7 +2919,8 @@ END quilt_fixup_linkorigs($upstreamversion, $dscaddfile); - my @files=qw(debian/source/format debian/rules); + my @files=qw(debian/source/format debian/rules + debian/control debian/changelog); foreach my $maybe (qw(debian/patches debian/source/options)) { next unless stat_exists "../../../$maybe"; push @files, $maybe; -- 2.30.2