Update to debhelper compat 11.

This commit is contained in:
Simon Quigley 2018-05-14 20:25:23 -05:00
parent 4094e39b6e
commit 6b33ea11e2
3 changed files with 4 additions and 4 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
11

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: lubuntu-default-settings
Section: x11
Priority: optional
Maintainer: Julien Lavergne <gilir@ubuntu.com>
Build-Depends: debhelper (>= 9), intltool
Build-Depends: debhelper (>= 11), intltool
Standards-Version: 3.9.5
Homepage: https://launchpad.net/~lubuntu-desktop
Vcs-Browser: https://git.launchpad.net/lubuntu-default-settings?h=master

4
debian/rules vendored
View File

@ -5,5 +5,5 @@
override_dh_auto_build:
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp
override_dh_install:
dh_install --fail-missing
override_dh_missing:
dh_missing --fail-missing