From 072eebfbdd8d6da31e5e89212ca6669b50993ea1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 3 Aug 2017 12:08:31 +0100 Subject: dgit: print-dpkg-source-ignores action New print-dpkg-source-ignores option to print the big rune you need to pass to dpkg-source to make it work exactly the right. Signed-off-by: Ian Jackson --- dgit | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dgit') diff --git a/dgit b/dgit index fc9dac7..3c94f03 100755 --- a/dgit +++ b/dgit @@ -6425,6 +6425,15 @@ sub cmd_print_dgit_repos_server_source_url { print $url, "\n" or die $!; } +sub pre_print_dpkg_source_ignores { + not_necessarily_a_tree(); +} +sub cmd_print_dpkg_source_ignores { + badusage "no arguments allowed to dgit print-dpkg-source-ignores" + if @ARGV; + print "@dpkg_source_ignores\n" or die $!; +} + sub cmd_setup_mergechangelogs { badusage "no arguments allowed to dgit setup-mergechangelogs" if @ARGV; local $isuite = 'DGIT-SETUP-TREE'; -- cgit v1.2.3