mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 16:07:22 +00:00
buildsys: add missing deb targets
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
4917bd4ead
commit
6beb0ffa6b
@ -81,6 +81,12 @@ $(BUILDDIR): src debian common/src Cargo.toml Makefile .cargo/config
|
|||||||
cp -a -t $(BUILDDIR).tmp/common common/src
|
cp -a -t $(BUILDDIR).tmp/common common/src
|
||||||
mv $(BUILDDIR).tmp $(BUILDDIR)
|
mv $(BUILDDIR).tmp $(BUILDDIR)
|
||||||
|
|
||||||
|
.PHONY: deb
|
||||||
|
deb: $(DEBS)
|
||||||
|
$(DEBS): $(BUILDDIR)
|
||||||
|
cd $(BUILDDIR); PATH="/usr/local/bin:/usr/bin" dpkg-buildpackage -b -us -uc
|
||||||
|
lintian $(DEBS)
|
||||||
|
|
||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
dsc: $(DSC)
|
dsc: $(DSC)
|
||||||
$(DSC): $(BUILDDIR)
|
$(DSC): $(BUILDDIR)
|
||||||
|
@ -86,6 +86,12 @@ $(BUILDDIR): src debian test common/src Cargo.toml Makefile .cargo/config
|
|||||||
cp -a -t $(BUILDDIR).tmp/common common/src
|
cp -a -t $(BUILDDIR).tmp/common common/src
|
||||||
mv $(BUILDDIR).tmp $(BUILDDIR)
|
mv $(BUILDDIR).tmp $(BUILDDIR)
|
||||||
|
|
||||||
|
.PHONY: deb
|
||||||
|
deb: $(DEBS)
|
||||||
|
$(DEBS): $(BUILDDIR)
|
||||||
|
cd $(BUILDDIR); PATH="/usr/local/bin:/usr/bin" dpkg-buildpackage -b -us -uc
|
||||||
|
lintian $(DEBS)
|
||||||
|
|
||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
dsc: $(DSC)
|
dsc: $(DSC)
|
||||||
$(DSC): $(BUILDDIR)
|
$(DSC): $(BUILDDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user