diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 03:07:57 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 03:07:57 -0400 |
commit | ee285d5b62432f35203774835f3dd347ad92afbc (patch) | |
tree | 09855ce7dc3e8bfd79771083181bab3099616088 | |
parent | 96ac22cf25565e62b5a8a2dae820b074cb5ab32d (diff) |
packaging preparations for 0.16-1 release.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -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) diff --git a/debian/changelog b/debian/changelog index 7acf323..ad795e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |