diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6f19de2 --- /dev/null +++ b/debian/control @@ -0,0 +1,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. |
