#750: Process to build OGAgent for ogLive package.

oglive^2
Ramón M. Gómez 2018-06-18 13:54:44 +02:00
parent ae813486ce
commit ecf49815c1
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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