summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Reurich <daniel@centurion.net.nz>2014-12-16 16:45:39 +1300
committerDaniel Reurich <daniel@centurion.net.nz>2014-12-16 16:45:39 +1300
commite06e2db7e5db7d988020a9f6d4d327ccdfb2de44 (patch)
tree2f91a55d532b71715bd2217c162b182d67902c46
parent021f6957d2e98ce908e84cd94e8df02a2b9b11b7 (diff)
downloadxlennart-e06e2db7e5db7d988020a9f6d4d327ccdfb2de44.tar.gz
xlennart-e06e2db7e5db7d988020a9f6d4d327ccdfb2de44.tar.bz2
xlennart-e06e2db7e5db7d988020a9f6d4d327ccdfb2de44.zip
Add debian packaging
-rw-r--r--debian/compat1
-rw-r--r--debian/control13
-rw-r--r--debian/copyright0
-rw-r--r--debian/rules3
4 files changed, 17 insertions, 0 deletions
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..28e56d9
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+999999999
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c94f66e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: xlennart
+Maintainer: Daniel Reurich <daniel@centurion.net.nz>
+Section: misc
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9)
+
+Package: hithere
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Xlennart the sequel to Xbill
+ This is the sequel to the game XBill. A new nemesis has arisen...
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/copyright
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..c705567
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@