Deb: build-deb now builds a .deb for Ubuntu 18
It builds the builder image first, then proceeeds to building .deb inside it, and the result is put into the parent (../) directory.pull/16/head
parent
702f817845
commit
59382451dc
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
# Auto-install build-deps again
|
||||
# echo YYY | mk-build-deps --install debian/control
|
||||
|
||||
dpkg-buildpackage -us -uc -b
|
||||
lintian ../*.deb
|
Loading…
Reference in New Issue