diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-02-10 00:57:17 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-02-10 00:57:17 +0100 |
commit | 5a23e0539d2447029785591db60f08affd50e314 (patch) | |
tree | bb9e2db3a8970308dd8b17fe1a98d47cb941c362 /debian/control | |
parent | b8a9a0aef57c387b96503b7d8ee9b08bb2d35999 (diff) |
[pkg] initial debian package - yet another
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1a2266a --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: riseup-vpn +Section: net +Priority: extra +Maintainer: LEAP Encryption Access Project <debian@leap.se> +Build-Depends: debhelper-compat (= 12), golang-go (>= 2:1.9), make, pkg-config, g++ +Standards-Version: 4.4.1 +Homepage: https://0xacab.org/leap/bitmask-vpn +#Vcs-Browser: https://0xacab.org/leap/bitmask-vpn +#Vcs-Git: https://0xacab.org/leap/bitmask-vpn.git + +Package: riseup-vpn +Architecture: any +Enhances: openvpn +Depends: ${shlibs:Depends}, ${misc:Depends}, openvpn, policykit-1-gnome | polkit-1-auth-agent, python3 +Description: Easy, fast, and secure VPN service from riseup.net. + . + The service does not require a user account, keep logs, or track you in any + way. The service is paid for entirely by donations from users. |