summaryrefslogtreecommitdiff
path: root/beyond-the-titanic/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-03-31 21:20:39 -0400
committerB Stack <bgstack15@gmail.com>2019-03-31 21:20:39 -0400
commit7581690f8aae9206d3a96115ad89f31397c72888 (patch)
tree8d57f608100d821af39133d8564e5f2692edc76e /beyond-the-titanic/debian/control
parentpalemoon dpkg: remove libpulse-dev (diff)
downloadstackrpms-7581690f8aae9206d3a96115ad89f31397c72888.tar.gz
stackrpms-7581690f8aae9206d3a96115ad89f31397c72888.tar.bz2
stackrpms-7581690f8aae9206d3a96115ad89f31397c72888.zip
beyond-the-titanic dpkg
Build from my gitlab repo for Beyond the Titanic
Diffstat (limited to 'beyond-the-titanic/debian/control')
-rw-r--r--beyond-the-titanic/debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/beyond-the-titanic/debian/control b/beyond-the-titanic/debian/control
new file mode 100644
index 0000000..010210e
--- /dev/null
+++ b/beyond-the-titanic/debian/control
@@ -0,0 +1,17 @@
+Source: beyond-the-titanic
+Section: games
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=11~), fpc
+Standards-Version: 4.1.4
+Homepage: https://gitlab.com/bgstack15/beyond-the-titanic
+
+Package: beyond-the-titanic
+Architecture: all
+Multi-Arch: foreign
+Depends: ncurses-bin, ${misc:Depends}, ${shlibs:Depends}
+Description: Beyond the Titanic text adventure game
+ Open-sourced by Apogee in 2009, Beyond the Titanic started
+ in 1988 on an older platform. Other text-based adventures
+ exist, but BTT mostly works and can still waste many of
+ your gaming hours.
bgstack15