This is the Debian package repository of Hudson to automate installation and upgrade. To use this repository, first add the key to your system:
wget -q -O - http://pkg.hudson-labs.org/debian/hudson-labs.org.key | sudo apt-key add -Then add the following entry in your /etc/apt/sources.list:
deb http://pkg.hudson-labs.org/debian binary/
Update your local package index, then finally install Hudson:
sudo apt-get update sudo apt-get install hudson
See Wiki for more information.
If you need *.deb for a specific version, use these.