debian/rules: Make maintainerclean delete everything gencontrol.py creates

We were missing a couple of files added in the last year or so.
This commit is contained in:
Ben Hutchings
2019-09-27 00:37:53 +02:00
parent 01cce79427
commit 44cc4d262f
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -12,6 +12,7 @@ linux (5.3.1-1~exp1) UNRELEASED; urgency=medium
* Set KCFLAGS make variable instead of CFLAGS_{KERNEL,MODULE}
* linux-image-dbg: Delete ./ from source file names in debug info
* debian/rules: Make maintainerclean delete (almost) everything clean does
* debian/rules: Make maintainerclean delete everything gencontrol.py creates
[ Uwe Kleine-König ]
* [arm64] enable I2C_QCOM_GENI for Lenovo C630

2
debian/rules vendored
View File

@@ -70,7 +70,7 @@ maintainerclean:
rm -rf $(CLEAN_PATTERNS)
# We cannot use dh_clean here because it requires debian/control to exist
rm -rf debian/*.debhelper* debian/files
rm -f debian/config.defines.dump debian/control debian/control.md5sum debian/linux-headers-* debian/linux-image-* debian/rules.gen
rm -f debian/config.defines.dump debian/control debian/control.md5sum debian/linux-headers-* debian/linux-image-* debian/linux-perf-* debian/rules.gen debian/tests/control
rm -rf $(filter-out debian .svk .svn .git, $(wildcard * .[^.]*))
clean: debian/control