Table of Contents

Transmission

Dependencies

Build deb

dget http://ftp.de.debian.org/debian/pool/main/t/transmission/transmission_2.52-3+nmu1.dsc
uscan --verbose
Note: Currently the watch file (debian/watch) is limited to bz2, however transmission has moved to the xz extension. Modify the url to use the xz extension to get the latest build.
Note: At this point you probably want to remove the patches in debian/patches/*.patch and update the series file as these patches will probably already exist in the upstream version (and probably no longer apply anyway).
debuild -i -us -uc -S

libevent

rmadison libevent
cd /scratch/pbuilder/repo/
apt-get download libevent-dev=2.0.16-stable-1~bpo60+1
apt-get download libevent-2.0.5=2.0.16-stable-1~bpo60+1
apt-get download libevent-core-2.0-5=2.0.16-stable-1~bpo60+1
cd /scratch/pbuilder/repo/
apt-ftparchive packages . > Packages
less Packages

Build deb

rmadison transmission
apt-get source transmission=2.03-2
uscan --verbose
cd transmission-<version>
vim debian/control
dch -e
debuild -i -us -uc -S
cd ..
pbuilder-dist wheezy build transmission_<version>.dsc

Troubleshooting