Dist - Ubuntu
Currently we aren't in official ubuntu's repository. But we're working on it.
Currently url: http://revu.tauware.de/details.py?package=umit
Get revu files
dget -x http://revu.tauware.de/revu1-incoming/umit-0807200110/umit_0.9.5-RC2-0ubuntu1.dsc
svn co http://svn.umitproject.org/svnroot/umit/branch/ubuntu debian_files
How make a package? How upload to revu?
After dget do:
cd umit-X.Y.Z sudo dpkg-buildpackage -S -sa -k<email_or_key_gpg_id> dput revu ../umit_X.Y.Z-W_source.changes
Patching tarball system
Following the policys of <2> the folder debian lives on diff file.
All others modifications on tarball it's make by patches. More information read <2>
1 - get orig tarball.
2 - tar zxvf umit-X.Y.Z.tar.gz
3 - cp -R umit-X.Y.Z old (It's original)
4 - mv umit-X.Y.Z new (it's patched tarball)
5 - diff -Nurp old new > full.patch
6 - mv full.patch <path-packing>/umit-X.Y.Z/debian/patches/
Python Policys
Read <1>
