Debra

Tools for building Debian packages

Installation

From source

git clone git://github.com/rcrowley/debra.git
cd debra
make && sudo make install

From DevStructure’s Debian archive

echo "deb http://packages.devstructure.com/distro release main" \
	| sudo tee /etc/apt/sources.list.d/devstructure.list
wget -O - http://packages.devstructure.com/keyring.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install debra

Replace distro with “debian” or “ubuntu” and release with “lenny”, “squeeze”, “lucid”, “maverick”, or “natty” as your situation requires.

Documentation

Manuals

Hacking