From: Ian Jackson Date: Thu, 20 Aug 2015 13:00:42 +0000 (+0100) Subject: Copy debian/source/options into fake dsc X-Git-Tag: debian/1.4~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=38d77cdb611b6a8d0a719ce50e9fc57562c0d085 Copy debian/source/options into fake dsc --- diff --git a/dgit b/dgit index 2434f6a2..c1c8b645 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; }