From 9f62267456332c5d6acff1e343870729cf23345a Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 19 Feb 2026 15:53:29 +0100 Subject: Debian: Initial package building in upstream repo --- debian/control | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3