[00:14] tumbleweed: bug 807545 is another example of a bug that's been ignored for months now. Maybe you want to look into the situation where the dev-release is fixed/invalid, but some SRU needs to happen? [00:14] Launchpad bug 807545 in piuparts (Ubuntu) "piuparts uses debian instead of ubuntu keyring" [Low,Fix released] https://launchpad.net/bugs/807545 [00:14] s/example of a bug/example of a patch/ [01:49] hey folks [01:49] is there a UDS-specific channel, or is this the closest thing to it? [01:59] probably #ubuntu-uds, if past events are anything to go by === Quintasan_ is now known as Quintasan === dendro-afk is now known as dendrobates [05:58] cjwatson: yeah, this time, I took some extra time for the merge, in total two evenings. My goal was to minimize the diff as well as possible and clarify the current situation as good as possible [05:58] cjwatson: and you are totally right, the previous merge changelog was done rather in a hurry, and nothing really has changed wrt system/internal library copies [05:59] cjwatson: btw, do you see any realistic chance that we can demote xine-lib to universe? === jbepsilon_ is now known as jbepsilon [09:05] wow. the kubuntu-devel mailing list automatically rejects postings for non subscribers. [09:10] siretart: is it on l.l.n or l.u.c or elsewhere ? [09:10] <\sh> grmpf [09:11] <\sh> syncpackage --force -d wheezy -r precise pinot -> fails [09:11] lifeless: lists.ubuntu.com. [09:12] \sh: use the proposed version or the daily build of u-d-t [09:12] lifeless: already mailed -owner, but I'd be surprised if they'd care. the automatic message I've received was quite unfriendly, TBH. [09:13] <\sh> bdrung, any reason why the others were working but only pinot is failing? [09:13] \sh: because the changelog is not yet available on debian [09:13] and yet launchpad manages to spam kubuntu-devel with merge requests every now and then [09:14] <\sh> bdrung, and a newer release of syncpackage fixes this? [09:16] \sh: yes [09:16] <\sh> bdrung, got it...so it doesn't fail anymore when the changelog is missing [09:16] \sh: bug #880051 [09:16] Launchpad bug 880051 in ubuntu-dev-tools (Ubuntu Oneiric) "syncpackage crashed with AttributeError in copy(): 'NoneType' object has no attribute 'strip'" [Medium,Fix committed] https://launchpad.net/bugs/880051 [09:17] debfx: again, I'm not surprised [09:17] \sh: it would be nice, if you could confirm the fix [09:18] <\sh> bdrung, done [09:22] siretart: :( [09:24] siretart: I think that reject policy should definitely change but I'm not sure who could moderate the list [10:08] debfx: thanks for your response. I hope that this is enough to demote xine-lib [10:08] debfx: feel free to ping me when it got demoted, we can then investigate how to reduce the delta to debian further [11:54] hi guys!!! [11:54] agateau: are your in here ? [12:13] Hi, I posted this package removal request/suggestion recently: https://bugs.launchpad.net/bugs/882014 - could someone please check whether it's properly filed? [12:13] Launchpad bug 882014 in indicator-weather (Ubuntu) "Please consider package removal or adding developers" [Undecided,New] === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === mok01 is now known as mok0 [12:55] Is this the channel for ubuntu development on bile devices, smartphones and tablets? [13:07] slangasek: I've debdiffed udev_173-0ubuntu4.dsc and udev_173-0ubuntu5.dsc and don't see the disappearance of test/ that you mention, so I suspect an earlier upload caused this? there seems to be a small test/ directory too [13:11] siretart: rejecting postings from non subscribers is the only sustainable way to run a mailing list, I'm afraid if I had to manually review it each day I'd soon forget [13:16] Riddell: relocating your spam issues to contributors isn't very welcoming nor friendly either. [13:17] siretart: it's not great right enough but it's the only way I've found of having a working mailing list === akgraner` is now known as akgraner [13:22] Riddell: Then I disagree with your understanding of 'having a working mailing list': Dropping mail of legitimate users is unfriendly at best. [13:23] siretart: but I know I don't have the time or self discipline to be the manual filter for it so the end result is the same [13:24] maybe others would volunteer to moderate [13:59] what is the uds irc channel? [13:59] #ubuntu-uds [13:59] thanks [13:59] with #ubuntu-uds-bonaire1 and similar for individual rooms [14:02] the synopsis text on summit is seriously tiny === dendrobates is now known as dendro-afk [14:56] why does my laptop think that 43 minutes, 56% battery is "critically low"? [14:57] lamont: my laptop used to say that and hibernate when i *plugged in* ac power [14:57] even less bonus === bregma_ is now known as bregma [15:15] lool: interesting, apparently the test/ directory disappeared from upstream several cycles ago but was still sitting on the packaging branch :) === ara is now known as Guest90628 === dendro-afk is now known as dendrobates === dpm__ is now known as dpm === dendrobates is now known as dendro-afk === beuno is now known as beuno-lunch === dendro-afk is now known as dendrobates [16:34] cjwatson: you available? [16:36] anyone know which package/script might set /usr/sbin/update-initramfs as a symlink to /bin/true? [16:36] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/880476 [16:36] Launchpad bug 880476 in linux (Ubuntu) "after update to kernel 3.0.0-13 ubuntu 11.10 does not start" [High,Triaged] [16:39] sconklin: casper, I think [16:39] hm, maybe not === Quintasan_ is now known as Quintasan [16:40] can't remember, sorry [16:40] ask for 'dpkg -S update-initramfs', that might show it [16:40] cjwatson: thanks [16:41] initramfs installs it, but I think something else must have set it as a symlink [16:42] er initramfs-tools I meant [16:42] sure, I meant ask the user [16:43] maybe 'dpkg-divert --list | grep update-initramfs' [16:43] good point, duh. [16:43] (that's probably more useful/reliable than dpkg -S, but perhaps ask for both) [16:43] excellent, I'll ask [16:45] cjwatson: I didn't know about dpkg-divert --list, thanks! [16:53] Hi, I'm setting up pbuilder and the guide tells me to run "pbuilder-dist create" [16:53] should I put precise instead of ? Or natty? [16:54] pasqoo: we develop against the devolpment release, precise [16:54] yes, release is a placeholder for the release you want a pbuilder for [16:55] I'm followin this: http://developer.ubuntu.com/packaging/html/getting-set-up.html [16:55] So probably I should put precise. Thanks tumbleweed geser === dendrobates is now known as dendro-afk [17:12] *grumble* no builders, long queue, impatient. [17:13] i386 builders due back for ppa building soonish or ? [17:21] buzz_: the people in #launchpad might know better when the additional PPA builders come back [17:22] thanks [17:43] b === beuno-lunch is now known as beuno === lifeless_ is now known as lifeless === dendro-afk is now known as dendrobates === yofel_ is now known as yofel [18:21] Hello, which packages installs/creates /etc/lightdm/lightdm.conf ? [18:21] $dpkg -S /etc/lightdm/lightdm.conf [18:21] dpkg-query: no path found matching pattern /etc/lightdm/lightdm.conf. [18:22] AnAnt: the greeter I think [18:22] ^ that's the output on an oneiric system [18:22] AnAnt: That would be the lightdm package. [18:22] micahg: The greeter ships its own configuration file. [18:23] TheMuso: ah, right [18:23] http://packages.ubuntu.com/oneiric/amd64/lightdm/filelist <= /etc/lightdm/lightdm.conf is not there [18:24] i don't think that file is there by default, but it gets generated when i do something like "sudo /usr/lib/lightdm/lightdm-set-defaults -s " === dendrobates is now known as dendro-afk [18:25] htorque: aha [18:25] htorque: thanks === dpm__ is now known as dpm === ejat- is now known as ejat === maco2 is now known as maco [19:51] pitti: I see you are busy processing SRUs. Can you also please hit oneiric's NEW queue? === tgall_foo is now known as Dr_Who === dendro-afk is now known as dendrobates === micahg_ is now known as micahg === pdtpatrick__ is now known as pdtpatrick [23:01] http://people.canonical.com/~cjwatson/ubuntu-policy/policy.html/ch-controlfields.html#s-debianchangesfiles [23:02] What is the Ubuntu archive maintenance software? [23:33] nawk: Launchpad [23:39] hi soren! [23:45] So I am reading about how ubuntu manages packages; I want to get something straight. Does the Ubuntu archive maintenance software, Launchpad, maintain only those softwares in those handful of repos (multiverse, universe, canonical etc); meaning PPAs owned by other ppl are separate from it? [23:47] nawk: Launchpad does more than just maintain the Ubuntu archive; it provides PPA as well. [23:47] as well as features like bugtracking, specifications, translations, etc. [23:48] hi jelmer [23:48] http://people.canonical.com/~cjwatson/ubuntu-policy/policy.html/ch-controlfields.html#s-debianchangesfiles [23:49] nawk: sure, what's with that link? [23:50] So suppose I register my own PPA for the archival of a software I wrote, foo-1.3-rc1.deb [23:51] For launchpad to "process updates to packages", i'd want/need to have .changes files in there too right? [23:54] yes, you generally upload a set of files to Launchpad - usually a tarball with the upstream source, a changes files, a .dsc file and the ubuntu-specific changes (usually .diff.gz or .debian.tar.gz)