mirror of
https://git.proxmox.com/git/pathpatterns
synced 2025-07-12 20:53:08 +00:00
buildsys: add dsc target
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
727b9339e3
commit
d4d7c0c5ae
7
Makefile
7
Makefile
@ -31,9 +31,14 @@ deb: build
|
||||
(cd build/pathpatterns && CARGO=/usr/bin/cargo RUSTC=/usr/bin/rustc dpkg-buildpackage -b -uc -us)
|
||||
lintian build/*.deb
|
||||
|
||||
.PHONY: dsc
|
||||
dsc: build
|
||||
(cd build/pathpatterns && CARGO=/usr/bin/cargo RUSTC=/usr/bin/rustc dpkg-buildpackage -S -uc -us)
|
||||
lintian build/*.dsc
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf build *.deb *.buildinfo *.changes *.orig.tar.gz
|
||||
rm -rf build *.deb *.dsc *.buildinfo *.changes *.orig.tar.gz
|
||||
cargo clean
|
||||
|
||||
upload: deb
|
||||
|
Loading…
Reference in New Issue
Block a user