New issue 13 by gir...@gmail.com: Alter .deb package for Ubuntu Natty?
http://code.google.com/p/cjklib/issues/detail?id=13
The python version requirements in the Debian package (from the ppa)
conflict with the python version that ships with Ubuntu Natty by default,
but I don't believe this is a necessary conflict:
python-cjklib depends on python (<< 2.7); however:
Version of python on system is 2.7.1-0ubuntu5.
I understand it's too early to support Python 3, but surely sub-versions of
2.7 can be accommodated? Is it just a matter of adjusting the package
requirements?
Works with 2.7.1 in archlinux.
Comment #2 on issue 13 by christop...@gmail.com: Alter .deb package for
Ubuntu Natty?
http://code.google.com/p/cjklib/issues/detail?id=13
Thanks for the report.
I might not have the time to update the package right now, however.
I have tried to document how to create ubuntu packages under
http://code.google.com/p/cjklib/source/browse/trunk/DEVELOPMENT
You need to install
http://github.com/astraw/stdeb
and then follow the steps under "Ubuntu" (line #134).
You don't need to own a ppa, you can just omit the last step and use the
resulting .deb on your own system.
I'll be happy to provide further assistance if you are interested.