summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-10-14 12:11:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-10-14 12:11:00 -0700
commitacd617a447452f45e4cf343b2d9f9d9c684cb93c (patch)
treeb82db2e7aec52991a35ecd62d4a0ff6e3f3aae8a
parent7ed27479262d879c6872ce6871dd431bfcfb9e04 (diff)
generate std-ver 4.1.1
-rw-r--r--debian/changelog6
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7a19180..cb529f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-make-elpa (0.11) UNRELEASED; urgency=medium
+
+ * Generate standards-version 4.1.1.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 14 Oct 2017 12:10:45 -0700
+
dh-make-elpa (0.10) unstable; urgency=medium
[ Nicholas D Steeves ]
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index 0eda4a8..959dfd3 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 => '4.1.0';
+use constant debstdversion => '4.1.1';
sub extract_basic {
my $self = shift;