diff --git a/debian/control b/debian/control index 64c4c4f..3fb7223 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Printing Team Uploaders: Didier Raboud , Till Kamppeter -Build-Depends: debhelper (>= 10~), groff, ghostscript, cups-filters (>= 1.0.42), pyppd (>= 1.0.1), dh-autoreconf +Build-Depends: debhelper (>= 10~), groff, ghostscript, cups-filters (>= 1.0.42), pyppd (>= 1.0.1) Standards-Version: 4.1.3 Vcs-Git: https://salsa.debian.org/printing-team/m2300w.git Vcs-Browser: https://salsa.debian.org/printing-team/m2300w diff --git a/debian/rules b/debian/rules index 7cc70ae..1b61cf5 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no") %: - dh $@ --with pyppd,autoreconf + dh $@ --with=pyppd override_dh_auto_install: dh_auto_install -- INSTROOT=$(CURDIR)/debian/tmp