1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
Files
opcua-asyncio/make_deb.sh
2015-11-09 11:36:18 +01:00

9 lines
268 B
Bash
Executable File

#! /bin/sh
#
# This script generates a .deb file for generating a debian package of python-opcua
# You need to install python-stdeb to use it.
# Usage : ./make_deb.sh
# The package is generate in ./deb_dist
#
python setup.py --command-packages=stdeb.command bdist_deb