Difference between revisions of "Packaging"
Jump to navigation
Jump to search
(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...") |
|||
Line 1: | Line 1: | ||
<pre> |
|||
svn co https://svn.code.sf.net/p/apertium/svn/branches/packaging |
svn co https://svn.code.sf.net/p/apertium/svn/branches/packaging |
||
cd packaging |
cd packaging |
||
Line 19: | Line 20: | ||
svn ci -m "Packaged arg-cat" |
svn ci -m "Packaged arg-cat" |
||
</pre> |
Revision as of 16:46, 16 January 2016
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/apertium-arg-cat # Automatically adjust many tiny details ./update-control.pl trunk/apertium-arg-cat Aragonese Catalan # Determine last changed revision svn info https://svn.code.sf.net/p/apertium/svn/trunk/apertium-arg-cat | grep 'Last Changed Rev' # Double-check debian/control and fix debian/changelog with the version and revision # 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 # Add the package to packages.json svn ci -m "Packaged arg-cat"