diff --git a/oglive/build-packages.sh b/oglive/build-packages.sh new file mode 100755 index 0000000..4d5eb8d --- /dev/null +++ b/oglive/build-packages.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +cd $(dirname "$0") +top=`pwd` + +[ -r ../src/VERSION ] && VERSION="$(cat ../src/VERSION)" || VERSION="1.1.0" +RELEASE="1" + +# Debian based +dpkg-buildpackage -b -d + diff --git a/src/opengnsys/oglive/operations.py b/src/opengnsys/oglive/operations.py index 342cfb0..5926b90 100644 --- a/src/opengnsys/oglive/operations.py +++ b/src/opengnsys/oglive/operations.py @@ -34,6 +34,9 @@ from __future__ import unicode_literals import socket import platform import fcntl +import os +import ctypes # @UnusedImport +import ctypes.util import subprocess import struct import array