Re: [Sugar-devel] Problem packaging toolkit

2019-06-11 Thread James Cameron
No, configure.ac already installs for both versions, you just have to run it twice. This is how other projects handle mixed version environment. You would have seen that had you looked through the other packages as I suggested. ;-) On Ubuntu 18.04 there are no more than 260 of those packages

Re: [Sugar-devel] Problem packaging toolkit

2019-06-11 Thread ANIKET MATHUR
Thanks. Regarding packaging for both the version, first we have to make changes in the configure.ac file so that the toolkit is installed for both the versions automatically? For Python 3 do I have to make a separate repo or just push the python3-sugar3 to the *current repo?* Sorry, I am confused.

Re: [Sugar-devel] Problem packaging toolkit

2019-06-10 Thread James Cameron
Look for python-foo and python3-foo packages that have been built from the same source package. Once you have it working, this lintian warning in sugar-toolkit-gtk3_0.114-1_amd64.build will vanish; W: sugar-toolkit-gtk3 source: python-foo-but-no-python3-foo python-sugar3 Reviewed your packages;

Re: [Sugar-devel] Problem packaging toolkit

2019-06-10 Thread ANIKET MATHUR
Thanks, made a separate github repo. Link . Regarding packaging for both Python 2 and Python 3, sorry I never came along with same Ubuntu packages installing for both the versions of Python. Though I have seen separate packages for

Re: [Sugar-devel] Problem packaging toolkit

2019-06-10 Thread James Cameron
Put them somewhere for me to download; either a separate GitHub repository, or a web server. We can make an account for you on sunjammer, see the Wiki Service/Shell page. You may be interested in dcmd as a quick way to simplify copying these files. Also look at how to use reprepro, which can

Re: [Sugar-devel] Problem packaging toolkit

2019-06-10 Thread James Cameron
I've checked, and po/LINGUAS does contain ach. The problem is caused by bzr builddeb running the check-po target of the Makefile, which currently fails like this; host:sugar-toolkit-gtk3$ make check-po *** ach missing from po/LINGUAS *** Makefile:859: recipe for target 'check-po' failed make:

[Sugar-devel] Problem packaging toolkit

2019-06-10 Thread ANIKET MATHUR
Hello everyone. I was trying to package sugar-toolkit-gtk3 v 0.114 following the documentation . I successfully followed till 4.2, but on running the first command in 4.3 bzr builddeb -- -us -uc The build failed with ` make[1]: