This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:techstuff:packaging:transmission [2013/11/01 09:33] – [Build deb] nathan | public: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:// | ||
+ | * Copy the link to the dsc file from the right hand side | ||
+ | * use dget to fetch the sources | ||
+ | |||
+ | dget http:// | ||
+ | |||
+ | * Update the sources. This uses the debian/ | ||
+ | |||
+ | uscan --verbose | ||
+ | |||
+ | Note: Currently the watch file (debian/ | ||
+ | |||
+ | Note: At this point you probably want to remove the patches in debian/ | ||
+ | |||
+ | * Build the dsc file so we can use pbuilder | ||
+ | |||
+ | debuild -i -us -uc -S | ||
+ | |||
+ | |||
==== libevent ==== | ==== libevent ==== |