Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
261c7b26
Commit
261c7b26
authored
Feb 06, 2021
by
Adrian Georgescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update debian package
parent
9214e36b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
26 deletions
+24
-26
__info__.py
blink/__info__.py
+3
-3
build_inplace
build_inplace
+2
-3
control
debian/control
+17
-18
rules
debian/rules
+1
-1
setup.py
setup.py
+1
-1
No files found.
blink/__info__.py
View file @
261c7b26
"""Package information"""
"""Package information"""
__project__
=
"blink"
__project__
=
"blink
3
"
__summary__
=
"Blink Qt"
__summary__
=
"Blink Qt"
__webpage__
=
"http://icanblink.com/"
__webpage__
=
"http://icanblink.com/"
__version__
=
"
3.2.1
"
__version__
=
"
4.0.0
"
__date__
=
"February
14th 2020
"
__date__
=
"February
6th 2021
"
__author__
=
"AG Projects"
__author__
=
"AG Projects"
__email__
=
"support@ag-projects.com"
__email__
=
"support@ag-projects.com"
...
...
build_inplace
View file @
261c7b26
#!/bin/sh
#!/bin/sh
python setup.py build_ext
--inplace
"
$@
"
python3 setup.py build_ext
--inplace
"
$@
"
test
-d
build
&&
python setup.py clean
test
-d
build
&&
python3 setup.py clean
debian/control
View file @
261c7b26
Source: blink
Source: blink
Section: python
Section: python
Priority: optional
Priority: optional
Maintainer:
Dan Pascu <dan
@ag-projects.com>
Maintainer:
Adrian Georgescu <ag
@ag-projects.com>
Uploaders: Adrian Georgescu <ag@ag-projects.com>
Uploaders: Adrian Georgescu <ag@ag-projects.com>
Build-Depends: debhelper (>= 11),
Build-Depends: debhelper (>= 11),
dh-python,
dh-python,
python-all-dev
(>= 2.7)
,
python-all-dev,
python-all-dbg
(>= 2.7)
,
python-all-dbg,
cython-dbg
(>= 0.19)
,
cython-dbg,
libvncserver-dev
libvncserver-dev
Standards-Version: 4.5.0
Standards-Version: 4.5.0
Homepage: http://icanblink.com
Homepage: http://icanblink.com
Package: blink
Package: blink
3
Architecture: any
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
Depends: ${python
3
:Depends}, ${shlibs:Depends}, ${misc:Depends},
libavahi-compat-libdnssd1,
libavahi-compat-libdnssd1,
python-application (>= 2.8.0),
python3-application,
python-cjson,
python-enum34,
python-enum34,
python-eventlib,
python
3
-eventlib,
python
-googleapi (>= 1.5.0)
,
python
3-googleapi
,
python-lxml,
python
3
-lxml,
python-oauth2client,
python
3
-oauth2client,
python-pyqt5,
python
3
-pyqt5,
python-pyqt5.qtsvg,
python
3
-pyqt5.qtsvg,
python-pyqt5.qtwebkit,
python
3
-pyqt5.qtwebkit,
python
-sipsimple (>= 3.5.0)
,
python
3-sipsimple
,
python
-twisted-core
,
python
3-twisted
,
python-zope.interface,
python
3
-zope.interface,
x11vnc
x11vnc
Description: Fully featured, easy to use SIP client with a Qt based UI
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
Blink is a fully featured SIP client written in Python and built on top of
...
...
debian/rules
View file @
261c7b26
#!/usr/bin/make -f
#!/usr/bin/make -f
%:
%:
dh $@ --with python
2
--buildsystem=pybuild
dh $@ --with python
3
--buildsystem=pybuild
override_dh_clean:
override_dh_clean:
dh_clean
dh_clean
...
...
setup.py
View file @
261c7b26
#!/usr/bin/python
2
#!/usr/bin/python
3
import
os
import
os
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment