1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

First complete Debian packaging system

This commit is contained in:
Bumsik Kim 2018-05-25 14:35:57 -04:00
parent 605f906371
commit 41c483764b
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
10 changed files with 64 additions and 11 deletions

View file

@ -33,9 +33,13 @@ deb-docker-rm:
deb-make:
docker run --privileged --interactive --tty --rm -v $(shell pwd)/package/debian:/app debmake /app/debmake.sh
deb-build:
deb-build: deb-clean deb-make
package/debian/copy_debian.sh
docker run --privileged --interactive --tty --rm -v $(shell pwd)/package/debian:/app debmake /app/debuild.sh
deb-contents:
docker run --privileged --interactive --tty --rm -v $(shell pwd)/package/debian:/app debmake /app/contents.sh
deb-clean:
rm -rf package/debian/build