summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-12-13 19:06:20 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2018-12-13 19:47:12 +0100
commit244d1a3aa5539c8ce4a69ae8695b0621585d7b1c (patch)
tree41544f32f6206f116809a56fe6f0b9142dc1b79f /debian/control
parent81843a0477c5eba4b3d4f6ff932f748f9e1244e7 (diff)
initial debianization
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..83bcb36
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: leap-geolocation
+Section: net
+Priority: extra
+Maintainer: LEAP Encryption Access Project <debian@leap.se>
+Build-Depends: debhelper (>= 8.0.0), golang-go, dh-golang, dh-systemd
+Standards-Version: 3.9.4
+
+Package: leap-geolocation
+Architecture: all
+Depends: ${misc:Depends}, geoipupdate
+Description: LEAP's Geolocation service.
+ Geolocation service, part of a LEAP Provider.
+ It can be used to calculate distance to gateways for the VPN service.
+