=== ryanakca [n=ryan@unaffiliated/ryanakca] has joined #ubuntu-motu === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-motu === robitaille [i=robitail@ubuntu/member/robitaille] has joined #ubuntu-motu === eXistenZ [n=amerdakk@unaffiliated/eXistenZ] has left #ubuntu-motu ["Leaving"] === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu === chuck__ [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === Simon80 [n=Simon80@rn-v1n5b15.uwaterloo.ca] has joined #ubuntu-motu === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu === cassidy_ [n=cassidy@48.198-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu === acacs [n=acacs@201.32.148.63] has joined #ubuntu-motu === FunnyLookinHat [n=david@64.140.73.93] has joined #ubuntu-motu === Ingar [n=saltvik@ti500720a080-4956.bb.online.no] has joined #ubuntu-motu === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu === rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-motu === ash211 [n=andrew@user-1121d18.dsl.mindspring.com] has joined #ubuntu-motu === mwolson [i=mwolson@pool-71-115-60-210.sbndin.dsl-w.verizon.net] has joined #ubuntu-motu === jaldhar_ [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-motu [02:58] crimsun: how does one decide what binaries will be created from the source package? [02:58] sorry, that question's a bit vague [02:59] are you asking how to name the binary packages (debian/control)? [02:59] kind of look at http://www.somasuite.org/somad.php [02:59] everything there is in the same source package [02:59] or are you asking how to place files in certain binary packages (debian/*.install)? [02:59] both === bluefoxicy blinks [03:00] so for example (from above link): [03:00] gnome terminal misspells "Colors" in the preferences dialog vo.ov [03:01] one would have a dh_install move all the somad files into the proper dir [03:01] or you could just enumerate the files in debian/somad.install [03:02] crimsun: I think I need a hand holding [03:02] ok, I pointed you to quodlibet's source package [03:02] take a look in debian/*.install [03:02] ok [03:02] note how each foo.install explicitly lists which files belong to binary package 'foo' [03:02] getting the source now [03:03] crimsun: ok [03:04] that is where they would normally be make install'd to? [03:04] yes [03:04] ok, makes sense [03:05] bluefoxicy, how does it spell it? [03:05] as for libsoma, you should look at http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ [03:06] crimsun: how does one decide how to name (and therefore split) the differnt packages? [03:06] Fujitsu: "Colour" [03:06] bluefoxicy: that is the canadian and british spelling [03:06] rexbron: that's pretty much up to the packager [03:06] crimsun: sugestions [03:06] rexbron: well I'm not canadian or british [03:06] rexbron: (except for the libraries, which I gave you a pointer to) [03:08] bluefoxicy, that is the spelling literally everywhere except the US. [03:08] (that speaks English, that is) === rpereira [n=rpereira@20158188053.user.veloxzone.com.br] has joined #ubuntu-motu [03:08] Fujitsu: well, I'm in the US o.o [03:10] crimsun: there is so much to do for this package [03:10] crimsun: this is the breakdown I am thinking of [03:11] somad, libsoma0, libsoma0-dev, somacheck, somaclient, somaconfig, soma-doc, phpsoma, pysoma [03:11] this is based off of looking at the src [03:12] rexbron, it would be libsoma-dev. [03:13] ya [03:13] crimsun: now how does one know where each of the files that make up the packages would normally be installed to? [03:17] !udb [03:17] Sorry, I don't know anything about udb - try searching on http://bots.ubuntulinux.nl/factoids.cgi [03:17] !udeb [03:17] Sorry, I don't know anything about udeb - try searching on http://bots.ubuntulinux.nl/factoids.cgi [03:19] crimsun: now how does one know where each of the files that make up the packages would normally be installed to? [03:22] rexbron: look at an installed package or a deb, or a --prefixed make install [03:23] ok === rexbron_ [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu === schultmc_ [n=schultmc@c-68-58-138-203.hsd1.in.comcast.net] has joined #ubuntu-motu [03:37] crimsun: [03:37] crimsun: I did a prefixed install [03:38] to $HOME/foo, I hope [03:38] crimsun: and know what is installed where [03:38] yes [03:38] ok, now follow the instructions in dh_install [03:38] dh_install(1), rather === superm1__ [n=superm1@12-226-103-197.client.mchsi.com] has joined #ubuntu-motu === superm1__ is now known as superm1 [03:41] crimsun: ok so for somad [03:41] it installs a binary to usr/bin/ with the name somad === Ng [n=cmsj@mairukipa.tenshu.net] has joined #ubuntu-motu [03:42] therefore somad.install contains /usr/bin/somad [03:43] I don't think you want the first / on that [03:43] LaserJock: could you explain? [03:44] because it's not really going to install it to /usr/bin/somad when building [03:44] but rather $CURDIR/debian/somad/usr/bin/ [03:44] Hi LaserJock. [03:45] or perhaps $CURDIR/debian/tmp/usr/bin/ [03:45] LaserJock: ok [03:45] .install should have usr/bin/ [03:45] hi Fujitsu [03:46] LaserJock: What exactly does the dirs file do? === `6og [n=kgoetz@unafilliated/kgoetz] has joined #ubuntu-motu [03:46] that's for creating directories that aren't already made [03:47] for example, if you're adding a .desktop file that isn't in the source [03:47] LaserJock: in the file system or debian/tmp? [03:47] you need to make sure /usr/share/applications/ is there [03:47] the latter. [03:47] ok [03:47] or rather, the packaging dir (not necessarily debian/tmp/, could be debian/foobarblah) [03:48] crimsun: so somad has files in /usr/bin and /usr/etc/ [03:48] /usr/etc? eww [03:48] run away run away [03:48] crimsun: what would its .install file contain [03:49] not on my system [03:49] that is where is would normally install too [03:49] does it use autotools? [03:49] to [03:49] yes [03:49] like a ./configure ? [03:49] yes [03:49] sorry [03:49] does it honor --confdir? [03:49] brb [03:49] I got to go to a movie [03:49] will be back in 2 h === jaldhar_ [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === yotux [n=nathan@24-196-132-64.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [04:18] Can someone explain CDBS to me? Sorry an new and would like to help by packaging but have no formal programing experience === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-motu [04:21] yotux: well, CDBS is pretty difficult to explain [04:22] i was looking at the doc and i am confused by what looks liek a bash script to me [04:22] it's basically a large amount of automation of the packaging process [04:22] for me I not understanding where debain/rules is [04:22] if you are new to Debian packaging I wouldn't really recommend CDBS to start with [04:23] ok, so debian/rules is a Makefile [04:23] ok [04:23] similar to what a lot of programs have [04:23] I am new to the whole packing Idea [04:24] have you ever done something like ./configure , make, sudo make install to install an app from s ource? [04:24] yes [04:24] I have install source before [04:24] where config finds that something is not there that is need to install [04:24] well, a Makefile is the file that tells make what to do [04:25] the instructions for building the app [04:25] it's fairly similar to a shell script [04:25] So from what I am understanding is that using CDBS one would need to modify the make file of the source program [04:25] debian/rules is a Makefile that gives the instructions for building .debs from the source [04:26] ok [04:26] well, hopefully you wouldn't need to modify the program's Makefile [04:26] WTF!? [04:26] is sistpoty in bed? :-) [04:27] yotux: have you seen the Ubuntu Packaging Guide? [04:27] yes [04:27] that is where I found out about CDBS [04:27] ah [04:28] From what I understood CDBS made things more streamlined [04:28] did you read through the "from scratch" and "debhelper" sections [04:28] yes [04:28] well, generally, I think most people start at the debhelper stage [04:28] ok [04:28] it's just basically layers of automation [04:28] and "helping" === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu [04:29] CDBS has the most, but on the other hand can be the hardest to understand because it's a bit of "magic" === Marsmensch [n=daniel@dslb-084-056-090-120.pools.arcor-ip.net] has joined #ubuntu-motu [04:29] hi folks [04:29] Nafallo: heh [04:30] yotux: is there you found particularly confusing in the packaging guide? [04:30] *there anything [04:30] WTF! :-P [04:31] hey Nafallo and LaserJock [04:31] sistpoty: go to bed or something :-). I was just impressed that you probably where better than me at that :-) [04:31] Well to me I was reading the packing guide and it makes reference to edgy but i am trying to assist with fiesty [04:31] were :-) [04:31] Nafallo: hehe [04:32] yotux: ah, it's hard to write for the future sometimes ;-) [04:32] I hope I have a better wake/sleep states from next week on [04:32] yuppers [04:32] I think I'll just try to make it release neutral in the future [04:32] I understand. Some stuff is different the main idea is that same I believe [04:33] sistpoty: I don't mind, you have normal hours for my side of the world ;-) [04:33] *g* [04:33] if you are the one that wrote it thank you for all of your hard work [04:33] your welcome, I hope it helped [04:34] it's sort of a community project [04:34] it does, not being a programmer doesn't help me I don;t think. i just feel that i use this great software that everyone help with so i need to give back to the community [04:34] we should promote sistpoty to deity status, too. [04:35] crimsun: I'm not worthy [04:35] too bad, you're a deity now [04:35] yotux: well, I'll let you in on a little secret. Most of use are programmers either ;-) [04:35] damn [04:35] sistpoty: it doesn't help [04:35] How does one upload to multiverse? [04:35] hmm [04:35] yotux: aren't rather [04:35] somerville32: same as Universe [04:35] somerville32: same procedure as for universre [04:35] I figure it out [04:35] I shouldn't say anything about sistpoty... he and I are in the same TZ ;-) [04:35] yotux: I'm a chemist, for instance [04:36] ok sorry i guess I am a bigger newbie than i realized after all [04:36] nah [04:36] you just learn as you go [04:38] yes I am trying. i start college this week for computer science [04:38] yotux: I was in the same position as you when I first got started [04:38] well, there you go. You're already ahead of me [04:38] I wish to a degree that I was forced to use the command line more. [04:38] I find that one can learn a lot from using the command line instead of GUI tools === doko [n=doko@dslb-088-073-081-154.pools.arcor-ip.net] has joined #ubuntu-motu [04:40] as long as one doesn't get caught up in the semantics of one at the expense of the other === rexbron_ [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu === mwolson [i=mwolson@pool-71-115-60-210.sbndin.dsl-w.verizon.net] has joined #ubuntu-motu === lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu === ash211 [n=andrew@user-1121d18.dsl.mindspring.com] has joined #ubuntu-motu === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu === _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-motu [05:53] wow, um, if I can't configure pulseaudio, I don't see how others are going to find this straightforward... [05:53] uh oh [05:53] Uh oh. [05:54] when you install just the base system w/ no gui (like when you type 'server' at the command line) is there a meta package/task that is installed? [05:54] erm, at the installer prompt I mean not the command line [05:54] I think so [05:54] sort of. at least ubuntu-minimal should be installed. [05:55] there are also a couple of tasks [05:55] DNS server and LAMP I think [05:56] that's from the server install disks, right? [05:56] why doesn't ubuntu minimal have a kernel in there? [05:57] heya everybody [05:57] chillywilly: you should check the seeds [05:58] I don't know what those are :) [05:59] chillywilly: https://launchpad.net/~ubuntu-core-dev/+branch/ubuntu-seeds/ubuntu.feisty [06:00] they are the files that tells what goes on the cd and meta packages [06:00] ok [06:00] LaserJock: and tasks? [06:01] tasks are what are used by tasksel [06:01] sort of like metapackages, but different [06:01] ;-) [06:01] are you supposed to be able to check that our with bazaar? [06:01] LaserJock: yea. but does the seeds generate them? :-) [06:01] chillywilly: yes [06:02] Nafallo: no [06:02] LaserJock: oh [06:02] at least I don't think so [06:02] No. [06:02] The tasks are defined by Task headers in packages. [06:03] well, they can also be shipped separately [06:03] I think, at least. [06:03] Probably. [06:03] let's find out :-) [06:04] but I believe the Ubuntu ones are done via the .debs [06:04] LaserJock: apt-cache show believes you :-) [06:04] the archive guys mess around with the binaries as far as I can tell for the -live [06:04] so, any good explanations why Java's EULA states "You acknowledge that Licensed Software is not designed or intended for use in the design, construction, operation or maintenance of any nuclear facility."? [06:04] ehhr [06:05] Fujitsu: apt-cache show believes you :-) [06:05] anyone every look at conary package manager or rPath Linux? [06:05] ever* [06:05] chillywilly: ozamosi :-) [06:05] um, ok [06:06] is that a developer/person? [06:07] chillywilly: a nick :-) [06:07] chillywilly: was the contactperson for my loco before :-) [06:07] I see blogs posts by her [06:07] jdong: yes, because by default it's not RT-capable [06:08] about conary, etc. [06:08] crimsun: would that be enough to warrant that warning? [06:08] jdong: yes [06:08] interesting [06:08] crimsun: and why would StarOffice need to be RT-capable? [06:09] (controlling reactors from spreadsheet macros?) [06:09] chillywilly: no. you don't. you might see blogposts by him though :-) [06:10] um I thought I saw that nick in ubuntu women or some such thing [06:10] a bazaar branch [06:10] chillywilly: he's the admin for them... [06:10] ubuntu-women.org [06:10] ok [06:11] guess I shouldn't assume then ;) [06:11] anyway, a conary-based ubuntu/debian would be an interesting thing ;P [06:11] jdong: it needs to be RT-capable? [06:12] crimsun: it's kind of silly for a word processor to carry a warning about use in nuclear facilities [06:12] I can kind of understand why a programming language/ runtime should need it [06:12] I'm sure it's to cover someone's arse. [06:13] :D [06:13] jdong: What word processor has that warning? [06:13] somerville32: Sun StarOffice [06:13] somerville32: it seems like Sun especially likes to stamp that warning all over its products === _czessi [n=Czessi@dslb-088-073-062-115.pools.arcor-ip.net] has joined #ubuntu-motu [06:14] jdong: Too bad it didn't make it into this year's weird labels and warnings awards [06:14] somerville32: wtf there's a contest for it? [06:15] jdong: Do you not read slashdot? [06:15] somerville32: haven't read it for two days [06:15] kinda been busy [06:15] You miss so much when you don't read slashdot [06:15] somerville32: I have a really cheap sweater that on the washing directions tab says "OR GIVE IT TO YOUR WIFE" [06:15] that probably would've won something :) [06:15] [06:16] The winner was (paraphrased) "Don't put kids inside while running" on a dryer or something [06:16] lol [06:16] jdong: damn it! have you put an image of that online? [06:16] in a twisted kind of way, that actually makes some sense [06:16] Nafallo: no, I will if I get entertained enough [06:17] Nafallo: google... ten bucks someone with the same shirt posted it already? [06:17] jdong: Runner up was "Don't dry your cellphone out in microwave oven" [06:17] some of them IMO are designed to be funny [06:17] jdong: hehe. thought it was you. I saw that image getting linked from a channel on another net 2-3 days ago :-) [06:17] like there was this elevator sign I saw last month in China that shows a stick-figure banging its head on the sign [06:18] weird, I did a apt-get install bazaar and the only binaries installed are baz and bazaar-gpg-check [06:18] worse, there's a highway clearance sign on a bridge close to where I live that dangles like 3 feet lower than the clearance it stated [06:18] there was a news story about that [06:20] chillywilly: bzr != bazaar :-P [06:20] blah ;P === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu [06:21] chillywilly: (1) you want bzr (2) you'd want to get it from bazaar-vcs.org's repos [06:22] I'm too flippin tired now... :) [06:22] brain no worky [06:23] actually bzr != bazaar == bzr :-) [06:23] so it's not packaged? [06:23] chillywilly: it is [06:24] installing from source is against ever fiber of my lazy being [06:24] chillywilly: bzr is bazaar-ng (which are often called just bazaar) [06:24] every* [06:24] apt-get install motivation [06:24] ;P [06:25] oh, sorry [06:29] so basically I was just trying to get a list of packages that would allow one to build a base ubuntu system [06:30] Anybody up for a REVU? Should be an easy one... http://revu.tauware.de/details.py?upid=3984 [06:30] ScottK: sistpoty :-) [06:30] ScottK: it's only 6:29AM for us ;-) [06:30] ScottK: let me finish gallery2 security update and then I'll take a look ;) [06:30] Thanks. [06:32] sistpoty: lol. get some sleep man :-) [06:32] Nafallo: I already did tonight... from 22.00 to about 1.00h *g* [06:32] but I'm getting tired again, maybe I'll make another coffe [06:32] +e [06:33] maybe my good buddy ajmitchie can lend a helping hand ;) [06:33] wonder wtf he went [06:33] sistpoty: three hours... dude. that's worse than me that haven't slept :-P [06:34] hehe [06:34] ubotu: help me find ajmitch, I lost him [06:34] ubotu: seen ajmitch [06:35] ubotu: seen chillywilly [06:35] chillywilly is on IRC right now! [06:35] ;D === chillywilly slaps somerville32 around some [06:35] hmm, in pm he told me that he was last seen 1d or so ago [06:35] in here he ignores me [06:35] ubotu: uptime sistpoty [06:35] Sorry, I don't know anything about uptime sistpoty - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:35] ubotu: ajmitch? [06:35] Sorry, I don't know anything about ajmitch? - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:36] ubotu: seen ajmitch [06:36] I last saw ajmitch (n=ajmitch@ubuntu/member/ajmitch) 1d 1h 48m 15s ago, quiting: Read error: 110 (Connection timed out) [06:36] there ya go [06:36] ubotu: botsnack [06:36] Yum! [06:36] ubotu: seen Nafallo [06:36] Nafallo is on IRC right now! [06:36] ubotu: please tell chillywilly botsnack [06:36] Fine - be picky [06:37] ubotu: please tell chillywilly about botsnack [06:37] ubotu: lart somerville32 [06:37] bummer :) [06:37] ubotu: help [06:37] I am ubotu, all-knowing infobot. You can browse my brain at http://bots.ubuntulinux.nl - Usage info: http://wiki.ubuntu.com/UbuntuBots [06:38] pulseaudio-module-hal loses. Utterly. [06:38] so.. who won? [06:39] I did after hacking the conffiles. === somerville32 congratulates crimsun. [06:40] now, time to figure out wth pulseaudio-module-hal threw a hussy. [06:40] hello Universe :) [06:40] hi gauvain [06:40] hi Daniel [06:41] pretty early in the morning for you, no? :) [06:41] yes, 6:41am [06:41] or have you, too, gone sistpoty timezone? [06:41] crimsun: I'm still here [06:41] yeah, the sistpoty timezone. [06:42] now available in your local tzconfig [06:42] I usually wake up at 4am, so it's not that early ;) [06:42] utc +1, so it's 6.43 [06:42] hi gpocentek btw. [06:42] hi sistpoty [06:43] heya gpocentek [06:44] grml... perl... grml [06:44] all the EUs! [06:44] hi Toadstool [06:44] oh wait, Toadstool's still left coast [06:44] anyone who speaks perl around? [06:44] crimsun: yep :) [06:44] I hear Steven -loves- Perl. [06:45] well, I simply need s.th. like turn "find ." into an array of filenames [06:46] gpocentek, Are you going to be at the next Xubuntu-devel meeting? [06:46] somerville32: I'll try [06:46] gpocentek, Do you know what happened to Jani? He seems to have disappeared. [06:47] somerville32: I know that he tries to find/create a job, so he doesn't have much time for Ubuntu [06:47] sistpoty: 00:47 < gxti> chomp(@filenames = `find .`); ? :p [06:47] heh [06:47] crimsun: thanks [06:48] gpocentek, What are we going to do with Xubuntu? lol [06:48] somerville32: hum, make it work nicely ? :) [06:48] gpocentek, Wee :) [06:48] gpocentek, Feisty is looking nice so far. [06:49] I suggest replacing moz-tbird with evolution. Wee! [06:49] yes, and yesterday commits in Xfce svn look nice [06:49] crimsun: and thunar with konqueror [06:49] oooh [06:49] gpocentek, I don't monitor Xfce svn. What went in? [06:49] uhuh [06:49] gpocentek, crimsun: Maybe replace gxine with Amarok? [06:49] wine+iTunes kthx [06:49] gnight [06:50] somerville32: libexo now handles the mountings [06:50] what about bmpx ? :) [06:50] Nafallo: 'night [06:50] Nafallo: g'night [06:50] somerville32: and Thunar uses this of course [06:50] gpocentek, What was it using before? [06:50] mm, nice wrt exo [06:51] Thunar had its own code for this IIRC === gpocentek hopes a stable Xfce release will happen this month === Toadstool is getting a lil' tipsy with all this wine from Temecula [06:53] gpocentek, me too :] [06:53] gpocentek, My SRU for mousepad is almost ready. I just need to remove a few things from the patch and cjwatson said he would approve it. [06:53] somerville32: yep I've seen this === somerville32 is proud of himself. [06:54] :) [06:54] My SRU for curl got approved too and is already uploaded === somerville32 flexes. [06:54] did I upload that one? === somerville32 nods. [06:56] oh, nice... I tricked the gallery2 perl-script, that updates some weird checksum files and needs CVS entries for this into spitting out a file with the oneliner :) [06:56] yeah, a two-line diff [06:56] impressive :) [06:57] it is :) === somerville32 thinks about packaging a simple python application [07:00] Any application in particular? [07:00] pyneighborhood? === somerville32 cringes. [07:02] I dunno if pyneighborhood even works right - why waste time packaging it? [07:02] No one has reported being able to get it to work [07:03] If there is application I want to package but they don't offer it in a tarball, should I just tarball it? [07:03] (ie. they just give the one file) [07:03] wow. No, I think you're better off waiting a tick, then. [07:04] How long is a 'tick'? :] [07:07] enough time to package something else properly? ;) [07:09] I was thinking about doing this one, but it's a little beyond me yet: http://www.tummy.com/Community/software/tumgreyspf/ [07:09] gpocentek, Do you remember the discussion about the notification daemon? [07:09] somerville32: not really [07:10] gpocentek, Do we plan to ship it in Feisty? xfce-goodies has already stripped it of gnome stuff [07:10] somerville32: I tested it, it never worked for me [07:15] gpocentek, Could we do something with notification-daemon? [07:16] I don't think we ship anything like it, do we? [07:16] we dont, but do we really need this ? [07:16] hum, wait [07:17] no, we don't ship it [07:17] gpocentek, Is there anyway to see the reverse dependencies of notification-daemon? [07:18] apt-cache rdepends [07:18] gpocentek, Would it be possible to de-gnomify update-notifier or code our own applet? [07:21] gpocentek, I'm looking through the notification-daemon dependencies and it doesn't appear it pulls anything in that xubuntu-desktop doesn't already (though I only took a look at the most likely ones not to) === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [07:22] somerville32: writting our own code would just be duplicating things, I'm not found of it [07:22] gpocentek, I agree. [07:22] and de-gnomifying it is something that needs to be discuss with the desktop team === Toadstool summons seb128 === somerville32 gets salt and makes a circle around himself. [07:24] :) === Hobbsee summons the mystery person [07:24] Toadstool: i think he's still on holidays... [07:24] hehe [07:24] hehe [07:24] hey Hobbsee [07:24] how is it going? [07:25] fu342jfeg [07:25] AAH [07:25] uhuh [07:25] everyone, pretend you did not see that [07:25] hey Toadstool good, just got home from work :) [07:25] jdong: why, what's it for? [07:26] doesnt appear to be his nickserv password [07:26] Hobbsee: work?! you actually work in Australia? I'm impressed :) === Toadstool runs [07:26] hobbsee: I have absolutely no clue. it is certainly not a password to a gksu dialog that disappeared on me. [07:26] Toadstool: hahaha, yes. [07:26] Toadstool: well, i get paid from it, so i suppose it counts as work === lritter [n=paniq@port-212-202-50-242.dynamic.qsc.de] has joined #ubuntu-motu [07:26] hehe [07:26] jdong: heh === jdong pulls up pwgen and shops for a new password [07:28] hah [07:28] too late! [07:29] mwahaha [07:30] Can someone tell me if libcario2 is in the xubuntu-desktop task? [07:30] rdepends libcario2 [07:30] gosh, when I have time to spend on #u-motu, I'm kind of drunk... I feel so useless :p [07:30] add apt-cache in front === Toadstool hides [07:30] Toadstool: heh, be useful :P [07:31] Hobbsee, apt-cache show libcario2 [07:31] W: Unable to locate package libcario2 [07:31] E: No packages found [07:31] Hobbsee: tell that to 1) my manager 2) my girlfriend :) [07:32] s/tell/say/ === Hobbsee thwacks somerville32 with a rubber mallet [07:32] sarah@sarah:~$ rdepends libcairo2 | grep xubuntu [07:32] xubuntu-system-tools [07:32] Toadstool: it's better to listen to your girlfriend. and managers suck like that [07:33] apt-cache rdepends libcario2 [07:33] W: Unable to locate package libcario2 [07:33] heh === Hobbsee hands somerville32 a dictionary, and tells him to look up "cairo" [07:33] haha! [07:33] :P [07:34] gpocentek, If we added notification-daemon to the seeds then we'd only pull in libsexy2 and libwnck18 :) [07:37] crimsun: What do you think? [07:38] Hobbsee, Tell them that people want nice pop-up notifications on their desktop ;] === gpocentek doesn't want notifications [07:38] somerville32: who's "them"? [07:38] Hobbsee, gpocentek [07:39] and crimsun [07:39] :] [07:39] gpocentek: yeah, notifications are evil :) [07:39] lol [07:39] It told me that my /boot partition was full [07:39] It is useful ;] [07:40] but notification-daemon itself doesn't do that alone [07:40] Right [07:40] it's only usefull if we have software which uses it [07:40] somerville32: i'll respect gpocentek's decisions on xubuntu, as he runs it all the time [07:40] Hobbsee, I run Xubuntu all the time too : P [07:40] :) [07:41] gpocentek: by the way, a friend of mine installed edgy's xubuntu a couple of days ago, I told him to bug you in case something goes wrong... hope you don't mind :p === Toadstool hides [07:42] I wonder what used the notification-daemon to tell me /boot was full === somerville32 ponders. [07:43] Toadstool: no problem ;) [07:46] gpocentek, Is there anything specific that I could help with? [07:47] ScottK: for pyspf: why the alternatives? is spfquery supplied by another package as well? [07:48] Yes. [07:48] ScottK: ah, k [07:49] somerville32: well, there's a lot to do for documentationn... [07:49] There is a PERL one and a C one. [07:49] nice [07:49] gpocentek, lol :P [07:49] somerville32: what do you want to get involved in ? [07:49] development ? [07:49] gpocentek, Yes. [07:49] :) [07:49] you can fix bugs :) [07:50] ScottK: is the orig-tarball bit identical to the upstream one? (once again to lazy to look for myself) [07:51] gpocentek, Sure thing. [07:51] Yes. Just renamed it. [07:51] jdong: don't feel bad for the password thing, i did it a few months ago logging into the uni's server, everyone in here got the username and password due to a buggy konsole on a live cd [07:51] ScottK: fine... looks good [07:51] Great. [07:51] nixternal: that makes me feel better :) [07:51] I still need to learn the whole look before you type thing [07:51] ya, and someone used it to and logged in :) [07:52] Second time around is easier. [07:52] ScottK: let me take another small look, and if no problems come up, I'll upload it [07:52] Thanks. I'll be AFK for a while, so if there are more questions, I'll answer when i get back. [07:53] gpocentek, For feisty+1, could we lay out some sort of roadmap? [07:55] somerville32: sure, that would help [07:55] ScottK: all nice, uploading. [07:55] gpocentek, sabdfl usually sets some "goals" for each release. Do the sister projects (ie. us) align ourselves with these goals where applicable? [07:56] Or do we just do our own thing? [07:56] somerville32: we try to follow the ideas [07:57] but I'm not sure that we can have the same goals === somerville32 nods. [07:57] desktop effects for instace doesn't really fit the Xubuntu idea [07:57] ok, and now I finally go to bed [07:57] gn8 everyone [07:57] cya sistpoty === somerville32 moves to #xubuntu-devel. === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu [08:03] gpocentek and somerville32: does xfce have many related packages in Universe? [08:04] LaserJock: almost everything is in main, except a few panel plugins [08:06] darn, I need a "Icons for dummies" book or something. I suck at art :/ === reggaemanu_ [n=manu@ARennes-257-1-134-34.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu === mlpug [n=user@a85-156-253-211.elisa-laajakaista.fi] has joined #ubuntu-motu [08:25] slomo: yes, I already did a couple of uploads, 2 of them are currently in NEW [08:26] shawarma: yes, we do :) [08:32] LaserJock: join the "we suck at art" user's group :) [08:33] nixternal: but I'm determined to make a couple icons [08:33] :-) [08:33] i have tried [08:33] i even follwed some gimp and inkscape tutorials [08:33] i made the original alacarte icon [08:34] the coolest thing i have done with inkscape is http://www.nixternal.com [08:34] i stole two icons from the guy that used to do ubuntu's icon set [08:34] and that was by accident [08:34] put them into one :) === Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu === crimsun_ [i=crimsun@adhd.irule.net] has joined #ubuntu-motu [08:39] well, I need to come up with at least 2 or 3 [08:39] chemistry ones [08:40] Feisty is now pulseaudio-capable. [08:40] sweet [08:40] this is slick. [08:40] per-application volumes [08:41] I hardly ever use sound, but I know some people do :-) [08:41] ability to migrate applications across audiosinks and mixers [08:41] (and audiosources) [08:43] hmm, that seems cool [08:43] it's awesome [08:43] it does way more, of course, but this is just a taste === poningru [n=poningru@ip72-209-70-78.ga.at.cox.net] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === ademan [n=dan@h-67-101-97-229.snfccasy.dynamic.covad.net] has joined #ubuntu-motu === crimsun__ [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu === harrisony [n=Harrison@unaffiliated/harrisony] has joined #ubuntu-motu [09:28] Ugh oh! [09:28] : ( [09:29] I upload with cody-somerville@ubuntu.com [09:29] but I login with cody.somerville@gmail.com [09:29] So I can't comment on my own uploads. === harrisony [n=Harrison@unaffiliated/harrisony] has joined #ubuntu-motu === poningru [n=poningru@ip72-209-70-78.ga.at.cox.net] has joined #ubuntu-motu === harrisony [n=Harrison@unaffiliated/harrisony] has left #ubuntu-motu ["SHINY!!!!!!!"] === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [09:40] somerville32: been there.. don't remember how I resolved it, though [09:40] lol [09:41] maybe contact a REVU admin to add that address to the key? === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [09:46] How do I use patch again? lol [09:47] I generated it with diff -Nur [09:47] man patch [09:47] patch -px < patch.diff [09:47] use appropriate number for x [09:47] what are the different #'s for? [09:48] try and see :) [09:48] @now atlantic [09:48] Current time in Canada/Atlantic: January 07 2007, 04:48:57 === somerville32 gives tepsipakki puppy dog eyes. [09:49] really, man patch [09:49] it's too much to paste here [09:50] basically, it strips stuff from the file-paths [09:58] tepsipakki, How do I apply it to a directory? [09:58] 10:47 < tepsipakki> patch -px < patch.diff [09:59] :) [09:59] Lets say I'm not in the directory [09:59] like, I want to package blah/src/ [09:59] use -p0 [10:00] if you are in the parent [10:00] ie. in the path where you ran diff [10:00] hmm, -p1 that is [10:01] -p0 uses full paths, -p1 strips the first slash [10:01] (full paths related to the dir where diff was run) [10:06] k, thanks [10:08] Is anyone here good at editing patches by hand? [10:12] http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt [10:12] it's ... [10:13] He control the hardware now, and He decrease its quality [10:13] standing ovation to Vista :> [10:20] somerville32: emacs offers a great mode for editing patches [10:20] siretart: thanks [10:20] somerville32: it's call 'diff mode' :) [10:20] siretart: Can you fix a problem for me? [10:20] siretart: I login with cody.somerville@gmail.com [10:20] I upload with cody-somerville@ubuntu.com [10:20] So I can't comment on my own uploads [10:21] oh. hmm [10:22] somerville32: can't you login with cody-somerville@ubuntu.com? [10:22] I tried [10:24] I'm syncing your passwords, okay? [10:24] ok [10:25] somerville32: pw synced, try again :) === somerville32 waddles over to revu. [10:27] siretart: http://revu.tauware.de/lostpw.py?email=cody-somerville@ubuntu.com [10:27] shows nothing === TLE [n=kenneth@217.74.211.14] has joined #ubuntu-motu [10:32] somerville32: yes, try to login with your old password for the @gmail.com adress [10:32] somerville32: lostpw.py is confused by the keyid [10:33] Logged in as cody-somerville@ubuntu.com [10:34] :) [10:35] Anybody here good at debugging instances of /etc/X11/Xsession causing the executing shell to terminate when DISPLAY is set to that of a Xvnc instance compiled in Edgy, when the Dapper-compiled (identical source) version running on Edgy works fine? [10:35] (rather obscure, I know :P) [10:37] oh darn, I just filed an ITP to debian, only to notice that keeypassx has already been uploaded to edgy :/ [10:38] keepassx, you mean? [10:38] yes [10:38] Hrm, I didn't realise that was only in Ubuntu... I use it daily at work. [10:38] I just packaged it for debian. hrmpf [10:53] "Cross Plateform Password Manager" :) === mr_pouit [n=mrpouit@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu === fraco [n=fraco@213.219.186.70.adsl.dyn.edpnet.net] has joined #ubuntu-motu === davromaniak [n=cyril@AFontenayssB-152-1-22-170.w83-114.abo.wanadoo.fr] has joined #ubuntu-motu === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu === Lutin [n=ubuntu@lns-bzn-22-82-249-120-48.adsl.proxad.net] has joined #ubuntu-motu === Amaranth_ [n=travis@ip72-198-200-109.om.om.cox.net] has joined #ubuntu-motu === poningru [n=poningru@ip72-209-70-78.ga.at.cox.net] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === harrisony [n=Harrison@unaffiliated/harrisony] has joined #ubuntu-motu [11:50] crimsun: The -3 and -4 kernels still don't fix my sound. Do you want new dumps of /proc/asound/card0/codec#0? [11:50] of -5, yes [11:50] and if you haven't attached lspci -nv, please do so. [11:50] I'm very busy this week, but I'll try to work in time to look at it [11:51] alright [11:51] i didn't know -5 was out :) === Lutin_ [n=ubuntu@sd-4736.dedibox.fr] has joined #ubuntu-motu === Lutin_ is now known as Lutin === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-motu === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === Ingar [n=saltvik@ti500720a080-7810.bb.online.no] has joined #ubuntu-motu === zorglu_ [n=zorglub@219.43.102-84.rev.gaoland.net] has joined #ubuntu-motu === geser [n=michael@dialin106071.justdsl.de] has joined #ubuntu-motu === Lutin_ [n=ubuntu@lns-bzn-22-82-249-120-48.adsl.proxad.net] has joined #ubuntu-motu === davromaniak [n=cyril@AFontenayssB-152-1-22-170.w83-114.abo.wanadoo.fr] has joined #ubuntu-motu === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === daya [n=daya@202.79.37.177] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu === Lutin_ is now known as Lutin === chuck_ [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === Gervystar [n=alessand@host145-73-dynamic.5-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === zwnj [n=zwnj@194.225.70.57] has joined #ubuntu-motu === Ingar [n=saltvik@ti500720a080-7810.bb.online.no] has joined #ubuntu-motu === zwnj [n=zwnj@194.225.70.57] has left #ubuntu-motu [] === TMM [n=hp@ip565b35da.direct-adsl.nl] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu === luks [n=luks@adsl-168-232-073.dsl.nextra.sk] has joined #ubuntu-motu [02:29] hi, is there any way to check what happened to this package (if it was uploaded)? http://revu.tauware.de/details.py?upid=3657 === Ng [n=cmsj@mairukipa.tenshu.net] has left #ubuntu-motu [] === cypher1 [n=cypher1@59.92.149.53] has joined #ubuntu-motu [02:35] luks: the source got already accepted but the binary is sitting in the NEW queue: https://launchpad.net/ubuntu/feisty/+queue?queue_state=0&queue_text=picard [02:35] you're just waiting on an archive admin [02:35] and soyuz to unfreeze [02:35] hi geser Hobbsee ! [02:36] Hi cypher1 [02:36] heya === jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-motu === PriceChild [n=PriceChi@ubuntu/member/pricechild] has joined #ubuntu-motu [02:37] Hobbsee: is it once again freeze time? [02:37] geser: no [02:37] hey PriceChild [02:38] geser: i dont think so [02:38] geser: oh, i wasn't aware that launchpad has info about the queue. thanks [02:38] hey hobbsee [02:38] when's freeze? [02:38] !schedule [02:38] Ubuntu uses a strict timetable for releases, which means that sometimes newly released programs miss the timetable. See https://wiki.ubuntu.com/TimeBasedReleases for more. Feisty Schedule: https://wiki.ubuntu.com/FeistyReleaseSchedule [02:39] ty [02:39] over a month :) [02:39] wasn't the archive partly freezed for Herd CD 1? [02:40] and next week is Herd CD 2 due [02:40] 6 Herds :O [02:40] wow [02:41] geser: doesnt mean taht will happen though. it was on manual for herd 1 [02:43] Hobbsee, i was working on the genpower merge :) [02:43] cypher1: yay :) [02:44] Hobbsee, it has some problems with upstart, sysinitv change [02:44] ah [02:44] thanks to geser to pointing it out to me [02:45] Hobbsee, it needs /usr/include/initreq.h from sysvinit package === selinuxium [n=selinium@80-193-7-210.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu [03:09] any Python wizard here? [03:10] for a few seconds [03:10] whatsup [03:12] debian bug#374997 [03:13] ... [03:13] you are aware this is an ubuntu channel ? :) [03:14] yup [03:14] anyhow, I dont have time to chase pointers. [03:14] what is your question [03:14] there's parsing errors for locales that are exception cases. [03:15] exception cases ? [03:15] and parsing what [03:15] form what i can tell, Mithrandir's original code only handles foo_FOO to foo_FOO.UTF-8 [03:15] it has no provision for handling foo_FOO@euro to foo_FOO.UTF-8 [03:16] or for handling foo_FOO.ODDLEGACYENCODING to foo_FOO.UTF-8 [03:16] I'm struggling here. Do you mean 'if LC_LANG=en_AU@euro then python will fail to startup correctly due to site.py having a defect' ? === luks [n=luks@unaffiliated/luks] has left #ubuntu-motu ["Leaving"] [03:19] ah well, gnight. note that @euro is not the same as UTF-8 to the best of my knowledge, and treating it as such would be a bug. [03:19] likewise legacy encodings [03:19] we should not crash on startup, but we may not have a valid encoding for the locale the uesr provides. === lifeless -> sleep === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu === Lutin_ [n=ubuntu@lns-bzn-22-82-249-120-48.adsl.proxad.net] has joined #ubuntu-motu === markvandenborre [n=mark@86-39-107-96.customer.fulladsl.be] has joined #ubuntu-motu === fbond [n=fab@pool-72-92-138-194.burl.east.verizon.net] has joined #ubuntu-motu === plugwash [n=plugwash@p10link.net] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu === Hobbsee|NotHere [n=user@ubuntu/member/hobbsee] has joined #ubuntu-motu === pirast [n=martin@p508B0BAF.dip0.t-ipconnect.de] has joined #ubuntu-motu [04:19] Q-FUNK: why is utf8-migration-tool a native package? [04:19] white: because it is. no upstream, in practice. [04:21] it used to be an ubuntu-specific tool, which is no longer needed at ubuntu. [04:21] Q-FUNK: hmm 4.3.2 was never uploaded to debian, so maybe you want to merge the things? [04:21] 4.3.2 ? === ubuntu_demon [n=ubuntu_d@ubuntu/member/ubuntudemon/-x-12083] has joined #ubuntu-motu [04:22] a bullshit, 0.4.2 [04:22] yes it was [04:22] it's in incoming now [04:22] ah [04:22] and 0.4.3 is already waiting to supplant it [04:22] pending sponsoring [04:23] or was there another 0.4.2 i'm not aware of? [04:23] e.g. a fork? [04:23] who did the last upload? [04:23] no i just didn't check incoming, you are right [04:25] http://q-funk.iki.fi/debian/pool/u/utf8-migration-tool/ [04:27] bubulle did. === Tonio__ [n=tonio@63.8.100-84.rev.gaoland.net] has joined #ubuntu-motu === azeem_ [n=mbanck@host109.natpool.mwn.de] has joined #ubuntu-motu [05:04] hmm... is https://wiki.ubuntu.com/IdeaPool used by anybody? [05:13] I can't find a qemulator package for feisty [05:14] should I file a wishlist bug about it? or is there a more appopriate way to ask? [05:16] qemu === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-motu === rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu === ubuntu_demon [n=ubuntu_d@ubuntu/member/ubuntudemon/-x-12083] has left #ubuntu-motu [] === bhale [n=bhale@brandonhale.us] has joined #ubuntu-motu [05:33] can anyone give me a link for the nvidia-crazy-colors problem? === larrysage [n=larry@S01060013464a705b.vs.shawcable.net] has joined #ubuntu-motu === rexbron_ [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu === cyberix [n=cyberix@hoas-fe17dd00-69.dhcp.inet.fi] has joined #ubuntu-motu [05:47] Why is festalon package in multiverse? [05:47] The copyright file says it is GPL [05:48] and it depends only on libc6 [05:48] cyberix: look into what it does [05:48] cyberix: It may have patent issues [05:50] The Universe is full of emulators. === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu === Marsmensch [n=daniel@dslb-084-056-090-120.pools.arcor-ip.net] has joined #ubuntu-motu [05:50] cyberix: I have encountered this problem before, you are going to have to do the research, but feel free to ask more questions or contact the ubuntu package maintainer [05:52] It is in Debian contrib. Does this mean it is lacking a Debian developer? === ash211 [n=andrew@adsl-152-247-122.asm.bellsouth.net] has joined #ubuntu-motu [05:53] cyberix: the fact that the package is in contrib does not have anything to do with the maintainer, e.g. if it is a developer or not [05:53] Hay anyone got time for a question on dependency policy ? === markvandenborre [n=mark@86-39-107-96.customer.fulladsl.be] has left #ubuntu-motu ["Ik] [05:53] cyberix: it basically means that the package itself is free, but needs non-free stuff === guibis [n=guibis@dwp221.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [05:56] The question is. If a package aaa depends on a certain version of another package bbbb. Then if the version of bbb that is in the repo's meet the requirement of package aaa, is it then customary to exclude the versionnumber dependency in package aaa ? [05:56] and just have a general package dependency without a versionnumber ? [05:56] Let me know if I don't make sense === Magnus1 [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu [05:59] i think what you asked was, if package a depends on package b version x, and package b version x happens to be in the ubuntu archive, do you depends on package b, leaving out the detail of x? [05:59] the answer is no [06:01] yeah exactly leaving out the detail of version x in a's dependensies. [06:02] cyberix: contrib is an extra distinction on the freeness of a package. the package itself could go in main (it is free code), but it is designed to interact with a non-free package. [06:02] TLE: don't do that [06:02] TLE: normally a >= can be used to indicate that the package needs a specific version and all future ones (if that is possible) [06:03] cyberix: so a free package designed to interact with a non-free package goes into contrib, on the debian side. [06:03] bhale: yeah ok, that is what I meant. IT IS NOT ok to leave out the detail, I was just reiterating what you said to make sure I understood it right [06:03] yes [06:03] you did. [06:03] cyberix: ubuntu doesn't have contrib, though. [06:03] Q-FUNK: Festalon is in contrib and depends only on GNU C Library. :-/ [06:04] cyberix: it's not just a question of dependencies. [06:04] crimsun__: are you up? [06:05] crimsun: are you up? [06:05] in your particular case, this is an emulator for a commercial, closed-source product. [06:05] bhale: ok. it is for a bug I'm following. Now this affects the particular package in both dapper and edgy, is it serious enough to warrant a update ? [06:06] or well, it emulates its sound engine. [06:06] Should a *-dev package depend on the runtime library? === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu === cassidy [n=cassidy@112.133-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu === guyjohnston [n=guy@cpc2-nott4-0-0-cust24.nott.cable.ntl.com] has joined #ubuntu-motu [06:08] rexbron: yes. [06:08] bhale: k thanks [06:08] TLE: probably not, SRU proceedures mostly involve data loss or regressions [06:09] ok thanks for your time [06:09] no problem [06:09] hi, i asked a question a few days ago about why the game tremulous is in multiverse rather than universe. does anyone know if this has been found out? === cyberix [n=cyberix@hoas-fe17dd00-69.dhcp.inet.fi] has left #ubuntu-motu [] === fbond [n=fab@pool-72-92-138-194.burl.east.verizon.net] has joined #ubuntu-motu === UbuntuSt1ts [n=StatsBot@bl4-190-147.dsl.telepac.pt] has joined #ubuntu-motu === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu [06:18] guyjohnston: because http://changelogs.ubuntu.com/changelogs/pool/multiverse/t/tremulous/tremulous_1.1.0-3/copyright [06:23] which part of that means it's in multiverse? [06:23] aren't those all free licences? [06:24] looks like the media isnt [06:24] infact it isnt mentioned what lic its under at all , strange that made it in [06:25] it is in the 'copyright' file for the 'tremulous-data' package [06:25] its the creative commons attribution-sharealike [06:26] i'd have thougt that counts as a free licence === agent [n=agent@pool-71-120-187-51.aubnin.dsl-w.verizon.net] has joined #ubuntu-motu === larrysage [n=larry@S01060013464a705b.vs.shawcable.net] has left #ubuntu-motu [] === twanj [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu === mr_pouit [n=mrpouit@LAubervilliers-151-12-73-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-motu === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu === fbond [n=fab@pool-72-92-138-194.burl.east.verizon.net] has joined #ubuntu-motu === RedKrieg [n=RedKrieg@ip68-10-83-27.hr.hr.cox.net] has joined #ubuntu-motu === geser [n=michael@leary.ping.de] has joined #ubuntu-motu === geser [n=michael@leary.ping.de] has joined #ubuntu-motu === joumetal [n=jouni@laku42.adsl.netsonic.fi] has joined #ubuntu-motu === jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-motu === geser [n=michael@leary.ping.de] has joined #ubuntu-motu === gpocentek [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-motu === twanj_ [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu === xopher_ [n=xopher@cs181218079.pp.htv.fi] has joined #ubuntu-motu === Lutin [n=Lutin@sd-4736.dedibox.fr] has joined #ubuntu-motu === ivoks [n=ivoks@32-120.dsl.iskon.hr] has joined #ubuntu-motu === mr_pouit [n=mrpouit@LAubervilliers-151-12-73-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-motu [08:13] hey [08:14] I am trying to build a package and it requiures the python2.3 header files, [08:14] where can I get them for ubuntu? === zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [08:22] rexbron: if you are packaging a python program you need to take a look at the debian python policy === zorglu_ [n=zorglub@219.43.102-84.rev.gaoland.net] has joined #ubuntu-motu [08:25] Adri2000: it is a binary module I am not sure if that counts as a program [08:27] a kernel module? [08:29] Adri2000: NO [08:29] opps [08:29] sorry [08:29] capslock [08:29] Adri2000: it is a python module [08:32] http://www.debian.org/doc/packaging-manuals/python-policy/ > http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html ? === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu === Magnus1 [n=magru@c83-252-237-96.bredband.comhem.se] has left #ubuntu-motu [] === MehdiHassanpour [n=simorgh@217.218.100.203] has joined #ubuntu-motu [08:54] Hi MOTU [08:56] beside ttf-freefarsi that I've asked to be added in Feisty universe, I wanted to ask for aspell-hy too [08:56] they are both in Debian unstable now [09:03] MehdiHassanpour: please make bug reports in launchpad for both. i belive subscribing the group 'ubuntu-universe-sponsors' to the bugreport will speed things up. [09:04] should I ask those packages in ubuntu-universe-sponsors ? === paniq_ [n=paniq@port-212-202-50-242.dynamic.qsc.de] has joined #ubuntu-motu [09:07] there is now such list @ lists.ubuntu.com === Lutin [n=Lutin@sd-4736.dedibox.fr] has joined #ubuntu-motu === DuckFart [n=DuckFart@217.205.242.6] has joined #ubuntu-motu === DuckFart [n=DuckFart@217.205.242.6] has left #ubuntu-motu ["Konversation] [09:16] MehdiHassanpour: i mean, you should make bugreports at http://bugs.ubuntu.com, then you should subscribe the launchpad-group ubuntu-universe-sponsors ( https://launchpad.net/~ubuntu-universe-sponsors ). They are the ones handling these cases, iirc. [09:18] fdoving: ok thanks [09:18] :) === DuckFart [n=DuckFart@217.205.242.6] has joined #ubuntu-motu === zenrox [i=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === ademan [n=dan@h-67-101-97-229.snfccasy.dynamic.covad.net] has joined #ubuntu-motu === zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === zen-afk [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === _Enchained [n=cyrille@lns-bzn-26-82-254-107-214.adsl.proxad.net] has joined #ubuntu-motu === Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === givre [n=Florent@APuteaux-152-1-24-124.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu === givre [n=Florent@APuteaux-152-1-24-124.w82-120.abo.wanadoo.fr] has left #ubuntu-motu [] === lengau [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #ubuntu-motu === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu === rytmisk [n=irc@81-231-105-125-no27.tbcn.telia.com] has joined #ubuntu-motu === pirast [n=martin@p508B0BAF.dip0.t-ipconnect.de] has joined #ubuntu-motu === ajmitch [i=ajmitch@ubuntu/member/ajmitch] has joined #ubuntu-motu [10:47] hi ajmitch [10:48] hi === ajmitch is not really here [10:48] hehe [10:48] dsl is down at home === ajmitch is off to get food anyway === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === selinuxium [n=selinium@80-193-7-210.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu [11:05] new upstream multiverse packages, can they be put on revu as well, or is there a different procedure? [11:06] same, although I don't know if I'd use REVU for a new upstream version [11:06] how should i go about it? === TMM [n=hp@ip565b35da.direct-adsl.nl] has joined #ubuntu-motu === jaldhar_ [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu [11:09] nixternal: if there isn't a big difference debdiff it [11:10] if there is lot of changes put the whole source packages somewhere [11:11] k [11:13] debdiff == 240k [11:16] is there a motureviewer around that could have a look to http://revu.tauware.de/details.py?upid=3981 ? === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === chuck_ [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [11:41] Hello All :) [11:42] hi joejaxx :) [11:43] :) === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === proppy [n=proppy@ram94-2-82-66-68-232.fbx.proxad.net] has joined #ubuntu-motu === poningru [n=poningru@ip70-171-40-44.ga.at.cox.net] has joined #ubuntu-motu === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu === marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu === rytmisk [n=irc@81-231-105-125-no27.tbcn.telia.com] has left #ubuntu-motu [] === persia [n=persia@p7145-ipbf1002marunouchi.tokyo.ocn.ne.jp] has joined #ubuntu-motu === ailean [n=ailean@82-40-205-105.stb.ubr07.uddi.blueyonder.co.uk] has joined #ubuntu-motu === ailean [n=ailean@82-40-205-105.stb.ubr07.uddi.blueyonder.co.uk] has joined #ubuntu-motu