mirror of
https://git.proxmox.com/git/proxmox-websocket-tunnel
synced 2025-05-02 15:34:20 +00:00
build: add dsc target
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
720d988952
commit
2edda38566
5
Makefile
5
Makefile
@ -26,6 +26,11 @@ build:
|
||||
find build/proxmox-websocket-tunnel/debian -name '*.hint' -delete
|
||||
cp build/proxmox-websocket-tunnel/debian/control debian/control
|
||||
|
||||
.PHONY: dsc
|
||||
dsc: build
|
||||
(cd build/proxmox-websocket-tunnel && dpkg-buildpackage -S -uc -us)
|
||||
lintian build/*.dsc
|
||||
|
||||
.PHONY: deb
|
||||
deb: build
|
||||
(cd build/proxmox-websocket-tunnel && dpkg-buildpackage -b -uc -us)
|
||||
|
Loading…
Reference in New Issue
Block a user