summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-19 15:53:29 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-20 15:00:41 +0100
commit9f62267456332c5d6acff1e343870729cf23345a (patch)
tree0ec67f59a7b3d98dc9690f7288e34e619fd94008 /debian/control
parentd37c61e828f2c428b08bea06062dc4f55d410a1e (diff)
Debian: Initial package building in upstream repo
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
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.