chiark / gitweb /
Split brain: Fake .dsc contains d/control and d/changelog too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 4 Jun 2016 10:36:22 +0000 (11:36 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 16 Jul 2016 15:47:46 +0000 (16:47 +0100)
We will want these because we're going to be doing more exciting
dpkg-source and gbp operations etc.

dgit

diff --git a/dgit b/dgit
index 97d8bce52612089af9392a10789868f6b57070d8..299c531214cc5a50efd193bc29de9b7d7fea820f 100755 (executable)
--- 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;