Added debian directory
authorMartin Read <mpread@chiark.greenend.org.uk>
Sun, 9 Mar 2014 19:39:31 +0000 (19:39 +0000)
committerMartin Read <mpread@chiark.greenend.org.uk>
Sun, 9 Mar 2014 19:39:31 +0000 (19:39 +0000)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..ce1a747
--- /dev/null
@@ -0,0 +1,5 @@
+obumbrata (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Martin Read <martin@blackswordsonics.com>  Sat, 08 Mar 2014 09:00:00 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..f8a3eee
--- /dev/null
@@ -0,0 +1,15 @@
+Source: obumbrata
+Maintainer: Martin Read <martin@blackswordsonics.com>
+Section: games
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), libncursesw5-dev, libxdg-basedir-dev, g++ (>= 4:4.7.2), gcc (>= 4:4.7.2)
+
+Package: obumbrata
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Single-player, terminal-oriented, dungeon crawling game
+ Obumbrata et Velata (obumbrata) is a single-player, terminal-oriented, dungeon
+ crawling game in the "roguelike" genre. This game was initially written as an
+ entry for the 2014 Seven-Day Roguelike Challenge.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..6810cd9
--- /dev/null
@@ -0,0 +1 @@
+© 2014 Martin Read <martin@blackswordsonics.com>
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..8a55d5d
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+%:
+       dh $@
+
+#vim:noexpandtab:ts=8:sw=8:sts=0
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)