summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Kanashiro <kanashiro.duarte@gmail.com>2015-08-12 09:42:45 -0300
committerLucas Kanashiro <kanashiro.duarte@gmail.com>2015-08-12 09:42:45 -0300
commita1641bc474f1b69ea549f626f8ef39ce706d9226 (patch)
treef326bd83bfde00b99dfbfe6c7ddc134c8c5b1407
parent45e9e418bb7cf50256dcd970fef2211d0f720b38 (diff)
Set debhelper >= 9
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 06f943d..e2b733a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libbot-training-perl (0.06-1) UNRELEASED; urgency=medium
[ Lucas Kanashiro ]
* Add debian/upstream/metadata
* Import upstream version 0.06
+ * Set debhelper >= 9
-- Lucas Kanashiro <kanashiro.duarte@gmail.com> Wed, 12 Aug 2015 09:37:41 -0300
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index d6156a0..40e6db0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libany-moose-perl,
libdir-self-perl,
libfile-sharedir-perl,