Version bump for 1.6 release. 1.6
authorEric S. Raymond <esr@thyrsus.com>
Sat, 4 Apr 2015 10:39:53 +0000 (06:39 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 4 Apr 2015 10:39:53 +0000 (06:39 -0400)
Makefile
NEWS
control [new file with mode: 0644]

index c4257275d793e0cfb9d37198beefc622621c9d7b..e8cdb17b9850aa660b52d6636523d2656ddc91be 100644 (file)
--- 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 af806b229a46bfdb25f0e0d42d5383b15d4b2bf9..c82e3dcc498ba297a4847973ebf6a3d7bcbbb440 100644 (file)
--- 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 (file)
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
+