diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-10 17:34:08 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-10 17:34:08 -0400 |
commit | 48cd196efb86f8661fbf77552ef6c26b11fe20c6 (patch) | |
tree | 0b531f4d10866d0f18c92cfed31aabd23227bc11 /debian | |
parent | 4793624c65673268128fb0146cd9bd1b3cfeb6c4 (diff) |
Add some skeletal debian packaging stuff and man pages, and moved conf
files to etc directory.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 13 | ||||
-rw-r--r-- | debian/dirs | 11 |
4 files changed, 31 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2b68de6 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +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 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bd53601 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +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 diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..277c0b5 --- /dev/null +++ b/debian/dirs @@ -0,0 +1,11 @@ +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 |