X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=cdbb183ea51236144579d40d4f2491862aff2575;hb=a7cb70b362dd95528deb64ab21ebad953009add6;hp=0ee3ddd93425e2e3d77b6a86233e7e1a731e9a06;hpb=b3cda2e2d399e761311fbe9e4ffc3b22037d6312;p=osm%2FLCM.git diff --git a/Makefile b/Makefile index 0ee3ddd..cdbb183 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ clean: package: python3 setup.py --command-packages=stdeb.command sdist_dsc - # cp debian/python3-osm-lcm.postinst deb_dist/osm-lcm*/debian - cd deb_dist/osm-lcm*/debian && echo "osm-common python3-osm-common" > py3dist-overrides + cp debian/python3-osm-lcm.postinst deb_dist/osm-lcm*/debian + # cd deb_dist/osm-lcm*/debian && echo "osm-common python3-osm-common" > py3dist-overrides # cd deb_dist/osm-lcm*/debian && echo "pip3 python3-pip" >> py3dist-overrides cd deb_dist/osm-lcm*/ && dpkg-buildpackage -rfakeroot -uc -us