Compiling Debian Packages: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
|||
| Line 1: | Line 1: | ||
*[https://raphaelhertzog.com/2010/12/15/howto-to-rebuild-debian-packages/ Howto to rebuild Debian packages] | |||
==Existing packages== | ==Existing packages== | ||
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
