Commit 261c7b26 authored by Adrian Georgescu's avatar Adrian Georgescu

Update debian package

parent 9214e36b
"""Package information"""
__project__ = "blink"
__project__ = "blink3"
__summary__ = "Blink Qt"
__webpage__ = "http://icanblink.com/"
__version__ = "3.2.1"
__version__ = "4.0.0"
__date__ = "February 14th 2020"
__date__ = "February 6th 2021"
__author__ = "AG Projects"
__email__ = "support@ag-projects.com"
......
#!/bin/sh
python setup.py build_ext --inplace "$@"
test -d build && python setup.py clean
python3 setup.py build_ext --inplace "$@"
test -d build && python3 setup.py clean
Source: blink
Section: python
Priority: optional
Maintainer: Dan Pascu <dan@ag-projects.com>
Maintainer: Adrian Georgescu <ag@ag-projects.com>
Uploaders: Adrian Georgescu <ag@ag-projects.com>
Build-Depends: debhelper (>= 11),
dh-python,
python-all-dev (>= 2.7),
python-all-dbg (>= 2.7),
cython-dbg (>= 0.19),
python-all-dev,
python-all-dbg,
cython-dbg,
libvncserver-dev
Standards-Version: 4.5.0
Homepage: http://icanblink.com
Package: blink
Package: blink3
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
libavahi-compat-libdnssd1,
python-application (>= 2.8.0),
python-cjson,
python3-application,
python-enum34,
python-eventlib,
python-googleapi (>= 1.5.0),
python-lxml,
python-oauth2client,
python-pyqt5,
python-pyqt5.qtsvg,
python-pyqt5.qtwebkit,
python-sipsimple (>= 3.5.0),
python-twisted-core,
python-zope.interface,
python3-eventlib,
python3-googleapi,
python3-lxml,
python3-oauth2client,
python3-pyqt5,
python3-pyqt5.qtsvg,
python3-pyqt5.qtwebkit,
python3-sipsimple,
python3-twisted,
python3-zope.interface,
x11vnc
Description: Fully featured, easy to use SIP client with a Qt based UI
Blink is a fully featured SIP client written in Python and built on top of
......
#!/usr/bin/make -f
%:
dh $@ --with python2 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_clean:
dh_clean
......
#!/usr/bin/python2
#!/usr/bin/python3
import os
......
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