Packaging

From Apertium
Revision as of 16:46, 16 January 2016 by Tino Didriksen (talk | contribs) (Created page with "svn co https://svn.code.sf.net/p/apertium/svn/branches/packaging cd packaging # Copy apertium-kaz-tat because update-control.pl expects it svn cp trunk/apertium-kaz-tat trunk...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

svn co https://svn.code.sf.net/p/apertium/svn/branches/packaging cd packaging

  1. Copy apertium-kaz-tat because update-control.pl expects it

svn cp trunk/apertium-kaz-tat trunk/apertium-arg-cat

  1. Automatically adjust many tiny details

./update-control.pl trunk/apertium-arg-cat Aragonese Catalan

  1. Determine last changed revision

svn info https://svn.code.sf.net/p/apertium/svn/trunk/apertium-arg-cat | grep 'Last Changed Rev'

  1. Double-check debian/control and fix debian/changelog with the version and revision
  1. Determine copyrights and stuff those into debian/copyright, along with any other adjustments needed there

svn log -q https://svn.code.sf.net/p/apertium/svn/trunk/apertium-arg-cat | awk '{print $3 "\t" $5}' | ./authors.php

  1. Add the package to packages.json

svn ci -m "Packaged arg-cat"