[00:00] the changelog entry is already there asac... [00:02] you want this as the first line of changelog: ubuntu-it-menu (1.0.6.1-0ubuntu1) UNRELEASED; urgency=low [00:05] Volans: ok. run dch -r [00:05] save that unmodified [00:05] then commit with message like what luca did [00:05] * release 1.0.6.1-0ubuntu1 to ubuntu/hardy [00:06] (use the right version :)) [00:06] then he can just push that to ~ubuntu-dev and upload [00:06] he or me [00:06] 1.0.6.1-0ubuntu1 is not the right version? [00:15] no idea ;) [00:15] itsprobabyl right ... i just didn't know if its the version you selected for upstream release [00:17] Dktr did it, so I think is correct :) [00:18] asac, http://mozillalinks.org/wp/2008/04/handle-with-care-symantec-on-web-browsers-security/ [00:19] UNRELEASED uppercase or lowercase? [00:19] uppercase [00:20] seems like AMO has 1.0.6, not 1.0.6.1 [00:21] we are ahead ;) [00:22] asac: add another item in changelog or modify the last from hardy to UNREALEASED? [00:22] Volans: if you already added the changelog entry, just edit time or date or something for the release commit [00:23] usually it should be UNRELEASED till release [00:23] but no reason to backout because of that [00:24] you can check it here: http://bazaar.launchpad.net/~volans/firefox-extensions/ubuntu-it-menu.LP215375/files for the actual version, tell me if this commit is necessary or not [00:25] sorry for those stupid questions... but it's my first package... :) [00:26] Volans: the commit is necessary because if it doesn't exist you cannot find the revision that was uploaded later [00:26] (unless you start to use tags) [00:29] asac: sorry but don't understand that. What I have to do in details? [00:30] just do a commit on top [00:30] since you cannot commit with nothing changed [00:30] i suggest that you update the date/time [00:31] (usually UNRELEASED -> hardy would be switched for a release) [00:31] understood? [00:31] Volans: if i look at the branch in a year i want to figure which revision was actually uploaded as 1.0.6.1-0ubuntu1 :) [00:32] its easiest to document it by a "release-commit" [00:34] then I have to change hardy to UNRELEASED and also the timestamp in changelog, in order to do the commit, right? (the version in changelog is already 1.0.6.1-0ubuntu1) [00:34] what is a "release-commit"? [00:35] a commit containing nothing except UNRELEASED -> hardy + date bump [00:35] ok :D [00:35] Volans: but since you don't have UNRELEASED, just date bump is enough [00:35] and a clear description in the commit message. We usually use "RELEASE x.y.z-0ubuntu1 to hardy" [00:36] then just a "fake" commit to write this commit message? [00:36] we don't use bzr tags [00:37] yep [00:37] Volans: look at the bzr log of your own branch :) [00:38] dktrkranz used such a commit before upload [00:39] initial release of 1.0.6-0ubuntu1 to ubuntu/hardy [00:39] yes [00:39] yeah ;) [00:42] I can push on the already used ubuntu-it-menu.LP215375? [00:43] Volans: sure [00:46] bug 197514 [00:46] Launchpad bug 197514 in xserver-xorg-video-openchrome "VIA/S3G VT8623 [Apollo CLE266] display no longer works" [Undecided,Confirmed] https://launchpad.net/bugs/197514 [00:46] asac: done :D [00:46] Bug 215439 [00:46] Launchpad bug 215439 in firefox-3.0 "Firefox stores cookies incorrectly" [Undecided,New] https://launchpad.net/bugs/215439 [00:46] (I hope correctly) [00:47] Volans: looks fine :) [00:49] thanks for the patience :) other things to do? Otherwise I go... [00:50] Volans: all fine. night! thanks for fixing these tedious licensing issues. [00:51] No problem, sorry for my error about GPLv3... good night [00:51] fta: Accepted: mozilla-devscripts 0.07 (source) [00:55] good === asac_ is now known as asac [07:00] asac: good morning [07:55] hey carlos [09:12] hi jtv [10:26] jtv: carlos: still in queue :( [10:46] asac: sorry, I was in a meeting [10:47] asac: we just agreed on a way to get that imported right now [10:47] asac: tomorrow's lang pack export will include beta5 entries [10:48] carlos: thanks. can we also get a separate export? [10:48] yeah, once it's imported, you should be able to request an export from the URLs I gave to you [10:51] ok cool. ill try to plumber a langpack on the weekend then [10:59] damn. why is pfs now broken :( [11:00] asac: btw, firefox and xulrunner templates are going to disappear temporally from Ubuntu to do the import trick [11:00] carlos: ok. for how long? [11:00] for the time of the import? [11:00] I hope no more than 10 minutes [11:00] no, just to prepare the import [11:00] carlos: btw, we hit the worst case scenario [11:00] it will appear again before the import is completed [11:01] there is an english text with the same key id [11:01] asac: really? [11:01] bytes=bytes [11:01] yeah [11:01] thats the only one i found [11:01] now i have a problem with my "empty string" guess [11:01] I have a question for you... [11:01] because using the English if there is no translation may be a problem for us in the future.. [11:02] carlos: why do you use that? i mean its just included in msgid [11:02] isn't Firefox showing the English string if the key is not even available in the xpi file for say, Spanish? [11:02] carlos: no thats not guaranteed [11:02] then, if a new message is added to Firefox [11:02] for some cases it will do that ... for others the complete UI will be trashed [11:02] all xpi files need to be updated ? [11:03] that's soooo broken [11:03] yes. if a key is added we need a full update. but that shouldn't happen once ffox is released [11:03] e.g. they freeze strings after release [11:04] indeed its not perfect. but there is a simple technical reason. the fallback is implemented on a per file basis: [11:04] so if locale/de/test.dtd is not available it will use locale/en-US/test.dtd [11:04] but if test.dtd exists and it lacks an entity firefox has not idea that it might be in the en-US file [11:05] in fact firefox doesn't even know that the entity is in test.dtd ... its just the xml parser doing that [11:05] carlos: bad, but thats how it is :( [11:05] the bad thing is that the complete UI gets trashed ;) [11:06] if an entity cannot be resolved :( [11:07] well... [11:07] my only suggestion is... do a workaround for 'bytes' [11:07] yeah [11:08] once xpi exports are implemented in Launchpad, we already know whether we got a translation or not from en-US.xpi [11:08] carlos: why can't i know that? [11:08] is that info just not exported? [11:08] because we don't have a way to show such metadata in the .po file format [11:09] right [11:09] I'm all for introduce your changes into Launchpad and provide native .xpi files instead of trying to abuse even more the .po file format to provide you with all that information... [11:10] jtv: ^^^ [11:10] carlos: yeah. but using the .po file as an intermediate step would make things easier [11:10] jtv: I think this is something you should discuss with asac, given that I will not be doing that task [11:10] as the current transformer is based on .po :) [11:10] carlos: thanks. [11:10] asac: internally, we use our database as that intermediate step [11:11] which is a kind of .po file but with much more metadata [11:11] yeah [11:11] thats ok [11:11] i think that should be discussed for intrepid [11:11] jtv: ^^ will you be in prague? [11:12] carlos: do you need anything from me for this import round? [11:13] otherwise i will soon do lucnh [11:13] :) [11:13] asac: no, I already uploaded all .xpi for beta5 [11:13] and the import should start quite soon [11:16] \o/ [11:16] * asac hugs carlos [11:17] ill take an extended lunch now ... firefox just fell apart in pieces without no obvious reason [11:17] lets hope this is a dream :( [11:17] everything will be fine when i return ;) [11:17] i know it [11:22] :-) [11:22] asac: enjoy! [11:27] * asac lunch [11:27] carlos: back off the phone. Nasty little problem asac ran into there! [11:30] jtv: but with an easy workaround ... [11:30] carlos: if it's only that one case, very easy. [11:31] yeah [11:55] i hope it is the only case :) [12:09] * asac reboot [12:51] asac: the templates are now updated to beta5 [12:51] asac: translations are being imported now [12:52] carlos: rock on [12:52] damn ... its really adblock-plus that breaks plugin installer [12:54] asac: btw, I moved the templates back to Ubuntu [12:59] what happened to ooo? [12:59] did you kill it ... like it deserves it ;) [13:04] asac: because the ~ubuntu-dev branch is not still merged and due to versioning rules of ubuntu packages I have fixed the extension version number to 1.0.6.1 in .upstream and merged the changes into ubuntu-it-menu.LP215375 also with the timestamp in debian/changelog updated and a release commit on top. [13:05] Volans: sounds good (without looking) [13:05] Volans: did DktrKranz2 already upload? [13:05] ok, DktrKranz2 help me a bit for that ;) [13:05] good :) [13:05] upload to ~ubuntu-dev? I don't think so [13:06] not now for sure [13:06] both ... push to ~ubuntu-dev and upload to archive [13:06] bug 215375 [13:06] Launchpad bug 215375 in ubuntu-it-menu "Licensing issues in ubuntu-it-menu" [Undecided,New] https://launchpad.net/bugs/215375 [13:07] Volans: i granted freeze exception in bug [13:08] please update it after DktrKranz2 has accepted the changes [13:08] attach the branch to it. [13:08] or attach a debdiff at least [13:08] DktrKranz2 would know what to do ;) [13:08] to the bug? [13:08] yes [13:08] ok :D [13:08] and be sure that the bug is named in changelog [13:08] archive admins have to approve every single package now ... and we can help them by documenting things properly [13:09] yes it is: - Fix license issues (LP: #215375) [13:09] good [13:09] then that is fine [13:09] but a debdiff would be appreciated ... and attaching the branch is good to use launchpad branch feature ;) [13:13] I have to add the LP215375 or the upstream branch to the bug? [13:15] carlos: I assume if i patch en-US to have bytes=Bytes that would be ok, right? [13:15] asac: yeah [13:16] ok. i think i will hardcode bytes manually though ;) [13:16] ouch [13:16] asac: adding LP215375 branch to bug and setting it as "fix available"... correct? [13:18] Volans: the branch meta info? yes. [13:18] Volans: did you mark your old branch as "merged" already? [13:18] (differnt topic that is) [13:18] the .ubuntu yes, is set as merged [13:19] Volans: ok its really gone from the +branches site. thanks [13:19] hi willguaraldi! [13:19] hello! [13:20] branch added to the bug, for the debdiff I wait DktrKranz2, he come back in 20 minutes I think [13:21] thats ok [13:21] we are frozen anyway :) [13:26] Volans: the idea is to attach a debdiff ... that is debdiff package*VERSIONold*dsc package*VERSIONnew*dsc [13:27] that will represent what has changed and help archive admins to evaluate the risk [13:28] ok [13:41] asac: I saw you ACKed on 215375, if you agree, I'd merge on ~ubuntu-dev and proceed with upload. [13:49] DktrKranz2: just push should work (no merge) [13:50] Volans: worked on top of -dev [13:50] but yes. [13:50] go ahead [13:50] ok, thanks [13:50] take a quick review too ;) [13:50] sure, I reviewed that during preparation phase, so it should be ok, already, but I'll give it a new look now [13:52] ;) [14:20] Hi [14:21] asac: should we wait for upstream to fix is or just apply the patch now (if it works)? [15:19] jimmy_: are you available for some ground work? [15:20] jimmy_: we have a problem with the gconf patch. it pulls in a new dependency (libgconf) to libxul ... we need to make a real component out of that [15:20] the idea is to include the system-pref stub in libxul and make module out of gconf [15:20] for that we have to prevent gconf from being build during toolkit-tiers.mk [15:21] instead we need to do that when extensions/ would normally be build [15:21] so basically it should only be some makefile hackery [15:21] jimmy_: let me know ;) [16:28] jimmy_: help ;) ? [17:41] bug 156085 [17:41] Launchpad bug 156085 in qemu "Could not open /proc/bus/usb/devices" [Low,Confirmed] https://launchpad.net/bugs/156085 [18:12] asac: ping [19:29] * asac returns [20:13] fta: in latest cairo, do we still have a (modified version of) beta-bandaid? [20:22] i was told to ping somebody about Bug 213827 [20:22] Launchpad bug 213827 in flashplugin-nonfree "typo in prerm file avoids package remove" [Undecided,Incomplete] https://launchpad.net/bugs/213827 [20:30] xtknight: thx [20:31] xtknight: any idea when that regressed? [20:32] asac, probably starting at 9.0.48 [20:32] because that's when all the backports begin having trouble too [20:33] i cannot believe that ;) ... i mean i removed that package for testing purpose a hundred times :) [20:33] let me check [20:33] it removes cleanly for me [20:34] ok that happens when failed-upgrade is run [20:35] so thats only an intermediate issue. howver, i can confirm this. [20:35] yea worked for me too, i guess his failed an upgrade [20:39] xtknight: i retitled the bug. subscribed motu-reease for exception added sponsors team. if nobody came around till sunday let me know [20:41] asac, ok thanks [20:45] asac, no code change at all, just docs [20:47] ok. that was expected [21:44] asac, fyi, cairo 1.6.2 is out [21:54] hi team. [21:55] #firefox does exist, but #thunderbird would also be nice! [21:55] for questions about that email client. [21:58] oldham: those channels are not ubuntu related :) [22:03] ok... :-) [22:10] fta: does cairo do stable releases now every day or what :) ? [22:10] it seems 1.6.4 will be out in a few hours [22:10] or is it because of marketing ... nobody would blieve that .0 is stable ,) [22:35] great nsLocalFile impl is borked. getting .target property on it if its a link of a link will crash ffox ;) [22:43] fta: haha ;) [22:43] fta: what regression? [22:43] ? [22:45] fta: why 1.6.4? [22:46] 1.6.2 already contains 2 fixes, i haven't read for .4 yet [22:50] I can't cope with so many bug mails. it's killing me [22:51] problem is if I move them in a folder, i will no longer read them [22:56] mozilla bug 422610 [22:56] Mozilla bug 422610 in Location Bar and Autocomplete "Add an option to restore the URL autocompletion in FF3" [Normal,Unconfirmed] http://bugzilla.mozilla.org/show_bug.cgi?id=422610 [22:56] mozilla bug 422610 [22:56] oops [23:05] fta: yeah. i know the problem [23:09] fta: oh ^^ he is the miro guy [23:09] if you don't know him yet [23:09] who? [23:09] 00:09 -!- willguaraldi [n=willguar@209-6-102-146.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit ["Off I go"] [23:09] oh [23:09] he is the one who wants to make miro work nice on ubuntu xulrunner [23:10] <[reed]> he's pculture.org [23:10] for me, it's just too slow [23:10] fta: what is slow? [23:11] i've used it for a long time but it's not improving at all [23:11] the startup time [23:11] ah [23:11] > 30sec [23:11] fta: i don't had that in 1.2 [23:11] maybe it depends on the parameters [23:16] http://dromaeo.com/?id=1308,1776,1782 [23:18] [reed], ^^ strange isn't it ? [23:18] <[reed]> hmm, yeah [23:31] http://blog.wired.com/gadgets/2008/04/firefox-logo-sp.html