Modifies deb pkg building to include postinst script 23/6723/4
authorBenjamin Diaz <bdiaz@whitestack.com>
Thu, 18 Oct 2018 20:31:05 +0000 (17:31 -0300)
committerBenjamin Diaz <bdiaz@whitestack.com>
Mon, 22 Oct 2018 16:10:16 +0000 (13:10 -0300)
commit76a6056e2ec3bc5d7d7ead6423d721b0e4bd7475
treefe46b5f5959962a85667530dbe7e3e4dc7c4b2f6
parentb3f024d1e7a0df1ee2ef4a0bb222e52f77e7ee6f
Modifies deb pkg building to include postinst script

stage-build now uses make instead of tox, to allow adding
postinst script.
Postinst script adds installation of dependencies through pip.
Adds missing MANIFEST and stdeb.cfg.

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
Change-Id: I42849e0a3457745ad00a169128554cf3574bcb23
MANIFEST.in [new file with mode: 0644]
Makefile
debian/python3-osm-common.postinst [new file with mode: 0755]
devops-stages/stage-build.sh
python3-osm-common.postinst [deleted file]
stdeb.cfg [new file with mode: 0644]