You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2011/10/28 04:04:20 UTC

[Spamassassin Wiki] Update of "SyncDebianPackaging" by Darxus

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The "SyncDebianPackaging" page has been changed by Darxus:
http://wiki.apache.org/spamassassin/SyncDebianPackaging?action=diff&rev1=6&rev2=7

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.
+