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 44cca1a..cf8c697 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lubuntu-default-settings Section: x11 Priority: optional Maintainer: Julien Lavergne -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 diff --git a/debian/rules b/debian/rules index a36f4b5..716ec0b 100755 --- a/debian/rules +++ b/debian/rules @@ -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