chiark / gitweb /
Split brain: Include debian/tests/control in fake dsc
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 4 Jun 2016 11:47:36 +0000 (12:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 16 Jul 2016 15:47:47 +0000 (16:47 +0100)
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

diff --git a/dgit b/dgit
index 295bbdf1ed1c323cb48bdfe9c6cbb3de60fdce32..c64f0fe4106e577363bade0a98942a86d9cbb21f 100755 (executable)
--- 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;
     }