summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-02-28 10:10:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-02-28 10:10:47 -0700
commite93235663b85cc526f008fc0c779db7039a61ae8 (patch)
treef46740bb2dfee8f3c44a8d2990bc05a14ae19315
parent50ea39eaa390c804859a21ac1ba0368f35da23b5 (diff)
bump std-vers
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b0731f1..da02607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ dh-make-elpa (0.12) UNRELEASED; urgency=medium
[ Sean Whitton ]
* Update Vcs-* fields to point to salsa.
+ * Bump generated std-ver to 4.1.3 (no changes required).
+ * Declare compliance with Debian Policy 4.1.3.
-- Sean Whitton <spwhitton@spwhitton.name> Wed, 28 Feb 2018 10:08:16 -0700
diff --git a/debian/control b/debian/control
index b1e4737..2b099ee 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends:
debhelper (>= 10),
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
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 a93dfff..40a440a 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.1';
+use constant debstdversion => '4.1.3';
sub extract_basic {
my $self = shift;