diff options
-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 |