TT#49106 Fix dh_clean usage in DKMS-specific debian/rules

The dh_clean -k is an obsolete way to specify dh_prep, the last one
should not be executed so remove it.

Change-Id: I9d244fbe410acac8751b6d09e11cd032a32dc5a3
changes/76/25876/3
Guillem Jover 7 years ago
parent d96daa6dea
commit eba6278122

@ -56,7 +56,7 @@ kdist_clean: clean
# during a normal build
binary-modules: prep-deb-files
dh_testroot
dh_clean -k
dh_prep
# Build the module
$(MAKE) modules KSRC=$(KSRC) KVER=$(KVERS)
@ -73,7 +73,6 @@ binary-modules: prep-deb-files
dh_gencontrol -- -v$(VERSION)
dh_md5sums
dh_builddeb --destdir=$(DEB_DESTDIR)
dh_clean -k
clean:
dh_testdir

Loading…
Cancel
Save