Ubuntu Packages
At the moment we are using many different operating systems in the development process but in most cases Software is used on Ubuntu, so we decided to create deb-packages for it. These packages are available via our APT-repository. Beside the packages we make for our software, we are packaging some 3rdparty-software too. Mostly these are dependencies of our packages for which yet not a Ubuntu package existed.
Following Ubuntu Versions are supported:
- Ubuntu "Gutsy Gibbon" 7.10
Following architectures are supported:
- i386
- amd64
To enable our repository add the following lines to your /etc/apt/sources.list:
deb http://static.xhochy.com/ubuntu/ gutsy main non-free thirdparty
deb-src http://static.xhochy.com/ubuntu/ gutsy main non-free thirdparty
Packages in this repository can be gpg authenticated. The key that is being used for signing the packages is 129DE187. You can enter this key into the APT trusted keys database with the following command:
wget http://static.xhochy.com/keys/xhochy-packagers.asc -O- | sudo apt-key add -
For our software products Schoorbs and Rainpress are separated repositories available:
deb http://static.xhochy.com/ubuntu/ gutsy rainpress schoorbs
deb-src http://static.xhochy.com/ubuntu/ gutsy rainpress schoorbs