From a1cd0cce108b5c350572c222bfc93e39ca584781 Mon Sep 17 00:00:00 2001 From: Martin Read Date: Sat, 8 Feb 2014 17:10:50 +0000 Subject: [PATCH] Created internal-use debian/ directory and a copyright file --- copyright | 1 + debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/copyright | 1 + debian/rules | 5 +++++ debian/source/format | 1 + 7 files changed, 30 insertions(+) create mode 100644 copyright create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format 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) -- 2.11.0