=== bjf_ is now known as bjf === petersaints_ is now known as petersaints === StevenK_ is now known as StevenK === slangase` is now known as slangasek === infinity1 is now known as infinity [01:20] slangasek: so do you have another suggestion? shoudl it just go into /lib/cgmanager/cgm-release-agent? [01:21] slangasek: cgmanager-utils conflicts: i tested it; with breaks it simply refuses to upgrade the packages; with conflicts it removes the old cgmangaer-utils and installs the new package [01:22] now it's possible that i should just remove the version - cgmanager-utils no longer is needed at all - uh, no longer exists === rcj` is now known as rcj [01:27] doko, it seems squid FTBFS in wily-proposed due to the libecap2 -> libecap3 change, squid <= 3.4 requires ecap 0.2 or 0.3 (ie. libecap2-dev) - only squid 3.5+ can use ecap 1.0 (ie. libecap3-dev)... [01:27] doko, I am trying to build, got an error due to a "logical-not-parentheses" warning, fixed it with a patch, then I am seeing lots of netinet/in.h and linux/in.h conflicts - ie. conflicts between libc6-dev and linux-libc-dev headers, any idea? [01:27] ... trying to build with libecap2 ... [03:09] slangasek: reagarding the xs-testsuite, if i make it 'Testsuite' the dpkg in trusty will DTRT? (I haven't found anything explaining the difference) [03:16] hallyn: dpkg in trusty will complain that it's an unknown field, but we're talking about a ppa so it doesn't matter [03:17] hallyn: how did you test that it refused to upgrade the packages? I'm pretty sure your test was wrong [03:17] hallyn: oh and yes, if cgmanager-utils no longer exists it should be an *un*versioned conflicts, not a versioned breaks [03:20] slangasek: i install cgmanage ron trusty, then installed the 0.39-1 package there with dpkg -i, it refused. [03:20] Unversioned Conflicts/Replaces, if the goal is to smoothly punt it off the system. [03:20] stgraber: ^ what exactly do you want in debian/control? can you put it into the 'unstable' branch at https://github.com/lxc/cgmanager-pkg-ubuntu ? [03:21] ok, will make that an unversioned C/R now [03:21] And raw dpkg won't do that right, you need apt or another frontend. [03:22] bah. why? [03:22] Because reasons. [03:22] ok, but if it'll break for people trying to do it manuallywith dpkg that's still bad no? [03:22] dpkg will just tell you that you can't install something with something else that conflicts. C/R paired is a hint to higher level frontends (like apt) to DTRT. [03:22] but if we can all agree on unversoined C/R then that works for me :) [03:22] oh, i see [03:22] thanks [03:23] No, it's fine if complex upgrades like that can't be done with dpkg without first removing package A. [03:23] But it should be smooth with apt/aptitude/dselect/update-manager/etc, which C/R will make sure of. [03:23] * hallyn looks back up to see what else he needs to remember he messed up [03:25] ok, so i think there's only the cgm-release-agent location left to worry about [03:26] stgraber: ^ nm, we'll just leave the lintian warning for now and leave xs-testsuite as is [03:43] Anyone familiar with ecryptfs-utils source-code around? === TJ- is now known as Guest8103 [03:45] hallyn: dpkg --auto-remove probably would've done the right thing for the Breaks case anyway [03:45] hallyn: sorry, --auto-deconfigure === TJ_Remix is now known as TJ- [04:20] Good morning [04:25] TJ-: I'm on the way to bed but I'll see how much help I can provide in the span of a few minutes :) [04:26] tyhicks: simple question this time I promise! [04:27] good :) [04:27] tyhicks: I'm hacking on the ecryptfs-utils code to fix 'our' issue... but stumped as to where the source is included the linux/keyctl.h or defining KEY_SPEC_USER_KEYRING - can find its usages but no sign of where it is defined! [04:30] tyhicks: I grep-ed but couldn't see it, but it has to be there: http://paste.ubuntu.com/12424557/ [04:31] TJ-: the kernel defines it, which is why keyctl.h is in /usr/include/linux, and libkeyutils-dev also defines it in /usr/include/keyutils.h [04:31] TJ-: ecryptfs-utils uses the definitions from libkeyutils-dev [04:32] tyhicks: I am planning on adding some intelligence so the code can pick the correct keyring to use, and allow the user to override the choice on the command-line [04:32] tyhicks: Ahhhh! of course. I think I'm a bit too tired. Thank you. [04:32] TJ-: the intelligence part sounds good but I'm not a fan of the command line option [04:33] tyhicks: I did "apt-cache showsrc ..." but totally missed "libkeyutils-dev" [04:33] TJ-: the kernel keyring, and all of the subkeyring belonging to a process, is too much complexity to expose to users [04:33] s/subkeyring/subkeyrings/ [04:33] tyhicks: I agree, but the 'intelligence' may not always be able to figure out the correct keyring [04:34] tyhicks: I was planning on only exposing it to ecryptfs_insert_wrapped_passphrase_into_keyring [04:35] TJ-: actually, I think ecryptfs-utils may be using the wrong keyring [04:36] TJ-: I wonder what would happen if ecryptfs_add_auth_tok_to_keyring() inserted the key into the KEY_SPEC_SESSION_KEYRING [04:36] tyhicks: I've been thinking that. It should be session not user [04:36] TJ-: or possibly the KEY_SPEC_USER_SESSION_KEYRING [04:37] TJ-: I think changing the keyring is the first approach we should take instead of trying to add intelligence about which keyring to use [04:37] tyhicks: but I've also been looking at what the various tools do with keyrings. default, and pam_init, are both supposed to link the session and user keyrings. The problem with just 'user' is when using 'sudo' it doesn't attach to the user session, or the non-sudo user [04:38] tyhicks: I'm aiming to set up enviroments with each scenario and then test various changes, starting with swapping user -> session, and working on up [04:38] TJ-: ok, big thanks for the help on this [04:39] tyhicks: you're welcome. It's get another security feature that interests me. This may help me in thinking about implementing a systemd-cryptsetup LUKS key-file AskPass extension [04:40] s/get/yet/ [04:40] interesting [04:40] ok, I've got to run now [04:40] talk to you later [04:40] tyhicks: thanks === G_ is now known as G [05:09] wgrant: do you happen to have an estimate about when lcy01 comes back? [05:11] pitti: I'd hope this week, but some issues have been hit. [05:11] It is coming together, though. [05:15] wgrant: thanks [05:55] doko, infinity: can you please have a look at http://bazaar.launchpad.net/~ubuntu-release/britney/britney2-ubuntu/revision/496 -- does this make sense to you? anything else which we should trigger? [05:56] originally I only wanted to make this temporary as we are currently so low on capacity, but I think it actually makes sense permanently [06:21] good morning [06:23] happy birthday infinity! [06:28] ooh! [06:28] infinity: happy birthday, man! [07:00] doko, infinity: this is resulting in http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#gcc-5 [07:01] doko, infinity: (note that binutils and linux weren't triggered before) === czajkows1i is now known as czajkowski [08:35] mvo_, hey, do you know if bug #1496291 is likely to be an apt or dpkg issue? [08:35] bug 1496291 in software-center (Ubuntu) "package:software-center:13.10-0ubuntu8:triggers looping, abandoned" [Undecided,New] https://launchpad.net/bugs/1496291 [08:35] s-c didn't change in wily afaik [08:39] seb128: dpkg or s-c itself, apt does not really deal with triggers [08:39] dpkg I guess [08:39] seb128: I guess we need to find the cycle and break it, is there some helpful information maybe from dpkg? [08:39] lubuntu-software-center has similar issue and didn't change either since vivid [08:39] no, those e.u.c reports are useles s:-/ [08:40] https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1495077 [08:40] Launchpad bug 1495077 in software-center (Ubuntu) "package software-center 13.10-0ubuntu9 failed to install/upgrade: triggers looping, abandoned" [Undecided,Confirmed] [08:40] might have, it's an apport report with logs === dgadomski_ is now known as dgadomski [08:41] or https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1495309 [08:41] Launchpad bug 1495309 in software-center (Ubuntu) "package software-center 13.10-0ubuntu9 failed to install/upgrade: gatilhos em "loop", abandonado" [Undecided,New] [08:43] dbus has similar report [08:43] e.g bug #1496296 [08:43] bug 1496296 in dbus (Ubuntu) "package:dbus:1.10.0-1ubuntu1:triggers looping, abandoned" [Undecided,New] https://launchpad.net/bugs/1496296 [08:43] so maybe it's due to it? [08:43] Laney, ^ did you see anything like that? [08:43] we made the dbus one interest-noawait [08:43] but that was before 1.10 [08:44] https://errors.ubuntu.com/problem/17ccb3737169df5ac7c589255576b7abbe898229 has 1.10 reports [08:46] where's a proper log? [08:48] Laney, https://launchpad.net/ubuntu/+source/dbus/+bugs?orderby=-id&start=0 the upgrade reports [08:48] I guess [08:48] at least they have apport/dpkg logs [08:49] chain of packages whose triggers are or may be responsible: [08:49] lubuntu-software-center -> libc-bin [08:50] la cadena de paquetes cuyos disparadores son o pueden ser responsables: [08:50] lubuntu-software-center -> libc-bin [08:54] OK, infinity probably fixed software-center on Friday [08:54] lubuntu-s-c should have the same treatment I think [08:54] * Laney JFDI [09:00] infinity or stgraber: can we speak about DPDK packaging please? I'm still not happy about the current state of packaging and would like your opinion. [09:05] Laney, thanks for figuring out the details [09:05] mvo_, ^ btw, seems like s-c got fixed [09:07] don't know why these get attributed to dbus though [09:12] seb128: lovely [09:13] seb128: infinity is a hero [09:14] :-) === vrruiz_ is now known as rvr === zbenjamin_ is now known as zbenjamin [10:50] pitti, that gcc list looks lovely ;) [10:52] * doko starts renaming all my packages to gcc-* [11:06] mvo_, could you have a look at http://autopkgtest.ubuntu.com/packages/a/aptdaemon/wily/amd64/ ? [11:06] doko: lol [11:10] doko, hey - buildbot is blocking transition of sqlalchemy to the release pocket due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794300 [11:10] Debian bug 794300 in buildbot "buildbot: FTBFS on unstable and needs rebuild for sqlalchemy transition" [Serious,Open] [11:10] doko, any ideas? its not been touched for eons in Debian [11:11] doko: I suspsect the new packagekit broke it [11:12] jamespage, no, I'll ping the maintainer. I really didn't want to get involved with that one, therefore I asked the guy to take it over [11:12] doko, ack - thankyou [11:12] (I saw you as an Uploader - hence the ping) [11:15] there's a new beta [11:33] jamespage, there's a new 0.8.x release, didn't check yet. but the test failures don't look like sqlalchemy related. I think ScottK is wrong [11:33] ohh, ScottK left ubuntu ... [11:33] doko, I also think they are not related to sqlalchemy [11:37] doko, I'll poke at it [11:42] barry, https://launchpad.net/ubuntu/+source/pyke/1.1.1-5build1/+build/7911076 is ply fallout [11:52] doko, well that makes no difference [12:43] a question about Provides: a package depends on libfoo1 (>=1), and another incarnation of the library libfoo1-too Provides libfoo1.. there's no way to fulfil the dep with libfoo1-too? [12:43] versioned Provides are a thing now, but you'll be trailblazing a little bit [12:44] not on trusty though [12:44] ? [12:44] dpkg 1.17.11, which postdates trusty [12:44] so the short answer is no [12:44] right [12:44] sigh [12:45] best you can do is probably to make your shlibs generate alternate deps [12:45] that would need rebuilds? [12:45] yep [12:45] or hack the revdeps manually [12:46] ok [12:46] doko, is bug #1456323 still valid? [12:46] bug 1456323 in openjdk-9 (Ubuntu) "openjdk-9 is a very early build, keep it in proposed" [Undecided,New] https://launchpad.net/bugs/1456323 [12:47] this is the mess with libosmesa6.. providing a renamed backport solves nothing (does solve -dev package installability though) [12:47] oh well [12:49] tjaalton: btw, just confirming that I have no more crash at all with the xorg fixes, thanks again :) [12:49] didrocks: ok good [12:51] seb128, yes, released is planned for second half of 2016 === sergiusens_ is now known as sergiusens [12:51] hm, maybe osmesa needs it's own build target again, so that it doesn't need to depend on libglapi. then the stock version would work just like it did on precise [13:08] dpm, pitti, do you have any idea why evolution-3.16 and evolution-data-server-3.16 mo files are not included in wily langpacks? [13:09] hum, https://translations.launchpad.net/ubuntu/wily/+source/evolution/+pots/evolution/+admin has 3.12 naming [13:09] I guess that's not good [13:10] * seb128 fixes that [13:10] unsure that's enough to have it included though === sil2100_ is now known as sil2100 [13:20] dpm, wgrant, https://translations.launchpad.net/ubuntu/wily/+source/evolution-data-server has 2 templates, that's wrong right? can we delete the second one? [14:43] infinity or stgraber: can we speak about DPDK packaging please? I'm still not happy about the current state of packaging and would like your opinion. [14:43] pitti, update_excuses.html doesn't seem to pick up the autopkg test status, still showing the binutils and linux tests as running [14:44] doko: yes, I know; still > 500 tests to run through (backlog from gcc-5), due to half of scalingstack being kaputt [14:45] rbasak: I guess though I have close to no background on this, maybe infinity knows more? [14:45] rbasak: I'm not awake enough yet to go looking and having opinions. [14:45] stgraber: thanks. Maybe best to leave it with infinity then? [14:45] infinity: can we catch up later? We'd like to upload this week if possible, so I'd like to have your opinion today if I can get it please. [14:46] rbasak: sure, if infinity has more of a clue as to what's happening or should happen with DPDK then that'd likely save time [14:46] rbasak: also, you pinging me just reminded me of those two NEW reviews you asked for a while back, sorry, kinda dropped the ball with travel, will finish the review now [14:47] rbasak: from what I remember, the packaging looked great and I just need to look at the licensing [14:47] stgraber: yeah that makes sense. I think we have too many cooks with DPDK as it is :-/ [14:47] stgraber: (kimchi/ginger) thanks! [14:49] pitti: lcy01 is back up for buildds, FYI, and I think ChrisS is fixing the non-buildd stuff next. [14:49] cjwatson: ah, good to hear! [14:50] slangasek: ok when i get some time today i'll move cgm-release-agent to /usr/lib/cgmanager/ . Then that should hopefully get it ready [14:54] hallyn: /usr/lib/cgmanager or /lib/cgmanager? The latter seems more correct :) [14:54] hallyn: but it's also not something I'm going to stand on - this is the least of the packaging issues IMHO [14:54] rbasak: I'm happy with ginger, for kimchi, you're missing a debian/copyright entry for ui/pages/help/gen-index.py which is LGPLv2.1+ and not Apache2 as debian/copyright declares [14:55] stgraber: OK, thanks. Is that the only issue for kimchi? [14:55] rbasak: yep, the rest of debian/copyright appears valid [14:55] stgraber: OK I'll arrange a re-upload, thanks. [14:56] rbasak: alright, rejecting kimchi then [14:56] ack [14:56] rbasak: I'll keep ginger in the queue until I have the new kimchi since it depends on it [14:56] ack, thanks [15:21] slangasek: sorry yeah that's what i meant [15:21] it has to be /lib bc cgmanager can start very early [15:34] hi, I have a problem with bug 1449875. I could fix it by adding a dependency to Ghostscript but the new dependency recommends tons of unneeded packages. Do all these get installed then, too? [15:34] bug 1449875 in ghostscript (Ubuntu) "ghostscript fails on some EPS files" [Undecided,Confirmed] https://launchpad.net/bugs/1449875 [15:48] pitti, could you have a look at https://launchpad.net/ubuntu/+source/debmake-doc/1.0-1/+build/7523212 ? could that be a binary mangler issue ? [16:05] dpm, all set? [16:06] jono, yep [16:06] dpm, ring ring [16:07] dpm, can you call me? [16:07] jono, yep [16:08] dpm, weird [16:08] it is calling on my phone [16:08] doko: bug 1490352 for binutils-arm64-cross, was this supposed to change Build-Depends field? or be a no-change rebuild? the diff is just changelog. [16:08] bug 1490352 in binutils-arm64-cross (Ubuntu Trusty) "please backport aarch64 -Bsymbolic-functions fix to trusty" [Undecided,New] https://launchpad.net/bugs/1490352 [16:08] but not my computer [16:08] one second, dpm [16:08] arges, oh, let me fix this [16:08] doko: ok i'll reject the current upload. [16:10] arges, reuploaded [16:11] doko: ok thanks, i'll review that [16:47] Laney: I tried to add foundations-bugs, a team which is subscribed to bugs about packages, to sponsors-page.py (in TEAMS) but nothing is showing up. Should that team actually go in SPONSOR_TEAMS? [16:48] bdmurray: It looks at subscribers to individual bug reports [16:48] there is no knowledge of package subscribers [16:48] (IIRC) [16:49] ah, that would explain things [16:50] what would you want it to show? [16:51] I guess items it already knows about which are on packages that this team is subscribed to [16:51] bugs where foundations-bugs is a structural subscriber (I think that would work) and has patch or has linked branch [16:52] It's just show me all open bugs that are subscribed to currently [16:52] I'm not trying to change the sponsoring process from "subscribe ubuntu-sponsors" in general [16:54] Right, then structural subscriber and bug subscriber is ubuntu-sponsors would do that. [16:56] That would probably be useful for you [16:57] Maybe easier to consume the package-team-mapping though [17:08] @pilot on [17:08] (pilot (in|out)) -- Set yourself an in or out of patch pilot. [17:08] @pilot in === udevbot changed the topic of #ubuntu-devel to: Archive: feature freeze | Devel of Ubuntu (not support or app devel) | build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of precise-vivid | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: mterry [17:42] slangasek: http://mentors.debian.net/debian/pool/main/c/cgmanager/cgmanager_0.39-2.dsc [18:16] seb128, Laney: gdk-pixbuf ftbfs, leading to broken openjdk on architectures where it built [18:21] meh, why sync a package which alreads ftbfs in debian ... [18:52] doko, is anyone looking at the gdk-pixbuf issue? [18:53] xnox: netcf never got promoted from experimental to unstable. is that supposed to happen automaticlaly at some point? at this point it'll fail due to newer libnl3, but i'm trying to figure out which debian pockets i need to push updates for. [18:53] i.e. should i push one for both unstable and experimental? [18:54] hallyn: nothing ever gets promoted from experimental to unstable. [18:54] robert_ancell, see #ubuntu-desktop, I mentioned it there too [18:54] (i also should do a new version, which i'll send to unstable at some point) [18:54] hallyn: one has to manually upload into unstable. [18:54] but I don't know if anybody is looking [18:54] hallyn: by default, one should upload just into unstable [18:54] xnox: ok. (i really need to go for DM ) [18:54] xnox: so if i push to unstable will the experimental version get obosleted? i assume not, [18:55] hallyn: unstable is kind of like ~ devel-proposed, there is automatic migration from unstable into testing, kind of like proposed migration from devel-proposed -> devel. [18:55] so i guess i'll push the current fix based on experimental, to unstable. then send a new release to experimental [18:55] hallyn: and currently devel[-proposed] are aliases for wily[-proposed] [18:55] hallyn: why? [18:55] xnox: why which? [18:55] hallyn: nobody uses experimental. [18:55] heh. i just figured *someone* out there is using it, [18:55] but ok, i'll ignore it then and just go for unstable. [18:55] that's what i was wondering :) [18:55] thanks [18:55] hallyn: think of experimental, like a PPA, but simply only one, shared with all DDs [18:56] can i ask you to sponsor the fix? [18:56] hallyn: yeah experimental == PPA in debian world. [18:56] hallyn: yes. [18:56] great, thx [18:56] hallyn: dput to mentors.debian.net and give me url, i'll review, comment and maybe sponsor. [18:57] perfect. thx. [18:57] * hallyn notes pull-debian-source in wily seems broken [18:57] hallyn: Debian ftpmasters occasionally remove packages from experimental that have newer versions in unstable [18:58] you don't need to ask for that or do anything special to cause it to happen [18:58] the only manual action needed is if you actually want to keep a different version in experimental [18:58] cjwatson: ok, that won' thappen for a week or two - i'll fix the current version in unstalbe first, then do an upload of a new release [18:58] gotcha, thx === rbanffy_ is now known as rbanffy [19:17] hallyn: re: pull-debian-source, bug 1453330? [19:17] bug 1453330 in ubuntu-dev-tools (Ubuntu) "pull-{lp,debian}-source not getting source for binary because DDE is dead" [High,Triaged] https://launchpad.net/bugs/1453330 [19:18] hjd: yeah that looks like it [19:30] xnox: http://mentors.debian.net/debian/pool/main/n/netcf/netcf_0.2.3-4.2.dsc (running out for lunch, biab) [19:37] hallyn: please fix all warnings -> http://mentors.debian.net/package/netcf [19:38] hallyn: since you are maintainer use 0.2.3-5 version; not nmu. [19:39] hi, I have a problem with bug 1449875. I could fix it by adding a dependency to Ghostscript but the new dependency recommends tons of unneeded packages. Do all these get installed then, too? [19:39] bug 1449875 in ghostscript (Ubuntu) "ghostscript fails on some EPS files" [Undecided,Confirmed] https://launchpad.net/bugs/1449875 [20:00] anyone konws if there is a way to globally set time format for console? [20:02] xnox: for some of the warnings (like ancient standards version) i was going to fix that with the new 0.2.8 release. this was meant as an emergency fix for the FTBFS [20:03] asac: perhaps locale's LC_TIME -- but anything that does strftime itself is unlikely to get it right.. [20:03] huh, so -1 means nmu. this is new to me [20:11] yeah [20:11] thanks sarnold [20:11] thats what i thought too, just wanted to check [20:11] xnox: (will ping when i re-upload) [20:14] hallyn: no, XXX-Y[.Z] -> XXX is upstream, -Y is debian maintainer/uploader, optional [.Z] is the nmus [20:15] hallyn: so maintainer does 1.0-1, 1.0-2, then two nmu happen at 1.0-2.1, 1.0-2.2, and then maintainer does 1.0-3 etc. [20:15] hallyn: essentially it's a historical convention. [20:16] xnox: yeah that's what i meant, sorry [20:16] i'm trying to figure out the watchfile. given that netcf has the 1: [20:17] oh uscan seems to ignore that, ok [20:19] Laney, do you know why gdk-pixbuf is ftbfs in proposed? [20:19] Laney, looks like some cve test failures [20:19] Laney, when I try to reproduce locally on my desktop, my computer freezes(!) [20:38] mterry: someone synced that? [20:39] https://buildd.debian.org/status/package.php?p=gdk-pixbuf&suite=unstable <- could have predicted this :) [20:39] https://bugzilla.gnome.org/show_bug.cgi?id=754387 [20:39] Gnome bug 754387 in general "test-suite failure: ERROR: cve-2015-4491 - missing test plan" [Normal,Reopened] [20:39] I don't know how to fix it yet [20:39] Laney, heh [20:40] or, well, I didn't try those ideas in a package yet and upstream didn't say anything [20:41] Laney, we could skip the test... or just remove it from proposed [20:43] skipping a test for a CVE sounds bad [20:43] doko already removed it anyway [20:43] so no bother [20:49] mterry, looks that you actually like perl MIRs ... or else you would have demoted the recommends to a suggest in xdg-utils ;p [20:49] doko, oh no, what did I do? :) [20:50] Laney, eh, skipping a broken test is ok :) But sounds good [20:51] doko, you removed gdk-pixbuf from proposed? [20:53] mterry, yes [20:53] mterry, just the binaries, not the source [20:54] doko, ah great, thanks! [20:58] xnox: http://mentors.debian.net/debian/pool/main/n/netcf/netcf_0.2.3-5.dsc can you please confirm that at line 8 in debian/copyright, that 'permissive' is what the rest of that license text describes? [20:58] cause 'permissive' is mentioned but not defined in the debian doc about license files [20:59] hallyn: one doesn't need a tag, if one includes text. [20:59] so [20:59] Files: * [20:59] License: [20:59] [20:59] or so i remember [21:15] xnox: that's what it was doing, but lintian now complains [21:15] so i spent 20 mins looking for a 'custom' tag i could add but didn't find that [21:16] hallyn: it's ok, i would take it with a broken licence tag, if the license is correct. [21:17] hallyn: but it is late now, for me. will look into it tomorrow. [21:17] xnox: ok, thanks [21:17] i'll go ahead and start on 1.2.8 then based on merging that and the 1.2.6 in experimental [21:23] @pilot off [21:23] (pilot (in|out)) -- Set yourself an in or out of patch pilot. [21:23] @pilot ou === udevbot changed the topic of #ubuntu-devel to: Archive: feature freeze | Devel of Ubuntu (not support or app devel) | build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of precise-vivid | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [21:24] @pilot out [23:39] hallyn: -2 uploaded [23:42] awesome, thx