chiark / gitweb /
Copy debian/source/options into fake dsc
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 20 Aug 2015 13:00:42 +0000 (14:00 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 20 Aug 2015 13:00:42 +0000 (14:00 +0100)
dgit

diff --git a/dgit b/dgit
index 2434f6a2fb5c2e23d67aa3cd6e02633449a11f9a..c1c8b6453206e1ec135907f0970716f8077c1bcf 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2747,7 +2747,7 @@ sub build_maybe_quilt_fixup () {
     # can work.  We do this as follows:
     #     1. Collect all relevant .orig from parent directory
     #     2. Generate a debian.tar.gz out of
-    #         debian/{patches,rules,source/format}
+    #         debian/{patches,rules,source/format,source/options}
     #     3. Generate a fake .dsc containing just these fields:
     #          Format Source Version Files
     #     4. Extract the fake .dsc
@@ -2808,7 +2808,7 @@ END
     }
 
     my @files=qw(debian/source/format debian/rules);
-    foreach my $maybe (qw(debian/patches)) {
+    foreach my $maybe (qw(debian/patches debian/source/options)) {
         next unless stat_exists "../../../$maybe";
         push @files, $maybe;
     }