canmove, Confirmed users
1,394
edits
| Line 9: | Line 9: | ||
For the package you want, find or create the appropriately-named orig tarball in the same directory as the package-debian dir, e.g., <tt>modules/packages/manifests/mozilla</tt>. Then run <tt>puppetagain-build-deb</tt> with the path to the package-debian dir: | For the package you want, find or create the appropriately-named orig tarball in the same directory as the package-debian dir, e.g., <tt>modules/packages/manifests/mozilla</tt>. Then run <tt>puppetagain-build-deb</tt> with the path to the package-debian dir: | ||
puppetagain-build-deb modules/packages/manifests/mozilla/nodejs-debian | puppetagain-build-deb precise amd64 modules/packages/manifests/mozilla/nodejs-debian | ||
This will build the package using cowbuilder and tell you the location of the results at the end. | This will build the package using cowbuilder and tell you the location of the results at the end. You'll probably need to build for both amd64 and i386. And in the future, you may need different distributions than just "precise". | ||
= Modifying = | = Modifying = | ||