Difference between revisions of "Packaging"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
svn ci -m "Packaged arg-cat" |
svn ci -m "Packaged arg-cat" |
||
</pre> |
</pre> |
||
* Mailing list: https://lists.sourceforge.net/lists/listinfo/apertium-packaging |
|||
* Archives: https://sourceforge.net/p/apertium/mailman/apertium-packaging/ |
Revision as of 08:05, 2 March 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"