[00:00] mrooney: don't worry about it === santiago-pgsql is now known as santiago-ve [00:10] mok0: ahh I see, those are the individual debs for each arch? [00:19] mrooney: yes, they need to be approved too [00:19] I see, how glorious [00:20] I should start checking out other needs-packaging requests when I have time [00:20] is that a good place to start MOTU contributions? [00:22] mrooney: yes packaging from scratch is good, but so is doing bug-work [00:23] mrooney: the current trend is to move focus away from packaging-new-packages to maintaining what we have [00:24] mrooney: merges, syncs... [00:24] ahh okay, I guess I should learn about harvest more, that would help in finding bugs and patches and such? [00:24] mrooney: getting -0ubuntu* packages into Debian [00:25] yeah also that, is there a guide for getting an ubuntu package into Debian? I haven't been able to find one on my own [00:25] mrooney: yes that should be an important part of your application [00:25] mrooney: you should maintain a MOTU diary so you can keep track of what you've done [00:26] ahh okay, I guess I can blog and tag them with 'motu' [00:27] mok0: thanks for reviewing all those plasmoids <3 === _neversfelde is now known as neversfelde [01:06] back [01:07] mok0: updated the hexdiff package with your comments solved :) [01:07] http://revu.ubuntuwire.com/p/hexdiff [01:07] dolanor: great [01:08] vorian: you're welcome :-) ScottK owes me now [01:08] vorian: or you perhaps 8) [01:11] :) [01:24] How can I automatically backport a package that requires many (backported) dependencies? [02:01] hey guys question about debian/watch file, I made this code just for ubuntu and its host on bzr, do I need a debian/watch file? [02:02] rhpot1991: yes, at this point [02:02] rhpot1991: because, there are automated tools that read the package and look for updates [02:03] lifeless: any way for it to play nice with bzr? [02:03] rhpot1991: not yet, though I'm sure patches would be appreciated :) [02:03] james_w: which reminds me, upstream integration++ [02:03] You can also use a get-orig-source rule which might work better with bzr [02:04] nhandler: good point [02:04] I think there are some examples on the wiki about how to do that [02:05] nhandler: you can do that within the watch file? [02:05] I have that in my debian/rules already [02:06] lifeless: Correct me if I'm wrong, but I do not think a watch file is a strict requirement. It is just recommend that you have a watch file *or* get-orig-source rule [02:06] nhandler: its reported as a "wishlist" from lintian [02:06] nhandler: I don't recall; I was wondering what REVU will say myself [02:06] I'm also not sure what the automated analsis tools do [02:07] do they try get-orig-source, or only look at watch [02:07] lifeless: I know the REVU warning says get-orig-source or watch file [02:07] lifeless: The stuff on qa.ubuntuwire only uses the watch files iirc [02:07] lifeless: The UEHS only looks at the watch file; bzr-buildpackage uses either. [02:08] The issue with get-orig-source is that developers have different opinions about how it works. This means that it is not consistant accross all packages [02:08] nhandler: when it even exists :P [02:08] Yes; that is annoying. [02:08] it would be nice for watch to handle vcs *upstreams* [02:09] lifeless: Why? Presumably there's a new upstream revision almost immediately. Doesn't that make the watch file much less useful? [02:09] Hooray for capped internet. apt thinks it'll be another hour before it's finished updating the package lists. === RAOF_ is now known as RAOF [02:09] RAOF_: I don't see why an upstream release branch would be any less frequent than an upstream tarball site [02:10] That's not the normal case of VCS packaging, though. I don't think I've ever touched a packaged-from-VCS package that pulled from a release branch. [02:12] RAOF: maybe because we make packaging from VCS harder than it should be, so its only used with 'give me crack' packages [02:12] this may be silly but how the heck do I get a file in the downloads section of my LP project then? [02:13] RAOF: certainly some upstreams do daily tarballs and we tend to ignore those in watch files :P [02:13] rhpot1991: there is an upload button in the series [02:13] lifeless: Fair enough. And having a nice, standard way to describe 'tarball is pulled from release branch' would be a step in that direction. [02:14] RAOF: You can specify a vcs branch in debian/control [02:14] rhpot1991: or I thought there was [02:14] rhpot1991: ask on #launchpad :) [02:14] nhandler: No, you're thinking of packaging-in-vcs, not packaging-of-vcs-upstream, right? [02:14] rhpot1991: You first need to make a release, then you can upload to that release. [02:15] RAOF: Right [02:15] nhandler: Whereas we're talking about pulling the upstream source from a vcs branch. [02:15] Yeah, I caught that after I sent the message [02:17] Although, strictly speaking, I don't think you _can_ specify an (abritrary) branch in the VCS field; there's no format for git. [02:21] How can I automatically backport a package that requires many (backported) dependencies? [02:21] thanks RAOF, lifeless [02:21] xoox: You need to first backport the dependencies. [02:22] RAOF: That's not very practical is it? [02:23] xoox: [02:23] Are you sure all of the Dependencies need to be backported for it to work? [02:23] nhandler: Yes [02:23] xoox: In what way is it impractical? [02:25] RAOF: There are many dependencies. I detest unnecessary work (backporting each package manually). Proof that the work is unnecessary is that other package managers do it automatically. [02:26] xoox: Maybe you're talking about something different to what we think you are talking about. [02:26] xoox: What is it that you actually want to do? [02:27] RAOF: I want to backport a package that has dependencies that need to be packported. If there a N packages in total I want to do 1 'manual' step, not N. [02:27] xoox: What package? What, exactly, do you mean by 'backport'? Why do you need to backport the dependencies? [02:28] RAOF: It doesn't matter but the package is sagemath. [02:28] It is in jaunty I want it in Intrepid. [02:29] Ok. And what dependencies need backporting [02:30] So, we are talking about the same thing. [02:30] I imagine all the math libs. But I guess that is the first problem. It seems I have to manually determine that (I shouldn't have to). [02:30] "Warning! This package could not be extracted; there's no browseable directory for it on REVU" [02:30] do I need to worry about that? [02:31] RAOF: We are talking about the same thing but seemingly have different expectations on how things should work. [02:31] xoox: So, what I would do is take the Jaunty source package and try to build it in an Intrepid environment. [02:31] xoox: If that works, great, no further backporting required. If it doesn't, then we need to backport one or more dependencies. [02:32] xoox: How would you expect this to work? [02:32] RAOF: package-builder sage-math -> fetches and builds all dependencies. Have you ever used pacman or emerge? [02:33] No, and it's not a good fit for Ubuntu. [02:33] I'm not sure why you'd want to (re)build all the dependencies. [02:34] RAOF: I'm talking about a very narrow feature (not the entire packaging system). When packaging dependencies should be retrieved and built automatically. [02:34] RAOF: I only want to rebuild the ones that need to be rebuilt. [02:34] How do you determine the ones that need to be rebuilt? [02:35] RAOF: A first stab would be intrepid depends on version X and jaunty depends on version Y > X. [02:35] if there are any motu's around this should be a pretty easy one: http://revu.ubuntuwire.com/details.py?upid=5082 [02:35] rhpot1991: I'll take a look [02:35] therefore package source needs to be fetched and rebuilt. [02:36] xoox: Sounds like a prevu feature request. You can probably provide a patch :) [02:36] nhandler: thanks [02:37] Everytime I bring this up people seem to get defensive and 'apologist'. I can't understand why this doesn't appeal to anyone else. [02:37] Because it's not something that we do a lot, and generally needing to backport dependencies rules out actually doing the backport. [02:38] xoox: It might be a useful feature for prevu. But it's just not very commonly useful, at least for us. [02:39] I've considerd that idea [02:39] That's why it hasn't been implemented already. [02:39] jdong: And rejected it? [02:40] it's always failed in my imagination because I can think of and find in the repo, cases where it'd result in a chain of dependencies [02:40] a chain that will basically pull in half of Jaunty [02:40] the alternate approach I've considered is forcibly ignoring build-deps and seeing if the build fails [02:40] if not then good [02:40] jdong: A chain that wouldn't happen by manually backporting? [02:40] if so, then follow to next level of deps [02:40] and repeat. [02:41] xoox: a human backporter is assumed to be smarter at figuring out if a build-dep is serious or a transition-tool during development of the distro [02:41] I see some typos on the details.py page, is there someone who I should alert about these? [02:41] I'm open to the above recursive level-by-level giving in of pulling build deps from Jaunty [02:41] but I'm not open to just-follow-the-build-deps-till-it-stops [02:41] there's something called dist-upgrade for that ;-) [02:41] rhpot1991: The details.py page on REVU? [02:42] nhandler: yes [02:42] nhandler: I see an issue in lintian for what I just pointed you at too, I'm gonna fix that quick now [02:43] rhpot1991: File a bug about it on Launchpad. launchpad.net/revu [02:43] jdong: I think following the deps would be okay as long as it prompted you: "You are going to fetch and build X packages. Yes/No" [02:43] rhpot1991: Good, I was going to comment on that ;) [02:43] nhandler: should it be 1.0 there? [02:43] rhpot1991: version=3 [02:43] In an ideal world it would just be like apt but building from source. [02:43] rhpot1991: Read the uscan man page [02:44] nhandler: on it, thanks [02:45] xoox: the problem right now is prevu does not have its own dep parser. [02:45] Ignoring build-deps seems imprudent. They are there for a reason and the package creator probably expects those dependencies to be fulfilled. [02:46] xoox: I can tell you as a backporter that 95% of build deps are for transitional rebuilds [02:46] jdong: There is a python apt library no? [02:46] What is a "transitional" rebuild exactly? [02:46] xoox: what good does that do for build-deps? [02:46] xoox: it's when I just uploaded libfoo 1.0->1.1, and now I want to rebuild foo using libfoo-1.1 [02:47] if I just say "rebuild foo", depending on archive propagation state it could build against the old 1.0 or new 1.1 [02:47] so I put in an explicit build-dep on >=1.1 to make sure the build waits until it can build against the new version. [02:47] the only reason I put in the build dep is for that force-rebuild. Other than that the old 1.0 would work just fine. [02:48] jdong: I see. [02:48] in cases where a build-dep is intentional, the ./configure script should check for it explicitly and the changelog should yell. [02:48] at least I've been asking for the changelog to yell and people have been nodding :) [02:49] and python-apt really doesn't get me much further, I still have to parse build-deps [02:49] It's not too much work to grab diff.gz's for build-dep lists and implement a parser [02:49] I mean, that's what pbuilder-satisfydepends is [02:50] but I guess so far I haven't been troubled by hunting down build-deps to the poitn that I want to invest my effort towards this feature [02:53] jdong: What is the probability of try-build-without-deps-rebuild scheme being implemented? [02:54] xoox: lim(P_implement(year), year -> +infty) = 1.000 [02:54] until someone blesses me with free time, I don't know at what point the 0->1 transition occurs :) [02:54] (read: Contribute patches for this behavior) [02:55] xoox: at the same time I'd like the diff.gz's to be grabbed first for a dry-run dependency check before the entire source package is grabbed. [02:55] that way we don't have things like downloading 50TB for OpenOffice to figure out build-deps fail [02:57] jdong: Do you work for canonical? [02:57] no, I don't :) [03:00] Well, thanks for explaining the issues to me. Here's hoping free time blesses us all. [03:00] :) anyimte. [03:00] time. [03:00] stupid new keyboard === fabrice_sp_ is now known as fabrice_sp [06:23] good morning [06:35] persia, soren: awake? :) [06:35] Yes. Where are we having this meeting? [06:35] #u-meeting [06:36] geser, nixternal: I know you're likely not going to be there, but I'll try anyway: there? :) [06:36] Oh. motu meeting? [06:36] MC Meeting [06:37] Ah. Not so immediately interesting to me, then :) [06:41] RAOF, You want a MOTU meeting? I think the next one isn't scheduled, so if you've something to discuss, please call for one. It's been a couple weeks. [06:41] persia: No, not really. Its just that if there was one on, I could actually turn up! [06:41] heh. [06:45] dholbach: What time is the meeting? [06:45] ScottK: 7 utc [06:46] Who's on the agenda for this one? Is it vorian or is he the next meeting? [06:46] https://wiki.ubuntu.com/MOTU/Council/Meeting [06:46] He's for the next meeting. [06:47] ScottK: didrocks, huats and Laney [06:47] * dholbach gets another cup of coffee [06:48] Thanks [06:52] hey dholbach ! [06:52] hiya didrocks [06:55] morning people [06:55] morning [06:55] * iulian waves [06:57] morning emgent & iulian [07:27] how is it, that you split a bug out to track the status for multiple releases at a time? ... do you need to do a nominate for release, or is there another way? [07:27] That's it. [07:28] With that, /me goes to bed. [07:28] thx [07:49] bah I'm late for the meeting :( [07:51] arnegoetje asked me for help with the ibus-* packages on REVU [07:51] I'll poke a few of them today - can anybody else help out too? [07:56] dholbach: you were right! I got 85/120 in the TOEFL (and I needed ~80 or even +70)!! :) [07:56] * dholbach hugs pochu [07:56] ROCK [07:56] congratulations! [07:56] my reading and writing saved me ;) [07:56] thanks :) [07:57] pochu: really? TOEFL in not on 990? [07:58] oh, it was TOEIC, not TOEFL :) [07:58] didrocks: I hope it's not ;) [07:58] pochu: :D [07:58] or you will make me sad [07:58] :) [07:58] no no, it was for TOEIC (I had to pass both of them :)) [07:59] didrocks: I arrived late for the meeting... have you been processed already? [07:59] pochu: yep, it's done for me :) [07:59] and everything was all right ;) [07:59] didrocks: cool! congrats :) [08:00] pochu: thanks ^^ [08:00] didrocks: and Laney is last? [08:00] pochu: exactly [08:03] Laney: awake? [08:18] headed to bed, night everyone! [08:18] night jon [08:18] jono :) [08:19] dholbach, hello, I am the packager of ibus-* [08:19] lidaobing: ah great [08:19] I want to reply some question (not all) [08:20] 1. why don't package ibus 1.1, ibus 1.1 change too much from ibus 0.1.1.*, and there is not enough time to package it for ubuntu 9.04 [08:20] so I will package 0.1.1 for ubuntu 9.04 and ibus 1.1 for ubuntu 9.10 and 9.04-backport [08:21] ok [08:21] dholbach, and any suggested repos position for packaging? [08:22] I use lp:~lidaobing/+junk/, and I have no idea for any better postion [08:22] lidaobing: I dunno... +junk just seemed like temporary :) [08:23] dholbach, I think it just means this repos does not link to a project [08:23] is there a team already that takes care of the packaging of those input methods [08:23] lidaobing: maybe talk to Arne about it [08:23] it's not a blocker, just something I wondered about [08:23] it should be link to ubuntu project, but ubuntu does not support this [08:23] dholbach, I will fix other problems soon, thanks for your review. [08:24] ~inputmethod-pkg/ibus-hangul/ubuntu maybe? I'll leave it up to you :) [08:24] dholbach, I will have a look [08:25] dholbach, whois Arne? === BugMaN1 is now known as BugMaN [08:25] lidaobing: oh, I thought you had worked with ArneGoetje already [08:26] dholbach, got it, Arne Goetje === Juli__ is now known as Juli_ [08:44] didrocks: congrats! [09:40] ajmitch_: thanks :) [09:44] dholbach: ... [09:44] I had it in my head that it was 7pm [09:44] * dholbach hugs Laney [09:44] persia, soren: ^ [09:45] Laney: Aw.. Well, you're up again in two weeks :) [09:45] I was just about to ask if you guys had time for an impromptu meeting :-) [09:46] no worries if you don't, completely my fault [09:46] sorry chaps [09:46] If we keep it under 20 minutes, I'm cool with it. [09:47] persia: Señor Hikory? :) [09:47] geser: maybe you're available now too? :) [09:49] Estoy muy distraído [09:50] persia: ukeru [09:50] (and I'm secretly glad because I only reviewed about half as many patches as I would have preferred). [09:51] I thought "Man I'll have a nice lie-in so I'm fresh for the meeting this *evening*" [09:51] :( [09:51] * Laney sprints off into the sunset, never to be seen again [09:51] dholbach: yes, I'm available [09:51] geser, soren, Laney: shall we take the plunge and head to #ubuntu-meeting? [09:52] OK. That's 3 1/2 of us. Let's do it. [09:52] rock on [09:52] * Laney shreds [10:15] dholbach: whereabouts? [10:15] pochu: hu? [10:16] dholbach: Laney's application :) [10:16] or is it already done? [10:16] pochu: there's the IRC Council meeting going on right now [10:16] noe, at 11 [10:16] oh, so 45 minutes [10:16] ok :) [10:18] Hi, I'm trying to track down the cause of a problem in Ubuntu with the QtBrowserPlugin example. It works fine on Debian but not on Ubuntu. Is there an easy way (rather than manually) to see which libraries it uses (from ldd) are different from the Debian ones. IE Which packages have had modifications rather than been direct copies from Debian? [10:19] DaveMorris, The version numbers would tell you, as Ubuntu libraries tend to have "ubuntu" in the revision string. [10:21] cheers, I've no idea whats causing it not to work on Ubuntu but would be nice to fix it. Since we are creating a 3D browser plugin for Geko based browsers [10:23] DaveMorris: You can see the patch Ubuntu applied on http://patches.ubuntu.com [10:23] (or linked from the PTS afaik) [10:36] didrocks: congrats! === thekorn__ is now known as thekorn [10:51] huats: congrats! [10:51] thanks Koon [11:03] huats: congrats, mate :) [11:10] jpds: thanks my friend [11:19] huats> toutes mes félicitations ! [11:20] Rafik: thanks ! [11:21] huats: felicitations! [11:21] thanks mok0 [11:21] didrocks: congrat!! [11:23] congratulations didrocks [11:23] et tu huats [11:23] merci james_w [11:27] dholbach, can you review ibus-hangul again, http://revu.ubuntuwire.com/details.py?upid=5090 (I have come back home from work, so I can response ASAP) [11:28] persia: are you still around ? [11:31] Not really, but I should be around in about half an hour. [11:32] hum [11:32] does Mootbot still spit out meeting summaries? [11:33] www.novarata.net/mootboot has no meeting entries from Feb-2009 [11:36] I never figured it out when we used it for u-uk meetings [11:37] I just asked in #ubuntu-scribes [11:37] dholbach, ibus-anthy is also been uploaded again, http://revu.ubuntuwire.com/details.py?upid=5091 [11:38] dholbach: I've contacted the person who runs it in #ubuntu-irc. [11:38] lidaobing: I'll take a look in a bit - can you make the same changes to the other packages as well? was ibus-table unarchived again? [11:38] jpds: perfect - thanks muchly [11:38] dholbach, OK [11:38] Laney: seems I'm not admin of ubuntu-universe-sponsors [11:38] sorry [11:39] no probs [11:39] * Laney pokes TheMuso [11:39] can you add me to u-u-s? [11:40] so... is it done? is Laney infused with added awesome? [11:40] * Laney is positively effervescent [11:42] if I have a package in the archive (varnish on hardy) that i want to prepare an SRU for; but the package is (probably in error) uploaded as a native package (varnish_1.0.3-2.tar.gz), how should i then go about it? ... keep it as a native package, or do i have other optoins? [11:42] hey Laney [11:42] what happened this morning ? [11:42] I got the time 12 hours wrong [11:42] dholbach: persia is the one who can add to u-u-s ? [11:43] because I'd like to be added to it... [11:43] and TheMuso and DktrKranz [11:43] Laney: oh :( [11:43] huats: It's ok now! [11:43] congrats !!! [11:43] I haven't seen it :) [11:43] thanks muchly [11:44] you deserve it ! [11:45] Laney!!! Woot! [11:45] Laney: do you take care of the glom update or do you want me to do it ? [11:46] huats: I don't mind [11:46] but what do you think to VCS packaging for it? [11:47] Laney: I am in favor :) [11:47] cool beans [11:47] I know didrocks did quite a lot of stuffs based on james_w work [11:47] we should ask him... [11:47] probably a good idea [11:48] Laney: I have some stuffs to finish [11:48] congratulations Laney [11:48] Laney: congrats [11:48] if by the middle of next week you haven't touched it, I will have a look [11:48] thanks! [11:49] yay Laney [11:49] and from my LP profile it looks like I've been a member for ages [11:49] since I was accidently added in August [11:49] hum? :) [11:49] didrocks: We want to get the glom package into VCS [11:50] Laney: you can have a look to the email announcing my MOTUship, there is the log of the conversation and we discussed about that [11:50] Laney: if you need more clue, do not hesitate :) [11:50] didrocks: we won'"t hesitate... you know that :) [11:51] \o [11:51] huats: from you? I'm sure of it :) [11:54] dholbach: persia : same question as huats for u-u-s :) [11:54] didrocks: not an admin, excuser-moi [11:54] dholbach: *excusez* :p [11:55] Adding both of you now... [11:55] (and me please) [11:55] (dholbach: and don't ask me to speak Deutch as a revenge ^^) [11:55] didrocks: thanks for the correction :) [11:55] james_w: more and more often, people have their sources in VCS's and do not release tarballs, so the whole idea of the debian/watch file is defeated. Right now I am look at a package where the sources are in LP, and it is quite unsatisfactory that there is no way to do a "uscan --report-status" to see if the code is current. Do you have an idea on how to deal with this? [11:55] maybe I'll get it .......... one day [11:56] thanks persia [11:56] Laney, Sure. [11:56] dholbach: everyone can understand, that's not an issue :) [11:56] mok0: the VCS can tell you if it is current, so perhaps we should come up with a way to allow the VCS to tell you [11:57] james_w: that would be really nice [11:58] james_w: in the current case, I can see that the ~bzrNN number which is part of the package name corresponds to the latest commit. [11:58] but then you're back to requiring some intelligence to assess if upstream should be packaged. [11:59] broonie: yes it is a whole new ballgame [12:00] a world without tarballs........... one day :) [12:00] broonie: I predict more and more projects will have sliding releases [12:00] dholbach: exactly [12:00] mok0: I don't think it's a necessarily a frightening scenario - WDYT? :) [12:01] dholbach: oh, no, not frightening, it just doesn't fit very well into our current methodology [12:02] that's definitely right [12:02] and we might as well start to think about alternative strategies [12:02] it'd just be sweet if we eliminated the "no shared history" problem wrt branches as we approach them today :) [12:03] Yes [12:03] even if future debian/rules (or whatever it might be) have to call auto tools or something [12:03] I agree [12:03] Well, we need an abstraction layer on top of all the various building methods people use; rules is as good as any [12:03] persia: thanks :) [12:04] it'll be a glorious and sun-shiny day that happens :) [12:04] Ah, Question: What is the best thing about reviewing packages from REVU??? [12:05] Answer: You get to type the following often: "less rules" and "less control" [12:05] didrocks, Laney, contrats :) [12:05] mok0: haha :) [12:06] thanks vorian ;) [12:06] Of course that's another reason for using "less" over "more" :-) [12:06] mok0: got a response from skrooge upstream, last update should fix the issue.... I'll look and let you know for revu [12:06] Tonio_: Super! [12:07] vorian: thanks [12:07] good luck to you next time! [12:07] Skrooge upstream = Uncle Scrooge" ?? [12:07] Laney: danke! [12:08] * mok0 < lunch === Rafik_ is now known as Rafik [12:11] didrocks: if you truely want to help us on our next release, we will start work on Feb 25/26th on 4.2.1 [12:12] i will need to walk you through our work flow :) [12:12] vorian: just after the bug jub? Great! Which channel you advise me to join? ninja's one? :) [12:14] Laney: ? [12:14] TheMuso: Never mind, it's sorted now [12:14] (I just saw that you were an admin of u-u-s) [12:14] didrocks: see your server window "_ [12:35] how can I advocate a package on revu? thanks [12:36] mok0: hi, you've asked me to add manpage to my package (using manpage.1.ex). if I'm a developer of my software, can I add the page into .orig. package, or I still should use as you said debian/quod.1 directory? [12:36] Vest84: prefer to add it into upstream [12:36] :) [12:36] freeflying, If the account system is working properly, you should get an advocation checkbox next to the comment box. [12:38] freeflying: thanks. it means it's better to add man for other distributions, not only to ubuntu. yes? [12:38] persia: I login, but no such chechbox :) [12:38] freeflying, Hrm. Let me check. [12:38] Vest84: if you can add it into upstream, then any other distro may benefit from it [12:38] persia: thanks, dude :) [12:39] What's your LP ID again? [12:39] persia: zhengpeng.hou@gmail.com [12:39] freeflying: "thanks, dude" :) (again) [12:40] Vest84: welcome :) [12:41] freeflying, You have *three* LP accounts. You ought merge them :) [12:41] freeflying, Try reloading the page, and tell me if the advocation option appears now. [12:42] persia: got it, thanks [12:43] i never knew it was possible to have multiple LP accounts, let alone merge them [12:44] hyperair: i think they are talking about REVU accounts [12:45] * vorian was guilty of having two [12:45] hyperair: You can merge multiple LP accounts here https://launchpad.net/people/+requestmerge [12:45] hyperair, You do it by doing things with LP with multiple email addresses, and not telling LP about them beforehand. Merging just cleans up. [12:45] vorian: i never knew that you could even have multiple revu accounts [12:45] vorian, No, multiple LP accounts. [12:45] okie [12:45] hyperair, When REVU switched to using LP accounts, people with legacy accounts needed to merge. [12:46] i see [12:46] persia: You saw that REVU admins can now merge accounts for people, right? [12:47] nhandler, I didn't, but that only helps with REVU. The multiple accounts I discovered was in LP. [12:47] nhandler, Only one of the accounts is used for REVU, but tracking down which took me a couple minutes. [12:49] if I have a package (varnish on hardy) that is in error uploaded as a native package (varnish_1.0.3-2.tar.gz) ... what should i then do with the next version; keep it as native, or get the original tarball to make it a non-native package? [12:49] blargh geeez why is evolution taking so long to compile [12:51] Laney: congrats! [12:51] thanks pochu! [12:52] dholbach: you would like have a look at http://revu.ubuntuwire.com/details.py?upid=5103 and http://revu.ubuntuwire.com/details.py?upid=5102 again? [12:52] a|wen, Make it non-native with the next upstream version. [12:52] freeflying: can you ask ArneGoetje to review them too, right now I'm a bit hammered, but willing to check them out later today [12:52] * dholbach is really crazy busy [12:53] persia: thx... i'll do that [12:53] dholbach: ok [12:54] Oh, excellent. Issue 222 is resolved! [12:54] persia: oh, new upstream relese. it is on hardy, so that want happen... so for an SRU i shoud keep it as native? [12:55] a|wen, SRU for new upstream is rare and hard, but do keep that native: the goal is to minimise the debdiff for SRUs. [12:56] persia: i thought so ... but there will be no debdiffs with a native version, so you could call that minimal ;) [12:56] a|wen, You can generate a debdiff on a native package. It is more likely to fail to apply due to binary blobs, but it can be done. [12:57] The goal is to minimize the changes, to address known issues. Exactly what that means is open to intepretation, but changing the method of packaging is usually not recommended. [12:57] persia: oh, i didn't know that, i'll give it a try [12:58] Vest84, I was AFK for a while... of course, you can put your manpage in the tarball! Good idea! [13:00] mok0: ok, I'm working on it :) studying [13:01] Vest84: let me know if you need any help [13:02] looks like we are on a killing spree! [13:02] 4 MOTUs in a row ;) === pochu_ is now known as pochu [13:08] mok0: thank you in forward [13:08] pochu: are they killing MOTUs now? Oh, the horror! [13:09] pochu: users are getting more and more demanding [13:11] Who has admin rights to ubuntu-motu mailing list? [13:11] I do. [13:12] soren: can I ask you to approve a message I sent? I used my ubuntu email address and I am not subscribed with that [13:12] mok0: It's not in the queue. [13:12] dholbach might have already approved it. He's like that. [13:12] soren: huh? It sent me a message that it's held for approval [13:13] This is where you say: "But it's only been two minutes since I sent it", and I go: "Yes, he's like that. I just told you." [13:13] nothing in the queue [13:13] sorry guys [13:13] I sent it 2 hours ago [13:14] didn't it go through? [13:14] mok0: was it a reply to nhandler's mail? [13:14] If so, I saw it [13:14] Ah it did, sorry [13:15] mok0: too much ET for me :) [13:15] No it was a reply to the guy who sent a patch to ical2sqlite [13:15] that one too ;) [13:16] Where's quadripro? I want to shake his virtual hand [13:17] is there a dput option to ommit the upload of the orig.tar.gz file? [13:19] c_korn, No. Whether the orig.tar.gz is uploaded or not is determined by the content of the .changes file. [13:20] ok, but uploading to the PPAs of launchpad I do not have to upload the orig.tar.gz again when it is already uploaded. but it has to be listed in the changes file to compare the checksums [13:21] persia: if i try to do a debdiff on the native package i just get a lot of "Use of uninitialized value ... in /usr/bin/debdiff ..." [13:21] c_korn: when you do 'debuild' use only argument -S instead of -S -sa. [13:22] c_korn: I was gonna suggest that too [13:23] a|wen, How are you calling it? [13:24] persia: "debdiff varnish_1.0.3-2.dsc varnish_1.0.3-2ubuntu0.8.04.dsc" [13:24] c_korn, the checksum needs to be listed in the .dsc file, but not in the .changes (unless you're uploading it). [13:25] a|wen, And both unpack cleanly with dpkg-source? Very odd. [13:25] a|wen, What happens if you unpack both trees, and run diff -urN on the top-level directories? [13:29] Laney, how does the MOTU wizard's robe & hat feel? [13:29] persia: both unpack fine, and i get a diff out by running the command [13:29] I don't know what the difference is, but when I now run dput -f ... it wants to upload the orig.tar.gz [13:30] c_korn, Look at your source.changes file. Is the orig.tar.gz listed therein? [13:30] yes [13:30] c_korn: _What_ file are you trying to upload? [13:31] How did you call debuild? [13:31] debuild -S [13:31] dput -f ppa-getdeb scilab_5.1-1~ppa2_source.changes [13:31] What is the revision number? [13:32] I suspect you've hit a condition designed to reduce mistakes in Debian :) [13:32] c_korn, Try calling debuild -S -sd === LucidFox_ is now known as LucidFox [13:34] I tried that before. then the orig.tar.gz is not uploaded but the PPA rejects the package because the orig.tar.gz is missing, (the entry in sources.changes [or dsc] is required for checksums I presume) [13:34] c_korn: was orig.tar.gz ever uploaded to your PPA? [13:34] yes [13:34] ugly... the source contains a .svn directory, which doesn't get included in the new .tar.gz ...gives me a huge diff [13:34] oh, wait [13:36] damn, I am dumb. I deleted the package in the PPA. the orig.tar.gz does not exist so. sorry for bothering you [13:41] persia: is there any way i can get the .svn directory to stay in the source when the .tar.gz is being rebuild by debuild? or is it okay to let the .svn directory go? [13:46] a|wen, How are you calling debuild? [13:47] persia: just "debuild -S" [13:47] Try debuild -i/^$/ [13:48] Sounds like someone turned on -i with the default string by default, which would normally be a rather reasonable thing to do. [13:50] persia: no luck, still the same [13:55] a|wen: Native package? [13:55] soren: yes [13:55] a|wen: Then -i doesn't factor into it. [13:56] -i specifies stuff that should be left out of the diff.gz. [13:56] -I is for leaving stuff out of the orig.tar.gz. [13:57] Well.. Or the tar.gz, anyway [13:57] (it's not an orig.tar.gz in the case of native packages) [13:58] soren: thanks a lot, that was the trick [13:58] Any time. [13:58] now it at least only fiddles with the config.sub and config.guess; that should be okay i suppose [13:59] I'm curious... Why do you want to leave the .svn directory in there? [13:59] soren: it is an update to a hardy package ... build in error as a native by debian [13:59] a|wen, If config.sub and config.guess are copied at build time or clean time, yes, it's safe to ignore that part of the debdiff. If someone complains, point out that it's automated, and changing the automation would be a larger change. [14:00] persia: they are copied at build-time, just checked debian/rules ... so agreed [14:09] can any archive admin please process sync of xmlgraphics-commons from experimental? I am waiting for it to happen to work on fop merge. Bug 326172. [14:09] Launchpad bug 326172 in xmlgraphics-commons "Please sync xmlgraphics-commons 1.3.1 (universe) from debian experimental" [Wishlist,Confirmed] https://launchpad.net/bugs/326172 [14:13] For those watching, it's traditional to request actions of the archive-admins in #ubuntu-devel, rather than here. [14:20] and to offer them a pint as a reward [14:20] hi guys [14:20] quadrispro: congrats [14:20] thank you :) [14:21] quadrispro, congratulations! [14:21] too nice, thank you very much [14:24] directhex: Dunno, no gpg key here [14:25] :o [14:25] quadrispro: congrats [14:25] it is a day of new MOTUs! [14:26] how many of those new MOTUs are going to upload sublib, though? :o [14:26] Laney: congrats to you too! [14:27] just one [14:27] who is just awesome [14:27] Laney: didrocks, quadrispro: congrats \o/ [14:28] Laney: congrats [14:28] Laney: now you are a MOTU, so you can upload your miro merge :) [14:28] * Laney shreds his axe [14:28] heh [14:28] I will [14:28] (after reviewing it carefully.....) [14:29] Laney: no review, just crack! :) [14:29] those damn contributors, you can never be too thorough [14:29] u-u-s queue is huge [14:29] quadrispro: just in time for REVU day! [14:29] * Laney is scared [14:29] yes [14:29] Laney: please remember that you can upload it until FF [14:30] of course [14:30] and remember, first upload *must* be [14:30] 1) a sponsor request [14:30] 2) a SRU [14:31] both of these things? [14:31] one of these :) [14:32] actually I have a long-standing GHC SRU [14:32] ........... [14:32] * Laney cackles [14:32] Extra points if it's not only both those things, but also for a bug that affects multiple packages because it's fixing a dependency. [14:32] I started with a request for sponsorship for a SRU bug [14:32] * devfil2 too [14:33] huats: congratulations! [14:33] Thanks nxvl ! [14:33] vorian? [14:34] huats: indeed! congrats (I forgot about "older" MOTUs) [14:34] huats: congrats [14:34] mok0: yus? [14:34] vorian, bug 328321 should that be closed? [14:34] Launchpad bug 328321 in amule "amule_2.2.3-1ubuntu1 that fixes (LP: #214100) and (LP: #89672) bugs" [Undecided,Fix committed] https://launchpad.net/bugs/328321 [14:34] yes [14:35] quadrispro: congrats! [14:35] vorian: thx I'll do it then [14:35] mok0: thanks [14:35] thank you pochu [14:35] vorian: heh funny he closed two bugs bug not his own [14:36] that's what I was just checking, mok0 :) [14:36] ok, another one gone from uus [14:37] hyperair: bug 328063 are you still on it? [14:37] Launchpad bug 328063 in codelite "CodeLite FTBFS on hppa" [Undecided,In progress] https://launchpad.net/bugs/328063 [14:38] mok0: no it's done. [14:38] mok0: could you sponsor it please? [14:38] hyperair: will do it right awayyy [14:38] okay thanks =) [14:41] another one bites the dust [14:42] heya [14:42] Hi RainCT, we have 4 new MOTUs with us today [14:43] mok0: Uhm.. EMENOTUNDERSTAND :P [14:43] RainCT: go back to sleep [14:44] -.- [14:44] ;-) [14:44] oh [14:44] huats, didrocks: congrats! [14:44] and quadrispro :) [14:45] thank you RainCT :) [14:45] and Laney [14:45] o.O [14:45] MOTU flood XD [14:45] RainCT: thanks ! [14:45] he woke up [14:45] <3 the MC [14:45] mok0: I've just arrived from school, I've headache and I'm still catching up with mail :P [14:46] RainCT: j/k [14:46] Hello [14:47] If an upstream package doesn't have any COPYING but every source file has the LGPL header, is it packageable ? [14:47] dolanor: no [14:48] even if the website tells so ? [14:48] http://www.hawksoft.com/hawknl/ [14:48] dolanor: we need a file that allows us to distribute the directory tree [14:49] wow 4 new MOTUs. congrats quadrispro Laney huats and didrocks. sounds like between the 4 of you, you can easily complete the undocumented MOTU initiation tradition of knocking out all the packages on REVU your first day :) [14:49] dolanor: ... you are not packaging the website. Just sayin' [14:49] mok0: ok, I understand [14:49] ;) [14:49] dolanor: you can repackage the tarball and add the COPYING, as a last resource [14:49] BTW, who is no yet involved in the mentoring program ? [14:49] RainCT: ooh, that is on the edge [14:49] so that I can add all the new MOTUs :) [14:50] RainCT: the probleme is : the developer doesn't reply to email. Maybe he is dead :/ [14:50] mok0: if there is evidence that they want that license then it is accepted [14:50] RainCT: well it makes sense, I agree to that [14:50] RainCT: but in 5 years, the package might still be around and the website is closed donw [14:51] maybe... that's a risk [14:51] superm1: thank you :) Do you remember of w-scan? Do you think we should wait until 16-17th Februray? [14:51] quadrispro, didn't that email say it was headed into experimental? [14:51] quadrispro: are you interested in joining the MOTU mentoruing program ? [14:51] superm1: same question :) [14:51] mok0: Not sure which effects that would have, but archive admins don't seem worried about this. I think I even have/had some package in Debian where I had to do this.. [14:52] dolanor: if at all possible, you should try to get upstream to put a COPYING file in $topdir and package a new tarball [14:52] quadrispro, if you dont see it in experimental, go ahead and build the package from his svn as we discussed before and we'll sync it later when it gets into experimental. i think now is fine at this point [14:52] RainCT: I see. Well be glad I am not archive admin :-P [14:52] huats: it could be exciting, but at the moment I have too many things too, Perhaps, later :) [14:52] quadrispro: ok [14:52] superm1: ok, thank you [14:52] huats, i'm far too preoccupied with other ubuntu related things to be a mentor, sorry. [14:52] superm1: [14:53] (huats: congrats to you too :)) [14:53] and quadrispro: ok [14:53] please do not hesitate to contact me if you change your mind [14:53] quadrispro: thanks ! and congrats to you too !! [14:53] * RainCT glances at huats [14:53] RainCT why glances ? [14:54] RainCT: I was just thinking this morning, to insert another stage between "Unreviewed" and "In progress", namely "Copyright", so all packages that pass through reviewing have to pass a stage where the copyright is affirmed [14:54] RainCT: so they would not enter reviewing before the copyright is clarified [14:55] PRobably overkill [14:55] mok0: not sure. perhaps that could be done with tags (copyright-pending, copyright-verified, ..). I'll add support for tags soon [14:55] RainCT: cool! [14:55] could someone add me to universe-sponsors? [14:55] RainCT: you have some code for that? [14:55] huats: I'm waiting for someone to be assigned to me :). I'm also happy without a mentee, though :P [14:55] mok0: no, but I'll probably get to it today or this weekend [14:55] RainCT: i know [14:56] you are on the list [14:56] why should copyright be separate from review? [14:56] I have a bit too much things to handle [14:56] * vorian cheers for huats and quadrispro === bluesmoke is now known as Amaranth [14:56] okay, just checking :) [14:56] vorian: thanks a lot! [14:56] so I deal with them in lots :) [14:56] that is one of the major parts of review that people get wrong, isn't it? [14:56] RainCT: but don't worry [14:56] :) [14:56] RainCT: So right now, I try to recontact the upstream dev, and if he doesn't reply, I may be OK to add a COPYING myself and package frome that ? (and email the orig.tar.gz to the dev ?.) [14:57] quadrispro, Sure. Doing so now. [14:58] dolanor: It's a bit dubious to add copyright information to someone else's work, imo [14:58] Laney: I agree [14:58] dolanor: If it's clear enough (based on headers in files in the tarball, statement on the website, etc), yes. Just asking upstream to add the COPYING file to the next release (or release a new revision of the current one adding it, but NOT replacing the current one if is has already entered a distribution) is enough, personally I'd find receiving a tarball annoying. [14:59] I see, thank you persia :) [15:00] Laney: yes, for sure ... But it is written nearly everywhere that it is LGPL, but no COPYING file [15:00] I understand because of the source tree === thunderstruck is now known as gnomefreak [15:01] but I began this package 3 years ago ... still no answers [15:02] quadrispro: Laney: huats: didrocks: Congratulations. :-) [15:02] There's no requirement that there be a file called "COPYING", but the LGPL source preface does say "You should have received a copy of the license with this code..." (or similar veribiage). [15:02] thanks slytherin [15:02] thanks slytherin and vorian [15:03] persia: hmmm, yes, right [15:03] persia: afaik the package would be rejected without a COPYING file [15:04] (at least in the case of GPL, but I guess LGPL is the same) [15:04] AFAIK, COPYING or LICENSE is required. [15:04] RainCT, Nope. It would be rejected for failure to include the license. Doesn't matter if it's called "COPYING" or "LGPL" or "LICENSE" or what have you. [15:04] persia: Right. [15:05] persia: pm? [15:08] Heya gang [15:09] hi bddebian [15:09] Hi Laney, congrats :) [15:13] are there any of the ubuntu-mono packagers here [15:13] libtaoframework is still FTBFS; does it need to depend on cil-2.0 to get System.Windows.Forms? [15:16] * ScottK looks around for directhex... [15:16] He's the one you want. [15:16] superm1: 20081106-3~ubuntu1 could be a good version ? [15:16] hm? [15:16] superm1: about w-scan [15:17] superm1: remember that it will be auto-synced since jaunty+1 [15:18] what to do with upstream package with this tree [15:18] quadrispro, i thought we had decided it would be something that would still need to be manually synced? [15:18] project_v2.0.1/project/ [15:18] I put the debian dir at the same levec of project ? [15:19] hi all, would a MOTU mind reviewing http://revu.ubuntuwire.com/p/pyproj? mok0 worked with me on it yesterday and advocated for it, I think it's ready. [15:20] nhandler: merged your branch [15:20] hi chrismurf [15:20] mok0, heya! Thanks again for the help [15:21] in hindsight, I think splitting it was the right approach [15:21] modifying the debian version now to be split as well [15:21] chrismurf: I think so too... did the DDs arrive at the same conclusion? [15:21] haven't bugged them about it - just gonna do it and poke them again ;-) [15:22] like you said, I doubt they'll say no [15:22] sladen, tao hasn't seen any love for a while [15:23] !nixternal | nixternal [15:23] nixternal: Oh no! The pointy-clicky Windows7 lover has arrived! He's rumoured to be giving out free money, and help on the MIRC client too! I LOVE MIRC!!! [15:23] chrismurf: yeah [15:23] heh [15:23] it has been updated [15:24] !nxvl [15:24] Sorry, I don't know anything about nxvl [15:24] ubottu: neither do we [15:24] Sorry, I don't know anything about neither do we [15:24] heh [15:25] it's not that funny being on ubottu's list [15:33] sladen, gah, it's a mess tbh [15:40] hm, nope, it's worse than i thought [15:43] mok0, I've fixed most of the issues that you commented on http://revu.ubuntuwire.com/p/mythnettv about COPYING.GPL missing, i'm assuming you are asking that because it is referenced in the COPYING file, but that file does not exist anywhere in the orig.tar or on the authors site. Am I suppose to get that from elsewhere? [15:44] tgm4883: It is supposed to pre-exist in upstream's tarball [15:44] ah [15:45] tgm4883: it is that file that gives us the permission to distribute the source tree [15:45] let me contact upstream then, and see what I can find out [15:45] tgm4883: perfect! [15:45] [ubuntu/jaunty] miro 2.0-1ubuntu1 (Accepted) [15:45] good times \o/ [15:45] cause he just says use GPL or LGPL in that COPYING file [15:46] tgm4883: oh yes he does actually [15:46] tgm4883: It must have a full, verbatim copy of the license. [15:47] tgm4883, yes so he should include both GPL and LGPL licenses [15:47] ok, RMS lord, forgive me, but I am about to willfully order a Broadcom wifi chipset.... [15:47] mok0, ScottK ok, i'll see what I can do [15:47] jdong: does it work with Ubuntu? [15:48] mok0: the wl.ko works flawlessly with Linux all the way up to full N speeds [15:48] mok0: but it is a pure blob of evil. [15:48] jdong: inserting trojans, malware and what not [15:48] mok0: from what I understand the driver derives from the same blob used on Broadcom routers that run Linux (like 90% of the market...) [15:48] mok0, i've also fixed http://revu.ubuntuwire.com/p/mythnettv-gui per your request, so you can give it a +1, but if mythnettv doesn't get in it's a irrelevant, so you may want to wait [15:49] which probably explains its maturity/stability [15:49] tgm4883: If upstream won't fix it, you can repack the tarball and add the file (documenting what you've done) as long as it's clear in the context of the package what upstream intended. [15:49] tgm4883: ok, thanks [15:49] * ScottK had to do that on his very first package. [15:49] but the ath9k based card I have right now is just... awful under Linux [15:49] ScottK, ok thanks [15:49] I had it when it took 10 minutes to associate to a node 3 feet away. [15:49] jdong: Intel? [15:50] Atheros [15:50] jdong: I'm suggesting why not get Intel? [15:50] WFM. [15:50] the other complicating factor is that this is an Apple notebook and I am still interested in the ability to dualboot its proprietary OS [15:51] if it were pure-Linux I would get an iwl4965 [15:51] and Apple's HCL consists of... two wifi cards? :) [15:51] Yum. [15:51] yea funny how people complain about Linux and hardware [15:52] stupidly enough the card works flawlessly under OS X [15:52] Apple is a special case. [15:52] but I feel somewhat... bad... for going around running OS X on campus [15:52] jdong: Linux claims to work on rather more hardware than OS X does. [15:52] Since they are really the only purveyors of an integrated hardware/software set. [15:58] oh crap - how does one "un"-archive? [15:58] found a new button... should NOT have pressed that. [15:59] chrismurf: on REVU? click on Unarchive :P [15:59] oh hey :-) [15:59] * chrismurf will not be tempted by other pretty icons [16:04] * mok0 finds a button labelled "Do not press, danger!" [16:04] * mok0 thinks it is a pretty button [16:05] mok0: What colour is it? [16:05] soren: red [16:05] Those are the best. [16:05] hehe [16:05] It is behind a small window of glass === Nicke_ is now known as Nicke [16:09] mok0: http://orangesquash.org.uk/~laney/wallpapers/1200682311225.jpg [16:09] * chrismurf thinks that's what the little hammer is for [16:09] hehe [16:09] mok0: what about a "click here to have all MOTUs pulled out of the beds to review your package" button? [16:10] DktrKranz: ugh me no like [16:10] haha - that seems like a horrible idea for all involved [16:10] "Your package has been EXPLODED." [16:10] I guarantee any package reviewed after that button would not get advocated. [16:11] "Your package has been dissolved and the bytes scattered all over the Internet. You are free to use Google or other service at your disposal to attempt a recovery. Good Luck". [16:12] sounds like charlie and the chocolate factory [16:13] lol [16:13] mok0: just add "if you ever be able to gather them all again, don't remember to push the button again" [16:14] s/remember/forget/ [16:14] Laney: that's your wallpaper? Are you red-green colour blind? [16:15] mok0: I have it on a rotation [16:15] colour blind?! [16:15] Laney: the color is so vivid it makes me want to start a fire [16:15] haha [16:16] Laney: well, if you're colorblind, it would appear to be a nice greyish color, possibly quite soothing [16:17] I like the red [16:17] gets me fired up! [16:20] Laney: I'd hate to see your bedroom decor [16:34] dholbach: Meeting logs should be back. === dholbach_ is now known as dholbach [16:35] dholbach: ^in case you didn't see the above ;-) [16:36] jpds: THANKS [16:40] can a .desktop file use a .SVG as icon? === oojah_ is now known as oojah [16:40] quadrispro: depends on the menu application [16:42] quadrispro: I think gnome-panel does, but I'm not really sure about this. (btw, in case you don't know, the name of the Icon in the .desktop file should have NO extension - the menu will figure it out by itself) [16:43] RainCT: I talk about a .desktop which should be installed in the Applications menu [16:43] quadrispro: .desktop files are universal (a FreeDesktop.org standards). KDE, XFCE, etc. use them too [16:43] ok perfect [16:43] thank you [16:44] quadrispro: I think that if you have a SVG somewhere in /usr/share/icons gnome-panel will pick it up, but you'd better ask on #ubuntu-desktop [16:46] * directhex declares it gohometime [16:46] The .desktop file *shouldn't* specify a filetype for the icon: only an icon name. [16:46] yes, I know it [16:46] The menu system will select the appropriate icon from the available icons based on that name. [16:46] ok [16:47] thank you [16:47] the default menus for Xubuntu, Kubuntu, and Ubuntu Desktop can all handle SVG icons. I'm less sure about other launchers. [16:59] I think I'm going to love this /ignore * PARTS QUITS JOINS :) [16:59] the ":)" is not ignored though :) [16:59] otherwise I'd ignore myself :( [16:59] /ignore pochu [16:59] oops [16:59] :P [17:00] :) [17:37] Hey all. Any MOTUs available to review my package - gpxviewer - It's an application that allows users to look at GPS traces files in GPX format. Thanks :) http://revu.ubuntuwire.com/details.py?package=gpxviewer === asac_ is now known as asac === Chris` is now known as ianto [18:05] ember: I thought you were a MOTU :O [18:09] Laney: Congratulations! [18:10] thanks iulian! [18:12] rar, i am back [18:16] * Laney blinks at bug #95444 [18:16] Laney: congratulations! [18:16] Launchpad bug 95444 in nvidia-graphics-drivers-180 "No Screen Backlight Control; Notebooks (Vaio, Macbook, HP/Compaq, Samsung, Zepto et al.) with Nvidia Geforce8/Geforce9/Quadro series graphics" [Undecided,New] https://launchpad.net/bugs/95444 [18:16] rawr [18:16] * Laney pounces sebner [18:39] Any MOTU available to revu/advocate my hexdiff package ? Tool to visually see differences in hexadecimal between files : http://revu.ubuntuwire.com/p/hexdiff [18:39] AM I the only one to get errors with ubuntuwire ? [18:41] nevermind, I had to restart firefox because of an update [18:46] Is there a second MOTU who could review pyproj? It's a python wrapper for PROJ.4 (map projection library). mok0 advocated, looking for one more. http://revu.ubuntuwire.com/p/pyproj [18:53] MOTUs: your #1 uploader needs a 2nd advocate on libmirage. [19:05] boo @ cowbuilder [19:05] (-dist). Doesn't work if /home and /var are on separate partitions [19:22] MOTUs: your #1 uploader needs a 2nd advocate on libmirage. [19:30] How hard would it take to get a debdiff accepted for a package in main? [19:30] (string fix mostly) [19:30] not very [19:31] subscribe ubuntu-main-sponsors instead of u-u-s [19:33] Laney: Ah, I expected a multi-level obsticle course upon completion it would be reviewed by the tech board and signed by the sabdfl. :) [19:33] *which upon [19:42] Laney: thanks for the upload! Glad to see a new u-u-s [19:43] no problem! [19:43] the queue is of quite a scary size [19:43] yes, 140+ is big size for any queue. :-) [19:45] * Laney is judiciously unsubscribing u-u-s [19:48] if any one wants an easy one out of the queue, i've got a sync that could use an ACK ;-) Bug #316305 builds in jaunty pbuilder, available in my PPA for testing [19:48] Launchpad bug 316305 in deluge "please sync deluge/1.1.2.dfsg-1 from debian-experimental" [Wishlist,Confirmed] https://launchpad.net/bugs/316305 [19:49] * Laney is processing in order [19:52] * slytherin is processing java packages. [19:52] heh, worth a shot [19:53] Laney: anyways, congrats on becoming a MOTU [19:53] thanks [19:53] your turn soon, eh? [19:54] asomething: I never saw ttf-rufscript in repositories. Did you drop plans to package it outside your PPA? [19:55] slytherin: should be in jaunty, I got into debian [19:55] * slytherin checks [19:56] http://packages.ubuntu.com/jaunty/ttf-rufscript [19:56] asomething: yes it is. Don't know how I missed it. [19:56] :-) [19:59] I added a .patch file to the debian/patches folder, dch -i'd, and debuilt the source. Why is it then that debdiff says there were no changes made to the dscs other than the changelog addition? [20:02] lfaraone: what patch system does the package use? === toabctl_ is now known as toabctl [20:12] what's the point of the Enhances field in debian/control? does it actually do anything? how does it get used? [20:12] probably in package managers [20:13] * ScottK mentions ##1234567890 on the off chance people want to join. [20:19] asomething, "This field is similar to Suggests but works in the opposite direction. It is used to declare that a package can enhance the functionality of another package. " [20:20] ya, that's what the policy man says, but I guess I'm wondering how it gets used by say synaptic, not very important, just wondering for something I'm working on [20:26] Any MOTU available to revu/advocate my hexdiff package ? Tool to visually see differences in hexadecimal between files : http://revu.ubuntuwire.com/p/hexdiff [20:27] how can I create a watch file that parses latest version of a package from this page - http://java.netbeans.org/servlets/ProjectDocumentList ? [20:27] need 1 more advocate [20:29] found out already [20:30] hi folks [20:32] hi sistpoty [20:32] hi dolanor [20:33] * ScottK waves to sistpoty. [20:33] hi ScottK [20:34] ScottK: any tought tasks for me this friday night? [20:36] * sebner winks sistpoty =) [20:36] huhu sebner [20:43] Hiya sistpoty. [20:53] yay, water pipe broken in our road, so no water until tomorrow afternoon [20:53] what are g-p-m battery warning levels determined by? [20:54] it is kinda silly on netbooks to do the whole DANGER WILL ROBINSON: YOU HAVE 35 minutes of battery left!! [20:57] jdong, gconf-editor: /apps/gnome-power-manager/thresholds [20:57] why silly? [20:57] hi iulian btw [20:58] Is it necessary to remove hidden files from upstream archives? [20:58] * sistpoty could still put big buckets of water aside for the night :) [20:58] maxb: it makes it sound a lot more urgent than it should [20:58] maxb: i.e. for some systems 10% of battery lasts quite a long time [20:58] while on my large notebook 10% is hurry or openoffice wont close before the system ZAPs [20:59] Well.... yeah, but you said an absolute time, not a % :-) [20:59] Is it necessary to remove hidden files from upstream archives? [20:59] jdong: I assume it's some acpi magic? [21:00] jdong, sistpoty, it's a user setting in gconf. /apps/gnome-power-manager/thresholds. [21:00] I guess that is a gracious definition of "user setting" but thanks :) [21:03] jdong: KDE if you want user settings .... [21:03] * sistpoty coughs at 4.* *g* [21:04] but maybe I just haven't properly adjusted yet to the new kde world order *g* [21:04] ScottK: grin :) [21:05] sistpoty: It's getting there pretty well with 4.2. [21:05] ScottK: good to know... I'll check (as in upgrade) every now and then ;) [21:07] (and btw.: back when 3 was out, I felt 2.? somewhat better, but funnily, I wouldn't want to look back at 2.* nowadays) [21:09] ScottK: I assume it's not possible to sync from debian/new? [21:10] sistpoty: No, since packages in New aren't publically available. [21:10] ah, just what I thought, thanks [21:10] It's usually possible to fish the packaging out of a VCS somewhere or ask the maintainer for it. [21:11] Then make a -0ubuntu1 version of it. [21:11] * sistpoty asks myself as maintainer and even better myself as upstream as well *g* [21:11] ;-) [21:11] * sistpoty gives himself OK [21:11] I did this myself for one package. [21:11] heh [21:11] It's still in New after over a month. [21:11] So I'm glad I didn't wait. [21:11] ok, then I guess you're in the queue above me [21:12] (only 1-2 weeks) [21:14] crap... I uploaded the *wrong* orig.tar.gz (a local built one instead of the released one) [21:14] always these upstream maintainers *g* [21:14] sistpoty: I can reject it. What package? [21:15] ScottK: fauhdlc [21:15] ScottK: thanks a lot... I'll respin with the proper tarball [21:16] sistpoty: Rejected. [21:16] thanks ScottK [21:16] You're welcome. === smarter_ is now known as smarter [21:28] * sistpoty looks at http://www3.informatik.uni-erlangen.de/Research/fauhdlc/downloads/MD5SUMS.asc to be safe :) [21:42] ScottK: do you have time to process a sync? [21:42] slytherin: I can't do sync's from the lP U/I. [21:43] ScottK: What other ways are possible? [21:43] Yes, just follow the regular process. [21:45] ScottK: can you new a package? fauhdlc (now with proper orig.tar.gz) would be waiting and is completely uncontroversial in regards to copyright, as I wrote all files (and only a co-worker touched a few files recently) [21:49] ScottK: The package is already in the ubuntu-archive queue. But I am waiting for the package to be synced to evaluate fop merge/sync. That is why I asked you. [21:50] asomething: deluge sync acked [21:50] slytherin: thanks! [21:51] * Laney spied some more ajax on LP just now [21:51] (subscribers list) [21:52] I see. [21:52] I may be abel to get to them in a bit. === wgrant_ is now known as wgrant [22:06] Laney: Uhm, did they get ride of the tags? [22:07] wha? [22:07] I don't see the tags list anymore [22:07] great :D [22:07] I still see them [22:07] might be the greasemonkey scripts though [22:19] Hey all. Any MOTUs available to review my package - gpxviewer - It's an application that allows users to look at GPS traces files in GPX format. Thanks :) http://revu.ubuntuwire.com/details.py?package=gpxviewer [22:30] http://launchpadlibrarian.net/22559597/gtranslator_1.9.4-1.build2 why would this ftbfs happen, anyone? [22:31] (I know that adding liblaunchpad-integration-dev fixes is, but why is that necessary for a synced package?) [22:31] s/s is/s it/ [22:36] Laney: I assume seb128 would now the answer [22:36] mm [22:36] pochu is subscribed to the bug anyway ;) [22:36] he knows all about gnome [22:37] Laney: probably on a rdepends of liblaunchpad-integration-dev (or a different binary from launchpad-integration) is wrong in regards to depends [22:41] hm... somehow dist-upgrade wasn't kvirc friendly *g* [22:41] (and I timed out) [22:42] Laney: I suppose one of the .la files pulled in directly or indirectly via the -l options eventually references launchpad-integration [22:42] grep in the pbuilder environment, maybe? [22:42] maxb: Yeah. Does that indicate a missing depends? [22:42] Laney: did you get my response? [22:42] sistpoty: I did, thanks [22:43] Laney: that one that a depends was missing from a rdepends of lp-integration? or the former one? [22:43] I need that pbuilder hook that drops you into the environment on a ftbfs [22:43] sistpoty: both! [22:43] ok :) [22:43] * Laney will grep it up [22:44] different question at everyone: the current list where motu-release delegates power is http://paste.ubuntu.com/117858/... is s.th there outdated/do we need more delegations? [22:45] * sistpoty admits to have lost oversight over derivatives [22:57] sistpoty: There's a wiki page somewhere. [22:58] * ScottK doesn't recall where [22:58] * sistpoty checks google [22:59] Laney: http://paste.ubuntu.com/117866/ [23:00] vorian: I found a similar one on the wiki, thanks [23:00] (will that cd line work with pbuilder-dist?) [23:04] * sistpoty gets angry at the wiki for *not* hiding what he looks for [23:04] erm. for *hiding* [23:06] Do we have any real policy about what types of packages can be added to the repositories? Somebody uploaded a meta package to REVU that simply installs all of the packages they like to use. I would love to be able to point them to some wiki page that explains what types of packages are appropriate instead of just archiving the upload [23:13] nhandler: I assume meta-packages are reserved for derivatives (now don't ask me what derivatives are... as I'd appreciate a pointer myself on this *g*) [23:14] nhandler: but in general: package w.o. files in a binary package -> reject [23:15] sistpoty: Did you send a message before "nhandler: but in general: packages w.o. files in a binary package -> reject"? [23:15] nhandler: yep... [23:15] nhandler: I assume meta-packages are reserved for derivatives (now don't ask me what derivatives are... as I'd appreciate a pointer myself on this *g*) [23:16] I think there's a general requirement that a package be potentially interesting/useful to a range of people. [23:16] sistpoty: Is there actual policy saying that? Or is it more of an unwritten policy? [23:17] George's favorites isn't in that catagory. [23:17] nhandler: The other option is to just choose to ignore it. [23:17] In 6 days, it's not a concern for months. [23:18] nhandler: binaries w.o. files -> archive admins choice (and I recall rejects for it). derivatives allowed meta-packages: no written policy AFAIK. So no, there's nothing written... at least to my knowledge [23:18] nhandler: but maybe debian policy nowadays says s.th. about binaries w.o. files [23:19] * slytherin plans to upload a package which pulls all java packages. :-P [23:19] java-splatter [23:19] haha [23:19] :) [23:20] actually it is a long term plan. I am going to create a jubuntu-desktop package. :-D [23:21] slytherin: I guess you should first find out how to get a derivative accepted (and then tell me where the *.....* list of official derivatives is *g*) [23:21] in a long term plan, I see Sun acquiring slytherin :) [23:21] "binaries without files" .... even a metapackage needs a changelog, though? [23:22] savvas: I wish [23:22] maxb: I mean w.o. files as in "/usr/share/doc// excluded" [23:23] maxb: I think you can link one changelog for all the resulting binaries, I'm not sure though [23:23] We have metapackages for derivatives that are not built out of the official build system. [23:23] maxb: otherwise it couldn't even enter the archive (e.g. w.o. changelog.Debian.gz or copyright() [23:23] So I don't think there is a list of official derivatives. [23:23] Ichthux and Ubuntu Muslim Edition are two I know of. [23:23] metapackages derived from dummy packages, right? [23:23] ScottK: that's the term found on ubuntu.com.... not my idea :P [23:24] OK. [23:24] * directhex starts work on zoroastrian edition [23:25] We have Ubuntu, Ubuntu Server, Kubuntu, Xubuntu, Mythbuntu, and Ubuntu Studio that do their CD images out of the Canonical infrastructure (plus MID, netbook remix, etc). [23:25] * sistpoty starts to wonder if motu-release needs greater power to reject wherever MOTU packages want to go where no other MOTU packager went before *g* [23:25] Those are all definitely 'official' for most any definition of official you'd want to pick. [23:25] sistpoty: I think for New packages we can leave that to the archive admins. [23:25] hehe [23:26] Where MOTU release, I believe, may need to weigh in is on stuff they'd never see. [23:27] as in new upstream versions uploaded w.o. ack? [23:29] ScottK: do we care about linking against openssl w.r.t GPL-2+ in ubuntu? [23:30] (i.e. w.o. exception) [23:30] I think we do. [23:30] I've certainly downchecked packages for it on REVU. [23:30] ScottK: ok, then fqterm is out === hanska is now known as Guest16833 === hanska is now known as Guest83108 [23:58] is Brendt Wohlberg around?