- apt-get source (-t testing) PACKAGENAME
- apt-get build-dep (-t testing) PACKAGENAME
- cd PACKAGANAME-version
- OPT: vi debian/rules (e.g. to activate some experimental features)
- OPT: vi debian/patches/00list (to enlist a patch that should be applied)
- OPT: vi debian/patches/... (the patch enlisted previosly)
- dpkg-buildpackage -rfakeroot -uc -b
- dpkg -i ../PACKAGENAME-version-etc (only the necessary packages)
Friday, December 5, 2008
personal reminder: building debian packages from source
...for future reference:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment