From c1635d737853378d7421d2d619be499e15fb2df3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 18 May 2017 07:30:04 -0400 Subject: [PATCH] Add control file for shipper. --- Makefile | 2 +- control | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 control diff --git a/Makefile b/Makefile index ca6e670..efd039f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # 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 $< diff --git a/control b/control new file mode 100644 index 0000000..565ebb1 --- /dev/null +++ b/control @@ -0,0 +1,22 @@ +# 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 -- 2.31.1