Compiling Debian Packages: Difference between revisions

From DWIKI
mNo edit summary
Line 1: Line 1:
=Compiling [[Debian]] Packages=
==Existing packages==
==Existing packages==
   
   

Revision as of 20:25, 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