Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: How do manually build packages using this packaging info

...

If a build fails, follow the "buildlog" links. They generally give useful errors. The #launchpad channel on irc.freenode.net is often helpful.

Manually building locally

  1. Download trunk:

svn checkout http://svn.apache.org/repos/asf/spamassassin/trunk

  1. In the trunk directory, create a pkgrules directory containing the rules from the latest sa-update, something like:

sa-update; mkdir packaging; cp /var/lib/spamassassin/3.003002/updates_spamassassin_org/* packaging/

  1. In the trunk directory, run the build command:

debuild -us -uc # This doesn't actually work.