mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-04 09:33:33 +00:00
buildsys: add dsc and %-dsc targets
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
76ac1a3903
commit
77e8db8649
9
Makefile
9
Makefile
@ -11,6 +11,11 @@ deb: $(foreach c,$(CRATES), $c-deb)
|
||||
echo $(foreach c,$(CRATES), $c-deb)
|
||||
lintian build/*.deb
|
||||
|
||||
.PHONY: dsc
|
||||
dsc: $(foreach c,$(CRATES), $c-dsc)
|
||||
echo $(foreach c,$(CRATES), $c-dsc)
|
||||
lintian build/*.dsc
|
||||
|
||||
.PHONY: autopkgtest
|
||||
autopkgtest: $(foreach c,$(CRATES), $c-autopkgtest)
|
||||
|
||||
@ -24,6 +29,10 @@ dinstall:
|
||||
./build.sh $*
|
||||
touch $@
|
||||
|
||||
%-dsc:
|
||||
BUILDCMD='dpkg-buildpackage -S -us -uc -d' ./build.sh $*
|
||||
touch $@
|
||||
|
||||
%-autopkgtest:
|
||||
autopkgtest build/$* build/*.deb -- null
|
||||
touch $@
|
||||
|
Loading…
Reference in New Issue
Block a user