A personal repository, where I package a few programs for use with the Debian GNU/Linux distro.
Most of them are packaged because there are not in Debian official repos, the others are taken from Debian repos and repackaged, sometimes with a few improvements.
To use the repos, add those lines to your /etc/apt/sources.list :
################################################
## Onalyrg's repo
deb http://deb.rhizogen.es/~onalyrg/debian/ onalyrg-wheezy/
deb-src http://deb.rhizogen.es/~onalyrg/debian/ onalyrg-wheezy/
deb http://deb.rhizogen.es/~onalyrg/debian/ onalyrg-main/
deb-src http://deb.rhizogen.es/~onalyrg/debian/ onalyrg-main/
deb http://deb.rhizogen.es/~onalyrg/debian/ onalyrg-contrib/
deb-src http://deb.rhizogen.es/~onalyrg/debian/ onalyrg-contrib/
deb http://deb.rhizogen.es/~onalyrg/debian/ onalyrg-nonfree/
deb-src http://deb.rhizogen.es/~onalyrg/debian/ onalyrg-nonfree/
and add the key by doing as root :
# gpg --recv-keys C5D2708CDF29B4D1
# gpg -a --export C5D2708CDF29B4D1 | apt-key add -
onalyrg-main, onalyrg-contrib and onalyrg-nonfree contain packages for the current Debian testing. onalyrg-wheezy contains packages for Debian Wheezy (current stable).
For now, in these directories, you should find :
[onalyrg-wheezy]
sobby : a repackaged version of the collaborative editing server already in stable.infinoted : the collaborative editing server already in stable, repackaged with init service support.[onalyrg-main]
sobby : a repackaged version of the collaborative editing server already in testing.infinoted : the collaborative editing server already in testing, repackaged with init service support.poezio : an xmpp console client.python3-sleekxmpp : a python library already in testing, repackaged in its last upstream version, as it's a poezio dependency.python3-mpd2 : a repackaged version of the python library already packaged by sima. It's a recommended dependency for poezio.onalyrg-keyring : a package that just fetches the repo's gpg key and adds it to apt's keyring.[onalyrg-contrib]
nothing yet.
[onalyrg-nonfree]
nothing yet.
Every content hosted on Rhizogenes is Free As In Freedom. Original content is under WTFPLv2 unless specified otherwise. Non-original content is under their respective licenses, which should be specified every time. There are no Terms Of Service.