diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:11:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:11:37 +0000 |
commit | 85f603d4fd6d85c425502723a17daa94574977de (patch) | |
tree | 188a21432c3b8e8ddb8a08e9a09397164a88181c /debian/rules | |
parent | Merging upstream version 6.9.7. (diff) | |
download | linux-85f603d4fd6d85c425502723a17daa94574977de.tar.xz linux-85f603d4fd6d85c425502723a17daa94574977de.zip |
Adding debian version 6.9.7-1.debian/6.9.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 5d76443b53..e98f5af6d2 100755 --- a/debian/rules +++ b/debian/rules @@ -93,7 +93,7 @@ endif CLEAN_PATTERNS := $(BUILD_DIR) $(STAMPS_DIR) debian/lib/python/debian_linux/*.pyc debian/lib/python/debian_linux/__pycache__ $$(find debian -maxdepth 1 -type d -name 'linux-*') debian/*-modules-*-di* debian/kernel-image-*-di* debian/*-tmp debian/*.substvars -maintainerclean: +clean-generated: rm -rf $(CLEAN_PATTERNS) # We cannot use dh_clean here because it requires debian/control to exist rm -rf debian/.debhelper debian/*.debhelper* debian/files debian/generated.* @@ -114,6 +114,8 @@ maintainerclean: debian/linux-source.maintscript \ debian/rules.gen \ debian/tests/control + +maintainerclean: clean-generated rm -rf $(filter-out debian .git, $(wildcard * .[^.]*)) clean: debian/control @@ -154,4 +156,4 @@ debian/control-real: debian/bin/gencontrol.py $(CONTROL_FILES) @echo exit 1 -.PHONY: binary binary-% build build-% clean debian/control-real orig setup source +.PHONY: binary binary-% build build-% clean debian/control-real orig setup source clean-generated |