summaryrefslogtreecommitdiff
path: root/lib/DhMakeELPA/Config.pm
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-03 16:03:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-03 16:03:27 -0700
commit8c1997890c6ce119b8b1255e204e170d67eaac60 (patch)
tree1358905222d5439c8450c54fa3562c83e6f1c4e8 /lib/DhMakeELPA/Config.pm
parent8ec11811b7c90bf465b08a426dd8187f6795dfe8 (diff)
write debian/source/format
Diffstat (limited to 'lib/DhMakeELPA/Config.pm')
-rw-r--r--lib/DhMakeELPA/Config.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/DhMakeELPA/Config.pm b/lib/DhMakeELPA/Config.pm
index 1d3a1ea..ea17e88 100644
--- a/lib/DhMakeELPA/Config.pm
+++ b/lib/DhMakeELPA/Config.pm
@@ -31,9 +31,10 @@ __PACKAGE__->mk_accessors(
);
use constant DEFAULTS => {
- dh => 9,
- data_dir => '/usr/share/dh-make-elpa',
- home_dir => "$ENV{HOME}/.dh-make-elpa",
+ dh => 9,
+ data_dir => '/usr/share/dh-make-elpa',
+ home_dir => "$ENV{HOME}/.dh-make-elpa",
+ source_format => '3.0 (quilt)',
};
sub parse_command_line_options {