X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO-VIM-openvim%2FMakefile;fp=RO-VIM-openvim%2FMakefile;h=8c68832191eaef586f8dc8482d441ab86dd4bdbe;hp=0000000000000000000000000000000000000000;hb=57dadcfd0fcf3c8e933602e2fb57f32658d9c845;hpb=a85c54de5c5d1f951b27082a21e5654e15712529 diff --git a/RO-VIM-openvim/Makefile b/RO-VIM-openvim/Makefile new file mode 100644 index 00000000..8c688321 --- /dev/null +++ b/RO-VIM-openvim/Makefile @@ -0,0 +1,24 @@ +## +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +## + +all: clean package + +clean: + rm -rf dist deb_dist osm_rovim_openvim-*.tar.gz osm_rovim_openvim.egg-info .eggs + +package: + python3 setup.py --command-packages=stdeb.command sdist_dsc + cd deb_dist/osm-rovim-openvim*/ && dpkg-buildpackage -rfakeroot -uc -us +