Difference between revisions of "Packaging"

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
  +
= New Language or Pair Package =
 
<pre>
 
<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
Line 22: Line 23:
 
</pre>
 
</pre>
   
  +
= People, Lists =
* Mailing list: https://lists.sourceforge.net/lists/listinfo/apertium-packaging
 
  +
* [[User:Tino_Didriksen|Tino Didriksen]] is the primary person to ask
* Archives: https://sourceforge.net/p/apertium/mailman/apertium-packaging/
+
* Github mirror: https://github.com/TinoDidriksen/apertium-packaging
 
* Nightly build results: https://lists.sourceforge.net/lists/listinfo/apertium-packaging ([https://sourceforge.net/p/apertium/mailman/apertium-packaging/ archives])

Revision as of 13:26, 29 July 2016

New Language or Pair Package

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"

People, Lists