diff options
author | Micah Anderson <micah@riseup.net> | 2009-03-22 19:57:35 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-03-22 19:57:35 -0400 |
commit | abd2c7a17b57d7b802353c851c2150b07824a3a5 (patch) | |
tree | b68855b2f19be7928459e4dc48bdf1b9aef95a5c /website | |
parent | a6603e05c8067efca6197ec435696c1a45bcc517 (diff) | |
parent | 45d416f40d4a300b71a83f67b1324dd8744d4b3a (diff) |
Merge commit 'jrollins/master'
Conflicts:
website/download.mdwn
Diffstat (limited to 'website')
-rw-r--r-- | website/download.mdwn | 10 | ||||
-rw-r--r-- | website/news/0.24-accepted-in-Debian-testing.mdwn | 10 |
2 files changed, 19 insertions, 1 deletions
diff --git a/website/download.mdwn b/website/download.mdwn index 543d4e9..3cf9d62 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -18,7 +18,15 @@ Monkeysphere relies on: ## Debian ## If you are running a [Debian](http://www.debian.org/) system, the -[monkeysphere is available in the Debian archive, and as a backport](http://packages.debian.org/search?keywords=monkeysphere&searchon=names§ion=all&suite=all) +[monkeysphere is available in the Debian archive](http://packages.debian.org/search?keywords=monkeysphere&searchon=names§ion=all&suite=all) + +If you are running Debian unstable or testing install the latest monkeysphere +version as follows: + + aptitude install monkeysphere + +If you are running Debian stable, you can get the monkeysphere package +from [backports.org](http://backports.org/dokuwiki/doku.php?id=instructions) You can also install the Monkeysphere directly from the Monkeysphere Debian archive. You can add this archive to your system by putting diff --git a/website/news/0.24-accepted-in-Debian-testing.mdwn b/website/news/0.24-accepted-in-Debian-testing.mdwn new file mode 100644 index 0000000..4222493 --- /dev/null +++ b/website/news/0.24-accepted-in-Debian-testing.mdwn @@ -0,0 +1,10 @@ +[[meta title="Monkeysphere 0.24 accepted in Debian testing"]] + +[Monkeysphere 0.24 is now available in the Debian testing distribution +("squeeze")](http://packages.debian.org/testing/monkeysphere). +Monkeysphere 0.24 is our strongest release yet. If you are running +Debian testing, installing the monkeysphere is now very easy: + + aptitude install monkeysphere + +See the [[download]] page for more information. |