summaryrefslogtreecommitdiff
path: root/beyond-the-titanic/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-01 03:44:33 +0000
committerB Stack <bgstack15@gmail.com>2019-04-01 03:44:33 +0000
commit8891ab4f3dda81572fb86e62a0723d6586e6b00a (patch)
treef7f6471a9a1b5a26e10ad9f81ebe2b2c4cf1c0f0 /beyond-the-titanic/debian/control
parentpalemoon dpkg: remove libpulse-dev (diff)
parentbtt: mod rpm spec for copr (diff)
downloadstackrpms-8891ab4f3dda81572fb86e62a0723d6586e6b00a.tar.gz
stackrpms-8891ab4f3dda81572fb86e62a0723d6586e6b00a.tar.bz2
stackrpms-8891ab4f3dda81572fb86e62a0723d6586e6b00a.zip
Merge branch 'beyond-bump' into 'master'
add Beyond the Titanic See merge request bgstack15/stackrpms!50
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