Code review comment for lp://staging/~nikwen/qtcreator-plugin-ubuntu/translation-build-fix

Revision history for this message
Zoltan Balogh (bzoltan) wrote :

I would not overload the README with instruction on how to pollute the root fs of the development environment.

In my opinion the best way to test a developmen branch of the Ubuntu SDK is to make a source package, build it and install it:

$ dch -i
$ debuild -i -I -S -sa
$ cd ..
$ cowbuild-dist `lsb_release -sc` [arch] `ls -1rt qtcreator-plugin-ubuntu*dsc|tail -1`

review: Needs Fixing

« Back to merge proposal