[00:01] bloody good example. [00:01] terli: "patented software needs a copyright." wth? [00:01] what has copyright to do with patents? [00:02] hear hear [00:02] what does db_get do [00:03] soc : copyright, license, you name it [00:03] legal shmega [00:03] terli, they're all very different things [00:03] patented meaning proprietary [00:03] terli, terms aren't interchangable [00:04] right, right, but my brain is of the sort that can replace tomatoe with table in a second [00:04] what does db_get do [00:06] doesn't that get stuff from the template? [00:06] so if I have a file named templates [00:06] with two entries in it marked parallels/accept_licence and parallels/license [00:06] right [00:06] accept_ being the boolean and license being the text itself [00:07] yep [00:07] db_get parallels gets both? [00:07] no. can't be. [00:08] well, look at the example [00:08] db_get debconfdemo/accepted [00:08] if [ "$RET" = "true" ]; then === _neversfelde is now known as neversfelde [00:08] exit 0 [00:08] fi [00:08] so it grabs debconfdemo/accepted and then tests if it returns true or false [00:09] be careful with forcing the user to accept the agreement prior to proceeding. you're in a position to design it properly now. the major point of contention will be blocking distribution upgrade progress. [00:10] i.e., i install foobar, update && full-upgrade, walk away for a week, and find the upgrade is blocking on my input [00:10] crimsun, your a god, but this package will never, ever, ever make it into the repo. [00:10] it's proprietary and binary. [00:10] so? [00:11] so the only upgrade possible is manual. [00:11] sure, that's fine, and there are plenty of examples that did in fact use a hard-stop query, like the sun-java[56] in multiverse [00:12] terli: I'm saying prorietary and binary packages are allowed [00:12] Nobody maintains this package, and I'm not capable of complying with the universe rules. [00:12] , now, if you want to upload it for me, thats a different matter [00:13] not I, been there, done that, still reaping the "benefits" :-) [00:13] the source package I edited was sudo extracting a tar file in /usr/lib/programdir [00:13] made removing all of it a headache [00:17] terli: what's the name of the software? [00:17] parallels. [00:17] I'm doing some work to get rid of my howto [00:17] and stop breaking dash/bash [00:18] http://revu.ubuntuwire.com/details.py?package=metakit <-- comments would be appreciated [00:19] subprocess pre-installation script returned error exit status 255 [00:24] http://pastebin.com/m238dc41a [00:25] er, umm [00:25] http://pastebin.com/m699a61f3 [00:26] there [00:41] could someone review/advocate my package? ... http://revu.ubuntuwire.com/details.py?package=ttf-droid [00:42] it should be totally clean and nice now ... [00:42] Template parse error near `.', in stanza #2 of ./templates [00:47] The requestsync script in intrepid misbehaves a bit if you're a member of the launchpad betatesters group :) [00:48] Specifically, it submits the bug report 5-6 times, then crashes. [00:49] use it to submit a bug against launchpad? [00:49] :P [00:51] /c/c [00:56] Ok, what should I do with the duplicates? Is there a way to delete them, or do I need to mark them as duplicates? [00:56] It seems a bit silly now with 5 identical reports in a row. [00:57] in what? [00:57] bug 315291 [00:57] Launchpad bug 315291 in mumble "Please sync mumble 1.1.6-5 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/315291 === emma_ is now known as emma [00:57] bug 315292 [00:57] Launchpad bug 315292 in mumble "Please sync mumble 1.1.6-5 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/315292 [00:57] etc etc up to 315295 [00:59] I'll mark them duplicates for now, that should at least remove them from the trackers. [01:00] is there a db_display variable? [01:01] I need someone to tell me three db_ commands [01:11] I'm looking for a little help, OK everyone need help:) I'm looking for someone who works with the init scripts. [01:12] which init scripts? [01:13] Let me look. [01:15] somewhere before /etc/initramfs-tools/scripts/init-bottom/ in the init process [01:18] how about someone working on the netbook remix [01:24] nschembr: You are not being very specific about what you need help on - specific questions are better because they allow people to see whether they can actually help or not, quickly [01:27] hey , could someone show me how to put my license in a debconf tag? [01:28] terli, a EULA-style you-mist-agree license? [01:29] terli, an old sun-java6 package should provide something to copy [01:29] yes [01:29] no [01:30] the non-free virtualbox has a license agreement if I recall correctly [01:31] i just remember java needing it. the sun distributor license or somesuch [01:31] I have it on my screen [01:31] it's not working [01:31] it doesn't have a job? for shame, my taxes are paying for it to lounge around at home! [01:32] it's no use to me [01:32] and why is that? [01:33] its all nice and all that [01:34] hmm [01:34] I ran the script from a terminal [01:35] it just ran through, didn't prompt me or anything [01:35] but its not crashing [01:35] had you already accepted the licence once, and are now trying to accept it a second time? [01:35] no, I'm building the bloody package [01:35] oh, right. [01:35] ran which script from a terminal? [01:36] quiet. [01:36] ok, now it failed to install, but that's my fault [01:37] I can feel it [01:37] the preinst is configured to db_go parallels [01:37] the parallels file is configured to: [01:38] db_input critical license; db_input critical license_accepted;db_go; db_get license_accepted;if [ "$RET" = "true" ]; then [01:38] exit 0 [01:38] fi [01:38] the preinst is configured to db_go parallels <--- are you saying you actually have a line "db_go parallels" in the preinst? [01:39] yes? [01:39] because that would be meaningless [01:39] db_go doesn't take an argument [01:39] how do I get preinst to pass control to my script? [01:39] you don't [01:39] and does db_stop belong in there? [01:40] You've misunderstood how debconf works. You shouldn't have a 'parallels' file. [01:40] I have preinst , a file called parallels and one marked parallels.templates [01:41] preinst is supposed to use debconf to run parallels , which is a script that uses the parallels.templates file to show license details [01:41] uhm, no [01:41] then explain how it's supposed to work. [01:41] You don't use debconf to run things [01:42] You use debconf to interact with some abstract UI [01:42] I don't think you understand. [01:42] you are supposed to help me, not contradict me., [01:42] Part of helping is pointing out misunderstandings [01:42] what should i do for preinst to get my script implemented [01:43] it's just a file called parallels that starts with a line marked #!/bin/sh, think of it as any other script file. [01:43] you don't write a script, you write a debconf template. preinst calls debconf using that template, and bails if your haven't accepted it [01:44] no, I've relocated the details of what debconf does to a different file. [01:44] Well, don't do that [01:44] Doing that goes against all standards of how to use debconf [01:44] to what end? now you're talking about making that different file available outside the package, which is enormously messy [01:44] well, then, I suggest you inform me about the correct way. [01:44] he tried, you told him off for it [01:44] the different file is IN the package [01:44] it's IN /debian [01:44] The correct way was the way I did it in the prewritten example I gave you [01:45] Which is the same way sun-java does it [01:46] please look at debian/dlj.templates and debian/JB-jdk.preinst in sun-java6 [01:46] you can't use preinst to call things in data.tar.gz [01:46] so I have a line marked db_get parallels/license which corresponds to a template marked parallels/license in the file parallels.templates [01:46] direct hex, everything is in the folder marked debian in the root of the archive. [01:48] the semantics are more complex than that though. a binary package is split into multiple parts. the actual data section, the files to which you'd be agreeing to a license, are not the same as the metadata - that way you can't install it if you don't agree with the license [01:48] the license is in the metadata, and in the data. [01:48] two copies. [01:48] you agree to the copy stored within templates [01:49] it's identical to the other copy [01:49] but you don't have to explicitly agree to the other copy, you already did that with the first one during installation. [01:49] but you don't want to use the template, you want to run a script. and the script does not form part of the control.tar.gz section of the package, which contains metadata like templates and preinst [01:50] the script isn't in the control.tar.gz [01:50] it's in debian! [01:50] preinst isn't in control.tar.gz either [01:50] yes, it is. [01:50] after you compile the source package, anyway [01:50] which is the point [01:50] I don't have a source package. [01:51] however, it's 1:50am, and you clearly already know best, so i'm going to bed. [01:51] I'm using DEBIAN folder and usr folder. [01:51] oh, argh, do you literally mean DEBIAN, uppercase? [01:51] literally. [01:52] Are you seriously attempting to MANUALLY assemble a debian binary package without a source package being involved? [01:52] There is no source. [01:52] it's all binary blobs to begin with. [01:52] a source package doesn't mean source. you think sun-java6 includes source? [01:52] or nvidia-glx? [01:53] directhex@mortos:/tmp$ ls sun-java6-6-10/ [01:53] debian jdk-6u10-dlj-linux-amd64.bin jdk-6u10-dlj-linux-i586.bin [01:53] that's a source package [01:53] well , this one doesn't. [01:53] wheeeeeeee [01:53] bed. [01:54] terli: You are seriously making things hard for yourself. [01:54] I don't know what you mean by easy. [01:54] I don't know the correct way to build the package, because I don't have the requisite files. [01:55] Well, you seem to be ignoring the minimal example I gave you, and the example of sun-java, and trying to forge your own way by a different path [01:55] I didn't ignore your example [01:55] I couldn't use it [01:55] waitr [01:55] why not? [01:55] you didn't give me a different example from my own! [01:55] my list of files IS identical to yours. [01:55] I put the script in preinst [01:55] I never had a DEBIAN [01:55] and now I just have templates and preinst [01:56] well I don't know where you put it then [01:56] THIS package's source had a debian. [01:56] debian/ and DEBIAN/ are *different* [01:56] I mean DEBIAN. [01:56] You shouldn't be playing in DEBIAN/ [01:56] I don't know the difference. [01:57] it's a *debian* package, anyway. [01:58] Well, either read up about it in the Debian Policy Manual, or just trust us that if you are messing with a DEBIAN/ directory you're doing it wrong [01:58] you want to generate a SOURCE PACKAGE. christ, we could be done by now. a SOURCE PACKAGE does not require source for parallels, before you start, it just means a rational sane way of building all the required files in the right places using a plethora of helper tools. a source package consists of whatever you have from upstream, plus a debian/ folder. that's it. [01:58] well, I've gotten far enough that the installer is saying, template parse error near `text` in stanza #1 [01:58] well, directhex, I don't know how that works. [01:58] can I just rename DEBIAN to debian? [01:58] terli, if you wanted to zip a file, would you use a zip tool, or a hex editor? [01:58] Nope, you can't [01:59] if I wanted to zip it I would use zip [01:59] or tar [01:59] terli, right now you're using vi. [01:59] I used dpkg -b to generate my package from the folders specified in the wiki... [02:00] I tried to use data.tar.gz and control~, really I did, but I couldn't get it to make the . folders. [02:01] if you ever see data.tar.gz or control.tar.gz, ur doin it wrong. those files are generated as part of package creation, by dpkg-buildpackage [02:01] terli: What wiki are you reading? You've apparently found your way into some deep dark internals documentation [02:01] I did. [02:01] * Hobbsee reads the backscroll, and raises an eyebrow [02:01] What, only one eyebrow? :-) [02:01] I had to open the archive in archive manager, extract it, then edit the contents. [02:01] * directhex lowers Hobbsee's eyebrow with his poking stick [02:01] then re-compress it to a archive. [02:01] * directhex falls off his desk [02:01] UR DOIN IT WRONG [02:01] * Hobbsee raises the other eyebrow at that [02:02] well, no wonder it isn't working. [02:02] I don't know what other way there is, I wasn't taught anything about any of this. [02:02] (you silly people. i would have used Hobbsee's stick to zip.) [02:02] and it works fine, I just can't get debconf to parse my note/eula thingy [02:03] did you know, before I was using their archive(the official one) , and having to manually replace sh with bash because the maintainer screwed up and made his script call /sh instead of bash [02:03] terli: You are poking about in internals that developers don't bother to deal with directly. I (and probably most others here) have no idea how the templates are supposed to be packed into the binary deb, because we use tools that do it for us [02:04] Oh [02:04] maxb: I have no idea where the tools are. [02:04] but if you don't know how [02:04] then something has gone seriously wrong [02:04] Finally it becomes clear *why* you're approaching it this way [02:05] It was not clear to me until just now that you were actually trying to repackage an existing .deb file [02:05] exactly! [02:05] dpkg-repack - puts an unpacked .deb file back together [02:05] * maxb headdesks [02:05] I wrote my own one of those too [02:05] sorry, I've already deleted it. [02:06] * maxb wonders just how much of his ~/bin/ has packaged equivalents, if you know where to look :-) [02:06] anyway, it's clear to me that in one way, I clearly am superior to you(I'm fooling around with sith bathrooms in the debian temple), and in another way, I havn't the vaguest idea what I'm doing. [02:07] db_input critical license [02:07] db_input critical license_accepted [02:07] db_go [02:07] db_get license_accepted [02:07] terli: dude, take the attitude elsewhere. [02:07] * maxb awards terli the ultra-bizarre-metaphor prize [02:07] Hobsee; I don't have the vaugest idea how I'm supposed to package this without your help. [02:07] terli: there is no reason anyone *has* to help you, and the more you show your attitude, the more likely it is that you'll be ignored. [02:08] terli: well then, you should clearly try to be polite, stop telling people to be quiet like they're your dog, listen to what they say, whether you agree with it or not, and stop saying you're superior, no? [02:08] yesno, yes, ok. [02:11] I'm waiting. [02:12] Well, it's past time for me to be asleep, so don't wait for me. [02:12] oh, and maybe you already wore out your welcome with your comment on being clearly superior, so you may find that no one's going to deal with you anyway [02:13] so, wait away. [02:13] Well, you did see me admit in one and the same sentance that I don't know what I'm doing. [02:13] Not knowing what I'm working with is humiliating and frustrating. [02:32] I've worked on a project to use aufs as the root file system. I have posted the howto, https://help.ubuntu.com/community/aufsRootFileSystemOnUsbFlash [02:32] At this point I'm stuck. I think it should be integrated into the main init script. I think this would help the people building netbook distro's. [02:36] Is anyone working on netbooks or the init process. [03:00] Hi all [03:05] nschembr: I realize I'm being incredibly obsessive, but: There's no such thing as Ubuntu 8.4 [03:05] Sorry, personal irritation of mine :-) [03:32] maxb: Attention to detail noted and corrected. :) [03:35] I'm not sure how this fits with netbooks. Surely having your documents vanish when you reboot is a bit of a pain [03:40] Actually, none of the Ubuntu Mobile flavours use stacked filesystems post-install anymore. [03:40] The live session uses a stacked filesystem. === asac_ is now known as asac [04:35] cody-somerville: ping, I updated bug 297019 [04:35] Launchpad bug 297019 in mythexport "mythexport relies on ffmpeg from medibuntu" [Undecided,Fix released] https://launchpad.net/bugs/297019 === bluesmoke is now known as Amaranth === asac_ is now known as asac [06:30] good morning [06:37] Godd morning dholbach! :-) [06:37] hiya fabrice_sp [06:42] Morning dholbach, fabrice_sp. [06:42] hiya iulian [06:44] 'morning iulian ! [06:57] morning dholbach, fabrice_sp, iulian o/ [06:57] hiya didrocks :) [06:58] dholbach: just to keep you inform all is going very well for localized UDW preparation on your last day proposal :) [06:59] didrocks: perfect - can you follow up on the mail thread so the others know as well? [06:59] didrocks: I'll start writing up the announce in a sec [06:59] I wasn't feeling very well yesterday evening, so I do it today [07:00] dholbach: I will do it later in the week-end (we are fixing the precise schedule) [07:00] dholbach: oh :( do you feel better today? [07:00] yeah, it's all good today :) [07:01] didrocks: I was just thinking that the others might want to plan something similar so let them know about the plan early [07:01] dholbach: ok, will do it today :) [07:01] super [07:01] thanks muchly [07:02] you're welcome :) [07:12] Hi didrocks \o/ [07:31] hey guys. where can i see the queue / status for the build servers building jaunty stuff? [07:35] stefanlsd: https://launchpad.net/ubuntu/jaunty/+builds [07:35] iulian: thanks! === warp10_ is now known as warp10 === hyperair1 is now known as hyperair === hyperair1 is now known as hyperair [08:40] greetings, all! [08:48] persia: there? need some guidance. [08:48] Here. [08:49] Again, I like *contentful* pings :p [08:49] * directhex pings persia with a large textbook === hyperair1 is now known as hyperair === thekorn_ is now known as thekorn [09:00] Heh === warp10_ is now known as warp10 [09:01] persia: Btw, just out of curiosity. Will you have some spare time to vote on my application this weekend or even today? [09:03] iulian, I'm nearly done with review: I was hoping to finish yesterday, but didn't quite. Should be in the next few hours. [09:04] persia: Oh, that's great! [09:04] Thanks. [09:05] Sorry it's been so long: there's really no excuse on my part. [09:05] No worries. [09:30] persia: The problem is related to batik. The current version in Ubuntu is 1.7.dfsg-0ubuntu1. Where as Debian version in experimental is 1.7-1. According to dpkg 1.7.dfsg-0ubuntu1 > 1.7-1 so I will not be able to upload a merge from Debian. :-( [09:31] Do the orig.tar.gz files differ? [09:32] persia: yes they do. [09:33] persia: our version has some code from fop as well (inline with what was done for 1.6). But that code is not needed any more. [09:34] The main problem is how the buildd will treat the version from Debian. If it think that it is less than what we currently have then it will never get published. [09:34] OK. Then create 1.7.dfsg1-1ubuntu1. [09:34] It's not ideal, but it's probably what we need until 1.8 comes out. [09:35] persia: right. That is what just came to my mind. This problem will go away when we have 1.8. [09:35] Right. We just need to do some fakery to force use of the Debian orig.tar.gz, as I presume it's better. [09:35] If nothing else, it makes it easier to merge later. [09:38] by the way do we have any set policy for/against sync/merge from experimental? Debian experimental has fop 0.95. And it is unlikely to enter unstable until lenny is released. [09:39] slytherin, not just permitted, but more or less required during the lenny freeze [09:39] slytherin, most of the jaunty mono stack is smerged from experimental [09:40] directhex: good then. I am wondering when will be lenny released. [09:40] slytherin, it'll come bundled with copies of duke nukem forever [09:41] :-) [09:43] hehe [09:45] Best way to help lenny release is to help close the remaining RC bugs: they may well be bugs in Ubuntu as well, so it's not wasted effort. [09:45] i think i proposed a debian BSP a few months ago, but nobody seemed interested [09:46] I thought we did one a few months ago: I remember a number of Debian bugs being discussed. [09:46] Let's do another one this weekend. [09:46] directhex: Break off from the u-uk bug party in feb to do some debianing [09:47] :> [09:47] there's a u-uk? [09:47] but of course [09:48] we are planning on participating in the global bug jam [09:48] I expect to see you there! [09:48] is there a secret handshake involved? [09:48] or masks? [09:48] The secret incantation is /join #ubuntu-uk [09:49] if you can manage that then.... [09:49] onto the initiation rituals [09:49] mmm, sounds hard. never mind then :/ [09:49] boo [09:52] is it a sign i'm getting old if a major factor in which brands i buy for a new pc is the warranty? [09:53] No, it's a sign that you've reached the threshold of your performance requirement: you no longer expect it will be cheaper or better to get a new machine when that one breaks. [09:54] i get dell with 3 year next business day warranties. i cant be bother to go fix get parts to fix and replace hardware anymore [09:54] stefanlsd, the price diff between a dell with 1year rtb, and a self-build with a few lifetime warranties, on the spec i want, is already a few hundred quid [09:56] mm. sounds alot. but if u think of the time and effort lost with self built. if u have the time, i guess self built will be easier [09:56] well, cheaper anyways [09:58] it's a hobby! [09:58] * directhex looks at power supply warranties [10:02] In addition to being a hobby, once you have a base set of components, you only replace some bits. Frequently if you get a replacement for a failed component after a couple years, they send you a better one. [10:03] * directhex sets a 3 year psu warranty as a minimum [10:03] it's always the psu that pops [10:04] is there a way to make bzr diff -> quilt diff patches? [10:04] Sure. [10:05] stefanlsd: quilt has `quilt import' [10:05] Just extract the bzr patch, start the quilt patch creation process against the pristine source, apply the bzr patch, and save the new quilt patch. [10:05] Oh, that's even better :) [10:05] oh cool. thanks. will check out quilt import [10:06] i do all my merge stuff in bzr. makes life soo nice [10:06] * Laney is old school [10:06] I await james_w's session with baited breath [10:07] quilt import ffmpeg-headers.diff [10:07] Importing patch ffmpeg-headers.diff (stored as ffmpeg-headers.diff) [10:07] wow. and thats it. fixed the paths and everything [10:07] quilt is magical [10:08] hm, 5 year warranty from corsair. that's good. but they're uncheap [10:15] hm. /me reduces selection to choice of 8 [10:18] directhex: by the way, how much space is saved on CD now with the mono 2 transition? [10:18] slytherin, not enough yet, as not all libs have been done [10:19] a few meg afaik [10:19] directhex: what is your estimate? [10:19] the estimate was ~18 meg [10:19] current figures... dunno, slangasek might though [10:40] hello. could you tell me, please, if ./configure shows " not found but required" message, then should be added in Depends, or in Build-depends or in both fields in debian/control file? [10:42] ia, Typically, Build-Depends. It ought go to Depends from the ${shlibs:Depends} line. [10:42] persia: ok === james_w` is now known as james_w [10:43] sebner: are you on beautifulsoup? [10:44] james_w: I wanted to do it next but have also other things to do if you want to take it [10:44] sure, I can do that [10:44] you were quicker than me on all the others, so I wanted to check [10:44] heh [10:45] james_w: I'm sorry :) [10:45] sebner: you better be :-p [10:46] sebner: I smiled at you requesting the contributor give reasons for the sync at this stage in the release cycle :-) [10:48] james_w: well, people learn and grow up [10:48] james_w: link please! :) [10:48] james_w: but most times I checked upstream myself and since there were no heavy changes I ACKed. Besides FF if far away :P [10:48] DktrKranz: nah :P [10:49] sebner: yeah, there's no problem at this point [10:50] james_w: btw, we should add a note to the wiki -> Future MOTUs beware! There will always be wars and brutal fights for ACKing sync requests :P [10:50] heh :-) [11:06] I'm packaging my own program, how should I handle translations of the package description? [11:07] debian/control? don't. [11:07] hi room! I'm trying to do a deb package. do you know where can I find a good tutorial to do it? I read some tutorials but all show diferents way and for smal applications too. [11:08] directhex: how will it get translated then? [11:08] sll: which tutorials did you read? [11:09] sll: what are you trying to package? [11:09] Flimm: why do you need to translate them? [11:09] Flimm, i wasn't aware debian/control supported translation [11:10] Well the Debian Description Translation Project seems to translate the descriptions somehow. http://ddtp.debian.net/ [11:12] But it seems like the translations are only in the repo, not in the packages themselves [11:13] seems that way. they ARE apparently supported in jaunty though -> http://archive.ubuntu.com/ubuntu/dists/jaunty/main/i18n/ [11:16] Ok, another question, what's the best way to package po translations? [11:20] vorian: hi, I'd like to clarify what license your manpages for ncpfs are under [11:22] ok, I read spanish tutorials, and I think the problem is that I don't know about rules file. I'm trying to package this sources http://hangar.org/wikis/lab/pd/pdvjtools/src/ [11:23] they are externals/objects for puredata [11:41] can you recomendme any tutorial about deb packaging? [11:41] !packagingguide [11:41] The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports [11:42] . o O ( how is backports related to the packaging guide? ) [11:43] ubottu: thanks :P [11:43] Sorry, I don't know anything about thanks :P [12:32] james_w: heys. i think we can try sync imview again [12:32] is it built everywhere? [12:32] where would i check that exactly? [12:33] i've checked here - https://edge.launchpad.net/ubuntu/jaunty/+builds [12:33] for Debian? buildd.debian.org [12:33] (I guess it's for Debian as you're talking about a sync) [12:34] https://edge.launchpad.net/ubuntu/+source/imagemagick/7:6.4.5.4.dfsg1-1ubuntu2 [12:34] so...yes [12:34] pochu: it was a dep we were waiting for. [12:34] cool [12:40] stefanlsd: still fails to build for me [12:41] james_w: let me check [12:41] thanks [12:41] actually straight after this libavg merge thats giving me hassles :) [12:42] james_w, the previous version too was a ftbfs [12:42] coolbhavi: yeah, it's still the same version [12:43] james_w, yup ... the latest version of the dependency isnt helping too [12:47] Hi [12:48] Can somebody please upload my patch from bug 254228 to intrepid-proposed? It fixes a quite serious error in sqlite3 [12:48] Launchpad bug 254228 in sqlite3 "division error in sqlite 3.5.9-5" [High,In progress] https://launchpad.net/bugs/254228 [12:48] Sorry, wrong channel [12:48] This is a core package [12:48] from main [12:49] I'll give you another SRU request in a minute to chew on ;-) [13:01] james_w: BSD is fine with me, it'll keep all the manpages together [13:01] vorian: cool, thanks [13:01] no problem [13:02] thanks for asking [13:02] :) [13:03] Can you please release wordpress from -proposed to -updates? (bug 227547) [13:03] Launchpad bug 227547 in wordpress "ubuntu wordpress should suppress the "please update" warning" [Undecided,Fix committed] https://launchpad.net/bugs/227547 [13:04] Laibsch: this is usually done by pitti, but is tagged as verification-done, so it's just a matter of time. [13:04] s/but/bug/ [13:05] OK [13:05] Thanks [13:05] if you think it's extremely important, you can ask him in #ubuntu-devel [13:06] no, it's not the most important one [13:06] I've already asked about another SRU (which is much more serious) in #ubuntu-devel about a minute ago [13:06] That one is still to be uploaded to -proposed, though [13:06] * DktrKranz looks back when he was a motu-sru member :) [13:07] why did you loose the priv? [13:07] lack of time by my side :( [13:09] Universe needs people testing -proposed uploads, it's a shame we fix bugs and no-one is there to report it works :( [13:10] Well, I'm testing stuff [13:10] ;-) [13:10] As much as it needs more -sru people, it needs more people in the testing team. [13:11] ... or more peoploe running development versions [13:12] yeah, that is a problem [13:12] many fixes I've seen going via -proposed/-updates could easily get fixed in time for the release. [13:12] I don't want to run development [13:12] stuff [13:12] But I help myself with Booting from USB and even more important with virtualbox [13:13] Those were some very important improvements for bug testing lately [13:13] That's fine, but I realized I discover more issues using development version daily [13:13] that is of course true [13:13] But one has to do productive work, too, from time to time ;-) [13:13] or work that pays bills [13:14] * DktrKranz rethinks about gnat-4.2 transition made via SRU, what a pain! [13:14] I'm spending too much time with bug testing as it is, too much fun ;-) [13:16] Ubuntu hasn't bugs, bugs are introduced by feature to avoid people to get bored. [13:17] slomo: just curious ... is there plan to sync/merge libdvdread and libdvdnav from Debian experimental? [13:19] james_w: yeah. still getting the build problem on imview. [13:27] stefanlsd: it looks like a pretty bust configure.in [13:28] james_w: yeah. we prob could fix it and redo the .h files, but i think the point was the transition and imagemagick handling that stuffs. i'll check with lool. he said his built... [13:29] stefanlsd: yeah, but imview's configure.in isn't that smart [13:29] doesn't set -I based on anything from imagemagick for instance [13:30] james_w: yeah. i think a .h somewhere is looking for magick/api.h and its changed to ImageMagick/api.h or something to that affect. need to confirm [13:32] stefanlsd: no, magick/api.h is still there you just need -I/usr/include/ImageMagick/ [13:39] james_w: kk. cool. will try it out. also just wanna check with loic. (would prefer a sync) [13:47] james_w: about LP 314823: I was being confused about the diff.gz. So disregard of my second comment. The diff.gz that is attached works just fine. Would you mind taking a look at it when you have time? Thanks. [13:47] Launchpad bug 314823 in qtractor "qtractor needs to be updated to 0.3.0" [Undecided,New] https://launchpad.net/bugs/314823 [13:47] I had a few things explained to me about diff.gz's by persia in #ubuntustudio-devel :-) === asac_ is now known as asac === Jazzva_ is now known as Jazzva [14:04] stefanlsd, james_w: I pushed imview to my ppa yesterday (the one from jaunty yesterday), it ftbfsed, then I pushed a fixed imagemagick, hit rebuild on imview, and imview built on all arches; then I pushed imagemagick to jaunty [14:04] You can check the Debian bug I referenced in the upload for details of the .pc file renames and the -dev renames [14:04] And xine-lib for an example package with decent build-deps [14:04] (which should work with old and new imagemagick [14:05] (and older) [14:09] morning cody-somerville === coolbhavi is now known as coolbhavi_idling [14:21] lool: yeah, but we're looking at the -3 upload where one of the changes is to fix it with imagemagick from experimental [14:23] ah, -> -devel === coolbhavi_idling is now known as coolbhavi === asac_ is now known as asac [14:40] james_w: Yup [14:40] james_w: I also updated the bug [14:40] james_w: I agree the configure is sucky [15:02] lool: as a fix (prob ugly), uncommenting # CPPFLAGS="$CPPFLAGS "`Magick-config --cppflags` does get it to build. [15:11] stefanlsd: *cough* [15:11] which of the deb helper scripts applies the patches under debian/patches? [15:12] stefanlsd: But it's better than using AC_CHECK_LIB IMO [15:12] (either use Magick-config or pkg-config, but don't check directly for headers or libs) [15:12] lool: oh. it still uses that for other stuff. heh. [15:12] * RainCT is trying out KDE 4 beta. if someone wants to hear my rants about it, tell me to enable verbosity :P [15:13] lool: am i on the right track here? http://paste.ubuntu.com/102772/ [15:18] stefanlsd: Hmm no; PKG_CHECK_MODULES() wants as first arg the base name of the vars in which to store the _LIBS and _CFLAGS and second arg the list of pkg-config modules you need [15:18] stefanlsd: Check xine-lib's configure.ac for an example [15:19] RainCT: sudo apt-get remove kde*, gnome ftw :P [15:19] You don't need the whole MAGICKNAME, LDFLAGS, and IMLIBS; instead you simply PKG_CHECK_MODULES(MAGICKNAME, DispatchImage, [have_imagemagick=yes], [have_imagemagick=no]) [15:19] Err s/DispatchImage/ImageMagick [15:19] lool: kk. thx. cant seem to find too much documentation of PKG_CHECK_MODULES. [15:20] stefanlsd: You just PKG_CHECK_MODULES(FOO, [bar baz], [stuff run if bar baz are present], [stuff run if not]) [15:21] That will set FOO_CFLAGS to pkg-config --cflags bar baz, and FOO_LIBS to pkg-config --libs bar baz [15:21] sebner: yeah.. visually it gets 10/10 points, but somehow it's quite slowish (on the new laptop! o_O) [15:21] (And will AC_SUBST them too BTW) [15:21] stefanlsd: So you just run the PKG_CHECK_MODULES and do an AC_MSG_ERROR if not present (because you require imagemagick to build) [15:22] if it's optional you don't AC_MSG_ERROR but you export some AM_CONDITIONAL which says that imagemagick support shouldn't build [15:22] stefanlsd: With PKG_CHECK_MODULES, you almost only have to do the PKG_CHECK_MODULES; it's really easy [15:22] stefanlsd: Do you have xine-libs's configure.ac? [15:22] lool: yeah, i do. [15:23] It's the same thing, but they use the Wand .pc, not the ImageMagick.pc one [15:23] Also it has a flag to build without imagemagick (AC_ARG_WITH([imagemagick] ...) [15:24] stefanlsd: So 1) it checks whether imagemagick was requested on configure command line; 2) if not disabled or if not specified it checks Wand.pc with PKG_CHECK_MODULES [15:25] 3) if it was requested and isn't present, it fails (AC_MSG_ERROR); otherwise it's disabled [15:25] 4) it sets the HAVE_WAND AM conditional to use in the build rules (Makefile.am) [15:25] stefanlsd: Note: AC_SUBST(WAND_CFLAGS) and AC_SUBST(WAND_LIBS) aren't needed [15:25] It's done by PKG_CHECK_MODULES already [15:26] So it's 10 lines to handle all cases; if you like you can do simpler by not handling any configure flags and always failing when im is missing; you don't need a conditional either in this case; but it's less elegant of course [15:26] stefanlsd: Is this any clearer, or am I confusing you further? [15:29] lool: thanks. that was great. i think its getting a bit clearer :). Wand.pc is provided by whatever libary provides wand i presume? do all libs provide .pc files? [15:31] and the problem with this configure is not that they use AC_CHECK_LIB, but they mix pkg-config and AC_CHECK_LIB and set variables that PKG_CHECK_MODULES would just do instead? [15:43] * RainCT goes back to GNOME :P [15:44] \o/ [15:44] pochu! :) [15:46] boo [15:46] * vorian runs [15:46] vorian: man! you scared me! [15:46] i was booing [15:48] vorian, loves KDE [15:48] for realz perlluver :) [15:48] :P [15:51] stefanlsd: AC_CHECK_LIB requires the library path to be set properly, so it's an issue when IM is installed in special locations, or requires LDFLAGS to be located; they might have handled that, but it's overly complex to do it by hand and trivial with pkg-config (transparent even) [15:52] stefanlsd: Yeah, the mixture of a high-level tool which can do the job to test whether you can use the low level calls didn't make sense really [15:52] stefanlsd: No, not all libs provide .pc; IM did for a while [15:52] When you have one, it's best to use it unless you care for supporting older version of the lib which didn't have it [15:53] lool: cool. thanks very much for the help. [16:02] mok0: thanks for advocating again ... [16:03] mok0: afaik i need 2 advocates? [16:06] soc: yes [16:07] LOL (@ xkcd.com) [16:10] RainCT: Do you know that there's a spanish one? [16:10] RainCT: lol ... [16:11] mok0: mhhh, hopefully i find another advocate today, because i'm not at home anymore tomorrow ... [16:11] soc: otherwise someone will pick it up sooner or later [16:12] mok0: yes, but if there are any additional comments, the package will lie arounf until the next weekend i fear ... [16:13] soc: perhaps RainCT has time to take a look [16:31] Hi. IS there anyone to review DVDStyler? IT's at http://revu.ubuntuwire.com/details.py?package=dvdstyler and has already been reviewed by mok0 and siretart. Thanks! [16:32] fabrice_sp_: I'll take a look in 10 minutes [16:32] oooh, you're there. Great! and thanks in advance ;-) === invaleed is now known as in[v]aleed [16:41] jdong: have you had some time to work on Bug #243451? [16:41] Launchpad bug 243451 in x264 "Please Upgrade x264 and libx264" [Low,Confirmed] https://launchpad.net/bugs/243451 [16:51] fabrice_sp_: what's that file "debian.patch" in $topdir? [16:52] mok0, it comes from upstream. It's a patch to apply if you want to build it in Debian [16:52] fabrice_sp_: ok [16:53] mok0, I still have to convinced upstream to produce a tarball without debian building stuff [16:53] fabrice_sp_: good work! [16:53] thanks ;) [16:54] fabrice_sp_: uscan says there's a newer version available [16:54] really? [16:54] mok0, I will check then [16:54] fabrice_sp_: (beta I think) Newer version (1.7.2~b3) available on remote site [16:54] yes: it's the next beta version [16:55] fabrice_sp_: I have just a couple of comments [16:55] (b3) [16:55] fabrice_sp_: maybe it's not worth updating the package to a beta version [16:55] mok0, ok. Nothing big, I hope :-) [16:56] fabrice_sp_: no just details [16:56] mok0, it's too early for the moment, to upgrade to beta. By experience, things get broken with dvdstyler [16:56] fabrice_sp_: ok. You're the expert on that app [16:57] :-D [17:00] fabrice_sp_: 2 minor comments. I will advocate your next upload [17:00] (remind me if I forget) [17:01] mok0, great! I'll upload the fixes ASAP then. Thanks (and I will remind you if you forget, don't worry :-) ) [17:01] fabrice_sp_: ;-) [17:04] mr_pouit: What is the difference between gst-plugins-bad and gst-plugins-bad-multiverse? [17:12] mok0, fixes uploaded :-) [17:12] (I know: it's before you forget :-) ) [17:28] mok0: ok, i will ask him .. [17:29] RainCT: could you advocate my package? http://revu.ubuntuwire.com/details.py?package=ttf-droid ... [17:29] are there docs about how to automatically apply patches during the debuild process? [17:30] slayton: what do you mean? The patches are applied automatically. [17:31] slayton: https://wiki.ubuntu.com/PackagingGuide/PatchSystems might be of help [17:32] https://wiki.ubuntu.com/MOTU/School/PatchingSources as well [17:33] so if I want to patch an already distributed deb can I just dget the package, add my patch the the patches dir, update the change log and rebuild? Is there any syntax I have to worry about in the patch name? Is there a file that lists all the patches to apply? [17:34] slayton: It depends on what patch system, so you need to look at the links james_w gave you. [17:34] slayton, It will be in /debian/patches/series normally [17:34] slayton: there's usually a file in debian/patches listing the ones that should be applied [17:35] coolbhavi: That's only for quilt. For dpatch it's 00list and simple.patchsys has no list at all. [17:35] slayton: depends on what patch system is being used; there are at least 3 [17:36] okay ScottK ...:) [17:36] thanks eveybody! [17:36] slytherin: the license? :P [17:37] RainCT: so the source is same right? [17:37] RainCT: I mean there is no upstream tar ball for -multiverse package. So I am assuming that it is duplicated source. [17:38] slytherin: Maybe. Each has its own source package, but that's all I can say without downloading them [17:39] soc: I'm looking :) [17:43] ScottK? [17:43] mok0? [17:44] ScottK, looking at pyrocket that you've advocated. I'm trying to fix the watch file, and discovered that upstream tarball is named pyrocket_0.5.orig.tar.gz [17:45] OK. [17:45] It's been quite some time since I looked at that one. [17:45] ScottK, Is that OK? I've never seen that before [17:45] mok0: IIRC upstream is also the packager and very interested in getting it into Ubuntu. [17:45] ScottK, I guess the author really wants to be Debian-friendly [17:45] mok0: Yes. [17:46] It's unusual, but no harm in it. [17:46] ScottK, OK, I'll fix the watch file and upload it [17:46] ScottK, looks good to me too [17:46] Great. [17:52] Got my first advocate to dvdstyler (\o/ mok0). Anyone to make additional review on that package? it's at http://revu.ubuntuwire.com/details.py?package=dvdstyler [17:54] * slytherin really hates it when packages from debian unstable need packages from experimental for building. :-( [18:00] slytherin: If they do, it's an RC bug against the package, please file it. [18:01] ScottK-desktop: these are the evil arch all java packages. The build failures are revealed only in Ubuntu. [18:01] slytherin: Yep. I got two python packages fixed in Debian yesterday for very similar reasons. [18:02] Going to dinner, see y'all later [18:02] ScottK-desktop: Frankly, I am tired. Even if I file bug it is unlikely to get fixed anytime soon. [18:03] soc: I don't like the short description. Looks great otherwise :) [18:04] soc: if you can tell me a better short description I'll upload :) [18:04] short description? the 60 char line? [18:04] soc: yes [18:04] mom [18:04] soc: first error: it contains the name of the package [18:05] ah ok [18:05] ScottK-desktop: All this could be avoided if Debian wouldn't allow binary uploads. [18:05] "A font optimized for high-dpi devices and extensive language support" [18:05] although now that I check, most font packages have similar descriptions [18:05] maybe that? [18:06] "A font optimized for handheld dpi devices with an extensive language support" [18:06] better [18:09] ScottK-desktop: By the way, please help me understand why it is an RC bug? [18:10] Package is unbuildable. [18:10] Think about post-release security support. [18:10] The package has to build on more than the maintainer's machine. [18:11] soc: what about "and with" instead of "with a"? (I'm test building, btw) [18:12] "A font for handheld devices with an extensive language support" [18:12] slytherin: Debian Bug 511242 is for one of the ones I dealt with yesterday. [18:12] Debian bug 511242 in pyke "python-setuptools is missing in build dependencies" [Serious,Open] http://bugs.debian.org/511242 [18:12] soc: great [18:12] is that line ok? [18:12] the other ones were too long [18:13] RainCT: I'd drop the "A" at the beginning [18:13] soc: Yeah. The "A" is usually not included though, see http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-pkg-synopsis [18:13] ScottK-desktop: /me too :) [18:13] "Font for handheld devices with extensive language support" [18:13] "Handheld device font with extensive language support" [18:15] "Handheld device font with extensive style and language support" [18:15] is that ok? [18:17] Yep, I'll change it to that then [18:17] ScottK-desktop: I'm uploading clamtk 1.5.8-1 to sid. [18:17] mhh, or should i re-upload? [18:17] soc: not necessary :) [18:17] ah [18:18] actually, it's easier for me if you don't :P [18:18] so that I don't need to download it again ;) [18:18] hanska: Did you just do clamtk 4.08-1? [18:18] * ScottK-desktop is confused by the version numbering. [18:18] james_w: you are last uploader for jspwiki, have you filed a bug in debian that dpatch is missing from build dependencies? [18:18] ScottK-desktop: oops, sorry, confused myself, that's wicd 1.5.8-1 :) [18:18] do think it should be necessary to rename install and defoma-hints to ttf-droid.install and ttf-droid.defoma-hints again? [18:18] sorry for the noise [18:19] (I just saw my sponsor committing s/UNRELEASED/unstable/ to the repo...) [18:19] mok0 mentioned that ... [18:19] soc: I am of those who prefer "install" and "defoma-hints" for single-binary packages :P [18:19] hanska: No problem. If you think it should be sync'ed into Ubuntu, please file a sync request bug and then subscribe ubuntu-universe-sponsors to the bug. [18:19] ah ok [18:19] then everything should be nice [18:19] slytherin: yes [18:19] ScottK-desktop: yes, I'll do, as soon as I re-checkout ubuntu-dev-tools [18:19] RainCT: so if the package will be accepted, it will go into universe? [18:20] or how will that work? [18:20] hanska: OK. I did get clamtk done. It was sync'ed about an hour ago. [18:20] slytherin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507177 [18:20] Debian bug 507177 in jspwiki "jspwiki: missing build-dependency on debhelper" [Important,Closed] [18:20] ScottK-desktop: great, thank you. [18:20] soc: Yes. After uploading it will go to the NEW queue for an archive admin to check the licensing, and then it'll enter universe if everything's OK [18:20] slytherin: I just titled the bug wrong, and so the maintainer got it wrong [18:20] james_w: I am talking about dpatch, not debhelper. [18:20] ah ok [18:20] slytherin: but, the upload also commented out the dpatch calls, so it could be synced. [18:21] slytherin: but I'm not entirely sure that wasn't a mistake as well. [18:21] if the admin has questions about licensing etc, he could ask me, mok0, hasnka, pmjdebruijn, we had quite some discussion adn research until we got it right ... [18:22] james_w: I will see if Debian version builds. If it does then I will file a sync bug. [18:22] soc: most probably he'll just reject it in that case and you'll automatically get a mail [18:22] slytherin: I imagine it will, but checking whether the patches that were dropped were needed seems more important [18:22] soc: btw, you may also consider submitting this to Debian [18:23] james_w: yes, checking that now [18:23] soc: it isn't as difficult as it may seem :) [18:24] RainCT: i was planning that [18:24] i already filed a ITP [18:24] soc: lintian just told me that debian/bug/script is missing the executable bit [18:25] soc: excellent :) [18:25] but i thought it might to faster if it gets into ubuntu, so the debian people can sync it from there ... [18:25] james_w: one of the patch is irrelevant. The other will be if package builds. [18:26] RainCT: mhh weird, i had the +x set ... [18:26] james_w: A quick look says the other one is still relevant. And the package contains .jar files. :-( [18:26] soc: well, that shouldn't really make a difference to them, afaik they have no rules to automatically accept packages from Ubuntu (like we do with those from Debian) [18:26] ah ok [18:27] what should i do to get it into debian? [18:27] soc: upload to mentors.debian.net and ask for review on the ML (info on the website) [18:29] soc: congrats on your first package being uploaded to Ubuntu! :) [18:30] soc: Uhm.. that Dust theme mentioned in your LP profile looks great. Count with a review from me if you ever happen to package it :P [18:30] coll, thanks :-) [18:30] mhh ok, i'll look into it [18:31] soc: is it ready for use already' [18:31] ? [18:34] yes, even using it with that QGtkStyle [18:34] i'll ask the author which version he would recommend [18:34] and then i'll try to do a package ... [18:35] * RainCT hugs soc :) [18:35] RainCT: I never accepted a new package without some fixes first (and I'm not talking about cosmetic changes) and some of them were already accepted in Ubuntu (including yours, IIRC), so I doubt there will be automatic sync... :-P [18:35] (and I sponsored >200 packages) [18:36] POX: I think it goes both ways. Pyke got into Debian just fine .... [18:37] yeah, RC bugs happen in packages prepared by DDs as well :) [18:45] RainCT: ok, against which package should i file the bug to package Dust? [18:45] ubuntu-meta? [18:46] argh.. why does IRC reconnect every time I switch from wifi to ethernet connection or the other way around? :/ [18:46] soc: no package [18:46] soc: just against the Ubuntu distribution [18:47] ah ok [18:47] I think more important reason why Ubuntu package cannot be synced in Debian is that Ubuntu packages usually have a mailing list set as maintainer and even if they don't, there's no guarantee that maintainer wants to receive bugs from Debian [18:47] soc: is your package Python related? [18:48] POX: no, just some fonts [18:49] RainCT: dust is already in universe [18:49] it is in community-themes [18:49] soc: ah, cool. So I guess you can strike that point from your list :P [18:49] mhh, i didn't see that as well until now [18:49] i'll have to check which version is in there ... [18:50] because the current 0.2 release had some bugs already fixed in trunk ... [18:50] maybe i file an update request ... [18:50] RainCT: Because you change IP address, no? [18:51] maxb: nope, both are connected to the same router [18:52] soc: what name does the package have [18:52] ? [18:52] RainCT: You reconnect to the router with a different IP/Source port combination. [18:53] RainCT: which package? [18:53] soc: for dust [18:53] it is in community-themes [18:53] soc: ah, thanks [18:54] ScottK-desktop: and applications need to reconnect because of that? [18:54] Sure, it's a new connection. [18:55] bah, that sux :P [18:57] Btw, pbuilder-dist.new should be ready for use now. If anyone is bored please try it :) [18:58] if I delete a file from the debian/.install file, will it be excluded from the final packaged deb? [18:58] slayton: most likely, yes [18:58] but not for sure? [18:59] slayton: if the package is weird and also installs it from debian/rules or something then it will still be there. but that would be *very* weird :P [19:00] ... or upstream's script (Makefile?) which is invoked in debian/rules installs it [19:00] yeah, that'd be another possibility [19:01] or clean rule is broken [19:01] or... ;) [19:16] https://wiki.ubuntu.com/StableReleaseUpdates doesn't say anything about waiting for -sru ack (between 3 and 4 in "Procedure"). What is the actual procedure here? [19:22] Generally for Main you upload and ubuntu-sru reviews it in the queue, but for Universe you get the ack first. [19:26] ScottK: Just one ack? [19:27] Yep [19:27] good, that's easy then [19:41] RainCT_: should i archive ttf-droid now? [19:42] or how does that work? [19:42] in what file should I add pointer to /usr/share/doc/dpatch/README.source.gz for specifying the patch system in use? [19:53] RainCT_: thanks! === bobbo_ is now known as bobbocanfly === bobbocanfly is now known as bobbo [20:17] slytherin: debian/README.source [20:24] * ScottK is suprised to discover that Ubuntu Top Uploaders has him at #12. [20:24] Need to slow down. I've been #15 for the last three releases. [20:24] haha [20:25] where is that page? [20:26] isn't that page down? [20:34] Yeah, did the page move? [20:37] does it take into account SRU's? [20:37] http://thc.emgent.org/utu/utu_jaunty.php [20:37] superm1: Ask emgent. I know it doesn't include backports. [20:38] #18, not bad [20:39] woah i'm falling behind this time. 19? psh. [20:39] 18 last time and 12 before.. [20:48] Hi, I want to get more involved with packaging and MOTU and would like to find a mentor to work with. I've contributed a debdiff to bug #293722 and would like to do a lot of bite-size things like this to gain experience. Any guidance greatly appreciated. Thanks! [20:49] Launchpad bug 293722 in ctorrent "Bad manpage for ctorrent" [Low,Triaged] https://launchpad.net/bugs/293722 [21:01] how long does it take until an advocated package appears in the repo? [21:05] When you move a file from one binary package to another, is it documented anywhere precisely what the Replaces/Conflicts should look like? [21:06] Anyone to review the ecm package on REVU ( http://revu.ubuntuwire.com/details.py?package=ecm )? It's a small program, simrunbasuita has already reviewed it and I've made the suggested changes ;) [21:07] soc: the source first enters into NEW queue. When it is cleared from queue the package is built and the binary enters the new queue. [21:07] soc: https://edge.launchpad.net/ubuntu/jaunty/+queue [21:07] ah thanks! [21:08] Ecm is a neat program to remove error correction codes on isos for decreasing their size (and for better compression) [21:08] slytherin: btw, are there any plans to update openoffice to 3.0? [21:08] Openoffice 3.0 has already hit Jaunty [21:08] I think it's having trouble building [21:08] soc: calc: has already uploaded OOo 3. The builds are going on. [21:09] StevenK: not anymore. [21:09] https://edge.launchpad.net/ubuntu/+builds [21:09] ah ok [21:09] thanks :-= [21:10] soc: https://edge.launchpad.net/ubuntu/jaunty/+source/openoffice.org/+builds [21:21] btw, since when do we build for itanium? [21:21] (ia64) [21:22] soc: at least since hardy [21:22] mhh if lpia builds cöeanly, i386 should build too, i assume? [21:22] slytherin: ah ok [21:22] norsetto: \o/ [21:22] but it is not suported? [21:23] soc: community supported. Not officially supported. [21:23] ah k [21:24] sebner: Hola [21:25] norsetto: how is live going in Italy? Much snow, what I've heard :) [21:27] sebner, yes, and good weather to go skiing too [21:27] norsetto: in Austria? .P [21:28] sebner, nope, 100 km from my house [21:29] norsetto: that far? Here is a big skiing area, just 10km away :P [21:43] uhm.. can someone explain to me what AllowTcpForwarding in SSH/SFTP is for? [21:51] RainCT: some context please? What is 'AllowTcpForwarding'? Is it a configuration parameter on server side? [21:51] slytherin: yes [21:51] slytherin: I've seen it here; [21:51] http://blog.markvdb.be/2009/01/sftp-on-ubuntu-and-debian-in-9-easy.html [21:51] RainCT: man sshd_config [21:52] jpds: that doesn't help, I want to know what TCP forwarind is for :P [21:53] RainCT: Have you ever done port forwarding over ssh? [21:53] no [21:53] so that's what people use to "workaround" blocked ports, or what? [21:54] RainCT: http://en.wikipedia.org/wiki/Tunneling_protocol#SSH_tunneling [21:54] RainCT: when you login to an ssh server, you can bind a local port to a remote host:port on the machine to which you are connecting. [21:55] ok, thanks [21:56] RainCT: the example command is 'ssh -L 10000:192.168.0.10:80 server'. This way when you access localhost:10000, you are actually accessing 192.168.0.10:80 in the network of the ssh server. [21:59] slytherin: ok, I see :) === Mez_ is now known as Mez [22:29] sebner: hi! [22:30] sebner: what do you think about http://paste.ubuntu.com/102950/ ? (you are the last uploader) [22:32] quadrispro: Please wait with smuxi [22:32] we're (I'm) trying (hoping) to fix a small build problem [22:33] ah ok Laney! I'm going to look for another merge to do [22:33] I'll mark it on DaD [22:33] it could be fine [22:34] quadrispro: besides. the transition is b0rken. Please no further rebuilds! [22:34] quite [22:35] if you want, you can use my debomatic machine (setup by Dktrkranz) -> http://home.alessiotreglia.com [22:36] what is debomatic :( [22:37] Laney: https://launchpad.net/debomatic [22:38] crazy, my panels just disappeared but they're still clickable [22:56] my package disappeared from the build queue (https://edge.launchpad.net/ubuntu/+builds ), how long will it take until it hits universe? [22:57] soc: What does it say on the package page? [22:58] It is currently here: https://edge.launchpad.net/ubuntu/jaunty/+queue?queue_state=0&queue_text=ttf-droid [23:00] oops, i didn't see it anymore .. [23:00] thanks [23:00] so is this a manual process or will it be built automatically, when a build server is free? [23:01] You have to wait for an archive admin to review and accept (or reject) it [23:02] then it'll build, then they have to accept the binaries [23:06] ah ok