/srv/irclogs.ubuntu.com/2013/12/22/#launchpad.txt

Logan_Is there any reason why this doesn't have a log? https://launchpad.net/ubuntu/+source/irrlicht/1.8.1+dfsg1-1/+build/536987605:27
wgrantLogan_: That usually means the builder died badly enough that we were unable to retrieve a build log.05:36
Logan_RIP.05:37
Logan_I guess I'll retry the build or something.05:37
wgrantThat is probably an idea.05:38
frenchy82hi,17:34
frenchy82i have a problem to update package on trusty17:34
frenchy82i'm using a recipe17:34
frenchy82https://code.launchpad.net/~cartes/+recipe/new-midori-daily-gtk217:34
frenchy82it's working nicely from precise to saucy17:35
frenchy82but for trusty i have an error17:35
frenchy82dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision17:35
frenchy82(sorry for my bad english and bad knowledge on launchpad)17:36
frenchy82dpkg-buildpackage: error: dpkg-source -i -I -b recipe-{debupstream}-r{revno}-0~pkg{revno:packaging} gave error exit status 25517:36
maxbfrenchy82: Remove the '-' characters from your version string.17:36
frenchy82in the changelog?17:37
maxbNo, in your recipe definition17:37
maxbSo, change {debupstream}-r{revno}-0~pkg{revno:packaging} to {debupstream}.r{revno}~pkg{revno:packaging} (or something similar)17:38
frenchy82so, changing17:38
frenchy82bzr-builder format 0.3 deb-version {debupstream}-r{revno}-0~pkg{revno:packaging}17:38
frenchy82ok thanks a lot i will try this17:38
maxbIt looks like this is a change to dpkg in trusty17:39
maxbIt's going to cause some chaos with recipe builds17:39
maxbThough it's technically a correct thing to do regarding packaging in general17:40
frenchy82build seems to be ok now, great :)17:48
frenchy82i hope that {debupstream}.r{revno}~pkg{revno:packaging} will be a eigher version than17:49
frenchy82{debupstream}-r{revno}-0~pkg{revno:packaging}17:49
frenchy82for the others versions (precise, quantal...)17:49
dobeymultiple dash characters in a debian package version is just wrong, no matter what format you're using17:50
dobeyit makes for very problematic upgrade paths17:50
dobeyi'd use {debupstream}+r{revno}17:51
dobeybut anyway17:51
frenchy82ok i see, thanks for the recommendation17:57
frenchy82i had in fact a really strange and unbelievable problem using "+"18:00
frenchy82midori won't build with an error of webjit3.vapi18:00
frenchy82*webkit18:01
frenchy82changing + by - or ~ in the recipe solve this18:01
frenchy82bye and thanks, you solved my problem18:17

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!