packaging preparations for 0.16-1 release. monkeysphere_0.16-1
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 26 Oct 2008 07:07:57 +0000 (03:07 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 26 Oct 2008 07:07:57 +0000 (03:07 -0400)
Makefile
debian/changelog

index 4ea389862aa72908b2b7e6727646e0ad5e8c3fe5..057707aad99a409865a56d3aa7a1c8f70b39ee48 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ tarball: clean
        rm -rf monkeysphere-$(MONKEYSPHERE_VERSION)
        mkdir -p monkeysphere-$(MONKEYSPHERE_VERSION)/doc
        ln -s ../../website/getting-started-user.mdwn ../../website/getting-started-admin.mdwn ../../doc/TODO ../../doc/MonkeySpec monkeysphere-$(MONKEYSPHERE_VERSION)/doc
-       ln -s ../COPYING ../etc ../Makefile ../man ../src  monkeysphere-$(MONKEYSPHERE_VERSION)
+       ln -s ../COPYING ../etc ../Makefile ../man ../src ../tests monkeysphere-$(MONKEYSPHERE_VERSION)
        tar -ch monkeysphere-$(MONKEYSPHERE_VERSION) | gzip -n > monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz
        rm -rf monkeysphere-$(MONKEYSPHERE_VERSION)
 
index 7acf323520db5da649cce0a7909f9fa08ae12194..ad795e7f851fbc3570d1f561cd39eab26989ffae 100644 (file)
@@ -1,4 +1,4 @@
-monkeysphere (0.16~pre-1) UNRELEASED; urgency=low
+monkeysphere (0.16-1) experimental; urgency=low
 
   [ Daniel Kahn Gillmor ]
   * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
@@ -12,13 +12,15 @@ monkeysphere (0.16~pre-1) UNRELEASED; urgency=low
     getopt lives.
   * monkeysphere-server diagnostics now counts problems and suggests a
     re-run after they have been resolved.
+  * completed basic test suite: this can be run from the git sources or
+    the tarball with: cd tests && ./basic
 
   [ Jameson Graef Rollins ]
   * Genericize fs location variables.
   * break out gpg.conf files into SYSCONFIGDIR, and not auto-generated at
     install.
 
- -- Jameson Graef Rollins <jrollins@phys.columbia.edu>  Sat, 11 Oct 2008 14:27:17 -0400
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Sun, 26 Oct 2008 03:06:18 -0400
 
 monkeysphere (0.15-1) experimental; urgency=low