Comment 6 for bug 771568

Revision history for this message
Michael Lustfield (michaellustfield) wrote :

This would be the ideal recipe...

# bzr-builder format 0.3 deb-version {debupstream}-svn{revno}-ppa{revno:packaging}
lp:nginx
nest packaging lp:nginx/debian debian
run cp docs/text/LICENSE ./
run cp docs/text/README ./
run cp -r docs/html ./
run cp -r docs/man ./
run aptitude install -y make xsltproc
run make -f docs/GNUmakefile changes

Testing inside of a brand new sid chroot with bzr-builder installed, this seemed to work perfect.

The better option (to keep from needing to be able to install new packages for makefiles...)

# bzr-builder format 0.3 deb-version {debupstream}-svn{revno}-ppa{revno:packaging}
lp:nginx
nest packaging lp:nginx/debian debian
run cp docs/text/LICENSE ./
run cp docs/text/README ./
run cp -r docs/html ./
run cp -r docs/man ./
nest-part changes lp:nginx/stable CHANGES CHANGES
nest-part changesru lp:nginx/stable CHANGES.ru CHANGES.ru

That's probably the most ideal recipe for my case.