[00:00] Right. [00:00] Which is still a problem. [00:00] That's clearly a use restriction. [00:00] need to run [00:00] bbl [00:00] ScottK-laptop: that is akin to saying that the GPL restricts distribution [00:00] It does! [00:01] then the GPL shouldn't comply with the DFSG [00:01] * cody-somerville doesn't think we need to be having a "yes, it does" "no, it doesn't" pissing match in -motu. [00:01] use restriction != distribution restriction. [00:01] cody-somerville: I agree. [00:01] cody-somerville: There is no #ubuntu-legal, so where then? [00:01] Gotta run. [00:01] ScottK-laptop: Ubuntu has a technical council for this reason. [00:03] There's little point invoking the TB without having a discussion first. [00:07] I guess I've gotten as much about MOTU's processes that I'm going to [00:07] thanks for the link guys [00:13] REVU seems not to consider reviews by contributors, packages are still in "new", not in "needs work" [00:14] mok0: yep, that's a feature [00:14] RainCT: why? [00:15] RainCT: seems like a misfeature to me :-) [00:16] So we should go through and post a comment so they move to the needs-work category? [00:18] mok0: rationale: contributors may be wrong, and having their comments move the package down to "needs work" may a) discourage them from commenting if they are not sure and b) annoy the uploader if someone posts a wrong comment (point c) would be that evil guys could move all uploads down, but I think/hope this wouldn't happen anyway :)) [00:18] mok0: the real reason though is that it isn't possible with the current design (as it's either advocate or move down) [00:20] mok0: I'm not sure if the rationale is really good and there are plans to change the design so that MOTUs can post non-advocating positive comments so you even have a chance to get this changed :) [00:22] RainCT: It just seems there are a whole bunch of packages that actually need work, and contributors comments seem pretty sensible. [00:23] RainCT: I think uploaders may not have discovered that there is work to do [00:23] RainCT: In any case, there is an incredible amount of packages in REVU. Seems there has not been much turnaround in REVU this cycle. [00:24] mok0: feel free to raise this on ubuntu-motu@ / create a blueprint for it on launchpad.net/revu / whatever [00:24] (^ means the "packages don't get down to 'needs work'" point) [00:24] RainCT: Probably should be discussed at a MOTU meet [00:25] RainCT: I feel there may be quite differing opinions on this [00:25] mok0: about uploaders not noticing the changes, that's being worked one (there's the atom feed now and e-mail subscriptions mail follow somewhen soon) [00:26] RainCT: I've posted a few "please address comments above" comments which move them to the needs-work section --- hopefully uploaders will discover that [00:26] mok0: and on your last point, there were no REVU days this cycle :) [00:26] RainCT: yeah I noticed... any particular reason? [00:27] mok0: The current REVU Coordinator hasn't much time and there were no volunteers to help him [00:28] well, actually persia said there was a non-MOTU one [00:28] RainCT: What a shame. It is quite discouraging to the uploaders [00:28] * cody-somerville whats the question? [00:29] mok0: indeed [00:29] cody-somerville: we're talking about REVU [00:29] * cody-somerville nods. === Kmos_ is now known as Kmos === Kopfgeldjaeger is now known as Kopfi|offline [00:45] RainCT: have a minute? [00:46] RainCT: never mind [00:47] mok0: yes? [00:48] * RainCT is about to leave, so if you want something say it fast ;P [00:55] 'night everyone === EagleSn is now known as EagleScreen [01:51] when packaging something for REVU, is it possible to get it through with a lintian warning of W: mythnettv source: patch-system-but-direct-changes-in-diff bin/mythnettv [01:51] the mentioned file isn't part of the orig.tar.gz, it was added by me [01:51] tgm4883_laptop: why not use the patch system? [01:51] hrm? [01:52] azeem, I have the same errors for setup.py and the man pages I created [01:52] If the patch system is the correct way to do it, then i'll do it that way, just seems wrong though [01:52] tgm4883_laptop: ok, do you know what a patch system is? [01:52] why wrong? [01:52] azeem, yea I'm using it for other things [01:53] azeem, seems wrong because I thought you only use a patch system when you want to fix a file from the orig.tar.gz [01:53] not when adding files necessary for packaging [01:53] in general, the .diff.gz should only have files under debian/ when you use a patch system [01:54] if you have to add files to the source tree, those should either be shipped under debian/ (if somewhat ubuntu-specific), or as a patch in the patch system when upstream specific [01:55] azeem, what about setup.py? I believe that has to be in the root dir doesn't it? [01:55] yes [01:55] so I would need to make that a patch? [01:55] looks like it's supposed to be in upstream in the first place, no? [01:56] I guess. I'm not that familiar with python packages, but my understanding would be that all python packages need that in the root? [01:56] and that isn't debian specific correct? [01:56] well [01:57] it's certainly not debian specific, right [01:57] and it's the usual way to package upstream python stuff [01:57] but still, other ways to distribute python stuff upstream can be thought off [01:57] of* [01:58] well the way it is released is a tarball that when extracted you can run from the directory it's in [01:58] not really an installation [01:58] euh [01:58] ok [01:58] so adding setup.py is improving on upstream [01:58] thats what i'm a fixing [01:58] yes [01:58] so, if there's a patch system already, it's reasonable to add setup.py as a patch [01:59] well I added the patch system, but as long as adding setup.py as a patch seems reasonable then i'll do it [01:59] I was just confused a little on what should and should not be a patch [02:00] Any change outside debian/, when you're using a patch system :). [02:01] So that you can send a patch upstream. It doesn't really matter that you're adding a whole file; upstream is likely to want to see that change as a patch anyway. [02:01] RAOF, ok will do. [02:01] One more question, slightly related [02:02] this program is a command line program. I'm adding a gui to it. Would it be better to have the gui as a separate package? [02:02] hrm [02:02] depends on how involved "adding a gui to it" is, I guess [02:02] Are you adding this GUI as an Ubuntu patch? [02:03] i've let upsteam know about the gui, and they are interested in it. But i'm not sure that they will want to bundle the two together [02:03] RAOF, at the moment, it's a separate app [02:03] I guess the real question is [02:03] With a separate source tree? [02:03] that sounds like something you should figure out upstream [02:03] if they do decide to bundle them together for future releases, how hard is it to kill the -gui package in the repos? [02:04] the -gui app lifts out of the command line app really easy [02:04] Splitting a source package is a tradeoff between annoying the archive admins and annoying the users ;) [02:04] it just parses output from the command line app [02:04] currently it's a separate branch and everything [02:05] That sounds like it wants to be an entirely separate source package, really. [02:06] IMO, they should be offered seperatly to offer less bloat. [02:06] although we're not talking very big packages [02:07] azeem, RAOF thanks for the clarifications on those issues [02:11] RAOF, azeem, I just ran into a small problem on the patch that we were just talking about regarding setup.py [02:12] In order to build, i have to apply the patch. But if the patch is applied, I get the lintian warning when building [02:12] so i'm not really sure what to do with this catch 22 [02:13] tgm4883_laptop: You need to remove the file in clean:, then. Because patches won't remove files, IIUC. [02:16] there is no clean using cdbs? [02:16] i'm probably confused here [02:16] Of course there is; it's just implemented by cdbs. [02:16] You can write a clean:: target, though. [02:16] The double-: means "Append this on the end of the existing clean: target" [02:17] ah, and that goes in rules [02:17] * tgm4883_laptop is slowly getting all this packaging down [02:18] thanks RAOF, i'll look into doing that [02:19] tgm4883_laptop: just remove it locally [02:19] and let the patch system handle it [02:20] azeem: Will unpatch: remove the file? [02:20] azeem, I can't remove it locally, otherwise I get an error about setup.py not being there [02:20] hrm [03:07] ScottK, what exactly to backport testers do? [03:09] soren: Ooh, you evil triblodyte bricordion nickerbook, you. [03:10] what has soren done this time? === orly_owl is now known as Davo_Dinkum === Davo_Dinkum is now known as orly_owl [05:33] good morning [05:38] NCommander: Look at the bugs in the various backports projects and then build and test that them. For backports, the standard is builds, intalls, and runs. [05:38] Ah [05:38] That's easy enough ;-) [05:38] NCommander: Then you mark the bug confirmed and an ubuntu-backporter will review it for approval. [05:38] Yes. [05:39] The trick is that if any modifications to the package are needed, then you need to have a core-dev do the upload, even for a universe package. [05:40] O_o? [05:40] Why's that [05:40] Because source backports are discouraged. The archive admins have a script they use for semi-automated backporting. [05:40] oh I see [05:41] I think they want to keep potentially disruptive backports to a minimum. [05:41] Decision was made before my time, but at least there's finally one core-dev with some interest in backports. [05:42] That would be you, right? [05:42] yeah. [05:43] what's your usual workflow for handling testing? (I think you told me once you run intrepid or hardy, so I assume you have chroot fun) [05:43] steven@liquified:~% schroot -l -a | wc -l [05:43] 21 [05:44] * StevenK should clean some of them up [05:44] NCommander: For backports I generally just test the ones I could run. That means Dapper or Hardy. [05:45] Bah [05:45] That means downgrading for me, unless I want to run in a VM [05:45] For other releases I do installability testing and such in a chroot. [05:45] (I could use a chroot, but that isn't perfect) [05:45] Yep. [05:45] There is also a limit of what you can test in a chroot. [05:45] StevenK: How much cleanup is possible? I have 19 and that's only for the current and development releases. [05:46] That and generally I've got decent judgement about who to believe when it comes to backports test report. [05:46] BTw [05:46] Any objections if I go close all the hoary bugs ;-) [05:46] They seem a little out of date [05:46] I did manage to break a bunch of people with a bad Flash backport a month or two ago. [05:46] NCommander: ubuntu-vm-builder is your friend [05:46] ubuntu-vm-builder? [05:46] persia: There is 3 that need to be cleaned, and gutsy* is still in that list. [05:46] NCommander: yep [05:47] NCommander: it create an ubuntu VM with just one command [05:47] no isos needed [05:47] or configuration [05:47] LVM, or what? [05:47] i use kvm [05:47] ScottK-laptop, I remember that, I thought that was an SRU, not a backport [05:47] but it supports qemu, vmware and some other [05:47] i think [05:47] how hard is it to get going with kvm? [05:47] * nxvl checks [05:47] (I've never used it before) [05:47] not at all [05:47] you just need the hardware [05:47] If you mean VTx [05:47] I got it [05:48] Just need to enable the chip [05:48] then you can tun ubuntu-vm-builder and it even creates a sh script to run the vm [05:48] (Sony's BIOS updates like to disable it every update) [05:48] NCommander: Nope. That was a backport. Lots of people run with backports on. [05:48] It's kind of scary given how lightly they are tested. [05:48] Oh fun. [05:48] NCommander: https://wiki.ubuntu.com/kvm [05:48] NCommander: That's what you get for buying a Sony. [05:48] (you didn't answer if I could kill the horay backport bugs) [05:48] NCommander: kvm is really easy as long as you're supported. [05:48] Yeah well, the laptop was 600 dollars off [05:48] NCommander: Sure. [05:48] You may be interested in virt-manager, too. I rather like it. [05:49] NCommander: My first laptop was a Sony. Never, ever again. [05:49] My previous laptop was a macbook pro [05:49] Never, ever again [05:49] This sony been a massive improvement [05:49] * StevenK hugs his X40 [05:49] I almost went with an Ubuntu Dell, but they were backordered for four weeks [05:50] * ScottK-laptop has a very nice Dell that couldn't be gotten with Ubuntu (not that I'd want it), but worked out of the box with no issues. [05:50] Everything works out of the box on my sony [05:50] So I'm not complaining [05:50] Right, except the stuff that doesn't. [05:51] * StevenK sighs at his sisters laptop [05:51] What were Compaq thinking, selling a laptop with XP with 224MB of RAM. It's ... dumb [05:51] O_O; [05:51] OW [05:51] That's even low for xubuntu [05:52] That's under Evolution's resident size, here :) [05:52] It's 2% cheaper, and there's a chart somewhere that shows that sales go up when prices go down. [05:52] I've got an ancient Dell with 256MB of RAM that runs Hardy Kubuntu OK as long as you only do one thing at a time. [05:53] Death has come to the horay Ubuntu bugs :-) [05:53] This is my sister, I think she wants MSN, Microsoft Word and 17 IE windows open all at once [05:54] * nxvl wants a X61 [05:54] but still love my T61 [05:54] https://bugs.edge.launchpad.net/ubp-hoary - Bugs be dead [05:55] I didn't see anything compelling about the X6* over my X4 [05:55] Er, X40 [05:55] Unfortunately (if you care about such things) it doesn't help Ubuntu bug counts any. [05:56] edgy is dead also, right? [05:56] NCommander: Indeed. [05:56] (I just want to clean up this bug tracker given the chance) [05:56] with motu membership i get ubuntu-bug-control one too, don't i? [05:56] * ScottK-laptop hands NCommander a flamethrower. [05:56] nxvl: Yes. [05:56] nxvl: yes. [05:56] :D [05:56] I got bug-control without motu [05:56] By having packages in Debian [05:57] then i don't need to worry for my ubuntu-bug-control membership which is about to expire [05:57] :D [05:57] (I was told that I was the first to ever use that method to get bug-control group membership O_O!) [05:57] nxvl: Nope. [05:58] You can get bugcontrol for having packages in Debian? That's interesting, but I suppose it's non-trivial to Maintain a package in Debian. [05:58] Yeah [05:58] They were kinda confused when I pointed to the wiki page about it [05:58] It seems since bug control was established, no one ever used that [05:58] Do they still enforce the signing of the CoC? I know a couple people with CoC reservations who are active in Debian, actually maintain their packages for Ubuntu, and might find it helpful. [05:59] Oh yeah [05:59] YOu do [05:59] Your only waived from the five ubuntu bug requirement with it [05:59] OK. That was never the problem for the specific people I'm thinking about :) [05:59] Heh [05:59] Yeah [05:59] (five bugs is *easy*) [06:00] Of course [06:00] I think your also waived something else [06:00] The test the bugcontrol guy gives you on prioritys/statusus [06:01] LP seriously needs a mass bug killer [06:01] Or a bug shotgun [06:02] Very much no, just more people fixing the bugs. [06:02] I don't think keeping bugs open on backports that have left support is useful ;-) [06:02] I guess thats a specialized case [06:03] Right, but that doesn't need a mass bug killer. Closing them all is a single email after a few minutes of looking them over. [06:03] You can close bugs via email? [06:03] (like in Debian?) [06:03] Yes, you can do almost anything with bugs via email. You have to sign the mail to authenticate. [06:04] so control@bugs.launchpad.net [06:04] and then closes 1 2 3 [06:04] (etc.) [06:04] Not precisely. [06:04] I knew you could reply to bugs via email but I didn't know you could close [06:04] Not control, no [06:04] yeah i get ubuntu-bug-control membership before uuc and long before motuship [06:04] that's why it's about to expire [06:05] NCommander: https://help.launchpad.net/Bugs/EmailInterface [06:05] Oh [06:05] sexy [06:06] nxvl: so did mok0 happen to mention to you what package this is that he was concerned about the wrong version number on? [06:06] persia, er, how would you do this enmass? [06:06] A lot of CCs? [06:06] slangasek: not at all [06:06] NCommander: That's how I do it. [06:06] slangasek: just that it was a package [06:06] slangasek: and the version [06:06] nxvl: ohwell :) [06:06] :D [06:07] WHere's that GUI program for handling Launchpad bugs? [06:07] NCommander: Leonov? [06:07] yeah [06:07] Oh, I can do bug XXX status invalid [06:08] nxvl: looks like it was the torque upload to hardy-proposed [06:08] You can also just write an email saying ' status invalid', and Cc it to as many bugs as your SMTP server allows. [06:08] slangasek: :D [06:08] I wonder how many google allows ... [06:08] Hm. I think Launchpad should accept 'kthxbye' like control@bugs.d.o does [06:09] control@bugs.d.o accepts kthxbye O_O? [06:09] slangasek: you have quite an odd schedule, where are you based? [06:09] Yes :-) [06:09] nxvl: Oregon [06:10] yeah, i was thinking in the US, so it is an odd work schedule [06:10] :D [06:10] StevenK: I'm not sure if it still does, Don has made a couple passes over the mail interface since he took over maintainership [06:10] nxvl: I'm not at work right now :) [06:10] slangasek: yeah sure :D [06:11] if i finally got a FOSS related job i will work with an odd schedule too [06:11] it's just fun [06:11] Death has come to the edgy backport bugs [06:12] it's like being paid for testing games [06:12] * NCommander downloads a freedos CD so I can fix VT on my laptop [06:12] NCommander: :( [06:12] poor bugs [06:12] \o/ [06:14] nxvl: no, really, I'm not at work right now... :) If I were at work, I should be doing things according to work priorities. :) [06:14] nxvl: Congratulations. What can you tell us about the job? [06:14] :D [06:14] ScottK-laptop: what job? [06:15] Right. [06:15] :D [06:18] lol [06:18] Meh, bugs-by-email seems to lag ;.; [06:18] NCommander: Bug design. [06:18] Bug/By [06:18] It reminds me of Debian's BTS [06:19] dammit i still can't upload to flickr from f-spot at home [06:19] i hate my ISP provider [06:19] Yes. It's the only place their speed is ~equivalent. [06:19] You hate your Internet Service Provider Provider? [06:19] It's the only thing I know of that isn't faster on BTS. [06:19] Is that like an ATM Machine? [06:20] * NCommander has a love/hate relationship with BTS [06:20] Yes. I can understand that. My relationship with Launchpad is rather more consistent than that. [06:20] StevenK: heh, it's 12:20 here :D [06:20] And rather more one-sided [06:21] ScottK-laptop has a deep, abiding hatred for launchpad & all that goes with it [06:21] and loves to share that [06:21] I actually prefer bugzilla. [06:21] Ewww! [06:21] * ajmitch remembers the fun of the 1MB js that was loaded on every ubuntu bugzilla page load [06:21] i felt that provider shouldn't be there [06:23] well, time to sleep now [06:23] read you tomorrow [06:23] good night nxvl [06:23] dholbach: have a nice day! [06:23] thanks :) [06:23] Yeah. The original Malone was *much* preferable to Ubuntu bugzilla. That said, I haven't used bugzilla since the mass import into Malone, so things may be different now. [06:23] why is there 1MB of JS on the old Ubuntu bugzilla? [06:23] package list [06:24] persia: I agree (about the original malone). [06:27] Good morning. [06:36] Sigh. I'm going to work. See you guys later. [06:38] how can I kill every schroot on my system? [06:40] brb [06:48] woo [06:48] now my laptop has VTx [06:53] VTx? [06:53] a laptop with a Honda motorcycle? [06:58] kirkland, your ubuntu-vm javascript page is amazing [07:16] ajmitch: I made the mistake of engaging in this discussion: http://bobbo.me.uk/?p=179 [08:33] what's the url of that ubuntu-vm page ? [08:37] tacone: Which ubuntu-vm page? [08:38] persia: I found it, nevermind. btw it was this: http://people.ubuntu.com/~kirkland/ubuntu-vm-builder.html [08:41] tacone: You know that there is a command-line client as well, right? [08:42] persia: that page is a webform to generate a shell line to be used with the command line client. try to press the generate command. [08:43] Oh. I thought it actually generated the image. I remembered that being talked about at some point, to support use cases where the host machine was not Ubuntu. [08:45] that could easily done with a little server-side scripting, just extending kirkland's work. not sure it's worth the work yet :-) [08:49] morning fellows [08:49] Morning [08:59] Is there any MOTU who want to advocate CDEmu? The packages have been thoroughly fixed now. [09:04] Besides the ubuntu brainstorm thingie listed a CD emulator as the #9 most wanted feature of all time. [09:04] isn't loopback good enough? [09:08] not really. linux can't mount CUE/BIN files and the likes. [09:12] there's a tool to convert cue/bin to .iso [09:13] also, couldn't this be done through fuse? (or is it fuse-based) [09:21] cdemu doesn't really concern itself with filesystems but leaves that part to linux. it interpretes disc images and serves it as a virtual disc. the kernel driver is quite thin and it does most of the work in userspace. while there are a couple of interresting fuse plugins, none of them offer the quite the same functionality. [09:29] a nice example would be that you could mount a protected MDS (alcohol 120%) image and use fuseiso to access the contents for example. [09:45] Though in most cases HAL would catch it and mount it automagically. :) === Czessi_ is now known as Czessi [10:17] dpkg-buildpackage is in devscripts right? [10:17] dpkg-buildpackage is in dpkg-dev [10:17] StevenK: thanks [10:33] maybe i had to reboot after removeing gnupg-agent [10:34] gnomefreak: gpg signing works for you again? [10:35] persia: i think so [10:35] im testing another package [10:36] persia: seems removing gnupg-agent didnt help and i shut down for the day yesterday and now it works [10:37] gnomefreak: So just some leftovers in your session then. [10:56] where did /etc/dput.cf go? [10:57] Are you running Intrepid? [10:57] cody-somerville: yep [10:57] * cody-somerville is on a hardy box right now so can't look. [10:58] I have it on Untrepid [10:58] Intrepid* [10:58] i dont see anything related to dput in etc [10:59] i have ~/dput.conf but that ws handmade for PPA [10:59] s/ws/was [11:01] i guess i could add it to $HOME/,dput.cf [11:01] gnomefreak: I also have an /etc/dput.cf on intrepid. Is the dput package installed? [11:02] http://pastebin.com/f546a285d is the output of dpkg -L dput [11:02] yeah i guess since i can upload to PPA [11:02] hmmmmm [11:02] /etc/dput.cf [11:02] it says i have it too [11:03] seems i overlooked it :( [11:04] moin [11:07] moin emgent [11:08] hi there :) [11:08] jelmer: I have merged your changes to ubuntu-dev-tools. Thanks. === dholbach_ is now known as dholbach [11:28] can someone please review http://revu.ubuntuwire.com/details.py?package=smartirc4net and http://revu.ubuntuwire.com/details.py?package=smuxi the lintian warnings are most likely caused by me adding a clean option to fix FTBFS but i didnt make a patch i just changed it since it was our file not upstreams [11:29] s/most likely/most for sure [11:31] gnomefreak: why not use the Debian packages? [11:31] gnomefreak: the first lintian warning is caused by diff refusing to add empty files. [11:33] gnomefreak: see also bug 259833 [11:33] Launchpad bug 259833 in ubuntu "Please sync smuxi 0.6.1-2 from Debian(Unstable)" [Undecided,Incomplete] https://launchpad.net/bugs/259833 [11:34] geser: thats where i got it from [11:35] look at changelog it has debians 1 and ours [11:36] henrik-kabelkaos: ah ok good nothing i did [11:36] asac: there? [11:37] devfil_: more or less :) [11:37] gnomefreak: you don't need to go through REVU in that case, just file a sponsoring bug with the needed debdiff to get it build [11:38] devfil_: how are you doing? [11:38] geser: i thought revu was for ne packages? [11:38] asac: can you take a look at the xulrunner update? [11:38] s/ne/new [11:38] gnomefreak: yes, for completely new packages [11:38] devfil_: yes. i have to [11:39] thanks [11:39] devfil_: 254618 ? [11:39] geser: ok so a debian package built for Ubuntu isnt new [11:39] 205325 [11:39] asac: --^ [11:39] gnomefreak: we could sync the packages from debian, see that it FTBFS and upload -1ubuntu1 (no revu involved at all). So we can also skip the sync and upload -1ubuntu1 directly. [11:39] ok [11:40] asac: ops, 254618 sorry [11:40] geser: its 2ubuntu1 [11:40] debian used the 2 [11:40] devfil_: how did you produce the the orig.tar.gz? [11:41] asac: using the script on debian to remove nonfree stuff [11:42] gnomefreak: and as the package comes from Debian, we want to keep the delta small (only needed changes) and not overhaul the whole packaging [11:42] devfil_: and how did you get the initial bits? [11:43] geser: i only changed changelog and rules [11:43] asac: from upstream cvs, from FIREFOX_2_0_0_16_RELEASE branch [11:43] ok [11:43] geser: should i use the sync bug and just add debdiff and ask for sponser? [11:44] gnomefreak: yes (if no other MOTU disagrees about the procedure) [11:45] ok since im sure not all are around ill do it and lets see what they say [11:49] I'd rather see a merge bug instead of a sync bug, but otherwise agree with geser that the appropriate procedure has been described. [11:52] devfil_: please attach the debdiff of the debian/ directory [11:53] asac: You can't actually generate that. Do you mean diff -urN old/debian new/debian ? [11:54] persia: debdiff | filterdiff -i*/debian/* ;) [11:54] (well, you could generate it, but it's a mess of filterdiff calls) [11:54] Just one? Hmmm.. OK. [11:54] i guess so [11:54] (i hope so ;)) [11:55] where is the sponsorship wiki? [11:55] I had trouble with filterdiff -i*/debian/* when I was trying to write code that would automatically generate an update package from an interdiff, but perhaps that was related to some of the test packages, and firefox isn't affected. [11:56] gnomefreak: https://wiki.ubuntu.com/SponsorshipProcess ? [11:56] gnomefreak: wiki? If you want to add something to the queue, just subscribe the sponsors to the bug in LP. === Tallken_ is now known as Tallken [11:58] it already was. i ust wanted to do it the right wy [11:58] way [11:59] * gnomefreak thinks i should revise the version of smuxi to add -2.1ubuntu1 instead of -2ubuntu1 [12:01] asac: uhm, I need to upload the changelog [12:02] he? [12:02] gnomefreak: why -2.1ubuntu1? I see only 0.6.1-2 in the PTS page for smuxi [12:02] devfil_: you need to debdiff the debian/ directory ;) [12:02] asac: already done, but there is a new version on ubuntu 1.8.1.14+nobinonly-1ubuntu4 [12:02] dont undertstand that [12:03] devfil_: yes. please work in the changelog entry [12:03] that would be great [12:03] otherwise i can to that for upload [12:04] devfil_: please remove 89_bz419350_attachment_306066 from the package if it has been applied upstream [12:04] devfil_: you need to debdiff the debian/ directory ;) [12:04] oops [12:04] :) [12:04] mozilla bug 419350 [12:04] thats what i ment ;) [12:04] Mozilla bug 419350 in XPCOM "[ia64] build failure using gcc 4.3" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=419350 [12:04] ok [12:04] please drop that patch [12:06] geser: so i can leave it as -2ubuntu1? [12:06] asac: is the debdiff enough or do you also want again the diff.gz? [12:06] devfil_: both while you are at it [12:06] ;) [12:07] ok [12:08] gnomefreak: yes [12:08] geser: ok cool thanks === fargiola` is now known as fargiolas [12:16] crap === Kopfi|offline is now known as Kopfgeldjaeger [12:17] asac: all done [12:20] how do i overwrite an upload to revu? i would rather not change the version if i dont have to [12:21] dput -f [12:21] gnomefreak: dput -f [12:21] thanks [12:21] much better ;) [12:25] devfil_: wanna do the same for hardy? [12:25] e.g. hardy-security? [12:26] for hardy-security its important to provide the bits (as you did now) ... as well as give a list of tests you run to verify that the important rdepends still work [12:27] asac: this will take a while, I will need to retest alla rdepends for hardy [12:28] devfil_: well. you can do some initial tests, then i can give those packages to the security team, while you finish the rest of the tests [12:28] to finally give green light ;) [12:29] asac: ok [12:35] devfil_: upload finished. please watch whether it fails to build or something [12:35] ;) [12:35] asac: sure [12:36] thanks [12:36] devfil_: firefox-2 in hardy needs a bump too ;) [12:37] asac: from ? to ? [12:37] devfil_: from whatever is in hardy to 2.0.0.16 [12:38] asac: hardy-security already have 2.0.0.16 [12:38] oh [12:38] then i was wrong and it was seamonkey ;) [12:39] seamonkey is 1.1.9 [12:39] yeah ... 1.1.11 is what is in intrepid [12:39] (1.1.10 was never release afaik) [12:40] ah ok [12:40] asac: is the changelog for hardy-security the same of a SRU or is normal? [12:40] devfil_: what do you mean? [12:41] Is there a list of requirements somewhere for applying for UUC? [12:41] asac: the revision number of the package [12:41] devfil_: you mean the changelog target? thats "hardy-security" [12:41] no, the revision number [12:41] 0ubuntu1? [12:41] stefanlsd: https://wiki.ubuntu.com/UbuntuDevelopers#ContribDev [12:42] devfil_: its the intrepid revision appended by ~8.04.1 [12:42] asac: ok [12:42] 0ubuntu1~8.04.1 [12:45] Who of you could imagine running a session at Ubuntu Developer Week? [12:45] I just thought we could repeat one of the sessions we had as part of MOTU School [12:46] dholbach: i really want to, but if i'm still in my current job this week i can't [12:46] :( [12:46] dholbach: sorry [12:47] Ubuntu Developer Week is next week! :) [12:47] nxvl: if you're too busy, I understand - no problem [12:47] yes i know [12:47] not busy, just no irc access [12:47] :( [12:47] heya daniel :) [12:48] hi Emanuele [12:49] i'm waiting for a new job offer and contract [12:49] which should arrive today or tomorrow [12:49] all the best with that! [12:50] thank you [12:50] if it arrives i will really probably able to run a session [12:52] dholbach: didrocks and I are planning to give one [12:52] huats: add it to the schedule! [12:53] :) [12:53] we need to talk about it together (today) [12:53] alright [12:53] thanks [12:53] and I'll add it then [12:53] no pb [12:54] does anyone knows when norsetto is coming back from holidays ? [12:56] End of the month, isn't it (next week)? [12:56] ok [12:56] thanks persia :) [12:56] huats: I'm not entirely sure, mind you. [12:56] ok [12:56] :) [12:57] I was looking for him since he has started to review a package of mine... [12:57] so if anyone wants to give a shot :) [12:57] please do :) [12:57] http://revu.ubuntuwire.com/details.py?package=tktreectrl [13:02] jpds, thanks! [13:06] persia: hey, how to get into ubuntu-universe-sponsors? [13:07] apachelogger: Be a MOTU and ask. I'll add you now. [13:08] persia: cool, thanks :) [13:08] apachelogger: LP matches IRC? [13:08] yes [13:09] apachelogger: Done. [13:10] thank you === asac_ is now known as asac === thunderstruck is now known as gnomefreak === ara_ is now known as ara [14:17] can someone tell me what http://paste.ubuntu.com/40419/plain/ means? :P [14:18] RainCT: It means nautilus is buggy [14:19] yep [14:19] echo $url > launchpad [14:19] It's a stacktrace and memap. [14:20] That happens each time I select a file/directory, since some months. I guess that's because I have some libraries from Intrepid, but I don't know which has the problem [14:20] Without the nautilus dbgsym it's not easy to follow, but probably related to a change in the contents of a directory that nautilus had open (which may not be in any of the current windows) [14:21] (may it be because of a library? because else I'm completely lost on what the problem could be..) [14:22] It could well be a mismatch between the version of nautilus and the version of a given library, but it looks like nautilus is passing an invalid object to libgobject, which makes me thing the problem is in nautilus (or an extension), rather than in gobject, gio, glib, or libc [14:23] That said, the bug could well be because nautilus requested an object that wasn't given from some random source, and assumed it to exist because it didn't check, and then passed it on, so the bug in nautilus may be invisible in the case where the libraries match exactly. [14:27] 5~/c [14:28] Uhm.. Why do I have libc6 from Intrepid? XD [14:30] and why is Synaptic too stupid to downgrade it? :P [14:31] well nevermind, I can continue living without nautilus === ember_ is now known as ember [14:34] RainCT: Why do you have any intrepid libs on a hardy system? Surely it's better to either use hardy or intrepid, no? [14:34] Heya gang [14:35] hi bddebian [14:35] Hello Laney [14:36] persia, everyone tries apt pinning once, then learns their lesson [14:36] directhex: For an unstable/testing system, it makes some sense. For the way that Ubuntu does development, this is not nearly so true. [14:37] persia: I can't have my complete system on Intrepid because my connection is too slow to keep up with all the updates, so I just take those applications that I like the most from Intrepid :P [14:37] RainCT: Ah, right. You are prepetually bandwidth starved :( [14:37] I am not very familiar with python-support, so if someone is, I'd like to ask a few questions [14:38] Just ask. Many of us will have done something with python support, although few of us are experts. [14:38] :) [14:39] well there something I am missing, but I don't know what... [14:39] that is teh real problem [14:40] I have my packaging which seems to right [14:40] everything seems to be placed good [14:40] but [14:40] when I installed it [14:40] !enter | huats [14:40] huats: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [14:40] :P [14:40] Indeed [14:41] * Iulian rolls his eyes [14:41] nothing goes in /var/lib/python-support [14:41] thanks Laney ;) [14:41] huats: Are you referencing python-support anywhere in your packaging? [14:41] I am [14:42] I can paste my debian/rules file [14:42] http://paste.ubuntu.com/40428/ [14:43] persia: and I have noticed that when I install the package the python-support triggers are actionned [14:46] what is -i for? [14:46] RainCT: It's typically passed to dh_foo for arch-independent packages. [14:48] persia: ah, thx [14:48] thanks persia for answering :) [14:52] any idea ? [14:52] james_w: you are the one who directed me toward that :) no idea neither ? [14:52] ;) [14:53] huats: where are the .py files installed? [14:53] huats: Generally it mostly works. Do you see all the files you expect from dpkg --contents? Is something missing? [14:54] ember: I'm looking at hamster-applet :) [14:54] RainCT: it provides a .so [14:54] I submitted a patch addressing bug 260741 as a comment attachment. Is there anything else I need to do for it to be considered for inclusion? This is the first bug I've fixed. [14:54] Launchpad bug 260741 in kubuntu-grub-splashimages "black selection bar on black background is not the best option" [Low,Confirmed] https://launchpad.net/bugs/260741 [14:55] thanks RainCT [14:55] persia: I don't think there is something missing [14:55] huats: Ah. But .so files don't need byte-compilation, so there's noting to do for dh_pysupport, or? [14:57] ember: uh.. what's about bug #216675? [14:57] RainCT: there is a specific part of /usr/share/doc/python-support/README.gz on .so files [14:57] Launchpad bug 216675 in ubuntu "[needs-packaging] project hamster" [Wishlist,Triaged] https://launchpad.net/bugs/216675 [14:57] that is why I am asking :) [14:57] waylandbill: You should update the changelog (using dch -i) [14:57] huats: ah, I see.. [14:59] huats: ** Note that even if a package only ships extensions, it MUST still ship the /usr/share/python-support/foo directory. ** [14:59] waylandbill: Make sure to include (LP: #260471) in the description of your change so that the bug is closed automatically [14:59] (from the README) [14:59] oh [14:59] let me check [14:59] RainCT:about what ITP or Andrew's ? [15:00] ember: Andrew's [15:00] Laney: okay. After I do, I submit the resulting patch as another comment? [15:00] james_w: I am shipping it [15:00] waylandbill: Yes, and you can delete the old one if you want [15:01] james_w: but almost empty [15:01] I'll check if something is missing [15:01] huats: it can be empty I think [15:01] About Andrew's i really didn't know, when i opened the bug on LP i search for hamster-applet [15:01] huats: is the latest version on REVU? [15:01] but i can ping him about it [15:02] james_w: not yet [15:03] waylandbill: Also, you can produce the patch for uploading with the "debdiff" command, invoked as "debdiff old.dsc new.dsc > output.debdiff" [15:06] ember: Well, doesn't seem like he wanted to get his one into Ubuntu. Is there some reason why you need to add the MAINTAINERS file? :P === lmr_ is now known as lmr[lunch] [15:08] RainCT: file got missing from the tarball in this release === cody-somerville_ is now known as cody-somerville [15:15] ember: Ah. The package looks good, I'm test building it now :) [15:17] Laney: okay. I updated the changelog and uploaded the output from debdiff. [15:18] waylandbill: The version should be 2.2, but other than that it's great [15:18] RainCT: andrew's just reply it, it's ok [15:19] hi everyone, i wanted to know if there was a standard procedure for packaging something that already has a .deb for debian ? [15:19] james_w: dholbach: Are you still having trouble filling sessions for DeveloperWeek? [15:20] persia: I'm still hassling a bunch of people [15:20] persia: if you have suggestions, let me know :) [15:21] Laney: cool. I wasn't sure if the version needed to be changed or if it would've just had ubuntu1 appended. [15:21] dholbach: If you run short, I can do another reading apport bugs session at either 16:00 on Thursday or 17:00 on Friday, but it's an awkward time for me, so please consider this a backup if you're having trouble, rather than an open offer. [15:22] persia: we could still move the 20:00 UTC slot to 15:00 UTC :) [15:22] ember: Good work, advocating... Should I upload it? :) [15:22] ah, developer week, where european developers are targetted again! [15:23] RainCT: thanks [15:23] 15:00 is better for me, but I've meetings that sometimes run over that are supposed to end at 15:00 on Tuesday, Wednesday, and Thursday, so not that much better (and it's late here anyway). [15:23] I understand [15:23] RainCT: yes you should heh :p [15:24] Making it later is probably better, to have a chance to catch Americans (or Australians early in the morning) [15:24] Hobbsee: What time is 21:00 UTC there? [15:24] persia: 7am, usually [15:24] but daylight savings might have began / ended since then. [15:25] Hmm. So 6 or 7. Probably too early then, and 16:00 is about as late as I'm willing to stay up. [15:25] yep, 7. [15:25] http://www.timeanddate.com/worldclock/fixedtime.html?day=25&month=8&year=2008&hour=21&min=0&sec=0&p1=0 [15:26] dholbach: No point moving it then, unless you get feedback from someone in the New World. [15:26] ember: done [15:26] alright [15:26] RainCT: thanks! [15:26] (not that any of them are here now :) ) [15:36] persia: hi:) don't you forget about netbeans packages? I'm afraid it will be too late soon:( [15:37] Juli__: I didn't forget at all, I've just been very busy. [15:38] yes I understand... but after freeze we'll not be able to upload new packages, right? [15:39] and netbeans 6.1 won't be in Intrepid [15:41] Juli__: At least for the parts I can do by myself, they will be in intrepid, if I need to not sleep on Wednesday. For the new packages, you will also need a second advocate. You might seek one here. [15:43] I'm embarrassing to ask you in such conditions but I don't know what else I can do... [15:43] Thank you in advance [15:44] Juli__: No, bugging me is the right thing to do. You still also need someone else (as I can't add a new package on my own). [15:45] yes I see... I'll try to find. Actually we've canceled forked resolver, so there are just 2 new packages for now [15:45] Nice work! I thought that could be done. [15:46] Actually it is still a temporary workaround but for netbeans 6.5 I hope we'll do better [15:49] LucidFox: I see you has reviewed libjna-java on REVU... may be you can help with a second advocate, please? [15:49] Juli__: You've already fixed everything from the last review? [15:50] yes [15:51] excepting build-dep on sun jdk [15:52] Currently build dependency is default-jdk [15:52] I hope it is enough [15:52] james_w: i have put the new version in revu... I still don't see the problem... [15:53] Juli__: That ought use OpenJDK where available, which ought be enough. [15:53] james_w: (it will be there in 5 minutes) [15:55] huats, can you provide the link again please? [15:55] persia: so, everything is fixed after LucidFox's review. + libnb-platform-java is left [15:56] james_w: sure http://revu.ubuntuwire.com/details.py?package=pywebkitgtk [15:57] thanks [15:57] james_w: you are the one to be thanked :) [15:58] (james_w the new version is not visible yet) [15:58] Juli__: You're in pretty good shape then, on libjna. libnb-platform-java is trickier, and you'll want someone else. Worst case, maybe it can be considered a new upstream of the old package (just with a slightly different name). [16:00] persia can you tell me where i can find the namings of the sections for apt repositories, you know (games, contrib, ...) [16:00] ?? please [16:01] ssaboum: Google for debian control files and their fields [16:01] Scroll down about one third of the page [16:01] ok thx [16:01] click the link to the sections under the explanation for Section [16:02] persia: actually it is a new upstream of the old package ... if it is possible to proceed under this assumption it would be great [16:02] Oh, and you're feeling lucky [16:02] Juli__: Better if you can find a second advocate, as this means less begging the archive admins :) [16:04] hmmm... I don't know how it is usually happens.. it is my first experience... [16:05] Can anyone here take a look on the package on REVU, please?:)) [16:05] Juli__: You'll probably get more looks if you include the URL to the packages that need review. [16:06] (the REVU url) [16:06] persia: ok, thanks! [16:06] http://revu.ubuntuwire.com/details.py?package=libnb-platform-java [16:07] and http://revu.ubuntuwire.com/details.py?package=libjna-java [16:08] actually libnb-platform-java package is the new upstream version for existing libnb-platform7-java package [16:09] so it would be sad to have no ability to upload it because of new name only [16:17] * directhex prepares another main merge. yay, main [16:19] boo main, yay universe [16:20] it's one of those lovely source packages that makes lots of binary packages, of which only 1 is in main [16:20] so i need to mess about with merging instead of syncing, purely to get rid of universe build-deps [16:22] directhex: Is it needed in main? Does something seed it? Perhaps it can be pulled out. === cody-somerville_ is now known as cody-somerville [16:25] persia, it looks like it was forced in for slightly bizarre reasons, looking at the dep chain [16:26] directhex: The split packages are often like that. Reading the MainInclusionReport can be helpful. [16:29] persia, essentially, monodoc-base is a build-dep for pretty much every mono lib or pluginabble app, as it's needed to generate documentation. so either ubuntu removes all docs (making it worthless for developers) and adding significantly to developer overheads who can no longer sync anything, or ubuntu dumps all mono apps from main (which would make some people happy, but involve ripping out things like tomboy and f-spot), or ubunt [16:29] u sucks it up & puts monodoc-base in main [16:29] Juli__: libjna-java commented [16:29] that's my reading of it [16:29] directhex: Nothing to be done except the merge then. [16:30] Juli__: btw. is it normal that the Debian packaging has only a copyright 2007 but the actual packaging was done 2008? [16:30] * persia thinks that it ought be 2007,2008 [16:31] geser: Thank you for comments! hm, yes it seems to be a typo from copy-paste. I'll correct. [16:33] persia, monodoc needs a merge instead of a sync in order to keep xsp (asp.net web server) out - since the monodoc source package has a possible http front-end [16:34] directhex: Right. [16:35] I'm having trouble packaging a tcl/tk software any ideas of how I should start with it? I have searched the web and the wiki with no clues at all [16:36] I am thinking of copying all the needed files into /usr/share and have a script in /usr/bin to run it [16:36] medo_: You might want to look at another tcl/tk package as an example. It's not such a popular widget toolkit these days, so documentation is sparse. [16:36] medo_: not sure I can really help [16:36] is this the correct approach [16:36] but I am currently packaging a tcl/tk stuff [16:36] I have one ack already [16:36] If I remember correctly, it's mostly text files, so you'd end up with heavy use of /usr/share/$(package)/, but I may be mistaken. [16:37] so the package should not be that bad :) [16:37] huats: You are an expert: of course you can help :) [16:37] http://revu.ubuntuwire.com/details.py?package=tktreectrl [16:37] yeah it is mainly text files no binary at all [16:37] persia: thanks :) [16:37] persia: btw if you want to kill some time, you can review it :) [16:37] huats: I actually need that package [16:37] huats: See above :) [16:38] so if u can please keep me updated on its status [16:38] medo_: sure [16:38] medo_: what do you want to package ? [16:38] coccinella [16:38] oh [16:38] an IM software [16:38] that is the reason why I have packaged tktreectrl :) [16:39] nice choice :) [16:39] thanks for the help :) [16:39] but you'll figure out that you need lots more than tktreectrl :) [16:40] hope fully it is easy stuff this is my first package [16:40] :) [16:40] and it is giving me hard time [16:40] :) [16:40] you are packaging coccinella ? [16:41] what bout the other dependencies ? [16:42] I will have to work on those first I believe but I have just started looking at it [16:42] i asked because i didn't know how to start [16:43] ok [16:43] so you might start working on the various dependencies that coccinella has [16:44] which means the various binaries it relies on [16:44] geser: About license in upstream: I'll write a letter to the jna source's owners and ask them to add a license into upstream zip. [16:44] ok so they have to be in there own packages as well right? [16:45] medo_: yes, it is better [16:45] geser: But if it will not be easy, may be it is possible to add it somehow through get-orig-source? [16:46] huats: ok then I will start working on the deps first and see where I can get. I might come back for help [16:46] medo_: exactly [16:47] and if you need an example of tk packaging have a look at my package [16:50] Juli__: good question, I don't know. It depends if the archive admins accept it or not. [17:07] geser: hm... the problem also that it is freeze soon... I really need this package in Intrepid. I'll write them today. Hope they will accept but not sure. [17:11] sebner: Hi, did you manage to build smuxi? I tried it but I ended in an endless loop. [18:03] geser: dpkg-deb: building package `smuxi' in `../smuxi_0.6.1-2_all.deb'. [18:04] geser: and all the other stuff [18:06] hmm [18:09] sebner: did you build on i386 or on amd64? [18:09] geser: i386 [18:10] then it's probably just a i386/amd64 issue [18:11] geser: seems so :\ [18:12] sebner: ACKed so it hopefully makes it before FF [18:12] geser: thanks and I swear, I never never ever will file a sync request without testbuilding it. Such a disaster O_o [18:13] sebner: I thought you usually test-build before filing a sync request? [18:13] if anyone want to have a look at http://revu.ubuntuwire.com/details.py?package=tktreectrl [18:13] sebner: You really should. [18:14] i have an ACK already, and the second one is almost there BUT he is on holidays :( [18:14] geser: Yes, but this time, really only this time I didn't cause I talked to Mirco Bauer and quickly filed the sync request without further thinking :( [18:14] ScottK-laptop: :( === superm1|away is now known as superm1 [18:36] when you're finished with a package. got reviews etc. do you set the packaging bug to fix committed and clear assigned to? and is sponsor something i need? [18:37] It's done automatically by LP if you put (LP: #xxxx) in the changlog entry [18:38] i see. does ubuntu-universe sponsors need to be subscribed to the bug? [18:41] henrik-kabelkaos: The second advocate for a package will upload it. No need to subscribe the sponsors queue unless someone advocates, forgets to upload, and goes on holiday (or similar situation), and even then, you can usually just ask here. [18:41] ("I got two advocates for foo, but it doesn't appear to have been uploaded: it's not in the NEW queue, and it's not in the archives. Could someone have a look at http://revu.ubuntu... [18:42] thanks. === fta_ is now known as fta [19:04] Hi, I am trying to package a new program called winff [19:05] Unfortunately I am not able to compile in intrepid or hardy because of bug #260464 [19:05] Launchpad bug 260464 in fpc "fp-units-gtk2 has undefined references due to GtkFileSystemError removal from GTK" [Undecided,New] https://launchpad.net/bugs/260464 [19:06] it is written in freepascal (Lazarus) [19:07] how to procede? Compiling and patching fpc myself before packaging? [19:07] what would the upload be worth? [19:10] REVU will now show a warning on the details.py page if a non-native package hasn't got a debian/watch file or get-orig-source rule, and if it's a native package show a notice noting that. [19:10] By the way, my (Debian) package is available at http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=winff [19:11] Could I upload to revu? (The package does not compile)... [19:13] Hi Elbrus. You can upload it, but Feature Freeze is about to start so it's probably already to late to get it into Intrepid. And if your getting it into Debian there's no need to go through REVU, too. [19:17] RainCT: ok, so if the bug gets fixed before the FF it can be included, else it has to wait? [19:19] Elbrus: you would also need to get your package advocated by two MOTUs on time [19:19] ah, by the way.. there can be a slight difference between the Debian and Ubuntu version because the package depends on ffmpeg and that is more extensive in Ubuntu. [19:19] RainCT: exactly.. [19:20] RainCT: That's why I wonder if it would be useful to upload just yet. [20:00] My package is now on http://revu.ubuntuwire.com/details.py?package=winff but again, waiting for bug #260464 to be fixed, unless somebody can help me work around that. [20:00] Launchpad bug 260464 in fpc "fp-units-gtk2 has undefined references due to GtkFileSystemError removal from GTK" [Undecided,New] https://launchpad.net/bugs/260464 [20:04] Elbrus: Sadly it's unlikely to make it in for Intrepid now :( [20:06] I haven't found anywhere the answer : in python packaging .pc file and .defs should be provided in a separate -dev package or not (which means in the library package) [20:07] Layey: I'll just have to wait than, the same problem at Debian (also freeze) and nowbody wants to comment [20:07] Layey: it is my first package, I would appreciate some comments in the mean time if possible [20:18] huats: if you have a -dev package that's where it should go. if not, you're probably fine as long as you're packaging the .pc file together with the python extension module(s). [20:37] hi everyone, how is it going [20:39] ssaboum: i suppose i should say konbanwa? [20:39] konbanwa henrik :-) [20:39] thanks for your review i'm working on it [20:39] btw i can't figure out how to deal with the debian/watch file and the fact that the source code is on googlecode [20:40] so uscan try to access the directory but googlecode only permit to access the files (if you know their names obviously) [20:41] henrik-kabelkaos:any idea ? [20:58] * Laney eats warp10's wallpaper [21:09] ssaboum: this works in a package I maintain that has googlecode upstream: "http://code.google.com/p// http://.googlecode.com/files/-(.*)\.tar\.gz" [21:10] file-browser-applet is my package [21:17] thank you asomething i'll try [21:17] hi [21:17] hi :-) [21:18] if i have a bug that make me change a lot of things in the package... should i write (LP: #number_bug) in each line of changelog? [21:18] tacone: NCommander: agreed on your comments about ubuntu-vm server page... very basic, but grand aspirations [21:18] tacone: NCommander: If I had enough CPUs/Disk/Bandwidth, I'd gladly generate the images myself ;-) [21:19] heh, I already shot myself in the foot with vm-builder [21:19] * kirkland is on holiday, forgive the long latency [21:19] Now I need o figure out how to unshoot myself [21:23] emgent: your security list got created right? But I think kees picked a different name? [21:26] jcastro: Appears to still be on RT #2938. [21:26] jpds: yep, I am trying to confirm [21:27] jpds: ng and I were talking about it with kees and I don't remember what the outcome was. [21:27] jcastro: I must of missed that, sorry. [21:28] no worries, I'm just trying to find out if we just said "let's ask kees" or if there was any action on the ticket [21:30] jcastro: I had sent you email with a suggested list name, that's all I've done wrt to that RT [21:30] yeah that's what I thought. [21:38] jpds: ah, Ng and I are full of fail, the discussion was over im, irc, and mail instead of in the ticket. [21:41] jcastro: Nevermind :) [21:54] dcordero: I think it does not hurt you and helps to be clear, but once is enough for the bugreport I think [21:56] scottK are you around ? [21:56] Sort of. [21:56] :) [21:56] how are you ? [21:56] A bit overwhelmed with things currently. === brandon|work is now known as brandonperry [22:07] Elbrus, thanks, finally i have grouped all the changes, with various lines inside for each change begining with + [22:07] and with (LP #number) only in the title of the group [22:07] i think it is elegant [22:09] dcordero: sounds like it [22:09] dcordero: I am no expert, but I believe I saw it similar elsewhere. === nxvl_ is now known as nxvl === fargiolas is now known as fargiolas|afk [22:38] Laney: re: bug #259599 - do you have a source package I can dget and upload somewhere? [22:38] Launchpad bug 259599 in semantik "Please update semantik to 0.6.8" [Wishlist,Confirmed] https://launchpad.net/bugs/259599 [22:39] Laney: I'm off for the night; but I'll upload your package as soon as I get back, semantik was at the buttom of my TODO. [22:39] jpds: I can upload the orig and dsc if you'd like [22:40] I've just been doing some pre-ff package updates === devfil_ is now known as devfil [23:03] 'night everyone [23:23] We don't have the ability to do per-arch rebulids, do we? [23:24] For failed builds? [23:24] Or rebuilds to build against new dependencies? [23:24] For 'needs to build against new dependencies'. [23:24] No, we cannot do binNMUs. [23:25] bug #181068 suggests that python-gnome2-extras could use a rebuild on PPC, in Hardy. [23:25] Launchpad bug 181068 in gnome-python-extras "miro.real crashed with SystemError in MozillaBrowser() on PPC" [Low,Confirmed] https://launchpad.net/bugs/181068 [23:25] Upload a build1 [23:25] i've had some problems with packages not building from source due a dependency change [23:26] That's a different kind of dependency change. [23:27] wgrant: Yeah. I was just wondering if it was easy to upload a build1 that only rebuilt on PPC. [23:27] Since that would be the minimum possible fix. [23:28] No, unfortunately. [23:28] RAOF: you can't rebuild it on LP? [23:29] nxvl: I don't have that sort of power :) [23:29] Nobody does. [23:29] Also, that wouldn't solve it, because it _needs_ a version bump so people get the fixed rebuilt package. [23:30] * nxvl tries [23:30] wgrant: i can rebuild my FTB packages [23:32] So, who has a PPC ubuntu install they'd like to rebuild gnome-python-extras on and test that Miro loads? :) [23:33] nope i can't [23:33] but you can ask an archive admin to rebuild it [23:45] nxvl: It didn't FTBFS... === superm1 is now known as superm1|away === _neversfelde is now known as neversfelde [23:45] nxvl: And archive admins won't do that. [23:45] We can do it just as easily as they can. [23:46] does any one can point me out an URL explaining when to add stuffs to python:Depends ? like python-gtk2 by instance [23:46] I have foudn a french page but it si not explained why [23:47] huats: python:Depends contains an appropriate dependency on the _python_ package; it doesn't do magical dependency resolution. [23:48] Much as it would be nice for that to happen (and techinically possible. kinda) === Kopfgeldjaeger is now known as Kopfi|offline [23:48] RAOF: but shlibs:Depends is doing it that kind of magic right ? [23:49] Yes. [23:49] that I were I get the confusion :) [23:49] someone can help-me understand debian NMU? [23:49] But that's because it's both easier to do, and because the tools do it. [23:49] ok [23:49] thanks [23:49] leleobhz: Debian might be able to help better... [23:50] so python:Depends is 'only' for the python interpreter ? [23:50] wgrant: hmmm... but isnt the same policy for ubuntu too? [23:50] huats: Yes. [23:50] RAOF: ok [23:50] leleobhz: No, because we don't have maintaners. [23:50] :) [23:50] thanks for that explanation :) [23:50] RAOF: no? [23:50] * leleobhz more confused than ever [23:51] Debian has the concept of the maintainer lock. Only the maintainer(s) should upload the package. We don't; anyone is free to upload. [23:51] RAOF: hmmm [23:52] RAOF: have some good place on freenode to ask or i need to go to oftc? [23:52] leleobhz: go oftc ;) [23:53] :] [23:53] another [23:53] someone here pasted a link for "things to do for ubuntu" [23:53] someone can help-me to find a job? [23:53] * leleobhz dont understand that page and ... i want package! :p [23:56] leleobhz: Maybe you should apply for a mentor [23:56] Laney: what? [23:59] leleobhz: Somebody who can guide you through the processes :) [23:59] anyway, I'm off to bed. nn [23:59] Laney: im interested in. how can i proceed