diff options
author | David Härdeman <david@hardeman.nu> | 2020-07-06 20:57:33 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2020-07-06 20:57:33 +0200 |
commit | 76ee64b5b3e30706181becbf33cc45d67f39f364 (patch) | |
tree | 27ef23d5026469258d7fad09c74c4dd9d0ffbed5 /debian/control | |
parent | c9c5028018a588baad2c1af6dcfa3325bc18d02c (diff) |
Add some license information and the beginning of Debian packages
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6eb6e4d --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: minecproxy +Section: net +Priority: optional +Maintainer: David Härdeman <david@hardeman.nu> +Build-Depends: debhelper-compat (= 12), + libcap-ng-dev, + libedit-dev, + libsystemd-dev, + liburing-dev, + meson, + pkg-config +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Homepage: <insert the upstream URL, if relevant> +#Vcs-Browser: https://salsa.debian.org/debian/minecproxy +#Vcs-Git: https://salsa.debian.org/debian/minecproxy.git + +Package: minecproxy +Architecture: linux-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Minecraft server proxy and announce daemon + minecproxy is a simple daemon which can announce Minecraft servers on the + local network and also monitor the status of servers in order to automatically + start/stop them as necessary. |