chiark / gitweb /
Split brain: Fake .dsc contains d/control and d/changelog too
[dgit.git] / 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;