acrasis.net offers a .deb
package
repository for use with recent Ubuntu or Debian installations.
Packages in the repository
jabbermon-server
A daemon for tracking the status of jabber contacts, for use by a
programmatic client such as a web server.
libjabbermon-client-ruby1.8
A ruby module providing the ability to ask jabbermon-server about
the status of jabber contacts.
postgresql-backup
Hourly backup of PostgreSQL databases in
the local cluster. By default it backs up any database whose name
matches '%!_production'. You can configure it to use your own
LIKE-pattern to choose different databases.
To use the repository
- Edit your sources.list, adding:
deb http://debs.acrasis.net/ stable/
deb-src http://debs.acrasis.net/ stable/
- Acquire the repository's public key. Either download
the key from
my server
or from a public keyserver, e.g.
pgp.surfnet.nl. Then use apt-key to add it, e.g.
$ wget --quiet --output-document=- \
'http://pgp.surfnet.nl:11371/pks/lookup?op=get&search=0xB983DB82FE0B71A1' \
| sudo apt-key add -
- Now you can
# apt-get update
and use the usual packaging tools to install or examine. E.g. to
list the available packages,
$ aptitude search ~Oacrasis.net