# Makefile for the open-source release of adventure 2.5
OBJS=main.o init.o actions1.o actions2.o score.o misc.o datime.o
-SOURCES=$(OBJS:.o=.c) COPYING NEWS README adventure.asc
+SOURCES=$(OBJS:.o=.c) COPYING NEWS README advent.text control
.c.o:
gcc -O $(DBX) -c $<
--- /dev/null
+# This is not a real Debian control file
+# It's project metadata for the shipper tool
+
+Package: advent
+
+Description: Colossal Cave Adventure, the 1995 430-point version.
+ This is the last descendent of the original 1976 Colossal Cave Adventure
+ worked on by the original authors - Crowther & Woods. It has sometimes
+ been known as Adventure 2.5. The otiginal PDP-10 name 'advent' is used
+ to avoid ocollision with the BSD Games version.
+
+#XBS-Destinations: freshcode
+
+Homepage: http://www.catb.org/~esr/advent
+
+XBS-HTML-Target: index.html
+
+XBS-Repository-URL: https://gitlab.com/esr/advent
+
+#XBS-Project-Tags: Games/Entertainment
+
+XBS-VC-Tag-Template: %(version)s