Add control file for shipper.
This commit is contained in:
parent
8e73ebf31b
commit
c1635d7378
2 changed files with 23 additions and 1 deletions
2
Makefile
2
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 $<
|
||||
|
|
22
control
Normal file
22
control
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue