From 003619aae302a4e14d77aea7afa1456f0a837406 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 30 Nov 2010 18:11:47 -0500 Subject: [PATCH 1/1] Add a shipper control file. --- Makefile | 2 +- control | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 control diff --git a/Makefile b/Makefile index 4782716..6743a04 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ MANDIR=/usr/share/man/man1 BINDIR=/usr/bin DOCS = README COPYING NEWS doc/HACKING doc/sst-doc.xml doc/sst-layer.xsl doc/sst.xml -SOURCES = sst.py Makefile replay doc/makehelp.py $(DOCS) +SOURCES = sst.py Makefile replay doc/makehelp.py control $(DOCS) all: sst-$(VERS).tar.gz diff --git a/control b/control new file mode 100644 index 0000000..71090de --- /dev/null +++ b/control @@ -0,0 +1,14 @@ +# This is not a real Debian control file, though the syntax is compatible. +# It's project metadata for the shipper tool + +Package: sst + +Destinations: ~,sourceforge,freshmeat + +Description: Super Star Trek, a timeless classic of computer games +vi Save the Federation from the invading Klingons! Visit exotic planets and + strip-mine them for dilithium! Encounter mysterious space thingies! + This is the classic Super Star Trek game from the days of slow teletypes, + reloaded. + +XBS-Project-Tag-List: games, retro -- 2.31.1