diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2018-04-08 00:58:44 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2018-04-08 00:58:44 +0100 |
commit | 4736645ebeb7f58d01b8b5431039aded4ca34017 (patch) | |
tree | bf5bf9ad314eb6901132ff8437885c02e3837806 | |
parent | 93d6fcc0996bced17390f2a18a19225a21588e85 (diff) | |
download | dtv-scan-tables-4736645ebeb7f58d01b8b5431039aded4ca34017.tar.gz |
d/{control,compat}: Bump debhelper version to 11
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d635a0a..3bdf51d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dtv-scan-tables (0+git20171226.07b18ec-1) UNRELEASED; urgency=medium * d/control: update Standards Version to 4.1.4 - Change priority extra to optional * Add debian/watch file using new git mode + * d/{control,compat}: Bump debhelper version to 11 -- Jonathan McCrohan <jmccrohan@gmail.com> Sat, 07 Apr 2018 23:59:16 +0100 diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 3991cbd..1967c7a 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Jonathan McCrohan <jmccrohan@gmail.com>, Tobias Grimm <etobi@debian.org> Section: video Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), dvb-tools Standards-Version: 4.1.4 Vcs-Browser: https://anonscm.debian.org/git/pkg-vdr-dvb/dtv-scan-tables.git |