User:Dekarl/Testing patches on Mythbuntu

From MythTV Official Wiki
< User:Dekarl
Revision as of 22:52, 7 November 2011 by Dekarl (talk | contribs) (fix typos and missing sudo)

Jump to: navigation, search

extract from

these steps will output the packages in ~

  • edit /etc/apt/sources.list.d/mythbuntu-repos.list and duplicate the "apt" lines to "apt-src" lines
  • install debuild: sudo apt-get install ubuntu-dev-tools
  • install edit-patch: sudo apt-get install quilt
  • install git: sudo apt-get install git
  • get the source: LC_ALL=C apt-get source mythtv
  • get the patch: wget -q http://code.mythtv.org/trac/this'n'that/here-be-the-patch
  • change to the source tree: cd mythtv-*
  • apply the patch: edit-patch ~/thepatch.diff
  • install all dependencies: sudo apt-get build-dep mythtv
  • build the packages: debuild -i -us -uc -b