From: Martin Read Date: Sat, 8 Feb 2014 17:10:50 +0000 (+0000) Subject: Created internal-use debian/ directory and a copyright file X-Git-Tag: printmsg-purged~15 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=a1cd0cce108b5c350572c222bfc93e39ca584781;p=victrix-abyssi Created internal-use debian/ directory and a copyright file --- diff --git a/copyright b/copyright new file mode 100644 index 0000000..4056845 --- /dev/null +++ b/copyright @@ -0,0 +1 @@ +Copyright 2005-2014 Martin Read diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1cbf3e6 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +victrix-abyssi (1.0-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Martin Read Sat, 08 Feb 2014 15:43:32 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1857e4c --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: victrix-abyssi +Maintainer: Martin Read +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 index 0000000..c31a7f9 --- /dev/null +++ b/debian/copyright @@ -0,0 +1 @@ +© 2005-2014 Martin Read diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8a55d5d --- /dev/null +++ b/debian/rules @@ -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 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)