From 642bce16a1ae8b84a824beb913cc7f1f39599983 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 4 Apr 2015 06:39:53 -0400 Subject: [PATCH 1/1] Version bump for 1.6 release. --- Makefile | 2 +- NEWS | 7 +++++-- control | 24 ++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 control diff --git a/Makefile b/Makefile index c425727..e8cdb17 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=1.5 +VERS=1.6 all: wumpus superhack diff --git a/NEWS b/NEWS index af806b2..c82e3dc 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,10 @@ wumpus project news -1.5: 2014-06-05 - Fixed a minor bug in the superhack startlet check. +1.6: 2015-04-04 + Code audited with cppcheck. Changed to modern packaging. + +1.5: 2011-03-09 + Fixed a minor bug in the superhack starlet check. 1.4: 2010-10-21 Ported to modern C. diff --git a/control b/control new file mode 100644 index 0000000..4369c86 --- /dev/null +++ b/control @@ -0,0 +1,24 @@ +# This is not a real Debian control file, though the syntax is compatible. +# It's project metadata for the shipper tool + +Package: wumpus + +Description: + WUMPUS is a bit of retrocomputing nostalgia. It is an *exact* clone, even + down to the godawful user interface, of an ancient classic game. This version + fixes two minor bugs in my original USENET posting of the source. + +#XBS-Destinations: freecode + +Homepage: http://www.catb.org/~esr/wumpus + +XBS-HTML-Target: index.html + +XBS-Repository-URL: http://thyrsus.com/gitweb/?p=wumpus.git + +XBS-Developer-Clone: git@thyrsus.com:wumpus + +XBS-Anonymous-Clone: git://thyrsus.com/repositories/wumpus.git + +XBS-VC-Tag-Template: %(version)s + -- 2.31.1