diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-02-11 01:55:27 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 01:55:27 +0700 |
commit | 1adf2818083c40cf81d7747a4c9d26e85c235a60 (patch) | |
tree | 0b8eb8057116a69d6e784782abf9c3891b1f7b70 | |
parent | 36f78944702ffbf5ea3ee381ce670557c66adcd5 (diff) | |
parent | 2a3e1a39908c1a93ce330a74b40476169a03f2fd (diff) | |
download | vyos-1x-1adf2818083c40cf81d7747a4c9d26e85c235a60.tar.gz vyos-1x-1adf2818083c40cf81d7747a4c9d26e85c235a60.zip |
Merge pull request #215 from thomas-mangin/patch-1
"make deb" to build the debian package
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -106,3 +106,6 @@ docs: sphinx-apidoc -o sphinx/source/ python/ cd sphinx/ PYTHONPATH=../python make html + +deb: + dpkg-buildpackage -uc -us -tc -b |