drop installer
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@@ -62,7 +62,7 @@ $(DIR_ORIG): $(TAR_ORIG)
|
||||
mkdir -p ../orig
|
||||
tar -C ../orig -xaf $(TAR_ORIG)
|
||||
|
||||
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
|
||||
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/*-tmp debian/*.substvars
|
||||
|
||||
clean-generated:
|
||||
rm -rf $(CLEAN_PATTERNS)
|
||||
@@ -96,7 +96,6 @@ clean: debian/control
|
||||
|
||||
CONTROL_FILES = $(BUILD_DIR)/version-info $(wildcard debian/templates/*.in)
|
||||
CONTROL_FILES += debian/config/defines.toml $(wildcard debian/config/*/defines.toml)
|
||||
CONTROL_FILES += debian/installer/package-list
|
||||
|
||||
# debian/bin/gencontrol.py uses debian/changelog as input, but the
|
||||
# output only depends on the source name and version. To avoid
|
||||
|
Reference in New Issue
Block a user