X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=ed4ad8dd657a4cd6b130c85d51fe9b45c1012d1e;hb=bf6c5729597476199627c6750e8db3a92ce47c9c;hp=410db79bb3355042532c9eab9e2da02c6b1765ef;hpb=87858cab98b3b169fc891fd2e0a0ba10f8b46127;p=osm%2Fcommon.git diff --git a/Makefile b/Makefile index 410db79..ed4ad8d 100644 --- a/Makefile +++ b/Makefile @@ -16,13 +16,9 @@ all: clean package clean: - rm -rf dist deb_dist .build osm_common-*.tar.gz osm_common.egg-info eggs + rm -rf dist deb_dist osm_common-*.tar.gz osm_common.egg-info .eggs package: python3 setup.py --command-packages=stdeb.command sdist_dsc - cp python3-osm-common.postinst deb_dist/osm-common*/debian - cd deb_dist/osm-common*/debian && echo "pymongo python3-pymongo" > py3dist-overrides - # cd deb_dist/osm-common*/debian && echo "pip3 python3-pip" >> py3dist-overrides - cd deb_dist/osm-common*/ && dpkg-buildpackage -rfakeroot -uc -us - mkdir -p .build - cp deb_dist/python3-osm-common*.deb .build/ + cp debian/python3-osm-common.postinst deb_dist/osm-common*/debian + cd deb_dist/osm-common*/ && dpkg-buildpackage -rfakeroot -uc -us