From edfd57fc6889f45518bccfdd1568857c49af2f28 Mon Sep 17 00:00:00 2001 From: Martin Read Date: Sun, 9 Mar 2014 19:39:31 +0000 Subject: [PATCH] Added debian directory --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/copyright | 1 + debian/rules | 5 +++++ debian/source/format | 1 + 6 files changed, 28 insertions(+) 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/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ce1a747 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +obumbrata (1.0.0-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Martin Read Sat, 08 Mar 2014 09:00:00 +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..f8a3eee --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: obumbrata +Maintainer: Martin Read +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 index 0000000..6810cd9 --- /dev/null +++ b/debian/copyright @@ -0,0 +1 @@ +© 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