User:Dekarl/Testing patches on Mythbuntu
From MythTV Official Wiki
extract from
- https://wiki.ubuntu.com/PackagingGuide/Complete#Building_the_Package_Locally_.28Binary_Only.29
- https://wiki.ubuntu.com/PackagingGuide/Complete#Applying_a_patch
- edit /etc/apt/sources.list.d/mythbuntu and duplocate the "apt" liners to "apt-src2" lines
- get the source: LC_ALL=C apt-get source mnythtv
- get the patch wget -q http://thepatch.at.trac/
- change to the source tree at ~/mythtv*
- apply the patch edit-patch ~/thepatch.diff
- install all dependencies: apt-get build-dep mythtv
- install git: apt-get install git
- debuild -i -us -uc -b