[12:16] Fujitsu: not that I know of [12:16] Fujitsu: I'm open to suggestions [12:16] not sure if LP is === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-motu [12:17] I really think we need a copy of the data like ajmitch is able to get. LDAP and XML-RPC should be approximately equal in their impracticality for use on a large scale, no? === Subhuman [n=jack@host86-150-224-205.range86-150.btcentralplus.com] has joined #ubuntu-motu [12:19] not necessarily, if there's a good way of doing complex queries [12:19] though it could be useful to have the data [12:20] I'm not sure the LP people would like a number of people making enormous numbers of XML-RPC queries regularly, really. Considering what was done to my 24-query-per-day bot. === Subhuman [n=jack@host86-150-224-205.range86-150.btcentralplus.com] has joined #ubuntu-motu [12:24] Fujitsu: It got neutered? [12:25] cut off at the knees [12:25] Hrm. That's a little more brutal. [12:25] StevenK, ha. ha. [12:25] ScottK: uploaded kdissert [12:25] Fujitsu: Gee, bitter much? [12:25] Aha.. I'll run it on the other IP assigned to that box. [12:26] StevenK, course not. [12:27] Fujitsu: was this for motu-science bugs? [12:27] ajmitch: Yes. === Subhuman [n=jack@host86-150-224-205.range86-150.btcentralplus.com] has joined #ubuntu-motu [12:33] Fujitsu: I'll talk to kiko about that, that just seems weird [12:33] and since it's MOTU Science I have a stake in it ;-) [12:33] It says to talk to static, and I've pinged him. [12:33] geser: Thanks. [12:34] It's up and running again now, anyway. I'm glad that box has two IPs. === blueCommand [n=bluecomm@unaffiliated/bluecommand] has joined #ubuntu-motu === Fujitsu kills off a few bugs. === Q-FUNK [n=q-funk@70.82.80.100] has joined #ubuntu-motu [12:40] Fujitsu: yeah, but that's going to be a serious issue if we need to screen-scrape a bunch of stuff === lotusleaf [n=lotuslea@kernel-panic/member/carne.asada.burrito] has left #ubuntu-motu ["trombone"] [12:42] LaserJock, screenscraping isn't an option. It's simply too inefficienty. [12:42] no, but in the mean time that's what we've got [12:42] and if we get shut down from even doing what we've got it's an issue [12:43] True. === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu === Marce [i=marce@meinungsverstaerker.de] has joined #ubuntu-motu === bleinmono [n=toffel@ppp85-141-149-90.pppoe.mtu-net.ru] has left #ubuntu-motu [] [12:45] geser: xserver-xorg-video-i810-modesetting 1.7.2.git20070210-1 is /much/ better than feisty's current version. [12:46] how much better? [12:46] crimsun: Is there a package of it available somewhere? [12:46] crimsun: have you a deb for i386 lying around somewhere? [12:46] tiber.tauware.de:/var/cache/pbuilder/result//xserver-xorg-video-i810-modesetting_1.7.2.git20070210-1_i386.deb [12:47] let me move that === Fujitsu will be glad to not depend on 915resolution once -modesetting is up to scratch. [12:48] geser: http://tiber.tauware.de/~crimsun/xserver-xorg-video-i810-modesetting_1.7.2.git20070210-1_i386.deb [12:49] ajmitch: simultaneous output to CRT and LFP w/ dri enabled and no tweaking of xorg.conf required to use CRT's modes [12:49] useful === ajmitch should try it on the laptop [12:49] since I've got a spare monitor sitting here [12:51] crimsun: thanks [12:51] np [12:52] does it need anything else special, like an unuploaded xserver? [12:52] nope [12:52] ok, good [12:52] I'll dist-upgrade anyway, this laptop is about 3 weeks behind === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu === ajmitch waits [12:53] ajmitch: for? [12:53] 12:51 < ajmitch> I'll dist-upgrade anyway, this laptop is about 3 weeks behind [12:54] Need to get 58.2MB/298MB of archives. After unpacking 3445kB will be used. [12:54] ah right === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === segfault [i=segfault@core-dumped.org] has joined #ubuntu-motu === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu [02:00] hi folks [02:00] hey === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu [02:02] hi tonyyarusso === Marce [i=marce@meinungsverstaerker.de] has joined #ubuntu-motu [02:07] Hobbsee: we can't downgrade supertux... my girlfriend will kill me if we do *g* [02:07] how do I tell a shell script that variable is a int? [02:07] LaserJock: There is no typesetting in shell scripts./ [02:07] So you can simply do Variable=1 [02:07] or whatever [02:07] hey sistpoty :) [02:08] hi ajmitch [02:10] TheMuso: really? my shell script complains [02:10] LaserJock: What are you trying to do with the variable/ [02:11] hehe, I just put it in the wrong place, nvm me [02:13] TheMuso: I'm trying to do a variable=variable+number [02:13] just to add up numbers [02:13] I wouldn't have thought addition would be too hard, but my brain isn't work too well [02:14] LaserJock: imo adding numbers is a bashism iirc [02:14] but it works? [02:14] in bash it does [02:15] maybe I should have just used python [02:15] hehe === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [02:15] What does it mean in debian/rules if something is in parentheses? I have "(cd mozilla && for i in ../debian/patches/* ; do patch -p0 < $$i ; done)", and thought it interesting that it never does cd .. [02:16] I just want to add up the file size of a bunch of files [02:17] LaserJock: you can use `expr $a + $b` [02:17] tonyyarusso: it will start a subshell and execute the commands within (..) in this subshell [02:17] sistpoty: ah, thanks [02:17] np === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu [02:21] Toadstool: expr 1+1 gives me 1+1 not 2 [02:22] Toadstool: oops need spaces === xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu === RAOF [n=chris@202.63.35.99] has joined #ubuntu-motu [02:27] nick Laser_away [02:33] I think I found my error? Report in half an hour or so :) === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [02:41] anyone know why there is no libtcl-perl [02:41] or libtcl8.4-perl [02:44] interesting... dholbach is not a member of ubuntu-dev [02:44] sistpoty, how's that strange? [02:45] well... it's just interesting ;) === sistpoty is just cleaning up motu according to the proposal of mdz [02:45] Are you preparing for the Great Inactive MOTU Purge? [02:46] I'll take that as a yes :P [02:46] So ubuntu-dev will just have ubuntu-core-dev and motu as members? [02:46] Fujitsu: right... and thus I'm just aligning motu to ubuntu-dev [02:46] Good idea. [02:46] which is a pretty boring job [02:46] I can imagine. [02:47] It'll be nice to have the list reduced to active people, rather than having all these people who haven't touched anything in a year. [02:47] Fujitsu: well, that's a different task I'm currently not following... [02:48] But it is another task that mdz suggested, I didn't mean that you were doing it :) [02:48] Fujitsu: ajmitch, dholbach and gpocentek will tackle this [02:48] Indeed, I just read the minutes of the meeting. [02:48] :) [02:51] Good to see the council up and running, making decisions :) [02:51] yay, finally :) [02:51] I never thought I'd see the day when we had a good decision-making structure. [02:57] we do? :) === ajmitch can probably drop out of ubuntu-dev & motu === Lathiat watches his inbox get spammed [02:58] Pardon, ajmitch? [02:58] Fujitsu: I'm in -core-dev, so I'd have implicit -dev membership [02:58] Lathiat: Because you're an admin of motu? [02:58] ajmitch: then do it now... would safe me work :P [02:59] ajmitch, true. But you're more a motu. [02:59] yeh its spamming me about all the member changes [02:59] ajmitch: ah, no... I'm through A already :) [02:59] Fujitsu: sad to say [02:59] Lathiat: blame me === Lathiat blames sistpoty ;) [02:59] hehe === _jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu [03:01] sigh, I have email coming through again, but I wonder if I lost the mail that was queued === _jaldhar is now known as jaldhar [03:01] ajmitch: Sounds inconvenient. [03:01] quite === tonyy [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-motu === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu === RAOF [n=chris@202.63.35.99] has joined #ubuntu-motu === jwhitlark [n=jwhitlar@72-254-192-46.client.stsn.net] has joined #ubuntu-motu === segfault [i=segfault@core-dumped.org] has joined #ubuntu-motu === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu === pochu [n=pochu@38.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu === rexbron [n=rexbron@complex1-372-179.resnet.yorku.ca] has joined #ubuntu-motu === janm [n=jmalonzo@ppp4592.dsl.pacific.net.au] has joined #ubuntu-motu [03:51] I have a somewhat odd thing that I need to do, and I'm not sure how to go about it. There's some naming nonsense in the package I'm doing, so what I want is to have installing the package do 'ln -s /usr/bin/name1 /usr/bin/name2' (needs root priv, btw). I tried putting that in debian/packagename.postinst, but that results in the following when building the .deb: [03:51] cp: `debian/kompozer//usr/bin/nvu' and `debian/kompozer//usr/bin/nvu' are the same file === cypherbios_ [n=cypher@201.89.192.236] has joined #ubuntu-motu [03:51] I need it to copy the existence of a symlink, not the file it points to. [03:53] tonyyarusso: maybe cp --no-dereference [03:53] tonyyarusso: maybe you also want to create the symlink during build time (so that it's part of the package), so you could use dh_link [03:54] sistpoty: Could well be (cp's man isn't very explanatory about what those mean...). However, the cp is being called by dh_install, not stated explicitly, so I have no idea how to pass that switch. [03:54] Ah, didn't know there was a dh_link - that might make more sense hopefully. === freeflying [i=flyingfr@ubuntu/member/freeflying] has joined #ubuntu-motu [03:54] tonyyarusso: but dh_install won't put things in the postinst, would it? === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu === caravena_ [n=caravena@188-29-246-201.adsl.terra.cl] has joined #ubuntu-motu [03:55] Heya gang [03:56] hi bddebian [03:56] Hi sistpoty [03:56] sistpoty: I think the postinst is done prior to that...not sure. dh_link's man suggests that it could be the ticket anyway. [03:56] yay, more ignorant reporting on osnews.com [03:56] hi bddebian [03:56] Heya ajmitch [03:57] stating that there are 541 RC bugs holding back debian etch [03:57] conveniently ignoring that *many* of these will be on packages not in etch, or tagged etch-ignore [03:58] hehe [03:59] any new insider infos when it will be released? [03:59] or rumors? *G* [04:00] I don't know, should we run bets on whether feisty will release first? ;) [04:00] since it'll be a few weeks after the last kernel upload [04:00] *g* [04:01] since they still need the new kernel (still0, d-i RC2 for installation testing, and then a few weeks extra [04:03] ajmitch: if you have a moment, could you take a look at bug 86318? thanks in advance :) [04:03] Malone bug 86318 in gajim "Version 0.11.1 of Gajim has been released. Please update" [Low,In progress] https://launchpad.net/bugs/86318 [04:03] uh, why me? :) [04:03] ajmitch: because you are a motu-uvf member ;) === CarlFK [n=carl@72-254-136-215.client.stsn.net] has joined #ubuntu-motu [04:04] ajmitch: do we still need 2 oks, or with one is enough? because daniel approved it... [04:08] sistpoty: shy did you deactivate zul? [04:08] *why [04:11] pochu: 1 extra ok is enough [04:12] ajmitch: so what do you think? :) [04:12] Yeah, why didn't you de-activate me? :-) [04:13] pochu: I added my ok to it [04:13] bddebian: because you're special [04:13] ajmitch: that's fine :) [04:13] LaserJock: probably because zul_ identifies as core dev ;) === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-motu [04:13] ajmitch: could you also upload it? ^_^ [04:13] that's asking a lot [04:14] heh [04:14] what's with the broken debdiff? [04:14] new upstream release, but no new upstream code there [04:14] LaserJock: sorry, was afk for a moment === Ademan [n=dan@h-67-101-144-122.snfccasy.dynamic.covad.net] has joined #ubuntu-motu [04:14] LaserJock: because he isn't a member of ubuntu-dev [04:15] pochu: if you want it updated, please provide the appropriate orig.tar.gz, .diff.gz & .dsc [04:15] ajmitch: Then can you review wxwidgets2.8 and libphp-jpgraph? :-) [04:15] ajmitch: give me a second :) [04:15] bddebian: hah [04:16] :'-( [04:16] wxwidgets2.8 is not a small change [04:17] it's a big, ugly library [04:17] No shix :-) [04:18] and the debian maintainer is adamant about keeping it a native package [04:19] and will probably descend on your house seeking vengeance [04:20] hehe [04:21] I see you've kept versioned python deps in there [04:21] +Suggests: wx2.8-doc, wx2.8-examples, python2.5-xml [04:21] python2.5-xml doesn't exist [04:21] I know that's part of that stupid control.in crap [04:22] python=V-xml [04:22] get in & cleanup [04:23] if you knew there were still issues, why ask me? :) [04:23] And if he is upstream and maintainer why the hell isn't 2.8 in Debian yet? [04:24] because he's... interesting [04:24] I forgot about that one. I had it fixed before I realized I had to use the control.in [04:24] I almost disabled that stuff [04:24] and libphp-jgraph is a new package? [04:25] Not sure. We have 1.x in the archive but it's PHP4 only. This is 2.x which supports PHP5 [04:25] I see I typed it wrong === ajmitch checks copyright [04:26] I guess it might make sense to grant a general uvf-exception for the remaining php4 packages [04:26] ah yes, QPL [04:26] Yeah :-( [04:26] this is why debian bug 281535 is tagged wontfix [04:27] Debian bug 281535 in libphp-jpgraph "libphp-jpgraph: New upstream release" [Wishlist,Open] http://bugs.debian.org/281535 === matt_good [n=matt@72-254-192-46.client.stsn.net] has joined #ubuntu-motu [04:28] I'd say there's a very good chance this wouldn't be allowed in universe [04:29] but I can't say for sure === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu [04:30] they confuse things a lot with using commercial vs open source [04:32] But doesn't QPL.txt say it's freely re-distributable? [04:32] but README says that the QPL doesn't apply for commercial use === bddebian HATES licensing crap [04:33] even though it says 'open source use' [04:33] Hmm [04:33] What makes it "Commercial Use" ? [04:33] at least the debian maintainer is of the opinion that this is not free software [04:33] which you clearly saw in debian/copyright, since you added stuff in there [04:34] yep [04:34] Isn't it the same license as libqt? [04:34] no [04:34] it states that the QPL applies under certain circumstances [04:34] does it have rdepends? is it popular? if not, I'd opt to devote the new version to multiverse and be happy === ajmitch had never heard of it [04:35] sistpoty: A few [04:35] tutos2 [04:35] QPL? which one is that? === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [04:35] Oh and gforge-web-apache [04:36] gforge-web-apache Recommends: libphp-jpgraph [04:36] Hmm [04:37] besides, you'd need to make sure that you don't break reverse depends by introducing a new version === ajmitch is going to leave in a few minutes anyway [04:40] done :) can anybody upload it? bug 86318. Thanks motu people! :-) [04:40] Malone bug 86318 in gajim "Version 0.11.1 of Gajim has been released. Please update" [Low,Confirmed] https://launchpad.net/bugs/86318 [04:40] Well, I was just trying to "help" [04:47] how do we have sun-java6-bin when java.com only has java5? [04:49] we're modern? [04:49] *g+ === jwhitlark [n=jwhitlar@72-254-192-46.client.stsn.net] has left #ubuntu-motu [] [04:49] nixternal: http://java.sun.com/javase/6/ [04:50] ya, just seen that [04:50] yay debconf [04:50] ajmitch: could you take a look at the gajim upload? I've uploaded what you requested :) === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu === mayday_jay [n=mayday_j@maydayjay.net] has joined #ubuntu-motu === caravena [n=caravena@188-29-246-201.adsl.terra.cl] has joined #ubuntu-motu === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu [05:14] sistpoty: I don't think dh_link worked...something's weird here. [05:15] tonyyarusso: what exactly do you want to achieve? === pochu [n=pochu@38.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu [05:16] Wow, lots of launchpad email :) === sistpoty hides === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [05:16] heh === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu === zenrox [n=zenrox@pool-71-115-200-45.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [05:21] sistpoty: I want to have symlinks in /usr/bin such that /usr/bin/name2 points at /usr/bin/name1, with name1 being what would normally be installed by the package. === pirothezero [n=piro@user-12lmk89.cable.mindspring.com] has joined #ubuntu-motu [05:21] tonyyarusso: and name1 is not a symlink, right? [05:22] sistpoty: correct. name1 is an actual binary. === _jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu [05:22] tonyyarusso: then dh_link should actually do it's job... let me look at an example.... === tonyyarusso sighs [05:23] hmm, did synaptic move again? [05:23] I'm going off to bed :) If you can sponsor my upload of gajim (bug 86318), I would really appreciate it! Good night MOTUs! [05:23] Malone bug 86318 in gajim "Version 0.11.1 of Gajim has been released. Please update" [Low,Confirmed] https://launchpad.net/bugs/86318 [05:26] tonyyarusso: yep, works for me: [05:26] >> cat min12xxw.links [05:26] /usr/bin/min12xxw /usr/bin/linktomin12xxw [05:26] sistpoty: and you got no cp errors building with that? [05:26] what the heck is Ubuntu Ultimate? [05:27] LaserJock: Ubuntu + bad codecs, I think [05:27] LaserJock: knockoff distro with automatix, lots of codecs, etc [05:27] tonyyarusso: I just apt-get source'd min12xxw and put debian/min12xxw.links in there, that did the trick. [05:27] yo i just had a quick question, this is the place to have some software added to the repos right? If i have something that I want sent out i find someone who can upload it and each time i update/added support i give them the new binaries? [05:27] they need another one? [05:27] "Automatix 2 & Automatix Bleeder (in case you want additional software)" === ajmitch shudders [05:27] http://ubuntusoftware.info/ultimate/index.html [05:27] pirothezero: we deal with source packages [05:28] pirothezero: you can request a package [05:28] ah ok [05:28] or even better put a source package to revu [05:28] or you can learn to package and contribute a package yoursel [05:28] f === mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu [05:28] all that info in the links int eh motd? [05:29] !revu [05:29] LaserJock: don't worry, they promise an "ubuntu ultimate gamers edition" as well :) [05:29] REVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU [05:29] !contribute [05:29] To contribute and help out with Ubuntu, see http://www.ubuntu.com/community/participate [05:29] thanks [05:29] np [05:29] sistpoty: one of the weird things is that the error is happening during dh_install, NOT dh_link, and I _think_ dh_link runs after dh_install. [05:29] ajmitch: I just got an email reply to my FF email asking where to download it :-) [05:30] haha [05:30] tonyyarusso: are you sure you have only non-links in your .install files? [05:30] sistpoty: what do you think of getting wxwidgets2.8 in? [05:31] ajmitch: I wouldn't want to transition packages to it yet, but I don't see a reason to not get it in [05:31] well... does wxwidgets2.4 still have rdepends? [05:32] yes [05:32] sistpoty: Yeah. Without out my linking attempts, it creates /usr/bin/nvu and /usr/bin/nvu-config. I want /usr/bin/kompozer and /usr/bin/kompozer-config pointing at those. My kompozer.links is "usr/bin/nvu usr/bin/kompozer" and "usr/bin/nvu-config usr/bin/kompozer-config" on the two lines. [05:32] so we'd have 3 versions of the same libs [05:32] yep :/ [05:33] and we'll have to deal with the merge (which won't be clean) for feisty+1 [05:33] the most notable one I see is audacity [05:33] sistpoty: that should be right, correct? === ajmitch has some packages that need cleaned up this week (and UVF exceptions granted) [05:33] tonyyarusso: yes, that should be right [05:34] well, I'm really undecided on wx2.8 [05:35] I think it's kinda nice to get something in quick before we actually plan on transitioning [05:35] tonyyarusso: have you tried DH_VERBOSE=1 in debian/rules? might give you a clue what's actually going on for dh_install/dh_link [05:36] (export DH_VERBOSE=1 even) [05:36] sistpoty: I'll try that. [05:37] imo 2.4 is really outdated, so I guess we should first try to transition the remaining 2.4 stuff to 2.6 and then decide wether we want 2.8... what do you think? === bddebian goes back to his hole [05:44] sistpoty: but it wouldn't hurt to throw 2.8 into Universe would it? === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [05:44] Mez!! [05:46] bddebian, [05:46] is 2.8 in shape worth supporting for 18 months? === Mez slaps sistpoty [05:46] ? [05:46] i.e., /can/ we support it for 18 months? [05:47] iirc wxwidgets with even version numbers were quite stable and supported from upstream, right bddebian? [05:48] yes [05:48] Supposedly but what do I know? :) [05:48] Does anybody know how to pass switches to cp when it's being run as a sub-process of dh_install? [05:48] so I tend a little bit to get rid of 2.4 and have 2.8 once thats done [05:50] tonyyarusso: no, you can't, at least that's what I get from looking at dh_install (and I particularily don't speak perl) === janm [n=jmalonzo@ppp4592.dsl.pacific.net.au] has joined #ubuntu-motu [05:53] sistpoty: I can't mimic the behaviour either - using cp in all kinds of configurations on its own does it just fine. [05:53] this is so odd... [05:53] tonyyarusso: got some build log on a pastebin? [05:54] sistpoty: no. when this one, which is being run verbose, is done maybe I will [05:54] ok, I'll take a look then [05:56] hm... been thinking again, maybe it might make sense to throw in 2.8 now and then transition 2.4 stuff to 2.6... that way we'd have more time to react on 2.8 bugs. however I still can't say I'm 100% decided ;) [06:00] sistpoty: This is the relevant part: [06:00] dh_install --sourcedir=debian/kompozer cp -a debian/kompozer//usr/bin/nvu debian/kompozer//usr/bin/ [06:01] cp: `debian/kompozer//usr/bin/nvu' and `debian/kompozer//usr/bin/nvu' are the same file [06:01] dh_install: command returned error code 256 [06:01] siretart: that's what I was thinking, but I don't know either [06:01] crimsun's got a point about supporting it for 18 months [06:01] !info packaging-guide [06:01] Package packaging-guide does not exist in edgy, edgy-backports, edgy-seveas [06:01] !info packaging-guide feisty [06:02] Package packaging-guide does not exist in feisty [06:02] :( [06:02] but it's there [06:03] tonyyarusso: how do your install files look like? [06:03] usr/bin/* [06:03] usr/lib/kompozer/* [06:03] why are you passing that "cp -a ..." stuff? [06:04] crimsun: dh_install is doing that, I believe. [06:04] tonyyarusso: do you have the complete log somewhere? or the source package? might be easier to look at it than to make blind guesses ;) [06:05] LaserJock: well, I'd rather have to support 2.8 than 2.4 for another 18 month... [06:05] sistpoty: putting the entire source package up takes a long, long time. I can get you debian/ reasonably easily though. [06:06] tonyyarusso: would be a start, though I won't promise that I get the whole picture then ;) [06:06] tonyyarusso: and maybe the complete build log? *g* [06:06] sistpoty: They'll be showing up on http://www.tonyyarusso.com/files/ shortly. [06:08] sistpoty: where is that log? === esaym [n=user@cpe-72-183-201-32.satx.res.rr.com] has joined #ubuntu-motu [06:09] you'd pass that via --logfile foo.txt [06:09] [presuming pbuilder] [06:10] crimsun: And if I didn't ? [06:10] it would be a good idea to use it? :) [06:11] crud..lol [06:12] tonyyarusso: you've got install and kompozer.install in debian? [06:13] sistpoty: No. Must have forgotten to delete that from the web upload? [06:13] sistpoty: where do you see that? [06:14] tonyyarusso: just did a dget on the dsc in your web directory [06:15] sistpoty: and in it found? [06:16] tonyyarusso: I'm just testbuilding... but I guess I've found it [06:16] tell me what you think you know, b/c I'm still lost. === asantoni [n=alb@bas7-london14-1177945597.dsl.bell.ca] has joined #ubuntu-motu [06:17] tonyyarusso: if I'm correct, dh_install will copy files from debian/tmp to debian/, so passing it --sourcedir debian/ seems like a bad idea [06:18] however that behaviour changed during debhelper compatibility versions and I'm not 100% sure about what's going on there now ;) [06:18] sistpoty: Could be. I got the --sourcedir thing out of a rules file meant for Edgy. [06:19] sistpoty: Should I try with just 'dh_install', not 'dh_install --sourcedir debian/kompozer' then? [06:20] tonyyarusso: I changed make DESTDIR=... as well as droppoing --sourcedir, but it's still building for me [06:20] (to DESTDIR=debian/tmp) [06:20] sistpoty: Completely? Mine builds fine mostly and doesn't error out until the very end. [06:21] tonyyarusso: no, it's still compiling, so I can't say if there are errors yet ;) [06:21] ah, ok. === sistpoty is out for a cigarrette waiting for the build to finish [06:23] w00t :-) [06:24] ? [06:28] ScottK: I'm a fellow smoker ;-P [06:31] Ah. === Marce [i=marce@meinungsverstaerker.de] has joined #ubuntu-motu === siretart [i=siretart@tauware.de] has joined #ubuntu-motu === shawarma [n=sh@atlas.linux2go.dk] has joined #ubuntu-motu [06:38] oh, nice... now it bailed out with a different reason. looks, like it's install stuff to debian/tmp/kompozer instead of debian/tmp [06:39] iiiinnteresting [06:39] Apparently a change will do a better job of fixing the problem (and actually show up in the debdiff) if you remember to apply the change to the source file in question... === ScottK goes back and actually makes the change instead of just writing a changelog entry saying he did... [06:41] lol === helge_ [n=helge@203.62-97-194.bkkb.no] has joined #ubuntu-motu === helge_ [n=helge@203.62-97-194.bkkb.no] has left #ubuntu-motu ["Leaving"] [06:42] but I thought changelog was magic, and as soon as you described the change it wrote all the code for you.. === helge [n=helge@203.62-97-194.bkkb.no] has joined #ubuntu-motu [06:43] It's even worse in my case. I'm backporting a fix from a newer release so I just have to copy/paste and I forgot to do that... [06:43] Made for a very compact debdiff. [06:43] tonyyarusso: no, for this dpkg would need to be linked against libjustdoit, see http://lists.debian.org/debian-devel/2005/04/msg00004.html [06:44] lol [06:46] nooooooooo [06:46] sistpoty: Did you get "dh_install: kompozer missing files (usr/bin/*), aborting" [06:46] tonyyarusso: yep === tonyyarusso cries [06:47] sistpoty: Did you have it with or without dh_link running? [06:48] tonyyarusso: without, since it's called later [06:48] right [06:48] well crud [06:49] tonyyarusso: I'm just having another run... [06:49] tonyyarusso: in case I won't have succes, s.th. that you can do is to install the build dependencies, and do a make -f debian/rules on your machine [06:50] tonyyarusso: that way you can see the exact state of what gets installed where at the moment it breaks [06:50] sistpoty: ah, cool [06:50] make -f debian/rules binary even === cypher1 [n=cypher1@59.96.42.43] has joined #ubuntu-motu [06:53] Or just 'debian/rules binary' [06:54] or dpkg-buildpackage -us -nc :-) [06:54] debian/rules binary is shorter. :-P [06:54] hehe [06:55] bddebian: Oh, please test your uploads before uploading them. I just spent most of last night sorting out the mess cyrus-imapd-2.2 had gotten into. [06:55] ?? [06:56] bddebian: It's set to be compiled against libdb 4.3, but due to upstream stupidity, it links against libdb4.4 [06:56] bddebian: Trying to run one the servers in a chroot would have told you that it was broken very quickly. [06:57] Bug #87489 has a fix ready for upload if anyone is interested... [06:57] Malone bug 87489 in pypolicyd-spf "Processing to skip localhost for SPF checks does not work for IPv6" [Undecided,Unconfirmed] https://launchpad.net/bugs/87489 [06:57] tonyyarusso: sorry, still no success for me [06:58] however dawn is breaking and I really should be in bed now. [06:58] gn8 everyone [07:00] Me too, gnight gang [07:03] ScottK: Looking now. === DarkMageZLappy [n=Richard@121.44.243.245] has joined #ubuntu-motu [07:03] StevenK: Thanks. [07:11] ScottK: Looks great, uploading now. [07:12] Thanks. [07:19] mwuahaha === LaserJock drops a planet bomb [07:20] On? === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu [07:22] umm, planet [07:26] Not this one then, I assume... [07:27] If two different Ubuntu packages provide Python modules that have the same python module name, is there a standard answer on how to deal with it? Is it update alternatives? [07:27] They're modules that one might want to have both installed, but I don't see how... [07:30] ScottK: they do the same thing? [07:30] or just happen to have the same name [07:30] They're both sql libraries, but for different version of sql [07:34] The relevant bugs are bug #86552 and bug #87493 [07:34] Malone bug 86552 in python-sqlite "[apport] package python-sqlite failed to install/upgrade: " [Undecided,Confirmed] https://launchpad.net/bugs/86552 [07:34] Malone bug 87493 in python-pysqlite2 "Conflicts with python-sqlite" [Undecided,Unconfirmed] https://launchpad.net/bugs/87493 [07:34] Both are in Main, but if it was easy, I thought I might provide a patch (I helped someone figure this out in #ubuntu+1 last night). === DarkMageZLappy [n=Richard@121.44.243.245] has joined #ubuntu-motu [07:38] LaserJock: Any suggestions? [07:40] hmm, not really [07:40] can you put the 2 version in a different place? [07:40] rename the module with version number and make a symlink to the unversioned module? [07:41] minghua: That's similar to what update-alternatives would do. [07:42] If it was just single files, I could figure it, but with Python modules I'm not sure about all the other magic that happens behind the scenes during install. [07:42] ScottK: sorry, neither do I (know the python magic stuff) [07:43] No problem. At the very least if they conflict at least people will get a sensible error message. [07:47] yeah, making them conflict with each other until someone complains sounds a good solution with minimal effort [07:48] hmm, can we even downgrade supertux if we wanted to? === janm [n=jmalonzo@ppp4592.dsl.pacific.net.au] has joined #ubuntu-motu [07:49] You could just leave it and call a new package supertux-stable (although I really don't understand the fuss). [07:50] I kinda do [07:51] it's annoying when you are trying to work on unstable releases and then somebody goes and releases that in a stable distro [07:51] it's, as they say, an honest mistake [07:52] but since we'd be effectively increasing the number of users using their unstable release (and bug reports/complaints) I can see the issue [07:53] That certainly cuts short any debate. I think I'll go to bed now... === Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu [08:02] don't you people ever sleep? [08:08] nixternal, of course not. [08:08] What do you think we are? [08:10] the ones that do sleep usually can't keep up and get kicked out, like me [08:10] :-( [08:11] minghua: You sleep!? === Fujitsu calls the MOTU Council to expel minghua from our ranks. [08:11] heh [08:11] Sleeping is not permissible! [08:13] well, I think I was expelled last time when they found out that I didn't know the origin of the name MOTU [08:14] I didn't know that either :P === afflux [i=discoflu@gateway/gpg-tor/key-0x6E18D3C4] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [08:59] youngins [08:59] never watched HE-MAN ? [08:59] heh [09:09] imbrandon: next they'll say that they don't know what "council grayskull" was in reference to [09:10] I've only known that since the origin-of-MOTU discussion a number of months ago. What was HE-MAN (other than the origin of these names)? [09:11] look on wikipedia :) [09:11] Fujitsu: You *don't* know the He-Man? [09:11] I think both Fujitsu and I knew the origin of MOTU in a discussion about the name "grayskull council" [09:11] That's right, minghua. [09:11] RAOF, correct. [09:12] He-Man is ancient. I'm not. That's why! [09:13] it's a classic! [09:13] Not in my experience. [09:13] ajmitch, hehe [09:14] Anyone know where I can get some of those newly-discovered weapon-wielding monkeys to use on my mother? She's saying that this is `slave labour' and that I shouldn't do this without being paid... Gaaaha. [09:15] it is slave labour [09:15] Fujitsu, thats why i used the irc name cringer the other day , cringer was prince adams ( aka HE-MAN's ) pet cat that became battlecat [09:15] ahh the olden days [09:15] prince adam holbach [09:15] imbrandon: I was wondering why you chose such a name. [09:15] Fujitsu: http://www.penny-arcade.com/comic/2005/12/16 will tell you more about He-Man than Wikipaedia :) [09:15] ajmitch: Wouldn't Mr. Holbach be He-Man himself? He is sort of the leader! [09:15] http://www.jonobacon.org/?p=815 [09:16] Fujitsu: blame jono [09:16] Fujitsu: prince adam is he-man :) [09:16] ajmitch: Hehe. OK. [09:17] ah, the bottle dance :) [09:17] Hm, why doesn't motu-council on LP have a proper name. [09:17] *? [09:17] because it hasn't been set === ajmitch is sure imbrandon remembers that evening of the bottle dance :) [09:17] oh yea [09:17] ;) [09:18] smoke break, brb [09:18] or the one where we all get led astray (by jono) trying to find the crazy buffet :) === Fujitsu shakes his fist at all you UDS-goers. [09:18] hahah i think jono blamed that one on me [09:19] I might actually be able to go to LCA next year, and meet some FOSS people. [09:19] That will be interesting. [09:19] but he was the one that knew where the place was, then we had to wait on Seveas and elkbuntu ;) [09:19] anyhow smokie time, brb === ajmitch would like to get to LCA next year [09:22] it's reasonably late in the month though (starting 28th jan) [09:22] ajmitch: Is it? Crap, that'll interfere with school. [09:22] 28.JAN-02.FEB [09:22] Aha, but I won't have school next year. Forgot that. [09:22] from the site [09:23] you'll be finished end of this year? [09:23] Correct. [09:23] or going to get the dole & sit at home? :) [09:23] But that probably means I'll have to pay insanely more, 'cause I won't be a full-time student. [09:24] why not fulltime? [09:25] I'll probably finish off the TAFE course and work during 2008, then uni in 2009. I'll still be younger than most of the others. Of course, it's possible I'll be heading of to uni next year... Not decided yet :S [09:26] ah right [09:26] what would you do at TAFE? === ajmitch knows people that have started uni at 16 [09:26] Currently doing the Advanced Diploma of Computer Systems Engineering part time, and have been for the past 2 years. [09:26] interesting [09:26] what does it teach you? [09:27] A friend of mine dropped out in year 9 and headed off to do philosophy at uni immediately. [09:27] philosophy? strange person [09:27] Teach? Not a whole lot so far. A bit of stuff in the CCNA courses I didn't know, but otherwise no. === ajmitch didn't start doing uni stuff until the last year of high school [09:27] Yes, very strange indeed. Strangest person I know. === ajmitch waits for the rest of the mail to trickle in [09:28] mail that has been sent to me is slowly getting through :) [09:28] How long was it missing for? [09:28] only about a day & a half [09:29] most of it seems to be here now [09:29] re [09:29] `only'? That's a fair while. [09:29] Better than 4 days, I guess. That was painful. [09:29] yeah, well the isp had issues with antivirus & spam stuff :) === Ademan [n=dan@h-67-101-144-122.snfccasy.dynamic.covad.net] has joined #ubuntu-motu [09:29] Stupid ServerPronto+Dapper, and dodgy RAM. That server has had its share of issues. [09:29] heh [09:30] I should probably start redirecting my mail through a server I control [09:30] heh [09:30] I would host my mail here, but stupid Optus blocks port 25. [09:30] I wouldn't host my mail on my home DSL without a secondary MX === hoora_217166132 [i=ariel@gateway/tor/x-6537eff3dd9feb71] has joined #ubuntu-motu [09:31] it'd just be asking for trouble, given telecom's reputation [09:31] Evening all. [09:31] hey TheMuso [09:32] it is evening now, just got dark outside :) [09:32] heya TheMuso [09:32] 230am here, and thundering like a mofo [09:32] hopefully we dont drop power, i hate working when the generators are on [09:33] hehe [09:33] you're at work still? [09:33] ajmitch: I've had two outages on this cable link in the 3 years we've had it. One was 5 minutes, the other about 2 hours. That's it. [09:33] ajmitch, yea till 8am [09:33] imbrandon: I thought you'd given up those night shifts [09:33] imbrandon: Do you always do night-shifts? [09:34] Fujitsu: that's pretty good [09:34] imbrandon: Its stormy here too. === ajmitch hates to think of the mountain of mt dew cans imbrandon must have there [09:34] haha [09:34] hahah i have one dew + one amp/dew [09:34] ajmitch: That was my point. It's incredibly reliable :) [09:34] imbrandon: one tower of each? :) [09:35] What is this Mountain Dew thing? === Fujitsu wikipedias it. [09:35] zomg, you dont know mt dew? [09:35] poor deprived child [09:35] Fujitsu: The only outages that we've had have been the fault of Telstra. [09:35] Otherwise, solid as a rock. [09:36] Our work ADSL connection is terrible, and Telstra broke it for 3 days in January. [09:36] imbrandon: you're making me thirsty, and the supermarket is still open :) [09:36] Mountain Dew is actually quite nice. === TheMuso taps his glass of cold water. [09:36] ajmitch: Plenty of fluid from the tap. [09:36] though there's a supermarket open 24/7 less than 10 min walk from here, so I can't use that as an excuse [09:36] yeah, that's all I've been drinking today [09:37] ajmitch, hehe [09:37] ajmitch: That would be convenient. === ajmitch could do a caffeine run at 4am if he wanted [09:37] woohoo!!! === imbrandon looks for his usb cable for the camera === nixternal falls on the floor and dies [09:37] haha === ajmitch has his usb cable hanging off the side of the monitor [09:38] oh lord, imbrandon and a cam for his puter, stay off of netmeeting people!!! [09:38] cam for the phone === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu [09:38] usb to get the pics off [09:39] valid excuses [09:39] I don't think I'll take a photo of my desk at the moment === Neonightmare [n=neonight@76.123.203.62.cust.bluewin.ch] has joined #ubuntu-motu [09:39] it's just a bit messy === Neonightmare [n=neonight@76.123.203.62.cust.bluewin.ch] has left #ubuntu-motu [] [09:41] imbrandon, only cause my ankle was fscked [09:41] ajmitch, http://www.imbrandon.com/misc/dewdewdew.jpg [09:41] heya elky [09:41] evening elkbuntu [09:41] heyas [09:41] imbrandon: good self-control [09:41] a 1 ltr + a tall boy mt dew AMP [09:41] ;) === TheMuso had to visually check what elkbuntu just said. Speech made it sound totally different from what it actuallywas. [09:42] that'd last you about 20 minutes? [09:42] TheMuso, hehe [09:42] bout 6 hours at work, i cant goto the head every 5 minutes here [09:42] ;) [09:43] ah, those memories of uds ;) [09:43] heh [09:43] you're going to seville, are you? [09:43] trying my darndest [09:43] did anyone else find it refreshing each night to go back to the hotel to a toilet that felt normal? [09:43] good luck [09:43] hahaha [09:43] elkbuntu: you mean one that wasn't heated? [09:44] ajmitch, indeed [09:44] google has interesting facilities [09:44] ... heated toilets? That's insane. [09:44] Now that sounds plain weird. [09:44] Fujitsu, yeah [09:44] Fujitsu, nah, you must have never hit a cold toliet seat ;) [09:44] that's only the start of it === TheMuso has several times. [09:45] ajmitch, imbrandon, who was it that actually got to touch the scooters? [09:45] apparantly someone did === givre [n=Florent@APuteaux-152-1-87-206.w86-205.abo.wanadoo.fr] has joined #ubuntu-motu === ajmitch touched one, but not a live, running one [09:46] Scooters? [09:46] mtempton and ummm [09:46] someone else rode one [09:46] how google people get around campus [09:46] Fujitsu, the googleplex official mode of inter building transport [09:46] imbrandon: you mean mneptok [09:46] yea [09:46] crazy lurt [09:46] s/lurt/kurt/ [09:47] kurt [09:47] How very odd Google is. [09:47] yea [09:47] Fujitsu, well it is a long walk to many of the buildings [09:47] makes sense [09:47] I guess. [09:47] google is actualy like alot of company campus's arround the valey [09:47] but everyone makes a deal about google === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [09:50] google is fairly widespread there [09:50] they don't want people to waste time walking everywhere if they don't have to === coNP [n=conp@unaffiliated/conp] has joined #ubuntu-motu === ajmitch still rates google's cafeteria highly [09:51] yea the food was pretty good there [09:52] yeah [09:52] praaaawns :) [09:52] or shrimp as you loonies call them === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu [10:14] google people are 3 meters from here [10:14] (FOSDEM :)) [10:14] heya Seveas [10:15] Hi Seveas. [10:16] hey seveas === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [10:26] Seveas! [10:31] ajmitch! [10:31] (and hi to all) [11:07] geser: do you think wesnoth 1.2.2 can make into feisty? === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu [11:14] coNP: it depends if you can convince motu-uvf to grant a uvf exception [11:16] geser: okay, so I was not sure if that version counts as a new feature, or mostly bugfixes [11:17] it's a new version, so it needs a uvf exception [11:17] thanks, ajmitch [11:18] hay there [11:19] it shouldn't be hard to get, looks like bugfix releases === mr_pouit [n=mr_pouit@81.56.214.84] has joined #ubuntu-motu [11:24] hum..do someone know if it's possible to have my email adress @ubuntu.com changed from lutin- to lutin ? [11:24] Lutin, you need to change your LP name to lutin, then file a support request about it. [11:26] Fujitsu: heh, LP name already owned so I can't :/ [11:28] *sigh* === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-motu === blueCommand [n=bluecomm@unaffiliated/bluecommand] has joined #ubuntu-motu [11:40] holly shit [11:40] ? [11:40] i'm screwed as far as freetime next month [11:40] like fskin 0 [11:40] litterly [11:40] work killing your time? [11:40] gawd [11:41] we JUST got an email saying manditory 56 hours a week all next month [11:41] e.g. 5 days away [11:41] gawd [11:41] mandatory? [11:41] that's crazy [11:42] yea we got a huge new account and ...... jesus [11:42] that means i will work ummm ..... === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [11:43] 8am to 8pm monday and tuesday , 4pm to 8pm wednessday , and 4pm to 8pm thursday , 12am to 8am then 4pm to 8pm friday and saturday and 12am to 12pm sat and sunday [11:43] jesus [11:44] hrm is that right [11:44] have fun :) [11:44] man i want a raise [11:44] fsk this [11:45] Lutin: If the other account hasn't been used recently, you can probably convince the LP people to let you take the name. I've seen it done before. === Hobbsee waves [11:45] Hey Hobbsee! [11:45] hi Fujitsu! [11:46] heya Hobbsee [11:46] hey imbrandon :) [11:46] Hi imbrandon. [11:47] moins Fujitsu [11:47] evening Hobbsee [11:48] hi ajmitch [11:48] Fujitsu: I guess 0 karma, no team membership and a dead email is considered 'no used recentely' ;) [11:48] Evening Hobbsee. [11:49] Lutin, probably, yep. [11:49] hi TheMuso :) [11:50] Lutin, most likely ;) === TheMuso is finding himself busy with musical related activities for the next 6 days. [11:51] Which is somewhat of a change for me, and the busiest I've been in a while. [11:53] Fujitsu: fill a support request is enough, or do I need to poke some LP people ? [11:54] Lutin: support request is enough [11:55] Hobbsee: ok, thanks [11:57] imbrandon: so waht's happening with beryl? [11:57] or is giskard doing it? [11:57] i'm not doing it [11:58] i can do it, but last time people told me that imbrandon was working on it [11:59] Hobbsee, and, i don't have a ubuntu pc right now (it died 2 days ago) so i'm not able to do a good/clean work [11:59] chroot? === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-motu === Hobbsee notes imbrandon went afk again === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-motu === pirast [n=martin@p508B0E49.dip0.t-ipconnect.de] has joined #ubuntu-motu === GNUro [i=GNUro@gateway/tor/x-6c84c6540ec22008] has joined #ubuntu-motu [12:05] 'lo! === fraco [n=fraco@213.219.144.101.adsl.dyn.edpnet.net] has joined #ubuntu-motu === davromaniak [n=cyril@AFontenayssB-152-1-7-130.w82-121.abo.wanadoo.fr] has joined #ubuntu-motu === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu [12:07] do we have seamonkey in ubuntu anywhere? [12:07] no [12:08] siretart, ping [12:08] what do people use for webdevelopment here? [12:08] cbx33: nvu [12:08] cbx33: or raw html, etc [12:08] Hobbsee, it hasn't been updated in almost 2 years [12:09] is it any good? [12:09] which is unmaintained upstream/distro. [12:09] last time i used it, it had issues with css [12:09] dunno [12:09] ok [12:10] isn't somebody working on kompozer which should be nvu 1.1? [12:10] there was an unofficial patch, which tonyyarusso was working on [12:10] sorry was afk , umm as i've told people in the past i have done some beryl work and /might/ do some more but as of this moment everything i have done is either a) in the archive or b) in beryl svn and havent touched it in weeks [12:10] and welcome anyone else to touch it at will [12:10] ;) [12:10] heh [12:10] imbrandon: smart answer :) [12:10] giskard: there you go. [12:11] cbx33, nano or vim ;) === TheMuso uses drupal for any websites he works on now. [12:11] imbrandon, hahah [12:11] Hobbsee, i don't have access to a Desktop ubuntu machine, as i told you before :( [12:11] giskard: true. was meaning when you did. also, chroots / pbuilder works. [12:12] giskard, for testing or building ? your a MOTU right ? you should have access to my build boxen [12:12] imbrandon, yes! right, but i want test them before upload, i can do this on my laptop (which runs debian) [12:12] infact i need to get those cleaned up and posted to -motu for peeps to use before i start this overtime [12:13] ahh well you could load a vm but the preformance would likely not be whats needed for beryl [12:14] hum ho [12:15] sudo reboot [12:15] err [12:15] brb === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-motu === ajmitch wanders off for sleep === imbrandon [n=brandon@voyager.imbrandon.com] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [12:32] does anyone use an IDE for work in programming? [12:32] esp python [12:32] gedit :P [12:32] eric is good, or nnao [12:32] nano* [12:33] ew, nano [12:33] nano ftw [12:33] IDE for python? Odd concept. [12:33] Vim forever! === Fujitsu stomps on nano. === cbx33 is a gedit man [12:33] hah, darn youngins [12:33] cbx33: wingide, you can get a free licence, if you can prove that you're an open source developer, and won't use it for commercial apps === Subhuman [n=jack@host86-150-224-205.range86-150.btcentralplus.com] has joined #ubuntu-motu [12:34] ahh i see [12:34] i've seen people using eclipse [12:34] and indeed i tried it out for a short while [12:34] eric is gpl and good [12:35] ;) [12:35] wingide consumes much less memory, and it's a lot faster, has doc and debugging features, but it's not open source :( [12:35] (compared to eclipse) === pirast [n=martin@p508B0E49.dip0.t-ipconnect.de] has joined #ubuntu-motu [12:36] apt-cache show eric [12:36] Description: full featured Python IDE eric is a full featured Python IDE written in PyQt using the QScintilla editor widget. Some highlights [12:36] ;) === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [12:36] i didn't like eric that much, but maybe i should give it a try again :) === Hobbsee__ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === Hobbsee__ [n=Hobbsee@ubuntu/member/hobbsee] has left #ubuntu-motu ["Bye!] === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu === lfittl [n=lfittl@cl-185.mbx-01.si.sixxs.net] has joined #ubuntu-motu === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [01:20] welp time to write a bit of php [01:23] imbrandon: Urgh, why? [01:25] yuk yuk [01:25] I had to do that today too === jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === Pricey [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [01:34] Fujitsu, just to do some updates via cron that are already php scripted [01:34] and i dont wanna rewrite the whole thing [01:34] so i just patch the existing script ;) === StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu === pochu [n=pochu@38.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu [01:54] hello :) [01:55] slomo: could you upload bug 86318? It's approved :) by daniel and andrew [01:55] Malone bug 86318 in gajim "[UVF Exception] Please, update Gajim to 0.11.1" [Low,Confirmed] https://launchpad.net/bugs/86318 === CarlFK [n=carl@72-254-136-215.client.stsn.net] has joined #ubuntu-motu === cassidy [n=cassidy@audit-h1301.ulb.ac.be] has joined #ubuntu-motu === Kioshen [n=kioshen@modemcable238.174-37-24.mc.videotron.ca] has joined #ubuntu-motu === hagi [n=hagi@adsl-89-217-53-237.adslplus.ch] has joined #ubuntu-motu === c5jr [n=usarname@ppp-58.8.87.229.revip2.asianet.co.th] has joined #ubuntu-motu [02:06] Hello [02:07] ehlo [02:08] moring c5jr [02:09] Evening Kioshen, it is after 20:00 here, but still over 30 C [02:10] Thailand is a fun place, visit sometime :) [02:11] I would like to :) [02:11] you pay for the plane ticket ;) ? [02:12] Haha I wish I had that kind of money [02:12] Although once you get here your expenses can be _very_ minimal. [02:14] could anyone have a look at bug 87543 and do an upload? [02:14] Malone bug 87543 in dvdrip "DVDRip new release" [Undecided,Unconfirmed] https://launchpad.net/bugs/87543 [02:14] , please [02:22] OK, pirast, do you need a deb made of those or just upload all files in that directory? [02:23] c5jr, no just upload the dsc at http://gamesplace.info/opensource/ubuntu/dvdrip/dvdrip_0.98.2-0.0ubuntu1.dsc [02:23] Cool [02:23] c5jr, yeah [02:23] :-P [02:23] haha :D === doko [n=doko@164.15.34.95] has joined #ubuntu-motu [02:26] pirast: does UVF require 2 or 3 acks now? [02:26] hobbsee, 2 afaik [02:26] right [02:26] hobbsee, they set it to confirmed and that means that it is okay :-) [02:26] right === Hobbsee test builds === GNUro [i=GNUro@gateway/tor/x-50fbbf2b85aab2ed] has joined #ubuntu-motu [02:27] mmm [02:28] pirast, Hobbsee: then could you upload gajim? (bug 86318) It has 2 oks, and it's confirmed by a motu-uvf member :) [02:28] Malone bug 86318 in gajim "[UVF Exception] Please, update Gajim to 0.11.1" [Low,Confirmed] https://launchpad.net/bugs/86318 === pochu looks for a sponsor :) [02:32] pirast: done [02:33] hobbsee, thanks :-) [02:33] let's see if changelog-closes-bugs works [02:33] doesn't [02:33] it doesnt [02:33] soyuz isn't ready for it yet I believe [02:34] pochu: grabbing it now [02:34] Adri2000: I think so :) [02:34] Hobbsee: ty! :) === Hobbsee ntoes that Adri2000 is a MOTU [02:34] but why is it set to implented? [02:34] Adri2000: did you do any REVUing during the sprint, and before/after? [02:34] when it does not work? [02:34] :-( [02:34] Hobbsee: a bit, yes [02:35] pirast: the dpkg side is implemented, the soyuz side is another spec [02:35] Adri2000: are you working with the ubuntu-universe-sponsors, too, and getting that list down? === Hobbsee doesnt remember [02:35] yep [02:35] neat [02:35] jhhoui [02:36] :-( [02:36] why did I fix dvdrip then? :-P [02:36] hehe [02:36] pirast: hrm? [02:36] where is that list? [02:36] topic :) [02:36] pochu: the bugs that ubuntu-universe-sponsors is subscribed to [02:37] basically, ones waiting to be sponsored [02:37] oh, hehe :) [02:37] Hobbsee: I contribute to increment that list :) [02:37] hehe [02:37] as long as it's not contributing crack, that's good :) [02:39] hah rockin [02:39] i just had a colo customer come in to get access to his servers and === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu [02:39] he fired up his laptop and it was kubuntu [02:39] ;) [02:39] i was like w00t [02:41] Hobbsee: ty!! :) [02:41] now I'm going to eat :) [02:42] Hmm [02:43] I wonder if Canonical or anyone else has registered IDN transliterations of 'ubuntu' [02:43] I know that google has not everywhere === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [02:45] imbrandon: yay! [02:47] ajmitch, ping [02:47] imbrandon: likely asleep [02:48] probably, no hurry i'll just email him === mr_pouit [n=mr_pouit@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu [02:53] hobbsee, look, at bug 87536, there's a debdiff waiting for upload :-P would be nice if you could upload it :) [02:53] Malone bug 87536 in gtkpod "[feisty] gtkpod fails to build with gpod 0.4.2" [Undecided,Confirmed] https://launchpad.net/bugs/87536 === Le-Chuck_ITA [n=Le-Chuck@host170-206-dynamic.16-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === cypher1 [n=cypher1@59.96.42.43] has joined #ubuntu-motu === Le-Chuck_ITA [n=Le-Chuck@host170-206-dynamic.16-87-r.retail.telecomitalia.it] has left #ubuntu-motu [] === Le-Chuck_ITA [n=Le-Chuck@host170-206-dynamic.16-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === Le-Chuck_ITA [n=Le-Chuck@host170-206-dynamic.16-87-r.retail.telecomitalia.it] has left #ubuntu-motu [] === Le-Chuck_ITA [n=Le-Chuck@host170-206-dynamic.16-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === Le-Chuck_ITA [n=Le-Chuck@host170-206-dynamic.16-87-r.retail.telecomitalia.it] has left #ubuntu-motu [] === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [03:15] slomo: any hints for why monodevelop-0.13 fails to recognize that stetic exists? :) === ivoks [n=ivoks@21-223.dsl.iskon.hr] has joined #ubuntu-motu [03:15] did I drop way too many patches in my selfish quest to compile? :D [03:21] likely [03:21] stetic is teh devil; === caravena [n=caravena@188-29-246-201.adsl.terra.cl] has joined #ubuntu-motu === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu [03:38] ok, then approach #2 === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu [03:38] unpack Novell RPM and use in a local ~/bin [03:38] :D === lfittl [n=lfittl@cl-185.mbx-01.si.sixxs.net] has joined #ubuntu-motu [03:45] ajmitch: "[03:30] I wouldn't host my mail on my home DSL without a secondary MX" - I know this was 6 hours ago, but I was sleeping... Secondary mx is more trouble than it's worth. I've got chapter and verse on that if you care. [03:53] jdong, diaf === jaldhar_ [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu [03:54] ( http://www.urbandictionary.com/define.php?term=D.I.A.F. ) [03:54] imbrandon: I love you too. [03:55] imbrandon: http://www.urbandictionary.com/define.php?term=DIAF I hope it isn't the bottom one. === esaym [n=user@cpe-72-183-201-32.satx.res.rr.com] has joined #ubuntu-motu === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu [04:16] hrm all my java apps stopped working [04:16] java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. [04:16] woot. [04:16] nice [04:17] https://beta.launchpad.net/ubuntu/+source/sun-java5/+bug/86103 [04:17] hrmph :P [04:17] Malone bug 86103 in sun-java5 "azureus-> java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed." [High,Confirmed] === cypher1 [n=cypher1@59.96.42.43] has joined #ubuntu-motu === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has left #ubuntu-motu [] === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu [04:31] Heya gang [04:33] heya bddebian [04:33] Hi imbrandon === jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu [04:33] $query = 'select username,email from jiveUser'; [04:34] err === pochu [n=pochu@38.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu [04:34] heh === pochu waves [04:35] Hi pochu [04:35] heya bddebian :) === Q-FUNK [n=q-funk@70.82.80.100] has joined #ubuntu-motu === chrisj [n=tortoise@82.152.245.136] has joined #ubuntu-motu [04:54] Bug #87575 is ready for upload if anyone is available.... [04:54] Malone bug 87575 in pyyaml "Backport multiple upstream patches for pyyaml" [Undecided,Confirmed] https://launchpad.net/bugs/87575 [04:56] This is the upstream says, "Gee, if someone is actually going to use the stuff I released, you better make the following changes" patch. === allee [n=ach@dialin-212-144-074-095.pools.arcor-ip.net] has joined #ubuntu-motu [05:13] I need to set up an ubuntu system for packaging... Seems like there's a reasonable amount of demand for it here, and it isn't that hard to do. [05:13] c5jr, are you a member of ubuntu-dev or -core-dev ? [05:13] No [05:13] if so i already setup such systems [05:13] I do work on suriyan.org [05:14] oh ok nvm [05:14] Right on [05:14] I have tried to work on the ubuntu build system that kaimon maintains, to no avail. === yosch [n=yosch@sal63-1-82-243-96-232.fbx.proxad.net] has joined #ubuntu-motu [05:15] We have 'instant server' sarge based stuff we wanted to migrate to Ubuntu's build, but it proved very difficult. [05:16] ;) [05:16] Most of the stuff didn't seem like it was written for outsiders to use. [05:17] Ah well, that's another day's battle. [05:17] most of it wasnt [05:17] guys, could someone test cups-pdf 2.4.2-3 (debian) on Dapper, Edgy and Feisty? I need to check that it doesn't break anything on Ubuntu. If it works, I'll request a sync and a backport. [05:18] Yeah, I can definitely see the value in having a single source of a build.. We just have a buildsystem to download and run make, and an iso comes out if you have dependencies met. [05:19] it can be done, there just isnt something ready made to doso [05:19] not yet [05:19] Whch could make it harder to keep things centralized. === Neonightmar1 [n=neonight@76.123.203.62.cust.bluewin.ch] has joined #ubuntu-motu === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu === _Enchained [n=cyrille@88.166.169.102] has joined #ubuntu-motu [05:19] Yeah, I made a few isos that did very little... [05:19] Odd md5sum errors that didn't add up to me. [05:19] ;) [05:20] :D it was fun to do and get paid for though :D [05:21] heh [05:21] i like what i get paid for, i just wish i dident do so many hours of it, i have another project i wanna start this year and its looking drab === Neonightmar1 [n=neonight@76.123.203.62.cust.bluewin.ch] has left #ubuntu-motu [] [05:22] I know the feeling... [05:23] My employers seem to let me do cool stuff if it seems relatively productive most of the time they don't have an emergency. [05:23] But, life isn't as interesting without emergencies. [05:23] hahah right === cassidy [n=cassidy@ctse18.ulb.ac.be] has joined #ubuntu-motu === caravena_ [n=caravena@75-29-246-201.adsl.terra.cl] has joined #ubuntu-motu [05:43] If I want to sponser an upload, what do I do? Assign the bug to me, fetch the package, apply the debdiff, build the source package (with -k), test the build, and dput it? That's it? [05:44] Er.. And set the bug to "fix committed" of course. === ivoks [n=ivoks@22-88.dsl.iskon.hr] has joined #ubuntu-motu [05:46] shawarma: Yep [05:47] bddebian: Sound simple enough. === ScottK looks at bddebian to see if he'll upload the change for bug #87575 [05:51] Malone bug 87575 in pyyaml "Backport multiple upstream patches for pyyaml" [Undecided,Fix committed] https://launchpad.net/bugs/87575 [05:52] ScottK: i just uploaded it. [05:52] ScottK: That's why I asked. :-) [05:53] Ah. Thanks shawarma. [05:53] Cool. [05:53] No problem. Good work. [05:53] Thanks. === GNUro [i=GNUro@gateway/tor/x-2e6a9fac0f487d63] has joined #ubuntu-motu [05:59] ScottK: Have you gotten an ACCEPT mail? [06:00] It's the first time I sponsor an upload, so I'm not sure if I should expect to get one.. [06:00] shawarma: you should get it [06:00] Not yet, but LP is often slow. === _czessi [n=Czessi@dslb-088-073-134-127.pools.arcor-ip.net] has joined #ubuntu-motu [06:01] Adri2000: Alright. [06:01] ScottK: true [06:01] Adri2000: Just me, or both of us? [06:01] Oh, just got it. [06:01] just you, you signed the package === bleinmono [n=toffel@ppp91-76-74-153.pppoe.mtu-net.ru] has joined #ubuntu-motu [06:03] shawarma: The upload happened because I see the new version here: https://launchpad.net/~kitterman/+packages [06:03] Oh, I see you got it... === ScottK just got the bugmail. === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu === mr_pouit [n=mr_pouit@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu === Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has left #ubuntu-motu ["Quitte"] === Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu [06:17] could anyone please upload the debdiff in bug 87536? [06:17] Malone bug 87536 in gtkpod "[feisty] gtkpod fails to build with gpod 0.4.2" [Undecided,Confirmed] https://launchpad.net/bugs/87536 === segfault [i=segfault@core-dumped.org] has joined #ubuntu-motu [06:23] bug 87536 [06:23] Malone bug 87536 in gtkpod "[feisty] gtkpod fails to build with gpod 0.4.2" [Low,Fix committed] https://launchpad.net/bugs/87536 === mlpug [n=user@a85-156-253-211.elisa-laajakaista.fi] has joined #ubuntu-motu === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-motu [06:39] How does one find out why a binary got sent to new instead of automatically being released? [06:42] ScottK: there is only one reason: it's a new binary === jwhitlark [n=jwhitlar@72-254-192-46.client.stsn.net] has joined #ubuntu-motu === ScottK thought that usually it was only new source packages that went to the manual new queue. [06:45] first the source and then the binaries [06:46] if you split a package into two, the new one has to go through NEW [06:47] OK. Got it. Thanks. === ScottK learns something new every day === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === caravena__ [n=caravena@33-29-246-201.adsl.terra.cl] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === poningru [n=poningru@ip70-171-55-140.ga.at.cox.net] has joined #ubuntu-motu === tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-motu === jwhitlark [n=jwhitlar@72-254-192-46.client.stsn.net] has left #ubuntu-motu [] === jharr [n=jharr@137.48.138.204] has left #ubuntu-motu [] [07:28] howdy weekenders [07:31] Hody. [07:31] Howdy even. [07:36] BAM! I win! [07:36] where's gnomefreak ? [07:37] im working why whats up? [07:38] gnomefreak: It built and runs :) === tonyyarusso does a dance [07:38] what was it? [07:38] The kompozer thing from yesterday [07:39] what was the issue with missing libs? [07:39] They weren't being pulled in right with dh_install. I messed with a couple of debian/* things. [07:40] ah === sepheebear [n=SepheeBe@ool-45778673.dyn.optonline.net] has joined #ubuntu-motu [07:43] bbl these things are killing me :) [07:43] :( even === matt_good [n=matt@72-254-192-46.client.stsn.net] has joined #ubuntu-motu === poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu === caravena_ [n=caravena@28-29-246-201.adsl.terra.cl] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === _Enchained [n=cyrille@88.166.169.102] has joined #ubuntu-motu === twilight [n=twilight@ubuntu/member/twilight] has left #ubuntu-motu [] === imbrandon yawns === thelsdj [n=thelsdj@ip24-251-207-135.ph.ph.cox.net] has joined #ubuntu-motu === caravena__ [n=caravena@58-29-246-201.adsl.terra.cl] has joined #ubuntu-motu === corevette [n=corevett@adsl-75-35-200-112.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu === segfault [i=segfault@2001:5c0:80ac:1:0:0:0:1] has joined #ubuntu-motu === jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-motu [08:36] I forget. What's the criteria for moving something from dapper-proposed to dapper-updates? [08:37] for main or for universe? [08:37] https://wiki.ubuntu.com/MOTU/SRU for the latter [08:37] see points 4 & 5 [08:39] crimsun: Thanks. [08:40] Is someone familiar with dh_link? I have a debian/packagename.links file that I'm using, and it seems to only properly apply the last of the three listed. [08:40] gaim will do it [08:40] err wrong room === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu [08:40] morning [08:40] tonyyarusso: paste the .links [08:40] 'morning ajmitch [08:40] imbrandon: you pinged earlier? [08:40] ahh yes, PM , one sec [08:41] usr/bin/nvu usr/bin/kompozer [08:41] usr/bin/nvu-config usr/bin/kompozer-config [08:41] usr/lib/nvu-0.77/kompozer-bin usr/lib/nvu-0.77/nvu-bin [08:42] !pastebin [08:42] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #ubuntu channel topic) [08:42] tonyyarusso: ^^^ [08:42] (yes, I'm aware of how bizarre it is that nvu, nvu-config, and kompozer-bin are the ones that exist - inconsistency booo...) [08:42] ScottK: sorry, was only three, so.. will next time [08:51] crimsun: ideas? [08:52] tonyyarusso: do you have a pbuilder log? [08:53] crimsun: no [08:53] gotta remember to make that next time, argh. === GNUro [i=GNUro@gateway/tor/x-e39a50e744a3efaf] has joined #ubuntu-motu === ajmitch has pbuilder setup to always log [08:55] makes it easier [08:56] yeah [08:58] w00t jabber and public email server workin === allee [n=ach@dialin-145-254-253-159.pools.arcor-ip.net] has joined #ubuntu-motu [08:58] now to make a webpage === Ademan [n=dan@h-67-101-144-122.snfccasy.dynamic.covad.net] has joined #ubuntu-motu === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === chrisj [n=tortoise@82.152.245.136] has joined #ubuntu-motu [09:10] what do you think of the rc debian bugs "missing dep on adduser" ? in ubuntu adduser is a dependency of ubuntu-minimal, so they are not really rc bugs for us... [09:13] no, they still are. [09:13] adduser is only Priority important [09:13] should be trivial fixes & uploads, anyhow [09:17] crimsun: ok, I will request syncs for them then [09:18] if its not priority Required it should be dep'd on correct ? === zenrox [i=zenrox@pool-71-115-200-45.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === caravena_ [n=caravena@58-29-246-201.adsl.terra.cl] has joined #ubuntu-motu [09:19] yes, that's the contained fix [09:19] hence the "will request syncs for them" === jwhitlark [n=jwhitlar@72-254-192-46.client.stsn.net] has joined #ubuntu-motu [09:29] giskard: Did you ever have trouble building Nvu on PPC ? === mr_pouit [n=mr_pouit@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu [09:31] ajmitch, ping? === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu === ploum [n=ploum@user-85-201-16-252.tvcablenet.be] has joined #ubuntu-motu [09:39] Hello [09:39] I would like to upload my first package in REVU [09:39] I already joined the LP group [09:39] can somebody sync it ? [09:43] can i prod someone about a NEW package? [09:43] keyring sync in progress. [09:43] thanks [09:44] on the website, the login is the same that the LP one ? [09:45] it's your email address [09:46] keyring sync completed. [09:46] and what is the password ? The LP one or the GPG one ? [09:47] thanks crimsun [09:50] the "recover password" on the site gives me : [09:50] bash: -d : command not found [09:50] ok [09:51] understood (the ">" at the beginning must be removed) [09:52] * can i prod someone about my NEW package? [09:52] it has a bug :) [09:52] tsmithe: a package which is currently in NEW? [09:52] it's in the queue [09:52] what is the bug? [09:53] ldconfig stuffs === Kioshen [n=kioshen@modemcable238.174-37-24.mc.videotron.ca] has joined #ubuntu-motu === jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu [10:01] The password recover always reply me "none" for my password. Is it normal ? === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-motu [10:10] Adri2000, it's "wired". it installs some files to /usr/lib that it uses, and others to /usr/lib/wired (by default) which was kinda untidy, so i configured it to install libs by default to /usr/lib/wired. but causes link issues. i could have a postinst script call `ldconfig /usr/lib/wired`, but i don't like that either. would it just be easier to revert the change, and have it scatter a few (not actually that many) files in /usr/lib? [10:10] also, the latter solution creates the /usr/lib/wired/wired directory [10:12] ajmitch, ping ( again ) [10:13] crimsun, got a few minutes to help me come up with a short list of packages [10:14] tsmithe: hmm, if it doesn't create problems when there are files in /usr/lib/ and /usr/lib/wired/, you can keep that and ask upstream to install them in the same place in the future [10:14] imbrandon: #ubuntu-meeting and get rid of a troll please? [10:14] i will - i was thinking of that [10:14] now, is updating a package on NEW any problem? [10:15] I'd say reupload a package that is already in NEW won't work, but I'm not sure at all === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu === matt_good [n=matt@72-254-192-46.client.stsn.net] has joined #ubuntu-motu === czessi_ [n=Czessi@dslb-088-073-013-162.pools.arcor-ip.net] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [10:22] ajmitch, unping [10:22] imbrandon, you'll know === finalbeta [n=finalbet@d54C68D0D.access.telenet.be] has joined #ubuntu-motu [10:24] ? [10:24] i wasent reading [10:24] ^^^ about wired :) [10:25] can it be reuploaded to NEW? [10:25] iirc yes, but i have never tried it [10:25] hmm [10:26] asked in -devel === Toadstool waves [10:29] hi Toadstool [10:30] hey Adri2000 [10:31] NEW packages need an ack from motu-uvf now? so I assign motu-uvf to the sync request? === ivoks [n=ivoks@22-88.dsl.iskon.hr] has joined #ubuntu-motu [10:35] tsmithe: I've uploaded a package on top of one in NEW before. [10:35] It works. [10:35] where did mipmap.h disappear off to? [10:35] it's not in there since xorg 7.2 mesa came onboard. [10:37] The only reference to mipmap.h + xorg 7.2 I can find is a complaint in the Gentoo forums saying the same thing. Terrific. [10:39] Fujitsu: LOL wonderful! :D [10:39] xserver-xgl does not compile anymore [10:39] because mipmap.h went poof. [10:41] Get a new xserver-xgl, perhaps? [10:42] Fujitsu: considering it yes :) === jdong looks for repo [10:43] Fujitsu, thanks [10:43] Fujitsu: 10 bucks new xgl would want new glitz/mesa and ad nauseum [10:46] ha ! dirty symlinks fixed that [10:47] Yuck! [10:48] imbrandon: Can you please attack #65964 with your core-dev release-nomination-accepting powers? === tsmithe runs out of battery === jwhitlark [n=jwhitlar@72-254-192-46.client.stsn.net] has joined #ubuntu-motu === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu === Q-FUNK [n=q-funk@70.82.80.100] has joined #ubuntu-motu === Arrogance [n=aks@ottawa-hs-209-217-79-61.d-ip.magma.ca] has joined #ubuntu-motu [11:07] Fujitsu, k [11:09] Fujitsu, done [11:09] Thanks! [11:09] np === caravena__ [n=caravena@188-29-246-201.adsl.terra.cl] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === bleinmono [n=toffel@ppp91-76-74-153.pppoe.mtu-net.ru] has left #ubuntu-motu [] === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu [11:27] Heya gang === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === caravena_ [n=caravena@234-29-246-201.adsl.terra.cl] has joined #ubuntu-motu === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-motu [11:42] heya bddebian [11:43] Hi imbrandon === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu [11:54] siretart: ping, bug 82246, the changelog is missing, and you need to subscribe ubuntu-archive [11:54] Malone bug 82246 in openvpn "please sync openvpn_2.0.9-4/unstable" [Undecided,Unconfirmed] https://launchpad.net/bugs/82246 === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [11:57] hello MOTU Land! [11:57] hey LaserJock [11:58] hmm, I didn't know thunerbird did RSS reading [11:58] Adri2000: / siretart: fixed description and required info for 82246 [11:59] ok [12:05] Heya LaserJock, Adri2000, crimsun [12:05] heya bddebian [12:05] imbrandon: pong [12:06] hola senor bddebian [12:07] glad to see linux.com's "Make your own packages for Debian-based systems" makes it a snap with checkinstall ;-) [12:07] awesome! [12:08] though I'm glad to say after checkinstall they have a section called "The right way" [12:08] "CheckInstall is great for quick-and-dirty package generation if all you're worried about is having an easier way to manage applications you're installing from source. However, CheckInstall packages don't pass the sniff test when you are trying to create packages that comply with distro policies." [12:09] anyone know offhand a package that makes use of dh_link with a debian/package.links file? [12:10] flashplugin-nonfree [12:10] tonyyarusso: I know ubuntu-docs does (has a links file anyway) [12:10] thanks [12:10] Also, is ajmitch or another REVU person around that could fix matters if I abort a dput and leave a partial upload? [12:12] crimsun, heya