feature 5956. Split engine in several files
[osm/NBI.git] / Makefile
1
2 clean:
3 rm -rf dist deb_dist .build osm_nbi-*.tar.gz osm_nbi.egg-info eggs
4
5 package:
6 python3 setup.py --command-packages=stdeb.command sdist_dsc
7 cp python3-osm-nbi.postinst deb_dist/osm-nbi*/debian
8 cd deb_dist/osm-nbi*/debian && echo "osm-common python3-osm-common" > py3dist-overrides
9 # cd deb_dist/osm-nbi*/debian && echo "pip3 python3-pip" >> py3dist-overrides
10 cd deb_dist/osm-nbi*/ && dpkg-buildpackage -rfakeroot -uc -us
11 mkdir -p .build
12 cp deb_dist/python3-osm-nbi*.deb .build/
13
14