User Tools

Site Tools


public:techstuff:packaging:transmission

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:techstuff:packaging:transmission [2013/11/01 09:33] – [Build deb] nathanpublic:techstuff:packaging:transmission [2020/04/25 13:05] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 ===== Dependencies ===== ===== Dependencies =====
 +
 +==== Build deb ====
 +
 +  * Go to http://packages.debian.org/wheezy/transmission-daemon
 +  * Copy the link to the dsc file from the right hand side
 +  * use dget to fetch the sources
 +
 +  dget http://ftp.de.debian.org/debian/pool/main/t/transmission/transmission_2.52-3+nmu1.dsc
 +
 +  * Update the sources. This uses the debian/watch file to update the sources.
 +
 +  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).
 +
 +  * Build the dsc file so we can use pbuilder
 +
 +  debuild -i -us -uc -S
 +
 +
  
 ==== libevent ==== ==== libevent ====
public/techstuff/packaging/transmission.1383298403.txt.gz · Last modified: 2020/04/25 13:05 (external edit)