mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-02-08 05:57:33 +03:00
build packages in one go by moving individual .deb targets into install targets called by dpkg-buildpackage. all three binary packages are bootstrappable on a straight Debian host, so there is no need to call dpkg-buildpackage separately for each of them. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
11 lines
151 B
Makefile
Executable File
11 lines
151 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
.PHONY: override_dh_auto_build
|
|
override_dh_auto_build:
|