Prepare deployment: Build basic deb packages
This commit is contained in:
parent
87d72be3fa
commit
dde639f3d1
17 changed files with 280 additions and 0 deletions
5
make.d/deb.mk
Normal file
5
make.d/deb.mk
Normal file
|
@ -0,0 +1,5 @@
|
|||
PHONY: dist-deb
|
||||
dist-deb:
|
||||
dpkg-buildpackage --no-sign
|
||||
mkdir -p "$(DIR_BUILD)/deb"
|
||||
mv ../*.deb ../*.changes ../*.buildinfo ../*.git ../*.dsc build/deb
|
Reference in a new issue