Compiling Debian Packages: Difference between revisions

From DWIKI
 
Line 9: Line 9:
  dpkg-source -x packagename_x.x.dsc
  dpkg-source -x packagename_x.x.dsc


  cd packagename_x.x
  cd packagename-x.x


===Do your stuff with the source===
===Do your stuff with the source===

Revision as of 19:37, 3 November 2007

Compiling Debian Packages

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