[05:27] Is there any reason why this doesn't have a log? https://launchpad.net/ubuntu/+source/irrlicht/1.8.1+dfsg1-1/+build/5369876 [05:36] Logan_: That usually means the builder died badly enough that we were unable to retrieve a build log. [05:37] RIP. [05:37] I guess I'll retry the build or something. [05:38] That is probably an idea. [17:34] hi, [17:34] i have a problem to update package on trusty [17:34] i'm using a recipe [17:34] https://code.launchpad.net/~cartes/+recipe/new-midori-daily-gtk2 [17:35] it's working nicely from precise to saucy [17:35] but for trusty i have an error [17:35] dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision [17:36] (sorry for my bad english and bad knowledge on launchpad) [17:36] dpkg-buildpackage: error: dpkg-source -i -I -b recipe-{debupstream}-r{revno}-0~pkg{revno:packaging} gave error exit status 255 [17:36] frenchy82: Remove the '-' characters from your version string. [17:37] in the changelog? [17:37] No, in your recipe definition [17:38] So, change {debupstream}-r{revno}-0~pkg{revno:packaging} to {debupstream}.r{revno}~pkg{revno:packaging} (or something similar) [17:38] so, changing [17:38] bzr-builder format 0.3 deb-version {debupstream}-r{revno}-0~pkg{revno:packaging} [17:38] ok thanks a lot i will try this [17:39] It looks like this is a change to dpkg in trusty [17:39] It's going to cause some chaos with recipe builds [17:40] Though it's technically a correct thing to do regarding packaging in general [17:48] build seems to be ok now, great :) [17:49] i hope that {debupstream}.r{revno}~pkg{revno:packaging} will be a eigher version than [17:49] {debupstream}-r{revno}-0~pkg{revno:packaging} [17:49] for the others versions (precise, quantal...) [17:50] multiple dash characters in a debian package version is just wrong, no matter what format you're using [17:50] it makes for very problematic upgrade paths [17:51] i'd use {debupstream}+r{revno} [17:51] but anyway [17:57] ok i see, thanks for the recommendation [18:00] i had in fact a really strange and unbelievable problem using "+" [18:00] midori won't build with an error of webjit3.vapi [18:01] *webkit [18:01] changing + by - or ~ in the recipe solve this [18:17] bye and thanks, you solved my problem