Created internal-use debian/ directory and a copyright file
authorMartin Read <martin@blackswordsonics.com>
Sat, 8 Feb 2014 17:10:50 +0000 (17:10 +0000)
committerMartin Read <martin@blackswordsonics.com>
Sat, 8 Feb 2014 17:10:50 +0000 (17:10 +0000)
copyright [new file with mode: 0644]
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/copyright b/copyright
new file mode 100644 (file)
index 0000000..4056845
--- /dev/null
+++ b/copyright
@@ -0,0 +1 @@
+Copyright 2005-2014 Martin Read <martin@blackswordsonics.com>
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..1cbf3e6
--- /dev/null
@@ -0,0 +1,5 @@
+victrix-abyssi (1.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Martin Read <martin@blackswordsonics.com>  Sat, 08 Feb 2014 15:43:32 +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..1857e4c
--- /dev/null
@@ -0,0 +1,16 @@
+Source: victrix-abyssi
+Maintainer: Martin Read <martin@blackswordsonics.com>
+Section: games
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), libncursesw5-dev
+
+Package: victrix-abyssi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Single-player, terminal-oriented, dungeon crawling game
+ Victrix Abyssi (victrix-abyssi) is a single-player, terminal-oriented, dungeon
+ crawling game in the "roguelike" genre.
+ .
+ Unlike 
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..c31a7f9
--- /dev/null
@@ -0,0 +1 @@
+© 2005-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)