From dc643985e044743e21badd2652ea1bc182ecacca Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 23 Jun 2008 19:32:44 -0400 Subject: notes about changes to george. --- doc/george/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/george/changelog b/doc/george/changelog index aefbf7f..8d7799e 100644 --- a/doc/george/changelog +++ b/doc/george/changelog @@ -6,7 +6,10 @@ * Please add new entries in reverse chronological order whenever you make * * changes to this system * ****************************************************************************** - +2008-06-23 - dkg + * ran aptitude dist-upgrade + * upgraded to monkeysphere 0.2-1 + 2008-06-22 - dkg * installed screen (mjgoins and i were collaborating) -- cgit v1.2.3 From f2b7308aeae06a3ab8aebe4bd01197c9ea1f0f4f Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 23 Jun 2008 19:35:03 -0400 Subject: added missing lockfile-progs dependency. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d3d7d9b..6af68a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +monkeysphere (0.2-2) experimental; urgency=low + + * added lockfile-progs dependency + + -- Daniel Kahn Gillmor Mon, 23 Jun 2008 19:34:05 -0400 + monkeysphere (0.2-1) experimental; urgency=low [ Daniel Kahn Gillmor ] diff --git a/debian/control b/debian/control index 85b2d3f..4f0e5f5 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Dm-Upload-Allowed: yes Package: monkeysphere Architecture: any -Depends: openssh-client, gnupg | gnupg2, coreutils (>= 6), moreutils, ${shlibs:Depends} +Depends: openssh-client, gnupg | gnupg2, coreutils (>= 6), moreutils, lockfile-progs, ${shlibs:Depends} Recommends: netcat Enhances: openssh-client, openssh-server Description: use the OpenPGP web of trust to verify ssh connections -- cgit v1.2.3 From 2d56609494170affe821c54eea714de08c4db9c1 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 23 Jun 2008 19:43:00 -0400 Subject: more updates on the status of george. --- doc/george/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/george/changelog b/doc/george/changelog index 8d7799e..e49a053 100644 --- a/doc/george/changelog +++ b/doc/george/changelog @@ -7,8 +7,12 @@ * changes to this system * ****************************************************************************** 2008-06-23 - dkg + * added monkeysphere apt repository to /etc/apt/sources.list + * added dkg's key to apt's list of trusted keys. * ran aptitude dist-upgrade * upgraded to monkeysphere 0.2-1 + * moved authorized_user_ids files into users' home directories. + * installed lockfile-progs 2008-06-22 - dkg * installed screen (mjgoins and i were collaborating) -- cgit v1.2.3 From 412bf3ca5f34a8e90f0201209e3ec63bf9309a20 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 23 Jun 2008 20:00:20 -0400 Subject: prepped debian/changelog for next "upstream" version. --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6af68a6..9807c8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +monkeysphere (0.3-1) UNRELEASED; urgency=low + + [ Daniel Kahn Gillmor ] + * new version (above: change UNRELEASED to experimental when releasing) + + -- Daniel Kahn Gillmor Mon, 23 Jun 2008 19:58:47 -0400 + monkeysphere (0.2-2) experimental; urgency=low * added lockfile-progs dependency -- cgit v1.2.3