Compiling Debian Packages

From DWIKI
Revision as of 19:36, 3 November 2007 by Tony (talk | contribs) (→‎Compiling Debian packages from source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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