Commit a43b0969 authored by Cedric Boudinet's avatar Cedric Boudinet

add script for generating debian package

parent b2c03c13
#! /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
# Debian package generator configuration file
[DEFAULT]
Depends: python-concurrent.futures, python-enum34, python-trollius
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment