files to etc directory.
--- /dev/null
+monkeysphere (0.1-1) unstable; urgency=low
+
+ * to be first release...
+
+ -- Jameson Graef Rollins <jrollins@phys.columbia.edu> Tue, 10 Jun 2008 17:20:16 -0400
+
--- /dev/null
+Source: monkeysphere
+Section: net
+Priority: extra
+Maintainer: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>
+Uploaders: Jameson Rollins <jrollins@fifthhorseman.net>
+Build-Depends: debhelper (>= 5.0)
+Standards-Version: 3.7.3
+XS-Dm-Upload-Allowed: yes
+
+Package: monkeysphere
+Architecture: all
+Depends: ssh, gnupg, gnupg2
+Description: use GNUPG for ssh connections
--- /dev/null
+var/lib/monkeysphere
+var/lib/monkeysphere/stage
+usr/bin
+usr/sbin
+usr/share
+usr/share/monkeysphere
+usr/share/man
+usr/share/man1
+usr/share/man8
+etc/monkeysphere
+etc/monkeysphere/authorized_user_ids
--- /dev/null
+# MonkeySphere server configuration file.
+
+# GPG home directory for server
+#GNUPGHOME=/etc/monkeysphere/gnupg
+
+# GPG keyserver to search for keys
+#KEYSERVER=subkeys.pgp.net
+
+# Required key capabilities
+# Must be quoted, lowercase, space-seperated list of the following:
+# e = encrypt
+# s = sign
+# c = certify
+# a = authentication
+#REQUIRED_KEY_CAPABILITY="e a"
+
+# Whether to add user controlled authorized_keys file to
+# monkeysphere-generated authorized_keys file. Should be path to file
+# where '%h' will be substituted for the user's home directory.
+#USER_CONTROLLED_AUTHORIZED_KEYS=%h/.ssh/authorized_keys
+
+# where to cache user authorized_keys lines
+#STAGING_AREA=/var/lib/monkeysphere/stage
--- /dev/null
+# MonkeySphere system-wide client configuration file.
+
+# authorized_user_ids file
+#AUTHORIZED_USER_IDS=~/.config/monkeysphere/authorized_user_ids
+
+# GPG home directory
+#GNUPGHOME=~/.gnupg
+
+# GPG keyserver to search for keys
+#KEYSERVER=subkeys.pgp.net
+
+# Required key capabilities
+# Must be quoted, lowercase, space-seperated list of the following:
+# e = encrypt
+# s = sign
+# c = certify
+# a = authentication
+#REQUIRED_KEY_CAPABILITY="e a"
+
+# Path to user-controlled authorized_keys file to add to
+# Monkeysphere-generated authorized_keys file. If empty, then no
+# user-controlled file will be added.
+#USER_CONTROLLED_AUTHORIZED_KEYS=~/.ssh/authorized_keys
+
+# User known_hosts file
+#USER_KNOWN_HOSTS=~/.ssh/known_hosts
+
+# Whether or not to hash the generated known_hosts lines
+# (empty mean "no").
+#HASH_KNOWN_HOSTS=
+
--- /dev/null
+.TH MONKEYSPHERE "1" "June 2008" "monkeysphere 0.1" "User Commands"
+.SH NAME
+monkeysphere \- monkeysphere client user interface
+.SH SYNOPSIS
+.B monkeysphere \fIcommand\fP [\fIargs\fP]
+.SH DESCRIPTION
--- /dev/null
+.TH MONKEYSPHERE-SERVER "1" "June 2008" "monkeysphere 0.1" "User Commands"
+.SH NAME
+monkeysphere-server \- monkeysphere server admin user interface
+.SH SYNOPSIS
+.B monkeysphere-server \fIcommand\fP [\fIargs\fP]
+.SH DESCRIPTION
+++ /dev/null
-# MonkeySphere server configuration file.
-
-# GPG home directory for server
-#GNUPGHOME=/etc/monkeysphere/gnupg
-
-# GPG keyserver to search for keys
-#KEYSERVER=subkeys.pgp.net
-
-# Required key capabilities
-# Must be quoted, lowercase, space-seperated list of the following:
-# e = encrypt
-# s = sign
-# c = certify
-# a = authentication
-#REQUIRED_KEY_CAPABILITY="e a"
-
-# Whether to add user controlled authorized_keys file to
-# monkeysphere-generated authorized_keys file. Should be path to file
-# where '%h' will be substituted for the user's home directory.
-#USER_CONTROLLED_AUTHORIZED_KEYS=%h/.ssh/authorized_keys
-
-# where to cache user authorized_keys lines
-#STAGING_AREA=/var/lib/monkeysphere/stage
+++ /dev/null
-# MonkeySphere system-wide client configuration file.
-
-# authorized_user_ids file
-#AUTHORIZED_USER_IDS=~/.config/monkeysphere/authorized_user_ids
-
-# GPG home directory
-#GNUPGHOME=~/.gnupg
-
-# GPG keyserver to search for keys
-#KEYSERVER=subkeys.pgp.net
-
-# Required key capabilities
-# Must be quoted, lowercase, space-seperated list of the following:
-# e = encrypt
-# s = sign
-# c = certify
-# a = authentication
-#REQUIRED_KEY_CAPABILITY="e a"
-
-# Path to user-controlled authorized_keys file to add to
-# Monkeysphere-generated authorized_keys file. If empty, then no
-# user-controlled file will be added.
-#USER_CONTROLLED_AUTHORIZED_KEYS=~/.ssh/authorized_keys
-
-# User known_hosts file
-#USER_KNOWN_HOSTS=~/.ssh/known_hosts
-
-# Whether or not to hash the generated known_hosts lines
-# (empty mean "no").
-#HASH_KNOWN_HOSTS=
-