User:Dekarl/Testing patches on Mythbuntu

From MythTV Official Wiki
< User:Dekarl
Revision as of 22:18, 7 November 2011 by Dekarl (talk | contribs) (how to test patches on Mythbuntu)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

extract from

  • 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