From: Daniel Kahn Gillmor Date: Sun, 26 Oct 2008 07:07:57 +0000 (-0400) Subject: packaging preparations for 0.16-1 release. X-Git-Tag: monkeysphere_0.16-1 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=refs%2Ftags%2Fmonkeysphere_0.16-1 packaging preparations for 0.16-1 release. --- diff --git a/Makefile b/Makefile index 4ea3898..057707a 100644 --- 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) 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 Sat, 11 Oct 2008 14:27:17 -0400 + -- Daniel Kahn Gillmor Sun, 26 Oct 2008 03:06:18 -0400 monkeysphere (0.15-1) experimental; urgency=low