summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2018-07-26 11:15:14 +0800
committerDavid Bremner <bremner@debian.org>2018-07-26 11:15:14 +0800
commitf6568384481a0fa09f976e97f0fd2f880f5305b3 (patch)
treecbc0b2098d9cae4db8ca2b3ac7104a9a12f1f53a
parent56015796b80d44bf2751e5851a1afd2f7aed9f51 (diff)
upload 0.14: bump generated standards versiondebian/0.14archive/debian/0.14
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm2
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 83c9017..3d35ffd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dh-make-elpa (0.14) unstable; urgency=medium
+
+ * Team upload
+ * Bump generated std-ver to 4.1.5 (no changes required) (Closes: #904595).
+ * Declare compliance with Debian Policy 4.1.5.
+
+ -- David Bremner <bremner@debian.org> Thu, 26 Jul 2018 11:14:45 +0800
+
dh-make-elpa (0.13) unstable; urgency=medium
[ Lev Lamberov ]
diff --git a/debian/control b/debian/control
index a14b630..1d7328c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends:
debhelper (>= 10),
-Standards-Version: 4.1.3
+Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/emacsen-team/dh-make-elpa.git/
Vcs-Browser: https://salsa.debian.org/emacsen-team/dh-make-elpa
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index 152e80d..b4259ba 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.3';
+use constant debstdversion => '4.1.5';
sub extract_basic {
my $self = shift;