From 38d77cdb611b6a8d0a719ce50e9fc57562c0d085 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 20 Aug 2015 14:00:42 +0100 Subject: Copy debian/source/options into fake dsc --- dgit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgit b/dgit index 2434f6a..c1c8b64 100755 --- 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; } -- cgit v1.2.3