Compiling Debian Packages: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
Line 16: Line 16:


  dpkg-buildpackage -us -uc
  dpkg-buildpackage -us -uc
[[Category:Debian]]

Revision as of 14:45, 20 May 2025

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