Add control file for shipper.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 18 May 2017 11:30:04 +0000 (07:30 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 18 May 2017 11:30:04 +0000 (07:30 -0400)
Makefile
control [new file with mode: 0644]

index ca6e670287417852c4e6c6688cdf7d45684ff6e1..efd039fac2598340845e715b296692ffcbdf317e 100644 (file)
--- 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 (file)
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