[12:17] Gah this synth is laggy. === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [12:22] Hobbsee! [12:26] hey TheMuso! [12:27] do you know to which package network-monitor belongs? [12:27] pochu: dpkg -S is your friend ;) [12:27] hi Hobbsee: [12:27] hey sistpoty :) [12:27] sistpoty: I have enough friends ;) [12:28] thanks :) [12:28] np [12:28] not found :S [12:28] pochu: then you could try apt-file or the search on packages.ubuntu.com [12:28] sistpoty: going to try, thanks! [12:29] apt-cache showsrc foo [12:29] or just apt-cache madison foo [12:30] Hobbsee: if network-monitor would have been it's own package and not been included in gnome-applets or something like that ;-) [12:30] Nafallo: it'll give you the binary name, and the source [12:30] aww darn, it doesnt get it... [12:30] Hobbsee: no, it won't :-) [12:31] it works if you try with kopete, for eg [12:31] Hobbsee: that's because kopete is included in the kopete package :-) [12:31] no it's not [12:31] (not anymore) [12:31] Hobbsee: it's not? :-) [12:31] yep. i filed the removal request [12:32] Hobbsee: according to my feisty-changes kopete binary package is built from kdenetwork source. [12:33] Hobbsee: so it IS it's own package :-) === rexbron_ [n=rexbron@complex1-372-008.resnet.yorku.ca] has joined #ubuntu-motu [12:35] Hobbsee: removal requests only remove the source packages, the binaries stick around [12:36] Hobbsee: nm-applet binary from the package network-manager-gnome doesn't work with apt-get show nm-applet though :-) [12:42] http://librarian.launchpad.net/6204008/buildlog_ubuntu-feisty-powerpc.amsn_0.96%2Bdfsg1-0ubuntu1_FAILEDTOBUILD.txt.gz < any idea about that? === geser [n=michael@ubuntu/member/geser] has joined #ubuntu-motu [12:44] poke pitti about it during work hours [12:44] crimsun: do you think it's a buildd issue? [12:45] it may be, I don't have a ppc to try [12:45] well, this looks suspicious: objcopy: Unable to recognise the format of the input file `./usr/share/amsn/utils/Tclxml/libTclxml3.1.so' [12:46] it also failed and sparc and ia64 but built fine on i386 and amd64 === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-motu [12:49] Adri2000: my guess is that the shared object which causes the build to fail is i386... (maybe not getting built but taken from somewhere?) [12:52] amsn-0.96+dfsg1/utils/Tclxml/libTclxml3.1.so < yes, it's already in the tarball and is probably not built [12:53] Adri2000: hm... and it's not there on amd64 at all [12:54] oops, looking at an older version [12:55] utils/Tclxml/ doesn't exist in 0.95 [12:58] Adri2000: if you look at clean in rules, there are some shared objects getting removed. maybe adding this one as well is all that's needed to fix building.:wq [12:58] -:wp ;) === cstudent [n=kirby@67.129.197.198] has joined #ubuntu-motu [01:01] yep [01:02] they are only removed from the source directory, rm -f ./utils/TkCximage/TkCximage.so [01:03] some are moved from /usr/share/ to /usr/lib/ [01:04] I'm not sure why the .so is shipped in the tarball === tmh__ [n=tmh_@tonih.iki.fi] has left #ubuntu-motu [] === sistpoty is neither [01:04] because upstream are idiots? === ajmitch is just particularly bitter & cynical today [01:09] lol... what's wrong today? /me is in a bad mood today as well === Nafallo joins ajmitch and siretart [01:10] dooh [01:10] sistpoty: we've just been having fun with code at work [01:10] s/siretart/sistpoty/ [01:11] sistpoty: do you think that if I remove the .so file during the clean rule, it will be recreated for each arch and then it will work? [01:12] Adri2000: just try and see if it's there... if not, it's probably not redistributable (since sources are missing) or the build system is broken [01:12] s/not redistributable/not redistributable in universe/ === vil [n=vladimir@ubuntu/member/vil] has left #ubuntu-motu [] === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu [01:26] sistpoty: no, it's not recreated :( === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu === freeflying [i=flyingfr@ubuntu/member/freeflying] has joined #ubuntu-motu === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu [01:40] Adri2000: I've done some searching... seems like the shared object is taken from http://tclxml.sourceforge.net/tclxml.html [01:41] Adri2000: which might be in the package tclxml [01:42] Adri2000: so you could simply add a link to usr/lib/Tclxml3.1/libTclxml3.1.so and a hard dependency on it [01:43] (so that would be a little bit hacky, but I wouldn't know how to determine tcl dependencies to a library right now) [01:44] a little bit hacky? [01:45] ajmitch: got a clue how to find out shared library dependencies of tcl-scripts? [01:45] pochu: ping re: https://launchpad.net/ubuntu/+source/compiz/+bug/75409 [01:45] Malone bug 75409 in compiz "Missing dependency" [Undecided,In progress] === jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu [01:46] Burgundavia: desktop-effects depends on compiz. compiz depends on compiz-core. compiz-core suggest compiz-gnome or compiz-kde [01:46] Burgundavia: the fix: compiz-core depends on "compiz-gnome | compiz-kde" [01:46] right? === geser [n=michael@ubuntu/member/geser] has joined #ubuntu-motu [01:47] pochu: I think so. It wasn't clear exactly what you were doing with that bug [01:47] sistpoty: I don't touch tcl [01:47] hehe [01:47] I also don't want to step on your toes with compiz [01:47] isn't desktop-effects gnome-specific? :-) [01:48] Nafallo: desktop-effects is written in pygtk, yes [01:48] maybe it's better to make that depends on compiz-gnome or something? :-) [01:48] ajmitch: I just realized why Userful installs amsn by default: because it is written in tcl and we love tcl for some cracked reason [01:49] makes perfect sense [01:49] just like hitting your head against a wall makes perfect sense [01:49] have i mentioned we have a developer being paid full time to redevelop LTSP? [01:50] makes perfect sense (again) === poningru_ [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu [01:51] is said developer also using beryl? [01:51] sistpoty: is it really needed to do all that? if I just remove the .so file, it works... [01:52] crimsun: that would be really crack [01:52] Burgundavia: are you not sad that beryl won't be shipped in feisty by default? [01:52] ajmitch: not really [01:53] even compiz is broken enough [01:53] compiz needs more aggressive testing [01:53] I'd sad as a moocow :/ [01:53] I'm, even [01:53] they should have turned it on by default as the beginning fo the cycle and let the bug reports flow in [01:53] ajmitch: oh!? it isn't? :-) [01:53] compiz lasts about 30 seconds on my laptop before I get sick of the bugs & turn it off [01:54] 30? that's impressive [01:54] Adri2000: well, the shared object is referenced in usr/share/amsn/utils/Tclxml/pkgIndex.tcl... so figuring out if the file says it's needed or rather one of an alternative might give more clues [01:54] at most [01:54] Is there a beryl howto on the wiki? [01:54] it makes my desktop immediately unusable after logging in === TheMuso looks === imbrandon groans at the bling convo again [01:55] i hoped that died [01:55] TheMuso: yeah, beryl-project, or #ubuntu-effects [01:55] imbrandon: we'll stop soon [01:55] TheMuso: there is a one word wiki: don't [01:55] Adri2000: but I guess if amsn works fine w.o., you could remove it... but please watch out if bugs get reported then ;) [01:55] apparently it is now in debian, beryl that is [01:55] anyway, have to run [01:55] imbrandon: I thought you were stocking up on your addictions? === imbrandon is , bbiab [01:56] heh [01:58] sistpoty: ok === jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu === ajmitch gets bored & resyncs the bug list [02:10] crimsun, StevenK, siretart: can you give me an ack for SRU https://launchpad.net/ubuntu/+source/xmms-sid/+bug/82692 ? [02:10] Malone bug 82692 in xmms-sid "[SRU] xmms-sid broken in edgy" [Undecided,Needs info] [02:10] (and please look at the version number, it looks kinda wrong to me, but maybe I'm just tired) [02:10] hm === ajmitch should join the superpowers that reside in motu-swat [02:11] & update a couple of apps I use [02:11] sistpoty: acked. [02:11] ajmitch: we need every help we can get ;) [02:11] crimsun: thx [02:12] sistpoty: yeah, zope2.9 has some issues, i think they may be SRU rather than security though [02:12] I have to check them further [02:12] ajmitch: thanks to keescook, -security is moving pretty fast ;) [02:12] bug 80317 [02:12] Malone bug 80317 in zope2.9 "Critical bug in Zope 2.9.5 (Edgy)" [Undecided,Unconfirmed] https://launchpad.net/bugs/80317 === ajmitch waits for lp === ajmitch thinks it's just crasher bug, not security [02:13] oh well, i can bug you about it for SRU anyway :) [02:14] ajmitch: patch looks sane for SRU ;) [02:14] hah [02:14] I don't think the attached patch was the appropriate fix [02:15] hm no, according to the changelog it was [02:16] well, I can't tell if it was the right fix w.o. looking at logger... but it's sane as in small and unintrusive ;) [02:16] yep [02:16] their bug tracker is just confusing [02:17] & it doesn't help that people were arguing about the fix in another bug [02:18] hehe [02:20] I wonder, if I ever get enough testers for the xmms-sid sru... strange enough I happen to have a large sid collection, but who else does? [02:21] yeah, it could be a problem trying to get testers for universe stuff === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu [02:22] indeed... and not just for such uncommon packages... maybe asking around in #ubuntu or sending to #ubuntu-users ml might get us some feedback [02:25] or (shudder) the forums [02:25] hehe [02:27] hey guys: if I've just changed 2 lines in /debian/control, is normally to have a 115KB of diff.gz? [02:27] (1.4 MB of diff inside the gz) [02:27] I can't understand it :( [02:27] well, check what files the diff touches [02:28] could be autotools are run in the clean target [02:28] pochu: the .diff.gz is always the difference between the orig.tar.gz and the extracted source package... so if it was large before your change it will stay large after the 2-line change [02:28] sistpoty: ok, thanks! [02:28] :) [02:28] eh, that as well [02:28] pochu: if you want a diff between packages, use debdiff [02:29] sistpoty: I think I don't need a diff :) but thanks anyway [02:31] could you guys sponsor an upload :) bug 75409 [02:31] Malone bug 75409 in compiz "Missing dependency" [Undecided,In progress] https://launchpad.net/bugs/75409 [02:32] the debdiff would be enough [02:33] pochu: ^^ :P [02:33] do you want the debdiff? [02:33] and even preferable [02:34] I think sebastien told me that the .dsc and the .diff.gz were enough :) [02:34] but np :) [02:34] one minute ;) [02:40] done :) [02:40] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/75409 [02:40] Malone bug 75409 in compiz "Missing dependency" [Undecided,In progress] [02:52] bah. Any idea why OpenOffice is not letting me edit a document straight away? If i use the arrow keyso to move up and down, the document scrolls like a web page. [02:52] Any ideas how I change this? [02:52] This is a pretty much fresh install of feisty. [02:52] i.e about two days old. [02:55] need a sponsor :) any volunteer? :) [02:56] compiz is like crack. I don't even wanna try it :-) [02:57] :) [02:57] Nafallo: do you need to test each package you are going to upload, even if they have already been tested? [02:58] yes [02:58] and my development system is dead atm ;-) [02:58] :) [02:58] any other MOTU ^_^ [02:58] pochu: Try me again in a week or so. :) [02:59] hehe [02:59] s/MOTU/crack\ smoker/ :-) [02:59] Still getting comfrotable with trusting my own work that goes up. [02:59] Nafallo: ROFL [02:59] I can't understand why you play so much with / :S [02:59] s/blabla/dkjf [02:59] :) [02:59] Because when one gets used to using sed, it becomes a habbit. :) [03:02] have you seen bug 83348? [03:02] Malone bug 83348 in gnome-app-install "Need more applications" [Undecided,Unconfirmed] https://launchpad.net/bugs/83348 [03:02] it's pretty annoying :) [03:02] yes, it's humourous [03:02] :) [03:03] lol [03:03] let's assign it to sabdfl *g* [03:03] :) [03:04] we can change the bug number to bug 2 :) === Nafallo laughs out load [03:04] s/oa/ou/ [03:05] ok, reassigned :) [03:06] lol [03:09] even more info added :) [03:10] :) [03:10] sistpoty: could we also have windows in the gnome-app-shop ;) [03:11] hrhr [03:12] pochu: sure: http://www.degredo.net/ [03:12] heh [03:12] :) [03:12] sistpoty: naughty sistpoty, giving sabdfl more work to do [03:12] yay, /me is a little bit naughty tonight *g* [03:13] sistpoty: even better: http://theblog.europe2blog.fr/the_blog/images/vista.jpg [03:13] *g* [03:17] pochu: what do I need to do to get cool effects for kde with compiz? [03:17] sistpoty: upload my package :) [03:17] sistpoty: install compiz? [03:17] :-P [03:17] pochu: I want to test it before uploading (builds fine) [03:18] sistpoty: moment [03:18] you also need steel ribs in case your monitor explodes from all the BLING. [03:18] argl *g* [03:18] I think "compiz --replace" [03:18] sistpoty: try that :) [03:19] well, s.th. changed... but no cool effect yet *g* [03:19] oh, and I can't change workspaces any longer *g* [03:19] siretart: cracksmoker! [03:19] -ENOCRACK [03:19] (you didn't need workspaces anyhow!) [03:19] dooh [03:19] siretart: that was for sistpoty :-) [03:20] oh, and the decorations are gone [03:20] sistpoty: those are known issues :) [03:20] sistpoty: remove ~/.gconf/apps/compiz [03:20] and restart compiz [03:20] you will have decorations [03:21] sistpoty: or enable them in the gconf keys [03:21] but it's easy to remove the directory ;) [03:21] there are a lot of bugs with compiz :( [03:21] and I think most of them are gconf-related :) [03:23] lol [03:23] he has crashed :) === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu [03:23] grml... restart compiz was a bad idea *g* [03:23] :) === twanj [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu [03:23] siretart: I told you it was crack :-) [03:24] but FFS! [03:24] sistpoty: did you read me? [03:24] s/ siretart / sistpoty / [03:24] pochu: yep... [03:24] (kvirc's highlight popup still worked, but nothing else) [03:25] sistpoty: I haven't tested it with kubuntu :( [03:26] pochu: I don't have ~/.gconf/apps/compiz [03:26] lol [03:26] oh [03:26] you are using kde :) [03:26] gconf is gnome, right? [03:26] yep [03:27] where does kde save that? [03:27] but I have .gconf still *g* [03:27] hehe [03:27] :( [03:27] no idea? where would compiz-kde put it? [03:27] I've never used kde [03:27] kde saves stuff in .kde [03:27] gnome rocks :) [03:27] sistpoty: then look there ;) [03:27] no... in my entire home dir is nothing that's called compiz [03:28] lol [03:28] sistpoty: and running compiz crashes your wm? [03:28] FOund my problem. [03:28] For some reason, accessing it over an nfs share makes it behave differently. [03:29] pochu: it doesn't really crash it... stopping compiz crashes it (or makes it pretty useless) [03:29] stopping compiz? [03:29] oh! [03:29] you should stop it with [03:29] something --replace [03:29] in gnome it's gtksomething :) [03:29] one moment ;) [03:29] lol, just like windows... push start to stop windows *g* [03:30] :) [03:30] ok, I give up on compiz... nothing usable in /usr/share/doc/compiz{-kde}, no man page... [03:31] however it builds and installs fine, so I guess I'll just upload it [03:31] sistpoty: I think for gnome is this: gtk-window-decorator --replace [03:31] but don't know for kde... :( [03:32] could I talk to you guys something offtopic? :) [03:32] or not here? [03:32] pochu: back to compiz: you shouldn't make changelog entries wider than 80 chars [03:33] oh, didn't know [03:33] thanks! [03:33] sistpoty: could you fix it? [03:33] pochu: sure [03:33] :) [03:33] thanks! [03:34] sistpoty: I shouldn't or I can't? [03:35] shouldn't [03:36] you'll have angry developers calling your house in the middle of the night [03:37] :) [03:42] ok, now I'm off to bed [03:42] gn8 everyone [03:42] night sistpoty [03:59] darn, I missed sistopty [04:00] buy guys! [04:00] see you :) === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu === zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [04:04] Heya [04:07] woot! Colts kicked butt :-) [04:08] :'-( [04:08] LaserJock: I almost have a present for you :-) [04:08] exciting [04:09] I somehow feel bad about the Bears losing [04:09] They deserved though after that fiasco :-( [04:09] Bah! Thats not football!! [04:10] of course it is ;-) [04:10] The only game that can be called football is the world game! [04:10] Known here as soccer. [04:10] heh [04:10] Oh, you mean SOCCER? :) [04:10] America==World ;-) [04:11] Ummm. I think not. [04:12] darn [04:12] TheMuso: don't shatter their little illusions [04:13] ajmitch: hahaha [04:14] heh [04:15] no illusions, I just think it was dumb to have 2 different sports named the same [04:16] football seems to fit soccer better [04:16] you mostly throw the ball in our football [04:16] traitor [04:16] sorry bddebian [04:16] it just seems more logical [04:16] but I don't know what we'd call football [04:17] "the game formerly known as football" [04:17] oblongball [04:20] ill merge xen-tools tomorrow.. === sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-motu === rexbron_ [n=rexbron@complex1-372-008.resnet.yorku.ca] has joined #ubuntu-motu === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [05:04] you guys know of any issues with terminals just becoming unresponsive? [05:05] Nope. [05:05] "terminals" being...? [05:05] gnome-terminal or konsole [05:05] sure, I have [out of my own stupidity] [05:05] when I ssh places sometimes it just freezes [05:08] crimsun: what was your stupidity? perhaps I'm being stupid and don't even know it ;-) [05:08] ^s [05:10] hmm, I have done that before [05:10] but I don't know think that has been the issue lately === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [05:14] The only time I've had terminals freeze is if I reboot a remote server via SSH and don't manage to log out before it goes down. I've had the get VERY slow when trying to SSH through a high latency/packet loss connection. === zenrox [i=zenrox@pool-71-115-200-45.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [05:16] hmm, well that's odd [05:30] LaserJock: freezing is often a hardware issue === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [05:46] Burgundavia: but it's only the terminal and I can open up a new tab and it's fine [05:55] c === ash211 [n=andrew@user-11213f8.dsl.mindspring.com] has joined #ubuntu-motu === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu === robb_ [n=robb@pool-71-163-244-36.washdc.fios.verizon.net] has joined #ubuntu-motu [06:30] afternoon MOTUs [06:37] hi zakame [06:38] hi LaserJock, merging wxwindows2.4 now :) [06:40] Hey zakame [06:41] yo TheMuso :D === joejaxx [i=joejaxx@alpha.joejaxx.net] has joined #ubuntu-motu === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-motu === AstralJava [n=jaska@cm-087-94-053-172.lohjanpuhelin.fi] has left #ubuntu-motu [] === AstralJava [n=jaska@cm-087-94-053-172.lohjanpuhelin.fi] has joined #ubuntu-motu === TMM [n=hp@ip565b35da.direct-adsl.nl] has joined #ubuntu-motu [06:58] well that was interesting === roma [n=jason@c-69-254-140-55.hsd1.nm.comcast.net] has joined #ubuntu-motu === _czessi [n=Czessi@dslb-088-073-049-234.pools.arcor-ip.net] has joined #ubuntu-motu === roma [n=jason@c-69-254-140-55.hsd1.nm.comcast.net] has joined #ubuntu-motu === jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu [07:35] joejaxx: hi === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu [07:37] LaserJock: hello [07:37] LaserJock: how are you today? [07:44] oh, I'm doing [07:44] that is good [07:44] somehow I need like a 1 month vacation [07:45] yeah i feel that way sometimes as well [07:50] only 1 month? [07:53] ajmitch: :P === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu [07:59] ajmitch: I'd get bored after too long [08:00] wow, interesting comments in -devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [08:02] ooooo threatening. === ajmitch fears for his life [08:04] from such a *tough* nick, too [08:04] haha [08:04] and he was k-lined too. === TheMuso doesn't know what k-lined means. :) [08:05] Something to do with kicked I *think*. [08:05] "ill get my uncle after you" is such a show of strength ;) [08:07] yep.. there are times when I'm proud of being Finnish :P [08:07] heh [08:07] lol [08:08] haha [08:09] wow haha [08:09] i maxed on 1.25GB of ram [08:11] using up 1.25GB of RAM is quite easy [08:11] yeah but that is all the ram i have :P [08:11] mostly everything is swapping now === ajmitch runs without swap [08:13] :P [08:13] how much ram do you have total? [08:13] in the desktop? 4GB [08:13] wow [08:13] nice [08:13] laptop runs with 1GB RAM, 1GB swap [08:13] too bad this laptop does not take 4gb [08:14] yeah, mine will only take 2GB [08:14] cool [08:14] but I haven't needed to upgrade it === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-motu === priboy [n=priboy@50.85.66.218.broad.fz.fj.dynamic.163data.com.cn] has joined #ubuntu-motu === priboy [n=priboy@50.85.66.218.broad.fz.fj.dynamic.163data.com.cn] has left #ubuntu-motu [] === janm [n=jmalonzo@ppp4592.dsl.pacific.net.au] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu [08:53] sweet. [08:53] crimsun@garnish:/media/disk/crimsun/git/ubuntu-2.6$ git branch -D hda-fixes [08:53] Deleted branch hda-fixes. [08:55] ... sweet? [08:55] How is it a good thing that you deleted that? [08:55] Is it all merged? [08:56] yep. === Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu [08:56] Yay :) [08:56] Very good! [08:56] crimsun saves the world (of sound) yet again. [08:57] well, I still have a few thousand lines for Realtek HDA, but I'm not terribly worried === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === agileII [n=agileII@p54B2707D.dip.t-dialin.net] has joined #ubuntu-motu === TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu === afflux [i=discoflu@gateway/tor/x-6cea22d4c0acf301] has joined #ubuntu-motu === lfittl [n=lfittl@213.129.230.10] has joined #ubuntu-motu === agileII [n=agileII@p54B2707D.dip.t-dialin.net] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [10:03] is the fact that oodraw not having any desktop icon fixed in feisty? [10:03] and oo math === davromaniak [n=cyril@AFontenayssB-152-1-46-25.w83-114.abo.wanadoo.fr] has joined #ubuntu-motu === Kagou [n=Kagou@88.140.37.149] has joined #ubuntu-motu [10:44] hi \sh === Tonio_ [n=tonio@28.8.100-84.rev.gaoland.net] has joined #ubuntu-motu [10:47] \sh: you always forget the "s" when you change the Maintainer field, it's Ubuntu MOTU DeveloperS === freeflying [i=flyingfr@ubuntu/member/freeflying] has joined #ubuntu-motu [10:48] \sh: and authbind is in main [10:48] <\sh> Adri2000: arg... [10:49] <\sh> looks like that my train travel fcked up my brain ;) [10:49] Adri2000: \sh is trying to deny the existance of the rest of us. :-P [10:49] :p [10:49] "What? I'm the only MOTU!" etc etc [10:50] <\sh> StevenK: lol [10:50] <\sh> Adri2000: changin my mistake [10:52] <\sh> fix uploaded authbind ;) [10:52] :) [10:53] <\sh> StevenK: The "s" from DeveloperS is not on my way of my fingers sometimes ;) I'll take more attention next time ;) [10:53] Heh [10:54] <\sh> time for a cigarette [10:55] hi, I uploaded kdepim on friday afternoon, upload is still in the queue, is there a reason for this ? [10:55] sorry wrong channel.... === pochu [n=pochu@179.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu [10:58] btw, are we sure *how* we should change the maintainer field or still not? === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu [11:08] Adri2000: IMO it makes sense. I am not changing all packages I upload however, as there are packages that I myself am happy to maintain, as I know how they work, are packaged, and am in contact with upstream for them. [11:10] TheMuso: you mean the 0ubuntuX packages (not in debian) you packaged and maintain in ubuntu? [11:11] Adri2000: No, not only those. There are packages that are in Debian that I am happy to maintain in universe, as I'm contact with the debian maintainer and upstream anyway. === TheMuso notes that this is mainly accessibility stuff. [11:12] ok === allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu === MatthewV [n=MatthewV@202.183.115.11] has joined #ubuntu-motu === coNP [n=conp@pool-00dcf.externet.hu] has joined #ubuntu-motu === geser [n=michael@ubuntu/member/geser] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === _Enchained [n=cyrille@88.166.169.102] has joined #ubuntu-motu === pochu_ [n=pochu@179.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu === pochu [n=pochu@179.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu === _Enchained [n=cyrille@88.166.169.102] has joined #ubuntu-motu [01:13] geser: GAH! *Don't* run scons in the clean target! === StevenK belts geser. [01:13] StevenK: it's already in the Debian package [01:13] Then file a nastygram, it's wrong. [01:14] Just because the Debian package does something dumb doesn't mean we have to. [01:14] what to call instead? === elkbuntu hands StevenK the Baseball Bat of Upstream LARTing [01:14] I hope upstream didn't write debian/rules [01:15] geser: Why do you need to call scons anyway? [01:16] it looks like xmms2 is using scons instead make [01:16] I figured that, but why does it need to call it in the clean target? [01:17] shouldn't be something like "make clean" be called in the clean target? [01:18] Yes, but only if you can do so without invoking something like ./configure [01:18] Where's Fujitsu when you want him? He can quote about this stuff. [01:20] don't ask me why scons does a configure before it removes files [01:20] Probably because it hasn't been run before. [01:20] but how does this explains why scons can't find a c compiler? [01:20] It doesn't, but I thought I'd try. Which I can't reproduce. === chuck_ [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [01:26] -ENOFUJITSU === Tonio_ [n=tonio@28.8.100-84.rev.gaoland.net] has joined #ubuntu-motu === fabo [i=Arme-X@dra38-2-82-233-106-22.fbx.proxad.net] has joined #ubuntu-motu === coNP [n=conp@pool-00dcf.externet.hu] has joined #ubuntu-motu [01:50] 5675445 [01:50] ehrm === cypher1 [n=cypher1@59.96.38.181] has joined #ubuntu-motu === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu === pirast [n=martin@p508B28FA.dip0.t-ipconnect.de] has joined #ubuntu-motu === vernes [n=CpR@cc896526-a.zlr1.dr.home.nl] has joined #ubuntu-motu === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu === tkamppeter [n=till@bl8-124-30.dsl.telepac.pt] has joined #ubuntu-motu === schultmc [i=schultmc@nat/progeny/x-8902268f9c1d9b13] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === tkamppeter [n=till@bl8-124-30.dsl.telepac.pt] has left #ubuntu-motu ["Leaving"] === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu === bigon [n=bigon@213.219.158.60.adsl.dyn.edpnet.net] has joined #ubuntu-motu [02:37] hi all, how to use dbootstrap with a proxy auth? === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu === brottman [n=brianr@216.120.143.226] has joined #ubuntu-motu === Tonio_ [n=tonio@28.8.100-84.rev.gaoland.net] has joined #ubuntu-motu === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu === TwoPints [n=frank@ACC83135.ipt.aol.com] has joined #ubuntu-motu === Shoragan [n=shoragan@datenfreihafen.org] has joined #ubuntu-motu === chrisj [n=tortoise@82.152.223.112] has joined #ubuntu-motu === brottman [n=brianr@216.120.143.226] has joined #ubuntu-motu === asantoni [n=alb@bas7-london14-1177945265.dsl.bell.ca] has joined #ubuntu-motu === ivoks [n=ivoks@7-90.dsl.iskon.hr] has joined #ubuntu-motu === chrisj [n=tortoise@82.152.223.112] has joined #ubuntu-motu === pirast [n=martin@p508B28FA.dip0.t-ipconnect.de] has joined #ubuntu-motu === Tonio_ [n=tonio@28.8.100-84.rev.gaoland.net] has joined #ubuntu-motu === reggaemanu_ [n=manu@ARennes-257-1-109-128.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu === coNP [n=conp@pool-00dcf.externet.hu] has joined #ubuntu-motu === bddebian [n=bdefrees@63.81.56.182] has joined #ubuntu-motu [03:38] Heya gang === ogra_ [n=ogra@p548AF8CD.dip.t-dialin.net] has joined #ubuntu-motu === lakin [n=lakin@206.174.196.147] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-049-234.pools.arcor-ip.net] has joined #ubuntu-motu === tmarble [n=tmarble@192.18.101.5] has joined #ubuntu-motu === isaric [n=isaric@tss37-1-82-228-160-214.fbx.proxad.net] has joined #ubuntu-motu [04:07] A hope for http://revu.tauware.de/details.py?upid=4238 is possible ? [04:08] I'll try to get to it in a little bit === TMM [n=hp@ip565b35da.direct-adsl.nl] has joined #ubuntu-motu [04:13] boo [04:13] thanks [04:15] Heya nixternal [04:16] well howdy === _czessi [n=Czessi@dslb-088-073-049-234.pools.arcor-ip.net] has joined #ubuntu-motu === hub [n=hub@moodiegate.xandros.com] has joined #ubuntu-motu [04:40] whats with the 3 updates for l-r-m and nvidia-glx? im getting kind of scared to restart X seeing all them === czessi_ [n=Czessi@dslb-088-073-049-234.pools.arcor-ip.net] has joined #ubuntu-motu === cypher1 [n=cypher1@59.96.38.181] has joined #ubuntu-motu === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu [04:50] If I repack the upstream tarball, am I supposed to give it some version identifying so? i.e. foo_1.0+REPACKED-0ubuntu1 or some such? === Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu === bluefox_ [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-motu === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-049-234.pools.arcor-ip.net] has joined #ubuntu-motu === gimmiedacash [i=talk@gateway/tor/x-81823f330fc36509] has joined #ubuntu-motu [05:36] how do I get privoxy from feisty in edgy? the privoxy version in edgy is several years old [05:41] Do I just need to chmod +x on the following lintian warning?: [05:41] W: bibus: script-not-executable ./usr/share/bibus/CodecChoice.py [05:50] bddebian: or remove the #! from the file [05:50] bddebian: depending on whether it is meant to be executed directly or is only imported somewhere else [05:50] slomo: Thx === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === Ppjet6 [n=ppjet6@lns-bzn-51f-81-56-130-254.adsl.proxad.net] has joined #ubuntu-motu === co-NP [n=conp@pool-00a34.externet.hu] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu === somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-049-234.pools.arcor-ip.net] has joined #ubuntu-motu === TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu === Burgwork [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [06:28] I'm doing an SRU and the current package version is 6.05.5. Should I make it 6.05.6 or 6.05.5.1 ? [06:29] somerville32: no debian revision? [06:30] I think this is what we would call a native package [06:30] It is xubuntu-docs [06:30] imbrandon, ping [06:30] somerville32: 6.05.5ubuntu0.1 [06:30] that's a native package [06:31] but on the other hand it's an ubuntu-only package, hmm [06:32] I guess 6.05.5.1 would be also ok [06:33] Ok :) === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu [06:35] somerville32: you might want to ask pitti or cjwatson === _czessi [n=Czessi@dslb-088-073-049-234.pools.arcor-ip.net] has joined #ubuntu-motu === ptitdav69 [n=ptitdav6@254.39.100-84.rev.gaoland.net] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === _jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu === luisbg [n=d33p@87.217.144.17] has joined #ubuntu-motu === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu === herzi [n=herzi@p548FF187.dip.t-dialin.net] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-049-234.pools.arcor-ip.net] has joined #ubuntu-motu === torkel [n=torkel@69-188.umenet.t3.se] has joined #ubuntu-motu === doko [n=doko@dslb-088-073-064-018.pools.arcor-ip.net] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === bleinmono [n=toffel@ppp85-141-150-9.pppoe.mtu-net.ru] has joined #ubuntu-motu === rexbron [n=rexbron@complex1-372-008.resnet.yorku.ca] has joined #ubuntu-motu [07:33] hey, after a package has been accepted and built, how long until it is in the repos [07:33] ? [07:34] for already known packages till the next publisher run which is iirc once an hour === d33p__ [n=d33p@87.216.154.232] has joined #ubuntu-motu [07:35] new binary packages need to go through archive admins [07:36] ok [07:36] Laser_away: If you get a minute: http://revu.tauware.de/details.py?upid=4256 === hoora_214 [i=ariel@gateway/tor/x-57d66496835d7403] has joined #ubuntu-motu === _Enchained [n=cyrille@88.166.169.102] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [07:40] bddebian: shouldn't be the version 1.3.0-0ubuntu1 instead of 1.3.0-1ubuntu1? [07:40] Gah, yes === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === pochu [n=pochu@179.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-motu [08:16] bddebian: looks like if it's enough if bibus build-depends on python-all (without the -dev) === DktrKranz [n=DktrKran@host23-111-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu [08:17] bddebian: still around? === ademan [n=dan@192.235.11.1] has joined #ubuntu-motu [08:18] hi guys [08:18] a user suffers from bug 83457 [08:18] Malone bug 83457 in python2.5 "python2.5-minimal_2.5ubutnu5 fails to install in Feisty" [Undecided,Unconfirmed] https://launchpad.net/bugs/83457 [08:19] it seems latest update of python2.5 breaks something === Ppjet6 [n=ppjet6@lns-bzn-51f-81-56-130-254.adsl.proxad.net] has joined #ubuntu-motu [08:25] DktrKranz: You might ask in #ubuntu+1 as that channel is focuse on Feisty. Python is not a Universe package, so this probably isn't the best place to be asking. [08:26] thanks ScottK ;) [08:29] <_Enchained> Hi [08:30] <_Enchained> if I make a package with newer version than the one on revu, what should we do ? archive the older and uplaod the newer ? [08:31] did you upload the original one? === AstralJava [n=jaska@cm-087-94-053-172.lohjanpuhelin.fi] has joined #ubuntu-motu [08:34] _Enchained: just upload, nothing else to do [08:35] <_Enchained> it's a new release [08:35] <_Enchained> v1.2 to 1.2 [08:35] Adri2000: if the original was uploaded by somebody else he should talk to them first [08:35] _Enchained: but did you upload 1.2? [08:35] <_Enchained> no [08:35] <_Enchained> 1.1 to 1.2 sorry [08:35] <_Enchained> I've maked the 1.1 version [08:36] <_Enchained> and now it's 1.2 [08:36] ok, then maybe email the person that uploaded 1.1 to see if they were working on it [08:36] <_Enchained> it's me ;) [08:37] <_Enchained> As I won't work on 1.1 again, it could be deleted no ? === azeem [n=mbanck@host109.natpool.mwn.de] has joined #ubuntu-motu [08:37] _Enchained: argg, I asked you before if you were the one who uploaded it and you said no === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [08:38] <_Enchained> ^^ I said no for "did you upload 1.2" ;) [08:38] and you told me 1.2 was the old version ;-) [08:38] just upload the new version [08:39] <_Enchained> I restart : [08:39] imbrandon, ping [08:39] <_Enchained> I've uploaded 1.1 version on revu [08:40] <_Enchained> the package was rejected [08:40] <_Enchained> After talking to upstream to solve problems [08:40] <_Enchained> He has released a new version 1.2 [08:40] <_Enchained> with corrections [08:40] <_Enchained> etc [08:40] (was rejected from the NEW queue) [08:40] <_Enchained> yes Adri2000 [08:41] <_Enchained> so there is no version of this software actually [08:41] <_Enchained> I just upload the new version ? [08:41] yep :) [08:42] yes, you can upload right over the old package [08:43] I just wanted to make sure you weren't hijacking somebody else's package without them knowing about it(which happens sometimes) [08:43] just make sure you hijack all of the scientific packages [08:43] :-) === pochu [n=pochu@179.Red-88-7-169.staticIP.rima-tde.net] has left #ubuntu-motu ["bye!"] [08:47] <_Enchained> in fact someone already maked an "unofficial" package for edgy [08:47] <_Enchained> but I think it doesn't matter === muzzol [n=muzzol@8.Red-217-125-45.staticIP.rima-tde.net] has joined #ubuntu-motu [08:47] too bad they didn't put it on REVU [08:48] Hey MOTUs. [08:48] hi TheMuso [08:49] gonna upload something today? :-) === Lutin [n=Lutin@sd-4736.dedibox.fr] has joined #ubuntu-motu [08:50] probably, once I sort out the stability of one of my boxes. [08:50] I THink maybe something is on the way out in it. === fredix [n=fredix@86.67.45.126] has joined #ubuntu-motu [08:56] Anyone knows how I'm supposed to package a java software ? [08:58] stgraber, You could look at an example. [08:59] like beyond just any old package? === zachtib [n=zachtib@dorm07225.dorm-net.louisville.edu] has joined #ubuntu-motu [09:18] hi, i emailed the mailing list about getting a package synced, and i followed the directions, but I'm having some trouble [09:18] what's the trouble? [09:19] https://launchpad.net/ubuntu/+bug/83462 << that's the bug i filed, but someone said "you need a developer to ACK your sync first" and i don't know what they mean [09:19] Malone bug 83462 in Ubuntu "Sync Deluge 0.4.1 into Feisty" [Undecided,Needs info] [09:20] zachtib: ah, that just means you need to get a MOTU (Ubuntu Universe Developer) to OK the sync [09:20] it's just so we can weed out bad requests before they go to the archive admins [09:21] ok, makes sense. its a very minor change, i only put out 0.4.1 so that it would make it into feisty. basically, just a clean source tarball and better menu entries, === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu [09:22] k, I'll have a look and approve ACK it ok? [09:22] ok, thanks [09:23] zachtib: in the future you don't want to subscribe the ubuntu-archive right away, but subscribe ubuntu-universe-sponsors [09:24] sorry for the confusion there [09:24] LaserJock: ok, i was just going by the wiki page [09:24] yeah, I know [09:24] it's written from the perspective of a dev filing the sync request [09:25] so it should be clearer on what to do for non-devs [09:25] gotcha [09:25] LaserJock: If I edit the page, will you review it to make sure I got it right? [09:25] ScottK: the sync page? [09:25] Yeah [09:25] zachtib: also I forgot to say that you need to assign the bug to the package deluge-torrent ;) [09:26] To make it clearer for non-devs. [09:26] good idea schultmc === ScottK was the one that pointed him at that page. [09:26] good idea ScottK [09:26] Adri2000: yeah, i forgot how to assign a package after i submitted it. i realized that about 2 sec after i sent it [09:26] (sorry schultmc) [09:26] heh [09:26] np [09:28] ScottK: sure [09:28] OK === ademan [n=dan@chem1.dvc.edu] has joined #ubuntu-motu [09:28] If you want a main package synched and are not a dev, who do you subscribe to the bug? [09:29] I *think* ubuntu-sponsors [09:29] ubuntu-main-sponsors [09:29] Thanks. [09:29] ugg, more spam. [09:29] Adri2000: ah yeah, that's the one [09:30] crimsun: better then getting yelled at by ubuntu-archive [09:30] I think :-) === Solarion [n=solarion@cruftix.physics.uiowa.edu] has joined #ubuntu-motu === CarlFK [n=carl@12.153.11.145] has joined #ubuntu-motu === zachtib [n=zachtib@dorm07225.dorm-net.louisville.edu] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === Ppjet6 [n=ppjet6@81.56.130.254] has joined #ubuntu-motu [09:38] LaserJock: Updated https://wiki.ubuntu.com/SyncRequestProcess - I have to run and pick up #2 daughter from school, but if needed will fix anything when I get back (~30 min). [09:38] k, thanks [09:39] ScottK: looks ok to me, mdz can spiff it up if he likes [09:44] OK, what have I missed? :-) [09:45] nothing [09:45] Where do NEW binaries sit after they build successfuly? [09:45] nothing can happen when you are gone [09:45] LaserJock: Did you check out REVU? :) [09:45] bddebian: not quite yet, just a brief glance [09:45] ScottK: Fix released is set by the archive admin. once you have filed the sync request (and once u-u-s have acked it, if you are not a developer), you don't need to do anything else [09:45] But you saw what it was? [09:45] they go to the NEW queue again for approval [09:45] bddebian: yes, I did, thank you very much [09:46] LaserJock: It's hideous packaging but it does seem to work [09:50] do be do be doo [09:55] Do we have any wiki page on using the merge script? === Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has left #ubuntu-motu [] [09:58] Adri2000: Are you sure. So far on the one's I've done the archive admins have just set Fix Committed. IIRC, I was told (here or via e-mail by an archive admin, not sure) that I was supposed to mark it released after it built. === Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu [09:59] ScottK: really? bug number of this sync request? === ScottK will look... [10:00] ScottK: we often do that for MOTU sponsorships, I'm not sure what ubuntu-archive does [10:00] I think pitti marks them Fix Released [10:00] OK. [10:01] Maybe I should change it to "if the archive marks if fix committed, then you should..." === fraco [n=fraco@213.219.142.248.adsl.dyn.edpnet.net] has joined #ubuntu-motu [10:02] <_Enchained> hay bddebian [10:02] <_Enchained> (do you want some work ? :p) [10:03] Adri2000 and LaserJock - https://wiki.ubuntu.com/SyncRequestProcess - better? [10:04] Heya _Enchained [10:05] <_Enchained> bddebian: when you can, take a look at http://revu.tauware.de/details.py?upid=4229 :) [10:05] <_Enchained> plz [10:07] ScottK: seems ok to me [10:07] Thanks. [10:08] zachtib: I've given the OK for your sync request, now you can just wait for the archive admins to do their magic :-) [10:08] LaserJock: tyvm [10:09] zachtib: Would you please look at https://wiki.ubuntu.com/SyncRequestProcess - I've revised it - and see if it makes sense to you... === bluefox_ idly files bugs requesting BoS2 and Stratagus 2.2.2 in Universe by Feisty, because they're out and he's been waiting for them. [10:09] zachtib: np, thanks for getting ahold of us and filing the bug [10:09] ScottK: yeah, looks good [10:10] Thanks. === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu [10:11] hi folks [10:12] <_Enchained> LaserJock: the new versionis on revu if you want to look at : http://revu.tauware.de/details.py?upid=4258 [10:13] <_Enchained> version* [10:13] hi sistpoty [10:13] hi LaserJock [10:13] Heya sistpoty [10:13] hi bddebian === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-motu [10:16] _Enchained: The .deb is pretty much empty..?? [10:16] <_Enchained> bddebian: Oo I look at it [10:17] <_Enchained> working on dvd95 ATM === brottman [n=brianr@216.120.143.226] has joined #ubuntu-motu [10:20] LaserJock: archive admins won't be happy with #83462 because the changelog is missing [10:22] bah [10:24] hi all [10:24] hi ajmitch [10:24] <_Enchained> hi ajmitch [10:24] hi ajmitch [10:25] bddebian: Did you get a chance to look at Bug #83176? It's you favorite package all over again... [10:25] Malone bug 83176 in courier "courier: merge new debian version 0.53.3-4" [Undecided,Unconfirmed] https://launchpad.net/bugs/83176 [10:25] Adri2000: fine, added [10:25] hi ajmitch [10:27] ScottK: No, I'm hiding [10:27] Should be the same as the last one. The new update just adds a few translations. === zachtib [n=zachtib@dorm07225.dorm-net.louisville.edu] has left #ubuntu-motu ["Leaving"] [10:34] Hey all. [10:34] LaserJock: could you add bug 36586 to your list of malone bugs? it would make it easier for ubuntu-universe-sponsors to find out which source package that bug/mail belongs to [10:34] Malone bug 36586 in malone "please mention the source package in bug mails" [Medium,Confirmed] https://launchpad.net/bugs/36586 [10:34] ...again [10:35] hi TheMuso [10:35] geser: about the best we have the is source package in the mail headers [10:36] Anybody working on mini-dinstall? [10:37] or is that a fakesync etc? [10:38] geser: I thought I had that one already, looks like I didn't [10:38] geser: as ajmitch said, they seem to think having it in the header is "good enough" [10:38] TheMuso: from http://merges.ubuntu.com/m/mini-dinstall/mini-dinstall_0.6.21ubuntu2.patch I'd say it's a fakesync [10:39] it still bugs me though... [10:39] LaserJock: bugs me as well [10:39] it's kinda weird to have to turn on "all headers" or something just to figure out what package a bug belongs too [10:39] especially when pitti renames the bugs to "Fixed" or something [10:40] Heya ajmitch === SWAT [n=SWAT@a80-100-68-159.adsl.xs4all.nl] has joined #ubuntu-motu [10:40] geser: Right I thought so. [10:40] Gaaah freakin' kbd-chooser [10:41] yay... I want to know the source package as the first thing of a bug mail... it's easier to open the bug link than to browse through the headers to get this info. === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [10:41] bddebian: seems like noone wants to touch it *g* [10:41] sistpoty: I'm trying but it's hideous :-( [10:42] in most cases I'm to lazy look for the X-Launchpad header and prefer to open the url instead [10:42] geser: added, thanks [10:42] I actually asked for a syn early on ;-) [10:42] Err sync even [10:42] bddebian: cool, great :) [10:42] And cjwatsin said no freakin way [10:44] bddebian: hahaha [10:44] bddebian: I think nobody wants to touch it because it in the d-i section [10:44] <_Enchained> Adri2000: http://revu.tauware.de/details.py?upid=4259 [10:44] is it still used anywhere? === Burgwork [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [10:48] <_Enchained> bddebian: I found the problem on greycstoration : I've changed the binary package name to "gimp-greycstoration" in debian/control (like gpocentek said), and then the deb doesn't content any file... [10:48] <_Enchained> do you know why ?... === sistpoty works on boa-constructor [10:49] <_Enchained> sorry, I just found my error (in rules) [10:49] <_Enchained> :) [10:49] _Enchained: ... :-) [10:50] <_Enchained> (I hadn't changed the destination directory in rules...) [10:50] <_Enchained> :s === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu === ivoks [n=ivoks@7-90.dsl.iskon.hr] has joined #ubuntu-motu === Ppjet6 [n=ppjet6@lns-bzn-51f-81-56-130-254.adsl.proxad.net] has joined #ubuntu-motu [10:55] <_Enchained> bddebian: better :) http://revu.tauware.de/details.py?upid=4260 [10:55] <_Enchained> (and dvd95 is updated too ;) ) === xopher_ [n=xopher@cs181218079.pp.htv.fi] has joined #ubuntu-motu === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu === chrisj [n=tortoise@82.152.223.112] has joined #ubuntu-motu === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu === twilight [n=twilight@ubuntu/member/twilight] has left #ubuntu-motu [] === _Enchained [n=cyrille@88.166.169.102] has joined #ubuntu-motu [11:29] <_Enchained> bddebian: thanks for you review [11:29] NP [11:30] <_Enchained> there is also Ooodi2 if you want lol [11:30] <_Enchained> http://revu.tauware.de/details.py?upid=4142 [11:30] <_Enchained> I d'ont know if all is ok... [11:30] <_Enchained> I modified a bit the standard installation === janm [n=jmalonzo@ppp4592.dsl.pacific.net.au] has joined #ubuntu-motu [11:53] Later folks === lfittl [n=lfittl@213.129.230.10] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === coNP [n=conp@pool-00196.externet.hu] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu