debian: use default archive command
On plain Debian there is no need to modify anything, so use default archive command. It is deterministic and also use excludes from .gitignore.
This commit is contained in:
parent
e5e19665f8
commit
38e5d2e38f
|
@ -4,7 +4,9 @@ ifeq ($(PACKAGE_SET),vm)
|
|||
|
||||
ifneq ($(filter $(DISTRIBUTION), debian qubuntu),)
|
||||
DEBIAN_BUILD_DIRS := debian
|
||||
SOURCE_COPY_IN := source-debian-quilt-copy-in
|
||||
ifeq ($(DISTRIBUTION),qubuntu)
|
||||
SOURCE_COPY_IN := source-debian-quilt-copy-in
|
||||
endif
|
||||
endif
|
||||
|
||||
ARCH_BUILD_DIRS := archlinux
|
||||
|
|
Loading…
Reference in New Issue
Block a user