=== _salem is now known as salem_ [00:13] stgraber: practical question . to migrate a kvm vm from old release to newer release, we need the old rom's (like pxe-virtio) on the new releases. But the new releases have updated versions of the roms. Is there a good way to support this? i can't ship binary roms, and the old roms may not build on the new releases... [00:14] i may be making this up, maybe it's not an issue excpet in my current broken case, but i'm not sure [00:16] hallyn: I'm having a hard time understanding why the VM would need the old ROM === salem_ is now known as _salem [00:32] stgraber: bc at the destination qemu you have to start qemu with that romfile loaded [00:32] stgraber: so for instance if a precise kvm has a virtio nic, and you want to migrate that to a trusty host, [00:33] (for which you have to use my ppa right now,) you have to use: [00:33] sudo qemu-system-x86_64 -enable-kvm -drive file=/mnt/mini.iso,if=virtio,cache=none -m 256M -cdrom /mnt/mini.iso -boot d -vnc :1 -incoming tcp:0.0.0.0:5555 -global virtio-net-pci.romfile=pxe-virtio.rom.12.04 -net nic,model=virtio -net tap,ifname=tap0,script=no,downscript=no -M pc-1.0-qemu-kvm [00:33] the "-global virtio-net-pci.romfile=pxe-virtio.rom.12.04" argument tells kvm to load the old romfile. if you let it load the new rom, thenmigratoin fails [00:34] but i don't know how to sanely ship that romfile. i have little faith that we can actually build a new one in trusty let alone 16.04 [00:34] anyway i've also asked the question of rharper. i'll let this sit for a day while we think of alternatives. mayb ei'm being silly. === infinity changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [00:39] hallyn: sounds like a qemu bug to me... bios roms are loaded in memory, so if the VM was actively using the extension, it'd be in memory and so, not a problem. Otherwise, it's just a path to something it needs to read at boot time, so it should be perfectly fine to point it to whatever's current on that box... [00:40] stgraber: i think it's just complaining about the file size. which makes me wonder whether i could just create a file of the right size with all zeros [00:42] hallyn: :) === _salem is now known as salem_ [00:48] stgraber: lol - it works! [00:48] well it hangs at 'detect network hardware' but it did that before too. (this all feels very flaky) === salem_ is now known as _salem [04:17] Good morning [06:57] good morning [07:33] the ubuntu mozilla team seems sleeping? :D === dholbach_ is now known as dholbach [07:59] dupondje, not so much sleeping, but dead [09:00] like to build ubuntu core for arm device, Could any body provide me link for the same. [09:03] mvo: hey Michael, wie gehts? [09:03] pitti: not too bad, thanks. how are you? [09:03] mvo: great, thanks! you don't happen to have an idea about https://jenkins.qa.ubuntu.com/job/utopic-adt-unattended-upgrades/ARCH=amd64,label=adt/31/console ? [09:03] mvo: the test works fine on i386, but fails on amd64 (severeal times) [09:03] initially I thought it was something in binNEW or so, but that doesn't seem to be the case [09:06] pitti: let me investigate and see if I can reprouce it [09:06] mvo: it works fine for me locally [09:07] mvo: nevermind for now, I just wanted to know if you already happened to know about it [09:07] before I start digging [09:08] pitti: thanks, its probably transient, as it will look at the build-hosts sources.list (which is a bug in itself) [09:08] mvo: seems to be a little more than that, though; look at the history at https://jenkins.qa.ubuntu.com/job/utopic-adt-unattended-upgrades/ [09:09] pitti: indeed :/ [09:09] mvo: oh, perhaps this is fallout from the new proxy settings; but why would that affect only one arch [09:09] anyway, I'll poke this [09:09] pitti: hm, I wonder if I overlooked a mail here? [09:09] pitti: would jenkins have mailed me about the failure? [09:10] hm, seems it didn't in this caes [09:10] case [09:10] because the failure affects only a single architecture? [09:10] sheesh, and now it succeeded [09:10] haha [09:10] schrödingers cat [09:10] mvo: sorry for the noise then; I retried 5 times in the past days and it kept failing.. [09:11] no worries, I really need to fix it to use proper fixtures data instead :/ [09:11] mvo: yet another instance of "the problem disappears/becomes clear to me as soon as I ask someone" [09:13] :) === dholbach_ is now known as dholbach === Spads_ is now known as Spads [09:28] jibel, hey, just curious but why do you tag fix released bugs? [09:28] seb128, they are not fixed on #1 [09:28] 14.09 #1 [09:28] jibel, we are on #56, most of the bugs are not fixed on #1 ;-) [09:29] seb128, 14.09-proposed is #56 but 14.09 is #1 [09:29] oh ok [09:29] the tag names are confusing then [09:29] is that a way to say "needs-fixing-in-stable"? [09:30] I trying to get ubuntu-core source code , [09:30] where do I get ubuntu-core source code & cross compilation link for ARM. [09:32] nrange, from archive.ubuntu.com ... it is in source packages === zbenjamin_ is now known as zbenjamin [09:32] nrange, ubuntu-core itself is assmebled from the corresponding binary packages [09:48] mdeslaur: nginx> no problem, thanks [09:50] ogra_ :Is it possible to get ubuntu-core source code through apt-get command? [09:50] you need the list of packages [09:50] then you can apt-get source the packages [09:51] mdeslaur: speaking of nginx, looks like it's failed dep8. [09:51] (so stuck in -proposed) [09:51] I don't think these dep8 tests have ever been in Ubuntu. Debian rewrote the one I submitted. [10:17] Is there a tool that will let me easily download the already-built binaries from the archive corresponding to a given source package and architecture? [10:18] I know I can fetch them by hand from Launchpad. [10:18] (and I'll provide the version, of course) [10:19] I just set off a local build to reproduce a dep8 issue in utopic-proposed, and realised that's a bit pointless since I can fetch the archive binaries. [10:19] Except that it's tedious. === dholbach_ is now known as dholbach [10:42] mdeslaur, pitti, jibel: I can't reproduce nginx dep8 failure in utopic-proposed locally. The logs look about the same, and it passes for me. [10:42] The Jenkins result appears to be a 404, which seems a bit odd. That suggests to me some issue in the test rather than the environment, but I don't see anything obvious. [10:47] ogra_ : gone through (https://wiki.ubuntu.com/ARM/RootStock) doc, could u provide link for to get ubuntu-core package list. [10:48] nrange, rootstock is dead since several years, dont use it [10:49] nrange, look at the manifest file at http://cdimage.ubuntu.com/ubuntu-core/daily/current/ [10:57] salut seb128, is bug 1352142 something that happyaron or FJKong could ACK and we could get uploaded? [10:57] bug 1352142 in ubuntu-touch-meta (Ubuntu) "Doesn't load Japanese font on Ubuntu Touch" [Medium,In progress] https://launchpad.net/bugs/1352142 [10:57] ugh, another font ? [10:58] we're just ripping them out like crazy to get the image size down :/ [11:02] dholbach, hey, no idea what are the ffe/release rules for touch [11:02] dholbach, try asking on #ubuntu-ci-eng I guess [11:04] why are you asking the chinese guys about a japanese font? :P [11:05] because japanese looks chinese to him? ;-) [11:10] rbasak: one possible issue could be that in the DC tests run wiht a proxy [11:10] rbasak: is this test hitting the network? [11:12] Laney, I think they're both in touch a lot with others who look into CJK issues, so they might know where to look up which fonts are recommended [11:12] Laney, something I don't know anything about === MacSlow is now known as MacSlow|lunch [11:13] was just doing some minor tuesday trolling, sorry [11:13] pitti: aha. [11:13] pitti: no, but it is hitting 127.0.0.1. [11:13] there's some feedback from a Japanese guy in there so I'd think it's okay depending on the touch guys [11:13] pitti: and that 404s. So presumably that request is going to a proxy, which 404s on its _own_ 127.0.0.1? [11:15] If the test rig's proxy proxies for localhost, that pretty much breaks any attempt to test any http daemon. [11:15] pitti: can you add a no_proxy environment? [11:15] Seems like a bug. :P [11:16] seb128, I just looked at the MP - looks like it affects desktop as well [11:16] Either that or the test needs to specifically unset http_proxy. [11:16] I'm not sure it even makes sense to set that in the test environment. [11:17] A transparent proxy might work better here (as evil as they are). === _salem is now known as salem_ [12:20] mdeslaur, pitti, jibel: filed bug 1372903. As the test passes locally from the built binaries in utopic-proposed, do you want to override the test failure for now? [12:20] bug 1372903 in autopkgtest (Ubuntu) "Ubuntu dep8 CI environment sets http_proxy causing http://127.0.0.1 to fail" [Undecided,New] https://launchpad.net/bugs/1372903 [12:23] rbasak: re (sorry, was out for a bit) [12:24] rbasak: we do set that: http_proxy=http://squid.internal:3128 https_proxy=http://squid.internal:3128 no_proxy=localhost,ubuntu.com,launchpad.net [12:25] rbasak: ah, we might need to add 127.0.0.1 to no_proxy, not just "localhost"? [12:25] pitti: that might be it. [12:25] yes, the autopkgtest in debian went from localhost to 127.0.0.1 [12:25] Maybe 127.0.1.1 as well? [12:26] I still think there's a bigger issue here though (hence the bug). [12:26] rbasak: ok, trying that; the machines are a bit busy ATM, so that'll take a while [12:26] mdeslaur: ah, splendid; that would fit pretty well [12:26] pitti: It would be a lot more elegant if that was implemented as a transparent proxy outside the VM, rather than exporting http_proxy in the test session. [12:27] infinity: absolutely [12:27] We're changing behaviour in tests by setting these variables, and depending on what is being tested, this won't necessarily do the right thing. [12:27] pitti: A test session having unexpectedly weird environment is... Weird. :) [12:27] infinity: but that's not how our data center does it, so we need to set these stupid vars everywhere :/ [12:27] infinity: I suggest having the test declare that it needs external internet access, and when it does, to require that the test can grok the variables. [12:27] hopefully we won't have to any more in bootstack [12:28] pitti: Hrm? I'm not sure how the DC factors into this. Your VMs can have transparent proxies on the host that forward to the DC proxies. [12:28] A transparent proxy is still not great. It does cause client issues in some cases. [12:28] I'd rather push responsibility to the test. [12:28] (and use non-transparent caches) [12:28] rbasak: Well, 99% of tests should never be trying to hit the outside world anyway. [12:28] infinity: ok, if that's possible I'm happy to send an RT about that [12:29] right, there's only a handful which need that [12:29] Right, so do we need transparent caches on the ones that do? [12:29] we only added the proxy vars a few weeks ago for two tests which want it [12:29] Make them explicit in that case. [12:29] (my bug outlines a proposed spec) [12:29] the problem is tests that shouldn't hit the outside world but accidentally do. [12:29] But trying to hit the local host should be very common, and trying to be clever and guess what that is (or doing a blanket exclude of 127.0.0.0/8) is kludgy. [12:30] for example any of the gazillion things that will sometimes call out to fetch dependencies (maven, pip, etc.) [12:30] Yeah, so by default: no inteference, and no access to the outside world. [12:30] oh right yeah [12:30] If the test wants access, then it could declare a restriction, and then it would get access, but is required to grok http_access etc. [12:30] http_proxy [12:30] Yeah, that's also workable. [12:31] I do like the idea of no non-lo network by default. [12:31] To catch people accidentally doing it rather than intentionally. [12:31] Yeah, and also easier to analyse [12:31] (to track packages down that are doing it but don't really need it) [12:31] pitti: So maybe that's the better solution. [12:32] pitti: Make those few tests actually declare that they need external access instead of granting it to everyone. === MacSlow|lunch is now known as MacSlow [12:32] Of course the catch here is that pitti now has to implement that :) [12:32] Sounds pretty trivial. [12:32] Except for the addition to the spec. [12:33] No idea how fluid that is. [12:33] The spec is designed so that restrictions can be added. But a catch is that we're taking away functionality from existing tests. [12:33] But if the number of affected tests is small, then that shouldn't be a problem. [12:35] rbasak: Well, by pitti's admission, those tests only got this functionality very recently. :P [12:35] finding and changing the tests is the real work here, not so much juggling the infrastructure [12:35] rbasak: So, it's a short-lived thing to take away again. [12:35] well, it also fixed some tests which had failed forevery [12:35] s/y$/ [12:35] * rbasak suspects juju might be affected [12:35] pitti: I guess no one kept a list of the tests that were fixed by implementing the http_proxy stuff? [12:36] Though that's been around for a while now. [12:36] but we also at some point want to move testing to bootstack, then this will hopefully also be obsolete [12:36] pitti: Still, I think it's better to be declarative here, rather than assume an external network. [12:36] pitti: even after the move, it'd be nice to not have tests arbitrarily accessing the Internet unless they declare that they need to. [12:36] That'll help keep things under control. [12:36] pitti: Cause that also makes it way easier to diagnose, if you say you need an external network, and my test infra doesn't have one, or doesn't have access to the right hosts, I know what's up more easily. [12:36] Too many packages hitting the Internet == many arbitrary failures. [12:37] Plus, yes, reliance on external resources is usually wrong, unless absolutely the only way to test your thing. [12:37] The internet being such a reliable thing and all. [12:38] I had fun with python-websocket (IIRC) having tests that hit a websocket test server on the Internet. [12:39] PS: Why am I still awake? [12:40] because you're not drunk enough yet? [12:40] Or at all. [12:41] lol [12:47] dholbach: hey I think if we do want to have Japanese fonts included, then fonts-takao-pgothic is the one to go === salem_ is now known as _salem [12:51] rbasak: nginx succeeds again [12:52] Great. Thanks! [12:53] thanks pitti, rbasak! [13:01] rbasak, infinity: I left some thoughts on bug 1372903 [13:01] bug 1372903 in Auto Package Testing "Ubuntu dep8 CI environment sets http_proxy causing http://127.0.0.1 to fail" [Undecided,Fix released] https://launchpad.net/bugs/1372903 [13:04] pitti: could you "unshare -n" to enforce the restriction for adt-virt-null, etc? [13:04] rbasak: (1) breaks installing dependencies, (2) needs root [13:04] @pilot in === udevbot changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: seb128 [13:04] rbasak: we can't cut off the network completely [13:05] pitti: for apt, use a proxy that permits only access to the archive. [13:05] rbasak: otherwise we could simply start qemu without a network card, etc. [13:05] Good point about root though. [13:05] we need a proper network interface, and then restrict it to the set of deb sources [13:05] (there might be many, cf. testing PPAs, etc.) [13:06] TBH, I think it's a lot of work for a result which still isn't robust, and for only little gain [13:06] but maybe I'm missing something, we might discuss that face to face at some point [13:07] just saying that the proxy thing will go away soon, ev is pressuring hard for getting rid of our current machines [13:07] and so am I, these are hopelessly overloaded [13:07] OK, no worries. [13:07] +1 [13:07] ah, this also fixes php-guzzle [13:08] and I have a gut feeling that it might also fix the python autopkgtests without the workaround of explicitly unsetting the proxy vars [13:08] rbasak: anyway, if you have an idea about a robust design, I'm happy to be convinced (honestly) [13:09] pitti: thanks. You raise good points. I'll have to think a little and see if I can come up with something that addresses everything. [13:09] rbasak: let's stick our heads together in DC and add some beer :) [13:10] I won't be in DC. [13:10] oh, too bad [13:10] servers aren't the right kind of devices? :-) [13:11] Yeah, something like that! [13:13] rbasak: thanks so much for pointing out the proxy bug -- this fixed at least two other tests (and presumably there's some more) [13:13] No problem! You provided the vital clue :) [13:17] happyaron, if we want this new one, can we drop one we used before? === _salem is now known as salem_ [13:17] happyaron, could you comment on the bug and/or MP= [13:17] ? === alexlist is now known as alexlist` [14:32] dholbach: he is not at front of computer,maybe [14:33] FJKong, do we know who could have a look at the bug or merge proposal and make a decision? [14:34] dholbach: you mean bug: https://launchpad.net/bugs/1352142 [14:34] Launchpad bug 1352142 in ubuntu-touch-meta (Ubuntu) "Doesn't load Japanese font on Ubuntu Touch" [Medium,In progress] [14:35] yep === dholbach_ is now known as dholbach === ycheng is now known as ycheng-afk === smow is now known as pfsmorigo [16:01] ChrisTownsend: hey, should i review that unity SRU for trusty... [16:02] arges: Please [16:02] arges: Thanks [16:02] ChrisTownsend: looks like you guys have alot of DPI fixes... did somebody get a fancy monitor? : ) [16:03] arges: lol, well, it's stuff that just needed to be done. [16:05] ChrisTownsend: bug 1349128 is mentioned in the changelog, but it says its already fix released. Do you know what changed there? [16:05] bug 1349128 in Unity 7.2 "Ubuntu 14.04 lock screen doesn't accept keyboard input and sends it back to the underlying window (until using indicators)" [Critical,In progress] https://launchpad.net/bugs/1349128 [16:08] arges, that was a security upload that's now been folded back into upstream [16:10] bregma: ok, but I see more details in the changelog that looks like additional logic was added over the security update? [16:11] bregma: ChrisTownsend : also bug 1320071 is this fixed in Utopic? [16:11] bug 1320071 in Unity 7.2 "Power buttons do not work when the screen is locked" [Medium,In progress] https://launchpad.net/bugs/1320071 [16:11] kirkland, is http://launchpad.net/bugs/1350810 in correct state ? [16:11] Launchpad bug 1350810 in byobu (Ubuntu Utopic) "Shift-F2 no longer working in Byobu in Ubuntu 14.10 (utopic) with tmux 1.9" [Critical,Triaged] [16:11] it says fix-released for tmux, but not for byobu [16:12] smoser: ah, yes, it's fix-release; fix was in tmux [16:12] smoser: so probably invalid for byobu [16:12] arges, I believe there were additional problems related to 1349128 fixed in trunk that were backported to 14.04 for the non-emergency fix [16:12] smoser: updated [16:13] bregma: ok [16:13] pitti: Could you have a look at RT 1372612? [16:13] pitti: I mean bug 1372612 [16:13] bug 1372612 in apport (Ubuntu) "apport identifies RTM package as third party ones" [Undecided,New] https://launchpad.net/bugs/1372612 [16:16] arges, bug 1320071 is definitely fixed in utopic, don't know why ci-train missed changings its status [16:16] bug 1320071 in Unity 7.2 "Power buttons do not work when the screen is locked" [Medium,In progress] https://launchpad.net/bugs/1320071 [16:17] bregma: ok i assume you'll update that then? [16:17] * bregma fixes the status manually === zyga is now known as tarman [16:22] bdmurray, hello! could you have a look to this unapproved SRU, please? https://launchpad.net/ubuntu/trusty/+queue?queue_state=1&queue_text=unity-control-center [16:23] ara: i'm planning on getting to it today (its my day) [16:23] arges, sounds great, thanks! [16:24] arges, not really aware of how the sru queue is managed [16:24] ara: check https://wiki.ubuntu.com/StableReleaseUpdates [16:24] ara: we have a daily rotation of sorts [16:24] section 4 shows SRU vanguards [16:24] Im trying to build a package.. when I use checkinstall everything works great. but I want to build it with the intent of putting it on my ppa.. anyhow when I use bzr builddeb -- -us -uc, I get error at the end, take a look here: http://paste.ubuntu.com/8408128/ .. I just dont get it.. Hopefully someone can give me a pointer or two.. .. I have asked in every other channel I could think of.. [16:24] bdmurray, arges: nice! thanks! and sorry for nagging the wrong person :) [16:25] ara: its all good! glad I had this channel up to see the message [16:25] ara: no problem [16:25] the sru team is too small... you guys are heroes [16:26] ara: thanks [16:57] @pilot in === udevbot changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: mdeslaur, seb128 === roadmr is now known as roadmr_afk === roadmr_afk is now known as roadmr [18:14] arges: Hey again, any chance you look at unity8-desktop-session to get into trusty-proposed? It's a pretty simple fix. [18:14] ChrisTownsend: yea its all on my radar [18:14] arges: Awesome, thanks man! [18:14] trying to do some kernel debugging ATM... so will context switch into SRU mode in a bit [18:15] arges: Ok, cool === Ursinha is now known as Ursinha-afk === roadmr is now known as roadmr_afk [18:59] hallyn: hey is bug 1038139 fixed in utopic already? [18:59] bug 1038139 in haproxy (Ubuntu Utopic) "Missing running check on init script" [High,Confirmed] https://launchpad.net/bugs/1038139 === Ursinha-afk is now known as Ursinha [19:04] arges: I pushed that to utopic right before pushing the SRU packages [19:05] hallyn: ok shall i mark the utopic task fix released (not sure which version has that code in utopic) (also I'm being lazy. : ) ) [19:06] arges: hm, no, something's not right [19:08] arges: d'oh, we're in beta freeze aren't we [19:08] arges: so we'll have to wait until that passes [19:08] if you don't mind please jsut leave the trusty/precise versions baking in the meantime :) [19:08] hallyn: yup will do. thanks [19:08] thank you [19:23] ChrisTownsend: is bug 1340394 fixed in utopic version? [19:23] bug 1340394 in Unity 7.2 "Overlay borders aren't scaled to match monitor DPI scaling" [Medium,In progress] https://launchpad.net/bugs/1340394 [19:24] arges: I think so, but lemme check to be sure. [19:24] ChrisTownsend: thanks [19:25] ChrisTownsend: also not really something that matters for this SRU, but do you have a script that continually appends AUTHORS? [19:25] arges: Yeah, it was released into Utopic around July 11. [19:25] ChrisTownsend: ok marked that fix released then [19:26] arges: The release script in Unity does muck with AUTHORS. Is there something wrong? [19:26] ChrisTownsend: well it just seems to be duplicating author names over and over, vs it being a uniq list [19:27] arges: Hmm... [19:29] anyway, doesn't matter for the SRU, might just want ot check your script [19:30] arges: I see 3 new AUTHORS entries and the entries themselves are unique in that the line is indicating the multiple authors are responsible for a commit. [19:31] arges: Do you see something different? [19:32] ChrisTownsend: no that's fine, I just usually see AUTHORS files with just a list of unique authors rather than commit->AUTHORS line mapping [19:32] arges: Ok, I see. Well, I guess Unity really wants to give credit where credit is due:) [19:32] yep got it [19:52] arges: why did the djanog upload get rejected? [19:52] roaksoax: i explained it in the bug report. there was an extra patch that wasn't explained in the changelog [19:52] 99_fix_test.patch [19:54] arges: yeah that seems that it shouldn't be there for sure.. but it wasn't ebing applied either [19:54] arges: thanks for noticing, let me upload a new one asap [19:54] roaksoax: cool. ping me when you do and I'll re-review [20:08] pitti: hello, are the retracers happy? 1372980 hasn't been handled yet (five hours at the moment) -- and lately things have been running pretty smoothly, this seems anomalous :) [20:13] @pilot out === udevbot changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: seb128 [20:17] @pilot out === udevbot changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: === roadmr_afk is now known as roadmr === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === manjo` is now known as manjo === Ursinha is now known as Ursinha-afk [20:48] arges: uploaded a new one! thanks [20:50] roaksoax: this looks better... there is an extra line '+ * debian/patches/ [20:51] in the changelog. but that shouldn't hurt things [21:05] arges: awesome! thanks === Ursinha-afk is now known as Ursinha === salem_ is now known as _salem === Ursinha is now known as Ursinha-afk