From 76ee64b5b3e30706181becbf33cc45d67f39f364 Mon Sep 17 00:00:00 2001
From: David Härdeman <david@hardeman.nu>
Date: Mon, 6 Jul 2020 20:57:33 +0200
Subject: Add some license information and the beginning of Debian packages

---
 debian/control | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 debian/control

(limited to 'debian/control')

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.
-- 
cgit v1.2.3