summaryrefslogtreecommitdiff
path: root/debian/control
blob: 6f19de2941fce1e790428a3fcffc155f3419dd80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python3-eduvpn-common
Section: python
Priority: optional
Maintainer: Jeroen Wijenbergh <jeroen.wijenbergh@geant.org>
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools, python3-wheel, golang (>= 1.18)
Standards-Version: 4.5.1
Homepage: https://codeberg.org/eduVPN/eduvpn-common
X-Python3-Version: >= 3.6

Package: libeduvpn-common
Architecture: any
Depends: ${misc:Depends}
Description: EduVPN common Go library
 The shared library for eduVPN.

Package: python3-eduvpn-common
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, libeduvpn-common
Description: Python wrapper for the eduVPN common library
 The Python wrapper for the shared library.