[14:41] i have query regarding paste.ubuntu.com , does it support chunked http post cause i'm trying but it does not work accordingly [16:25] boodllebat: I've reported it with a test-case, but it's an internal Canonical project so not sure this is the correct channel to get attention for it: bug #1471570 [16:25] bug 1471570 in Canonical Pastebin "500 Internal Server Error" [Undecided,Confirmed] https://launchpad.net/bugs/1471570 [16:27] TJ-: thanks :) [16:28] hi [16:28] I managed to import a web app to the ubuntu sdk in qt [16:28] I'm able to run it but not to build it [16:28] how can I build it and deploy and why is the build button not available? [16:28] boodllebat: You might want to ping the owner of the project directly, see https://launchpad.net/canonical-pastebin [17:28] hi [17:28] I'm stuck with qt, I can't add a kit neither build an app [18:03] hi [18:03] is it possible to run a ubuntu touch app from qt triggering the emulator? [18:03] or how can I run a click app in the emulator? [18:30] If I build a ubuntu package my debian/postinst script is simply ignored by "bzr builddeb -- -us -uc". If I look into the created .deb package (with gdebi-gtk) the contents of postinst is limited to "set -e + (dh_icons output)" but not my debian/postinst script. No error from lintian, no related error from "bzr builddeb". Also tried "bzr add postins" + "bzr commit postint" but did not help. Any idea? [19:15] LHG-Master: The best thing would be to post the source package (the .dsc plus any files it references) somewhere people can see. [19:15] I think "bzr builddeb -- -us -uc" builds one in the process, but if not, "bzr builddeb -S -- -uc -us" will. [19:15] bzr buildeb -- -us -uc does [19:16] https://launchpad.net/~linux-hardware-guide/+archive/ubuntu/ppa/+packages [19:17] LHG-Master: OK, so you said "bzr add postins" + "bzr commit postint". Both of those are mistyped, and probably lacking a directory name too. What did you actually type, exactly? [19:18] debian/postinst indeed isn't in your source package anywhere. [19:18] Which leads me to suspect that you didn't manage to add it. [19:21] You should also check the output of "bzr status" to see if bzr thinks you have any uncommitted stuff in your source tree. [19:21] sorry those were typos. I think it has something to do with the following: if I am in my build dir and type "bzr status" is shows "unknown:[...] debian/postinst". But after "cd debian/" the file "postinst" is not shown when I type "bzr status" [19:23] but if I enter "bzr add postinst; bzr commit postint" in debian/ I get "bzr: ERROR: No changes to commit..." [19:23] Why wouldn't you just do "bzr add debian/postinst" from the top level? [19:24] ^ [19:24] Maybe I messed up somehow my bzr repository [19:24] It also sounds like you might perhaps have a debian/.bzr [19:24] also tried this: same error "bzr: ERROR: No changes to commit." [19:24] "bzr add debian/postinst" and then "bzr status" [19:25] And you don't need to give a file name to "bzr commit" unless you have other stuff in your tree you don't want to commit - it's just one more thing to typo [19:25] yes, there is a debian/.bzr. Is this a problem? [19:25] It's going to confuse you mightily [19:25] You shouldn't try to version-control the same directory in two different ways [19:26] Decide whether you want to version-control the whole tree (this is my recommendation) or just debian/ [19:26] If the former, move debian/.bzr to some safe place [19:27] I suspect if you try to version them separately then various tools are going to misbehave [19:27] After moving it, "bzr status" to see what chaos exists [19:27] In fact just generally "bzr status" liberally, it's handy [19:27] * cjwatson → games [19:28] Ahh! I removed debian/.bzr and now postinst changed from status "unknown" to "added" after "bzr add debian/postinst". Seems this fixed it [19:28] Good good [19:29] I think this fixed it. Thanks! [19:29] np [19:56] hello, does anyone have an ubuntu phone to test an app? [21:20] Can someone please retry clutter-gtk in wily-proposed? [21:25] also gnome-boxes, and maybe lxappearance-obconf [21:36] Noskcaj: all done [21:36] ty