Compiling Debian Packages: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tony (talk | contribs)
Line 14: Line 14:
''debian/rules''
''debian/rules''


  dpkg-buildpackage
  dpkg-buildpackage -us -uc

Revision as of 18:30, 3 November 2007

Existing packages

dpkg-add source packagename

( this will save the downloaded files in . )

dpkg-source -x packagename_x.x.dsc
cd packagename-x.x

Do your stuff with the source

Relevant files:

debian/rules

dpkg-buildpackage -us -uc