Deb Package Building
Jump to navigation
Jump to search
Install the devscripts package. It has useful tools.
To modify and create new versions of an existing package:
- sudo aptitude source -d package
- sudo apt-get build-dep package
- dpkg-source -x package*dsc
- cd packagesourcedir
- make modifications
- edit the changelog: dch -n
- fakeroot dpkg-buildpackage