summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2017-08-22 15:32:52 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2017-08-22 15:32:52 -0400
commit11753548d1e6fcfe51b7ab205f5047241bed63ac (patch)
treefda9afa5d3851ff49b8a8eba521604990a923b33 /lib
parentb3a058b7a7bced4ead83874abd0be7f55627e031 (diff)
Generate new debian/control files with Standards-Version: 4.1.0
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index d2737ac..0eda4a8 100644
--- a/lib/DhMakeELPA/Command/Packaging.pm
+++ b/lib/DhMakeELPA/Command/Packaging.pm
@@ -20,7 +20,7 @@ __PACKAGE__->mk_accessors(
qw( main_dir debian_dir bins control pkgname homepage elpa_version copyright gpl_version )
);
-use constant debstdversion => '3.9.8';
+use constant debstdversion => '4.1.0';
sub extract_basic {
my $self = shift;