mirror of
https://github.com/FreeOpcUa/opcua-asyncio
synced 2025-10-29 17:07:18 +08:00
9 lines
268 B
Bash
Executable File
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
|