=== aos101_ is now known as aos101 === azeem_ is now known as azeem [00:37] jcastro: so the loco thingy is in 23 minutes? [00:37] crimsun: yep! [00:38] jcastro: okay. [00:38] crimsun: christer tells me it will be pretty q+a based [00:38] so I was thinking [00:38] if people ask about motu stuff we just shuffle them in here [00:38] jcastro: sure. [00:46] wasabi! [00:46] vista? No! [00:46] yes, I will do the vista qa [00:46] packaging for vista 101 [00:46] what chan is this loco thing in? [00:47] I'm thinking ubuntu-us [00:47] not in the topic there...heck, I can't even find info on it [00:56] Fujitsu: CVE-2006 -3122 is already fixed afaict. Did I miss something in it? [00:57] (oh, dapper, edgy.... erk) [00:57] Fujitsu: that was an oversight. [00:59] Fujitsu: CVE- 2007-6131> yeah, seems like to make it vulnerable, it'd have to be edited manually anyway. [00:59] keescook: Yep, missed a single character.. [00:59] Right. [01:00] keescook: Is there anything that needs to be done with rejects other than removing them and adding them to not-for-us? [01:03] Fujitsu: if there are no notes, etc, just bzr rm and add to not-for-us [01:04] keescook: Otherwise throw it in ignored/? [01:04] Fujitsu: if there are notes, just mark everything not-affected, replace the description with ** REJECT ** and move it to retired [01:04] Ah. [01:04] I'd use retired since it was "processed" in some way, ignored is "kinda open, but actively ignored by us"... not a clear distinction, I guess. [01:05] True. [01:06] and if it's dumb, I'm happy to re-arrange stuff. It made sense at the time. ;) [01:06] I think your way makes sense. [01:09] I think it would make sense to remove much of the information from the branch once malone gets an external API, as there is a lot of duplication at the moment. Bug URLs, assignees, release statuses are all in Malone too. [01:10] (me advocating moving stuff to LP? Never thought I'd see the day) [01:18] bug 134795 if in fact this bug can be confirmed, is it security-vulnerability worthy? [01:18] Launchpad bug 134795 in gsambad "GSAMBAD switches User and Password match levels" [Undecided,New] https://launchpad.net/bugs/134795 [01:18] sistpoty: Yes, it was on purpose: I'm not sure any of those are important enough to fix for a package that is essentially a single text file. [01:19] does not effect gutsy or hardy but does effect feisty which I believe we will support until oct 08 [01:19] apachelogger: Please don't advocate the removal or non-inclusion of menu files. While .desktop files fill the needs for many users, some people still require menu files to work around non-compliant window managers. [01:21] Fujitsu: right, I basically got sick of LP having everything we needed to track, and set up the tracker separately. Once we know "how" the tracker should work, that should hopefully help guide the LP bits when that rolls around again [01:21] keescook: LP *not* having everything, you mean? [01:22] sorry, yes [01:22] hehe [01:23] LP's CVE abilities are very unfinished. [01:23] Fujitsu: keescook: Could I ask about bug #173153? Specifically, it appears that the code path tries the user preference temp directory, then, if that fails, tries a default temp directory, and then, if that fails, asks the user to enter a new directory on the next run. I don't understand how the attack works. [01:23] Launchpad bug 173153 in audacity "[CVE-2007-6061] Denial of service and deletion of an arbitrary directory tree via symlink attack" [Undecided,Confirmed] https://launchpad.net/bugs/173153 [01:23] So yes, we'll need to kick them into doing something once we work out what needs to be done. [01:24] persia: reading... [01:24] persia: Hmm, I haven't actually tested it, but the description on the Gentoo bug makes sense to me. [01:24] gentoo bug #199751 [01:24] The symlink attack only works on quit. [01:25] Fujitsu: Right, but audacity opens the directory on start, and closes & removes on quit. Is this just a race condition on quit? [01:26] (it does use 755 strangely, rather than 700, but that's different) [01:26] persia: yeah, without reading code, it seems like a real issue, with races too maybe. [01:27] keescook: I am reading code (familiar with the codebase), but don't understand the nature of the problem well enough to fix it. [01:29] persia: okay, one sec, I'll dig in (currently research DDR2 prices...) [01:30] e.g. What should it do? On start, it tries to create (and open) two directories (primary and fallback), or asks the user. On quit, it closes the directory, and removes it. Is the problem a race condition on quit? [01:30] (and no rush :) ) [01:31] s/e.g./i.e/ [01:31] * Fujitsu just got it to eat a directory tree. [01:33] bug 134795 needs sponsor [01:33] Launchpad bug 134795 in gsambad "GSAMBAD switches User and Password match levels" [Undecided,Confirmed] https://launchpad.net/bugs/134795 [01:34] i don't really like malone [01:34] it is arguably a minor secure vulnerability too [01:34] Fujitsu: Ah. I see. Use of rm_dash_rf_execute without pre-checking. I still don't understand the denial-of-service bit, but I'll try to fix the directory eating bit in the next bit now. [01:34] LordKow, more of those bloody UI config tools [01:35] yes, its evil [01:35] s/in the next bit// [01:35] LordKow, the author of that thing claims he knows me. i don't know who he is though :/ [01:35] persia: Right, it seems to prompt here on startup if I create /tmp/audacity1.2-william as another user. I then click Yes, create a symlink as another user, and blow away some directories. I can't see the DoS. [01:35] the author of the app or the report? [01:35] LordKow, app [01:35] "GAdminTools project" [01:36] ah, yea the way the ui is handled is ridiculous. completely depends on the order of the code [01:36] and its still that way in the most current, 0.1.8 [01:36] Fujitsu: OK. I was looking too closely at the DoS, and not closely enough at the dispose of everything problem. Thanks for pushing me in the right direction. [01:37] persia: The Gentoo bug states that you need to change the owner while audacity is running. If an attacker can do that, you're already stuffed, are you not? [01:37] LordKow, i think the whole concept of UI admin tools is unsound, sorry. [01:38] Fujitsu: Essentially. If someone else has rights to change ownership on your files, there are other more critical possible vectors. [01:38] i will respectfully disagree to that :) [01:38] sometimes admins are in a huge hurry and gui is usually a lot faster than sifting through config files [01:38] persia: Yep. [01:38] LordKow, UI admin tools cause things like servers getting rooted because their admin is a stupid moron who can't admin his server without a GUI [01:39] LordKow, moreover, UI admin tools cause things like X running on a server which is inappropriate at best [01:39] So the remaining vulnerability seems to only exist if the user dismisses the initial warning, but that's not much of a warning. [01:39] nenolod: I'll agree with that, but please also consider the poor home user. [01:39] nenolod, you are probably right but its not a reason to remove it from the repos. [01:39] persia, sure for a home user it is fine [01:39] LordKow, i'm not proposing removing it from the repos [01:40] Fujitsu: No, and I don't think changing the wording is the right way to fix it. I don't see the value of rm_dash_rf_execute anyway: `rm -r` should really be the right thing to do. [01:40] ah k, i thought you were trying to go somewhere besides a rant ;-) [01:40] however, i strongly feel that ubuntu should not become the next Windows 2003 [01:40] ;p [01:40] i should send this bug upstream to debian since i see they still use 0.4 [01:41] persia: How is removing the -f going to do much? === Amaranth_ is now known as Amaranth [01:41] Fujitsu: Doesn't remove files set read only, or belonging to someone else. [01:41] Ah, I didn't know of the ownership bit. [01:41] (not that the implementation is with rm anyway) [01:42] You're right, that works. [01:44] On the other hand, digging more, it appears that it only calls wxRemoveFile(file); recursively, so the -rf is just poor nomenclature. Now I'm tempted to look at the start again, but I'm not sure how to 1) create a secure reusable temp directory that 2) can be in a user-specified location to use high-IO-speed media. [01:44] http://mange.dynalias.org/linux.html [01:44] however, i would say the attitude of this author of GADMINTOOLS might be a good justification of removing it from the repo [01:44] on his site he advocates "taking down freenode" [01:45] persia: Can you not use mktemp on any template? [01:46] re-usable temp dirs in a world-writable dir is hard to get right. :( [01:46] keescook: Mhm. [01:47] Fujitsu: mktemp and mkstemp aren't available in a way that still works for Windows :( I could hack it in, but that might break the WX file handling. [01:47] I think you can open the dir and use fdstat to determine who owns the directory in a safe way [01:47] persia: Oh, true... [01:47] portability, though, ergk [01:47] * nenolod plays with the idea of packaging BSD pcc as an alternate compiler [01:47] keescook: http://www.wxwidgets.org/manuals/2.6/wx_filefunctions.html#filefunctions are the functions available (unless we want to call this a WX bug) [01:48] persia: Ah, if I o+w the directory, audacity doesn't warn at all. That's what I missed. [01:49] persia: What does it do on Windows? There's no /tmp there... [01:50] Fujitsu: OK. So if someone sets their preferences to point at a symlink that points somewhere to which they can write, the cleanup recurise remove runs without warning. Do I have that right? [01:50] Or are there still c:\temp dirs in recent versions? [01:50] persia: No preferences required. [01:50] Fujitsu: It first tries the path in preferences. If that fails, it tries the default path. If that fails, it asks the user to change the preference. [01:51] In that case, I think you're hitting the default path. Perhaps just not try the default path, and force a preference setting? [01:51] Fujitsu, C:\Documents and Settings\Administrator\Temporary Files [01:51] persia: If login as another user, create /tmp/audacity1.2-william, chmod o+w it, create a symlink `projectsomething' to /home/william. [01:51] Then wait for them to open Audacity, close it, and watch their ~ die. [01:52] persia: Forcing a preference sounds very anti-Just Works. [01:52] if portability is the issue, see glib's g_mkstemp [01:52] Fujitsu: Right. There's definitely a problem. Further forcing a preference sounds wrong. Perhaps forcing the default to be created afresh? [01:53] the "open" needs checking, I think. If you know the directory is good with safe perms, then all the other removal stuff is safe. [01:55] Grrr.. WX doesn't support file ownership. Looking at glib. [01:55] keescook: If it's not 755, bail out? [01:55] * Fujitsu wonders why wx covers some of the stuff it does. [01:55] Fujitsu: Someone was very bored. [01:56] Fujitsu: right, or bail if fdstat owner != self or o+w [01:57] keescook: You don't regard g+w as mildly unsafe? [01:57] Hmm.. How about changing the default logic to use wxFileName::CreateTempFileName, and if that succeeds, drop it and put in the directory? There's a race condition, but it's less bad. [01:57] yeah, should probably check that too... symantics get weird for groups stuff... maybe they DO want to share their audacity temp dir. (who knows why) [01:58] keescook: Right. [01:58] There's no good reason to share an audacity temp dir: it's only currently streaming data there. [01:58] fair enough. :) [01:59] so, why is it in a static location? (i.e. why not create a new safe tempdir on each invocation?) [01:59] That's what I was wondering. [01:59] It cleans it too thoroughly on exit anyway. [01:59] keescook: That's a good question. The only static part that is interesting is allowing the user to control the device, and using tmpfs by default. [02:00] persia: What does the tempfile function you mentioned earlier do?\ [02:00] Right. Because of the aggressive cleaning, I think it should just complain if the default directory already exists, and refuse. [02:01] erm, what's the simplest solution here? Introducing races is a bad thing. [02:01] Fujitsu: creates a 600 file iff it can find a brand new location in which to do so. Looking more carefully, it's not deterministic with regards to device, so it's not a good solution. [02:01] Ah. [02:02] crimsun: I think the simplest solution is to just not use the default location unless the directory can be created at startup. [02:02] * keescook nods [02:02] persia: The directory isn't deleted on exit [02:02] (the preferences definition is the user's own problem) [02:02] Fujitsu: I can change that. [02:02] I'd say always create a temp dir [02:02] persia: Not for existing installations (although it is a tmpfs) [02:03] keescook: Even if the user specified one in preferences? Perhaps a default-named tempdir under the user-supplied path? [02:03] Fujitsu: Sure. Users who have previously run audacity since the last reboot have to delete a directory or reboot. That's what NEWS.Debian is for, no? [02:03] I think the if-not-owned-by-us test is sufficient for the set-in-prefs situation [02:04] honestly, you probably want to bring it up with upstream. [02:04] keescook: There isn't a if-not-owned-by-us test that can go upstream. [02:04] * persia decides to have breakfast, and comment on the upstream bug rather than fixing it [02:04] persia: Late breakfast. [02:05] keescook: How often do you normally wave your magic uploading wand over things? [02:05] Fujitsu: I tried to clear the REVU queue last night, and failed to notice until it was quite late :) [02:06] persia: Ah. [02:06] I do like the new segregation and ordering. [02:06] Makes it much easier to find targets for reviews. [02:06] Definitely. [02:11] moins all [02:12] Hi imbrandon. [02:12] heya [02:19] Fujitsu: I have carved a section out on mondays for it. Is there stuff waiting right now? [02:20] how do i document a program consuming 100 percent cpu? [02:20] keescook: There are a few things, but they can wait. I was just wondering if you did have a certain time for it. [02:20] Deluge-torrent is eating up an entire core [02:21] but im not sure i can duplicate it =/ [02:21] pwnguin: Have you checked what it's doing? [02:21] pwnguin: I'd run strace -f -s 1024 -p $PID 2>/tmp/whoa.log then wait a few seconds and ctrl-c it. [02:21] What keescook said. [02:21] /tmp/whoa.log should show a bit about what it's spending it's time doing, though that may not really answer the question. :P [02:22] hmm [02:22] looks like its mostly kernel mode [02:22] good idea on the strace then [02:24] heh, doesnt respond to control-c [02:32] Heya gang [02:32] bddebianisagod! [02:32] pfft [02:32] Hi Fujitsu [02:35] Evening, Hobbsee. [02:36] hi Fujitsu [02:36] i dont think it's evening yet... [02:36] It's getting there. [02:36] * persia thinks it depends on where you think you are [02:37] Evening? Its barely past lunch time. [02:37] Heh. [02:37] keescook: so how do you kill that strace? [02:37] pwnguin: normally ctrl-C just works [02:37] if not, I tend to ctrl-z, kill %1 [02:41] TheMuso: that was my thought [02:42] * Fujitsu is well known for greeting with completely bogus $TIMEOFDAY, even in real life. [02:43] Real life? THis is real life. :p [02:43] Heh. [02:43] * Fujitsu has work too, so there is some other real life. [02:43] * Fujitsu now vanishes for a couple of hours. [02:45] must be time for breakfast. [02:46] breakfast @ 1:46pm ? [02:46] Good night fujitsu [02:47] yes, and? [02:47] DarkMageZ: btw, ubuntu-main-sponsors exists [02:48] why/when did i want to know that ubuntu-main-sponsors exists? [02:50] DarkMageZ: evan's mail to -devel-discuss. although i guess you put the debdiff in after that [02:50] DarkMageZ: either way, when you put in a debdiff, you probably want to subscribe the sponsorship team for that component, so it gets in [02:50] Well, -security stuff is a little different, but otherwise... [02:50] is this in reference to what i did to rhythmbox? [02:51] DarkMageZ: yeah [02:51] ah, i c. i'll try and keep that in mind. [02:55] is there a won't fix status for lp bugs? i can't seem to set it with my limited powers. [02:55] there is, but yes it requires powers [02:55] (offhand I couldn't tell you which) [02:56] could someone kill bug #74125 with won't fix? [02:56] slangasek: being in what was -qa [02:56] Launchpad bug 74125 in libvisual-plugins "dfsg removed plugins > libvisual-plugins-multiverse?" [Wishlist,New] https://launchpad.net/bugs/74125 [02:57] i think it's -buglords now [02:58] lol [03:01] Yay. Installed. [03:01] * Hobbsee installs automatix on TheMuso's machine, to see if he says the same thing [03:02] isn't installing automatix on someone elses machine an act of terrorism? [03:03] DarkMageZ: You're pronouncing it wrong: turrsm... [03:03] DarkMageZ: listen to the state of the union address again... [03:03] DarkMageZ, sabotage at very least [03:03] it's an act of war. [03:04] jdong, where does one aquire a bush translator, do you know? [03:04] We need to defeat them at their repository before they come and invade our own repository. [03:04] ok enough Bush parody for one night :) [03:04] it hurts. [03:04] elkbuntu: foxnews.com :) [03:04] elkbuntu: what he said. [03:04] Is there an application that MOTUs and try-hard MOTUs use to create, check and build packages? Maybe integrated with REVU. [03:04] frenchy: pbuilder, lintian, linda.... [03:04] lintian/linda [03:05] there are some review tools somewhere, actually [03:05] I know there's a lot of bits and pieces that people use. But ... [03:05] Hobbsee: in the archive, not sure how upto date they are [03:05] frenchy: no, there's nothing magically integrated together yet [03:05] an integrated one? no, not unless you're talking about revutools [03:05] imbrandon: ahhh [03:05] They are just that ... bit's and pieces. [03:05] frenchy: yup [03:07] I'd like to build one (GTK based) that you can point at an upstream URL (or local) file and it takes you through a wizard asking you things like name, description. Then does the build for you and does the linda/lintian checks for you. [03:07] frenchy, would it also build it for you? [03:07] frenchy: sure, your free to doso, its been talked aobut before just not acted upon [03:07] The checking part of the application could be used to check existing packages on REVU. [03:08] * Hobbsee twitches [03:08] Hobbsee: You don't like? [03:08] sounds like the evil checkinstall. [03:08] Hobbsee: oh I've seen worse :) [03:08] frenchy: anything that involves a "wizard", instead of making you modify debian/control yourself...is bad. [03:09] Hobbsee, not if it is done correctly. [03:09] DarkMageZ: where correctly is "give a GUI to fill in the fields yourself"? [03:09] Hobbsee: I really just meant for initial creation. From then on it's the maintainers responsibility to keep it updated but the tool could still warn you about issues in the file. [03:10] frenchy: you still need to set everything in debian/control for initial creation [03:10] after htat, there's a tool called uupdate [03:11] if the tool is comprehensive it could be very useful. [03:11] otherwise it'd be a waste of time. [03:11] * Hobbsee wonders what's so unfriendly about a text editor. [03:11] Hobbsee: well if it's emacs I can understand the pain. [03:12] *hides* [03:12] jdong: sure, i meant a text editor of choice :) [03:12] There's just a lot of "bit and pieces" to put it all together. I think that it's quite daunting for a new person and wastes MOTUs time with basic questions. [03:12] * imbrandon wonders what Hobbsee has against people trying, it could be something good [03:12] imbrandon: only the crack that they'll come up with, if it's anything like checkinstall, tbh. [03:12] Hobbsee: who said it would be? we had talked about just this before [03:13] with deb checking etc [03:13] true. maybe it works. [03:13] :) [03:13] frenchy, could you include the ability to build a package and save it (as a module) and then later when you're building another package that depends on the first package that it could be easily added to the build system? [03:13] if it works well then yeah a more streamlined approach would be fantastic [03:13] it *could* work is all i'm getting at, no need to be negitive from the get go [03:13] :) [03:13] imbrandon: +! [03:13] +1 [03:14] imbrandon: Well I was thinking of calling pbuilber to do that. Will that work? [03:14] frenchy, i'm forever playing with packages that require a new library or a newer version of a library that is not part of the repos. [03:14] DarkMageZ: Sorry, that was for you ^^^ [03:14] DarkMageZ: I have my pbuilder (prevu) output to a local repo which is in turn used in subsequent builds. Works fantastically for me [03:15] frenchy: not if the debian/control isnt filled out properly, honestly the tool is a great idea, but no offence it need someone with alot of packing experince to create it [03:15] That [03:15] 's where you guys come in. [03:15] jdong: What do you use to manage your repo? [03:15] TheMuso: prevu does it with dpkg-scanpackage calls after every build [03:15] I'll learn and have a self documenting tool at the same time ... just an idea. [03:16] just dont write it in perl :) [03:16] lol [03:16] imbrandon: Although I think the best choise is python ... I'm a c/C++ guy. [03:16] jdong, interesting hack. maybe something alittle more complex could be used in frenchy's tool. [03:17] DarkMageZ: yeah, the concept is there but of course it can be done more elegantly. [03:17] imbrandon: write it in scheme!!! [03:17] jdong: Right. That is certainly quick and dirty [03:17] I'l do anything tat you guys ask. [03:17] * TheMuso has shell scripts almost complete to properly make and update a repo using apt-ftparchive. [03:18] And they use a little flat file db. [03:18] I like XML. Does anyone hate XML? [03:19] [03:19] low [03:19] [03:20] jdong: That's a no? [03:20] frenchy: meh that's just me being a smartass. I don't care :) [03:20] it just ALWAYS seems XML is ridiculously verbose without any visible benefits [03:20] jdong: Or are you just merely stating that XML is verbose. [03:20] Yeah [03:20] frenchy: there are always oponents to everything, best case is "just do it" and if someone cares enough either way they will help [03:20] :) [03:21] frenchy: don't use my opinions in deterring you from picking a format *you* like. [03:21] imbrandon: Ta [03:21] frenchy: I've used the Python editor in IDLE before. I can bear anything. [03:21] :D [03:21] IMO it should be human readable [03:22] XML is, but isn't. [03:22] XML isn't. [03:23] Hang on ... what was the DB for? === vorian_afk is now known as vorian [03:24] storing a structure of previously built packages. so i can pick bits and pieces for use in building packages later [03:24] I was thinking of using it for preferences and recently dl'ed packages list. All of which will be editable from the interface. [03:27] DarkMageZ: won't pbuilder do that for you ... I don't know .. I thought that it could. [03:27] frenchy: What interface were you thinking of [03:28] TheMuso: GTK, is that what you're asking? [03:28] frenchy: Yes. I don't see the point in having a GUI for such tools. [03:28] frenchy, it won't do it automatically. it requires a fair amount of pain. [03:28] DarkMageZ: aka ccache? [03:29] Hobbsee, na. ccache is fun [03:29] Personally, I'd be in favor of such a tool, if the focus was on a dh-make replacement to build a better sample, rather than a checkinstall replacement, to make a new package. [03:29] persia++ [03:29] s/sample/example/ [03:30] persia: ++ [03:30] i'd prefer if the tool was capable of both [03:30] * TheMuso would prefer if the tool actively discouraged checkinstall. [03:30] DarkMageZ: Just add a hook that calls lintian, linda, pbuilder/sbuild, lintian, and linda [03:31] DarkMageZ: More explicitly: the wheel shouldn't be reinvented just because it can, but dh-make is not necessarily strong enough to do the right thing in many cases. [03:32] To put it another way, I'd prefer an interactive wizard that helped the user to create a starting debian/ directory, rather than copying a bunch of examples that just have to get deleted later. [03:32] DarkMageZ: I refer you to jdong's earlier comment: "I have my pbuilder (prevu) output to a local repo which is in turn used in subsequent builds. Works fantastically for me" [03:32] persia: Yeah that sounds good. [03:33] persia: Exactly ... exactly what I mean. [03:33] I'm sure you guys must get sink of noobs, like me, getting on, asking for a REVU, without knowing all the tools/rules that I could've used. Same thing every time. [03:34] I didn't even know what linda/lintian was before I asked for my package to be reviewed. [03:36] Sure, my bad but I'd expect you see a lot of this. [03:36] frenchy: Indeed, yes. It's not so bad to explain lintian & linda, but it's frustrating to see the same dh-make induced errors on so many packages. [03:38] persia: I understand you frustration ... but people don't know until they are told or they read it ... but they've got to *know* that there's something to read. There are so many bits and pieces. [03:39] And of course, it's not all selfless ... I'll learn a shit-ang load from you guys in the process. [03:41] So, I might just start with a simple wizard that can create a debian project from an upstream. I wanted to do this for w_scan anyway. [03:42] And no, I won't call it "Me Packager"! [03:49] DarkMageZ: Do you know if jdong's solution suits you? [03:51] frenchy, it's a hack that could be potentially useful. but if your tool is going to build the packages as well. it could be very useful to integrate something like that properly and cleanly [03:52] on't forget there are also those of us who use sbuild with LVM snapshots. [03:52] don't [03:56] DarkMageZ: TheMuso: when it comes to that part I'll talk about your requirements on a little more detail. Thanks both for your comments. [03:57] TheMuso: Now, you didn't like my idea of a GTK interface. Can I ask why? [03:58] * Hobbsee bets the ansewr is "accessibility" [03:58] persia: Do you actually play conquest? [03:58] gtk is slow and flaky. etk or qt4 ftw :) [03:59] DarkMageZ: Ahhh ... are you a KDE guy? [03:59] kde rocks :) [03:59] Sorry, I've programmed and used them all and I think that GNOME is da bomb. [03:59] frenchy, nope. just anti gtk :) [03:59] although i will assume TheMuso will not like qt moreso than gtk :) [04:01] imbrandon: qt4 was one of the suggestions. [04:01] ffThats before I saw persia's suggestion of a wizard. [04:01] frenchy: Thats before I saw persia's suggestion of a wizard. [04:01] Why does ubuntu push GNOME if it's so bad? [04:02] GTK rocks. It has accessibility, something which QT can't really bost about atm. [04:02] frenchy: I thought the tool would be quite different to what it is likely going to be. [04:02] TheMuso: Yes. And I can have a non digital clock ... sorry ... little dig. [04:03] TheMuso: So are you still "anti" UI? [04:03] TheMuso: GTK UI? [04:03] frenchy: No I am not. [04:04] well if you're anti-UI then how is someone supposed to use a computer? :P [04:04] TheMuso: It will be initially aimed at noobs. [04:04] UI = User Interface [04:04] LordKow: usually i'ts referring to GUI. [04:04] frenchy: Yeah I gathered. What language are you going to use? Python? [04:04] i know im just playing with technicalities :P [04:05] Probably not even though I admit that it might be a better option. I'm a C/C++ guy. [04:05] Fair enough. [04:07] hmm i would tackle this heimdal merge but im weary of doing merges that involves libs that I dont use. and even more this is a significant version jump, 0.7 to 1.0 [04:08] Ok, have to go and meet the outlaws, then I'll get started after that. I thank you all for you comments and look forward to helping you, help me. [04:13] bug 95240 if the changes recommended in this bug report are correct I will adjust the keytouch merge i will be working on to close this bug [04:13] Launchpad bug 95240 in keytouch "keytouch user level preferences are in administration instead of preferences menu" [Undecided,Confirmed] https://launchpad.net/bugs/95240 [04:13] items in Preferences are on a per user basis, while Administration entries are system-wide correct? [04:16] http://merges.ubuntu.com/k/keytouch/REPORT *sniffle [04:16] please let them be all changes i can drop [04:19] heh all those conflicts are simply times/dates yay === vorian is now known as vorian_afk [04:57] imbrandon, debdiff so that stacktraces can be useful. http://mirror.randumb.org/darkmagez/libvisual.debdiff [05:03] what can make executable 0755 on a .dpatch? [05:03] is this normal? [05:04] ember> yes [05:16] help_button = gtk_button_new_from_stock ("gtk-help"); <-- now how is that supposed to be a valid help entry for KeyTouch? [05:17] well i guess i dont know exactly how GTK UI works, has to be event driven though [05:20] i see, keytouch has no callback for help because there is no help yet the button is there... well its the difference between a sync and a merge i shall leave it [05:23] bug 173191 [05:23] Launchpad bug 173191 in keytouch "Please sync keytouch-2.3.2-1 (universe) from Debian sid (admin)" [Undecided,New] https://launchpad.net/bugs/173191 [05:42] ugh compiz still has some minor glitches with window borders, oh well [05:46] * Hobbsee grumbles about email [05:46] motu generates too much email :P [05:49] heh Hobbsee i think the lesson is dont put anything on the internet, even if its not in the announcement list, without it being considered "released" by people [05:49] :P [05:49] What now? [05:49] (with regard to the Alpha 1 comment on the forums) [05:49] LordKow: that's not really possible.... [05:50] i know :P [05:50] you could pw protect the page until its in the announcements if it matters that much [05:50] it would, of course, help if the forum mods actually understood about release stuff [05:50] and double checked with the release team before making official statements like that... [05:51] Hobbsee: It's forums. Understand is counter productive. [05:51] ScottK: yeah well. [05:52] ScottK: i made a comment in sevilla, near a whole bunch of other forums people, to the effect of "well, there's so much misinformation on the forums, any real stuff will probably be negated by all of that, so who cares?" [05:52] neeldess to say, i had to run rather quickly :P [05:52] I second the motion. Even when I was a brand new Ubuntu user who didn't know much of anything, I didn't do much with them. [05:53] i dont consider anything on the forums "official" unless its a sticky or an announcement [05:53] * StevenK has ignored the forums [05:55] and quite honestly i never even pay attention to releases except for switching my repositories over to the new development name (i always use development repos) [05:58] But this is worth a trip to the forums to read ... http://ubuntuforums.org/showpost.php?p=3869792&postcount=16 [06:06] ScottK: Not worth a trip for me. I want my ten seconds back. :-) [06:09] "never gave me no problem" [06:09] so it has always given this person problems? [06:09] heheh [06:17] wow, I am wondering how we have a 3 year old version of mt-daapd in our repos, when they just release 0.2? [06:18] 3 year old version == 0.9 [06:19] !info mt-daapd [06:19] !info mt-daapd hardy [06:19] mt-daapd: iTunes-compatible DAAP server. In component universe, is optional. Version 0.9~r1586-1 (gutsy), package size 649 kB, installed size 1560 kB [06:19] mt-daapd: iTunes-compatible DAAP server. In component universe, is optional. Version 0.9~r1586-1 (hardy), package size 649 kB, installed size 1560 kB [06:19] !info mt-daapd dapper [06:19] Package mt-daapd does not exist in dapper [06:20] it is like that in debian as well [06:20] http://sourceforge.net/project/showfiles.php?group_id=98211&package_id=105189 [06:22] Maybe they said their next version would be 0.9. [06:22] Or the maintainer is on crack. [06:22] dunno [06:22] maintainer might be MIA [06:23] maintainer isn't mia [06:23] going to email him in a few [06:23] mt-daapd is now called firefly as well [06:23] Burgundavia: MIAness has nothing to do with broken versions. [06:23] so treu [06:23] true too [06:23] http://qa.debian.org/developer.php?login=joshk@triplehelix.org [06:24] [2007-07-19] Accepted 0.9~r1586-1 in unstable (low) (Joshua Kwan) [06:24] just need to find out his online nick [06:24] !info mt-daapd edgy [06:24] Package mt-daapd does not exist in edgy [06:24] I'm sure it's been around longer than that... [06:25] it has been, just not in our repos [06:25] it is in gutsy [06:25] 2006-10-12 was uploaded in debian first [06:25] 0.2+something [06:25] ya, they had the version then what it is now [06:25] that is goofy stuff [06:26] 0.2.4+r1376-1 [06:26] looks like he does svn checkout,s and in svn it might have been called 0.9 [06:26] just looked through svn, don't see 0.9 anywhere in it [06:27] heh well then it will probably take an epoc to fix :) [06:27] 2004-01-29 Ron Pedde [06:27] * Bump version number to 0.1.1 [06:27] i would find out why first though, tralled the changelog ? [06:27] that is the first item in the svn changelog [06:27] Please also check the future intentions of upstream; they might do a bzr. [06:28] http://packages.debian.org/changelogs/pool/main/m/mt-daapd/current/changelog [06:30] only thing in svn with a reference to anything with '0.9' is [06:30] nixternal: http://nightlies.mt-daapd.org/ [06:30] 2004-11-27 03:13 rpedde 6038 6039 * src/rend-howl.c: Update rend-howl to run with howl 0.9. [06:30] its a nightly release [06:30] ahhh [06:30] good find...I didn't even see that damn link [06:30] :) [06:30] so it is the retarded crack dealers at firefly [06:30] can you send a back hand through email? [06:31] ohhhh there is mipsel ipk packages ... i could run this on my FON :) [06:31] uSLUg ipkgs too , nice [06:33] unSLUgand windows, and osx dmg's, wow these guys cover the bases, and on nightly builds at that [06:36] ya, they have gotten their act back together, that's for sure [06:36] iirc, you were the one who turned me on to daapd [06:37] i like it because i listen with amarok here, itunes there, and even from school I can stream my tunes :) [06:37] nixternal: yea i've been running mt-daapd since before it was in debian and before i was a MOTU, but i just dont follow the dev of it, it "just works" once installed :) [06:37] actually, when you told me about it, it wasn't in debian/ubuntu either [06:37] I had to build it from svn [06:37] i think i told you about it when amarok grew the ability to play daap streams [06:37] yea [06:38] actually, before amarok [06:38] I was using rythmbox with it [06:38] maybe anyhow yea [06:38] :) [06:38] and when amarok sprung its wings, I quickly dropped that crap and came back over to the right side :p [06:38] i had it running on my breezy fileserver for quite a while [06:39] Oh die LP. [06:39] not to shabby....so far I have re-synched 400,000 songs and have just under 100,000 more to go [06:39] William Grant does not currently have any assigned bugs in htdig in Ubuntu Dapper. Continue assigning this bug? [06:39] rm -rf htdig! [06:40] Fujitsu: huh ? heh [06:40] IT ASKS ME FOR EVERY SINGLE TASK. [06:40] wow [06:40] if you get it working correctly with khelpcenter, I will give you a cookie [06:40] * Fujitsu files a bug. [06:40] Fujitsu: our htdig is absolute garbage...we need to snag openSUSEs version because it works [06:40] nixternal: Is the same true for Debian's? [06:40] nixternal: I'm currently concerned with CVE-2007-6110 which is against it. [06:40] Cross-site scripting (XSS) vulnerability in htsearch in htdig 3.2.0b6 allows remote attackers to inject arbitrary web script or HTML via the sort parameter. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6110) [06:40] I think openSUSE is the only distro where it searches [06:40] And LP being retarded. [06:41] StevenK: I believe so, can't remember though [06:41] It should say `oh look, William Grant is an ubuntu-dev, so it might be mildly sane that I allow him to be assigned' [06:41] I spent a week messing with it last year trying to get it to work [06:41] I checked out 4 or 5 other distros and it didn't work there either [06:41] iirc, it isn't even maintained upstream anymore [06:42] it was missing build-deps last year when I filed a bug against it [06:55] If a Debian package has Standards-Version: 3.6.2, should I leave that alone or bump? [06:57] LucidFox: We like to keep the diff minimal, so leave it alone. [06:59] hi folks [07:00] heya nxvl [07:00] Hi nxvl. [07:15] WELL that was fun [07:15] my dorm was just evacuated for a fire alarm at 2:15AM [07:15] yay! [07:15] jdong: stop smokin weed in the dorm [07:15] :) [07:15] lol too late [07:16] people smoke weed in the dorm? [07:16] Isn't that just asking for trouble... [07:18] anyone have any recomendations on a free ( as in beer ) online file storage place that will let me use it like a real fs, maybe via fuse or some such, dosnet have to be big, i'm probably only gonna keep a ~25MB encrypted FS image on it ( and no i dont wanna use gDrive , something legit) [07:18] minghua: haha , no, we just managed to lose water pressure which set off the alarm system [07:18] * imbrandon does so in the privacy of his own home [07:18] * jdong blames it on the nearby construction [07:18] imbrandon: gmail [07:19] nxvl: gmail == gDrive [07:19] i'd like to use something legit [07:19] stuff like [07:20] * minghua hasn't heard of such free services. [07:20] Ron Paul wants to legalize it :) [07:20] And 25 MB is not small IMO... [07:21] minghua: well most of the free ones offer 5GB or more, so its small relitively [07:21] but they are all webbased only [07:22] imbrandon: what about one of those free shell providers? [07:22] imbrandon: Oh, you mean things like mediafire? [07:22] imbrandon: I definitely recall some of them having quotas in the 20-30MB ballpark [07:22] jdong: hrm true i dident think about that, sshfs [07:22] yep :) [07:22] minghua: yea or box.net etc [07:24] Ubulette: x264 has been reuploaded to hardy; currently somehow it's in depwait on libgpac-dev which should already have been available... *grumble* [07:25] jdong: Ogre-modle. [07:25] s/modle/model [07:25] ogre-model + LP bug == haha. [07:25] Fujitsu: What's the LP bug? [07:25] StevenK: All new sources go to main. No questions asked. [07:26] And you can't demote from the web UI. [07:26] Fujitsu: oh that's right... [07:26] Fujitsu: I forgot about that [07:26] Sigh. [07:26] StevenK: ? [07:26] Having new sources go to main doesn't make sense. [07:27] Oh, I thought you were sighing about me complaining about LP. [07:27] Nope, I'd be drinking. [07:27] :-P [07:27] Haha, [07:28] Fujitsu: for everything or just the PPA's ? [07:29] imbrandon: PPAs no longer have components. I'm talking primary archive here. [07:29] ./ [07:29] Bah. [07:29] (sorry, cleaning keyboard, expect random characters occasionally) [07:29] btw they STILL havent cleaned my /pool out /me is getting a bit irritated abut that [07:29] imbrandon: yeah hobbsee just accepted x264 (again) and it goes from source NEW right to main :) [07:29] yay! [07:29] imbrandon: I'm not sure if they actually get cleaned. [07:30] Fujitsu: Keyboards should have a switch. :-) [07:30] Fujitsu: wtf woudl be the point of deleting them then? heh [07:30] they are still apt-getable [07:30] imbrandon: Oh, still apt-getable? That sounds like a bug. [07:30] heh [07:30] They should at least be gone from Packages/Sources. [07:30] iirc they arent [07:31] Yeah, I need to file a ticket to get my PPA emptied [07:31] (wow, a PPA bug. New.) [07:31] Fujitsu: No, no. "Completly unexpected" [07:31] StevenK: heh i did ~2 weeks ago, they got marked "deleted" on the UI [07:31] :-P [07:31] in 24 hours, but still in the /pool [07:32] Maybe the Janitor just assigns random untouched bugs to the packages. [07:32] taking up my 1GB of quota :) ( and cluttering my pool ) [07:32] StevenK: Now now, you're employed by them now. [07:33] bah, i guess i'll just use my 128 mb ipod shuffle knockoff for the diskimage [07:33] Hah [07:33] "What's this song, Brandon? It sounds broken." [07:33] lol [07:34] as long as i dont name it something.{wma,mp3} the player wont try to play it [07:34] :) [07:35] hahaha [07:35] StevenK: that's hip hop. hip hop. it's supposed to be that way. [07:35] jdong: Hahaha. [07:35] plus i got it for free the other day , might as well put it to use, its too cheap to give to someone without feeling bad :) [07:36] and i have real iPod(s) so no need for it to actualy play music :) [07:36] jdong: Muahaha [07:37] Maybe Brandon can sell his encrypted data to record labels and make a killing. [07:37] lol [07:37] that would be sweet [07:37] "brandons backup ssh keys sound like the next pDiddy" [07:38] imbrandon, updated version of the goom2k4 debdiff for libvisual-plugins. http://mirror.randumb.org/darkmagez/libvisual-plugins.tar.bz2 [07:38] it's just Diddy now. The P interferes with the ability for his audience to pronounce the name. [07:38] whats the shelf life on flash ( usbkey ) storage ? [07:38] Well, you both have roughly the same amount of musical talent. [07:38] jdong: And you know this why? :-P [07:39] StevenK: no comment ;-) [07:39] * StevenK belts jdong with the 5th Amendment [07:40] lol I kinda have a slight rap addiction ;-) [07:40] it's catchy. [07:40] DarkMageZ: cool, hey do you have anywhere else to put those? comcast dosent like your server for some reason and my AT&T dsl dosent get installe dfor another few ( ~10 ) days [07:40] /ignore jdong ALL [07:40] * Fujitsu strangles jdong. [07:40] imbrandon: gasp, Comcast would NEVER do anything to interrupt traffic! [07:40] :-P [07:40] I HATE rap. [07:40] oh.. forgot that comcast are a bunch of commies. no i don't have anywhere else. [07:40] jdong: heh, man i got so fed up with it yesterday i ordered AT&T dsl :) [07:41] DarkMageZ: ok can you give me a consolidated list of all your ( current against -2 ) patches/diffs etc, and i'll ssh into another connects and grab them all at once [07:41] DarkMageZ: now now, forging TCP RST packets is just "delaying" the traffic so that "less volume" users don't get "crowded out" by evil evil bittorrent users [07:41] When did DebianMaintainerField appear? I've just realised I should be following it in my security uploads, but am not quite sure which releases it is needed in. [07:41] jdong: Naturally. [07:42] jdong, ... it's http... comcast are communists. [07:42] Fujitsu: edgy iirc [07:42] Fujitsu: >= Feisty, I think [07:42] Noooo. [07:42] yea feisty [07:42] I thought it was Edgy, but I could be wrong. [07:42] * Fujitsu goes with Feisty. [07:42] You say Edgy, and then I say Feisty, and you switch. What the? [07:42] it was just after edgy released, we just talked about it in edgy but not enforced till feisty [07:43] The binary packages were mangled in Edgy, though, right? [07:43] Binary packages have been mangled for quite a while. [07:43] erm yea i think maybe at the end [07:43] lets also not forget that comcast does a) blocks usenet stuff and b) doesn't provide a usenet account anymore [07:43] bastages [07:43] * nixternal waits for FIOS [07:43] What's a bastage? [07:43] bastard diritive [07:44] And what's a diritive? [07:44] ubuntu :p [07:44] derivative isn't spelled 'diritive' [07:44] minghua: it's d/dx when drunk. [07:44] directive, or derivitive? [07:45] yea plus i loved my kc.rr.com acount, 10mb down and 1mb up, reality, but comcast is 1.5 /384 IF i'm lucky, at&t said i'm getting 6mb and 1mb [07:45] imbrandon: around my place Comcast is lightning fast (>5MB/s) during the day and nearly dead at peak hours [07:45] imbrandon: they lure in a lot of customers with their burst speeds [07:45] fontconfig's changelog has lost entrys [07:46] imbrandon: with comcrap I have 8mb down, 1mb up [07:46] jdong: Yeah, it's all these "bastages" downloading "diritives" [07:46] nxvl: Huh? Which ones? [07:46] * StevenK pokes fun of nixternal and imbrandon in one fell swoop [07:46] RST! [07:46] minghua: the first ubuntu entry is a merge [07:46] nixternal / jdong : yea but i also have 2 dvrs in the house too and that kills the bandwidth with on-demand crap [07:46] * nixternal trips StevenK [07:47] StevenK: heh [07:47] minghua: so there MUST be some entry loses [07:47] nxvl: I see. [07:47] * StevenK lands on nixternal's copy of Vista [07:47] NOOOOOOOOOOOOOOOOO!!!!!!!!!!! [07:47] * nixternal cries [07:47] !nixternal [07:47] Oh no! The pointy-clicky Vista lover has arrived! He's rumoured to be giving out free money, too! [07:47] !visternal [07:47] Hmm... I wonder... [07:47] nixternal: don't worry you can still call the genuine activation hotline for a replacement copy! [07:47] imbrandon: did you have any new task for me? [07:47] !fujitsu] [07:47] Sorry, I don't know anything about fujitsu] - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [07:47] Oops. [07:47] !fujitsu [07:47] jdong: thanks for the save! [07:48] Hah [07:48] !fujitsu [07:48] Oh no! The pointy-clicky Vista lover has arrived! He's rumoured to be giving out free money, too! [07:48] I'm sure it was there. [07:48] So it is. [07:48] !-fujitsu [07:48] fujitsu is nixternal - added by LongPointyStick on 2007-11-12 04:16:30 [07:48] ahh, you are with me ey? :) [07:48] Ehem. [07:48] go figure [07:48] he is you. [07:48] !-nixternal [07:48] nixternal aliases: visternal, fujitsu - added by Hobbsee on 2007-05-31 09:32:53 [07:48] jdong: dThat I am. [07:48] -d [07:48] haha, damn her [07:48] nxvl: http://changelogs.ubuntu.com/changelogs/pool/main/f/fontconfig/ seems to have a bunch of old changelogs. [07:48] jdong: Yeah, but they won't give him a Bill Gates signed copy. :-P [07:49] StevenK: FYI it's called the Microsoft Windows Vista Ultimate Limited Numbered Signature Edition. [07:49] jesus [07:49] nxvl: hrm, not really, i think your honestly past the point of "getting tasks" as you know where to look for things to fix, more just need help on using the tools to actualy fix them, i would sugest looking on LP for things with patches or almost ready patches and getting them ready for the sponsors-queue and poke me when you hit bumps [07:49] nxvl: want some LP urls? [07:49] jdong: I said it before, *how* do you know this? [07:49] jdong: You have a rap and crack addiction? [07:50] StevenK: haha I'm a nerd, remember? :) [07:50] Oh wait, tautolgy [07:50] ya, jdong it should be against the law to remember something like that [07:50] and you listen to crap music [07:50] nixternal: I guess I ridicule it a bit too much :) [07:50] +1 nixternal, on both counts. [07:51] ubuntu + serial + crack + keygen , on bittorrent ftw [07:51] haha [07:51] anyone feel like giving a KDE 4 talk, Developing Kubuntu talk, and an Open Education talk for my today? [07:51] can't download it with comcast though. [07:51] jdong: you can download it , just not seed it [07:51] :) [07:51] jdong: you can download with comcrap, you just can't seed [07:51] yay like birth control! [07:52] imbrandon: well, i have made some FTBFS, reported some other with enougth information, and do also some merges, and also i don't simply past the task, i keep doing them as i do the new ones [07:52] Hank Williams Jr. & Kid Rock- Naked Women and Beer.ogg 100% 4649KB 664.1KB/s 00:07 [07:52] that song rocks! [07:52] and *I* listen to crap music. [07:52] nxvl: You made some FTBFS? That sounds bad... [07:52] Bosephus is far from crap music [07:52] s/made/fix/ [07:52] Fujitsu: :D [07:52] nxvl: great, thats the way to do it, basicly its just tons of practice at this point untill you come accross corner cases [07:53] and in ubuntu that seems to be about every 5th package :) [07:53] Now now [07:53] ;) [07:54] imbrandon: thats why i ask you for task all the time, so i can work on more things, not to stop working on the last and step to the other [07:54] DarkMageZ: ok can you give me a consolidated list of all your ( current against -2 ) patches/diffs etc, and i'll ssh into another connects and grab them all at once [07:55] nxvl: http://qa.ubuntuwire.com has lots of fun TODO links :) [07:55] * StevenK uploads two packages just before the publisher. [07:55] imbrandon: i look in there al the time :D [07:56] s/al/all/g [07:56] nxvl: right, thats why i say your on the right track, just keep on keepin on [07:56] i have work with some debchecks already [07:56] most of the stuff is just boring stuff to do the same thing over and over [07:57] imbrandon, there are only 2 files. http://mirror.randumb.org/darkmagez/libvisual.debdiff & libvisual-plugins.tar.bz2 [07:57] Sigh. Who's bright idea was this name: libgwenhywfar [07:58] what are uehs and how they work? [07:58] DarkMageZ: ok sounds good, i'll get to those before i sleep [07:58] imbrandon, i'm sorry for the size of the plugins one. but the majority of that is cleaning up the 90_autoreconf... [07:58] nxvl: its what checks all the debian/watch files for new upstream versions iirc [07:58] imbrandon, from 4.4MB to 653.1KB. [07:59] nxvl: i *think* Fujitsu is the author of that script, he could probably correct me if i'm off [07:59] I didn't write it, but I corrected the English and made various other changes. [07:59] ahh [08:00] DarkMageZ: cool ok [08:02] StevenK: dont you keep a crypted fs on a usb device, any scripts or things i should look outfor when setting mine up? i'm probably gonna have ~/.gnupg/secring.gpg and friends symlinked to the fs so when its mounted ..... etc [08:03] imbrandon: Crypted FS yes, but I don't have anything like GPG key on it [08:04] k [08:04] i'm basicly trying to make my key safer but portable between a few systems here in the house [08:04] hehe [08:05] e.g. not have the key on each box but still accessable on each box if i want it [08:05] same with ssh [08:05] ( plus works as a good backup , cd-r shelflife sucks ) [08:06] * Fujitsu has some CD-Rs burnt 8 years ago that still work flawlessly. [08:06] Fujitsu: yea but i also have some burned 3 years ago that i can barely read [08:06] heh [08:06] imbrandon: i copy it on all my systems using secure copy [08:07] most cd-r's have a ~5 year shelf life iirc [08:07] imbrandon: Learning from Cody's mistakes? [08:07] Fujitsu: nah, i've always only needed it on one machine, but lately i've been having more than one box i sit at [08:08] and copying ~.gnupg ~.ssh to each box, even in my own house , just seems wrong [08:08] * Fujitsu is boring and has his keys on one machine, with crypto-LVM. [08:10] yea currently i only have them on hood ( my main box ) and a cd-r in safe deposit box at the bank ( case of hdd crash ) [08:10] btw [08:10] ... Why 'hood'? [08:10] can someone take a look at Bug #173088 and soponsor it please [08:10] Launchpad bug 173088 in apt-proxy "Merge apt-proxy-1.9.36.1 from debian unstable" [Undecided,Confirmed] https://launchpad.net/bugs/173088 [08:10] imbrandon in da hood. [08:10] StevenK: its a startrek ship name ;) [08:10] Fujitsu: I was just thinking that. [08:10] s/hood/'hood/ [08:10] heh [08:11] also on Bug #156047 [08:11] Launchpad bug 156047 in python-biopython "import Bio.PDB of python-biopython at gutsy" [Undecided,In progress] https://launchpad.net/bugs/156047 [08:11] member my boxen are all st ship names :) [08:11] imbrandon: Yeah, but there's better ships than the USS Hood. Like Excelsior, Defiant, Prometheus [08:11] i already have the latter two of those [08:11] * Fujitsu notes he hasn't seen any Star Trek. [08:11] ( and quite a few others ) [08:11] Heh, interesting that all three of those are NX- [08:11] * minghua is with Fujitsu. [08:12] also enterprise, horatio, voyager, ummmm [08:12] intrepid? [08:12] i *had* a borg-cube at one time ( a dell 8u monster that looked like a borg cube ) hehe [08:13] ahh yea, the out of service intrepid [08:13] i should bring that name back [08:13] imbrandon: It should have been cube-4562 or so [08:13] :) [08:14] i almost dident use prometheus though, because of SG-1's use of it [08:14] but my little mipsel FON router needed a name :) [08:15] $OLD_WORK has a prometheus, due to being atlas' brother/cousin [08:16] and currently i have an iMac sitting here with no OS or name, it might become intrepid re-incarnated [08:16] wow, my karma grows like 200 over the last 3 weeks :D [08:16] nxvl: :) [08:16] * Fujitsu has grown an extra 3000 or so karma in the last couple of weeks. [08:17] i used to have over 20k karma, now its less than 100 last time i looked [08:17] imbrandon: They downscaled it by a factor of more than 10000 last year. [08:17] Er, -0 [08:17] Fujitsu: how did you do it? [08:17] Fujitsu: i have only like a month maybe 2 contributing [08:18] geser: Do what? [08:18] Fujitsu: yea thats when mine dropped tons [08:18] Karma: 155 [08:18] woot, probably the lowest core-dev :) [08:18] Fujitsu: how did you manage to increase your karma that fast [08:19] you know we all bitch about the speed of LP, but has anyone used sf.net bug tracker reciently? man it CRAWLS [08:19] geser: Dealing with a lot of multi-task bugs (security), I ugess. [08:19] imbrandon: SF is special. [08:19] to say the leaste [08:19] s/ugess/guess/ [08:20] * minghua doesn't consider SF to have a bug tracker. [08:20] +1 minghua [08:20] heh [08:20] It's more like a bug pit, you throw stuff in, and fish things out among a big swarm when you need it. :-) [08:21] i bet if i installed adblock on sf.net it would speed it up [08:21] heh [08:23] Fujitsu: you are now #4 in bug management karma [08:24] geser: Haha. [08:24] * Fujitsu looks. [08:24] Is seb128 still on top? [08:25] * Fujitsu imagines bdmurray will be fairly high. [08:25] And pitti. That I didn't expect. [08:25] * Fujitsu prepares to defeat all but seb128. [08:26] Fujitsu: seb128 has like 4 times your karma [08:26] nxvl: Hence the last bit. [08:27] Fujitsu: pitti is an archive admin and has to close all those sync requests [08:27] * minghua doesn't like LP's closed-algorithm karma. [08:27] geser: Ahh, true. [08:28] Fujitsu: but you are still far behind norsetto in total karma [08:28] minghua: it is that way so that sabdfl can screw with it as needed [08:28] But norsettoisagod. [08:28] Burgundavia: It hasn't been stuffed with in about 12 months. [08:28] * Fujitsu is almost on the overall karma list. [08:28] Burgundavia: I doubt it. But I don't really care. [08:29] Most likely it's just as closed source as the whole LP. [08:30] is there any way to see the karma scores? [08:31] nxvl> it's displayed on your LP user page [08:31] nxvl: They're on the owner's page, and /ubuntu/+topcontributors [08:31] wow, apport has 5500 karma in bug management [08:31] hehe [08:31] geser: Pfft. It can do better. [08:32] wew norsetto defeat seb [08:32] is there a way to link a debian bts bug to upstream like in LP ? [08:32] Launchpad Answers is somewhat overinflated. [08:33] imbrandon: just post the link [08:33] is there any way to see LP users by country? [08:33] nxvl: You can see their timezones, and might be able to google. [08:33] Fujitsu: yep, but if i want to check if there is a peruvian ubuntu member, can i see it? [08:34] or must i browse, profile by profile? [08:34] imbrandon: http://bts-link.alioth.debian.org/ [08:34] nxvl: You would probably have to browse, or GOogle. [08:35] kind of to much work [08:35] Fujitsu: you know what gets me, the lates thing in LP to bug me is branding images HAVE to be a certain size HxW , i mean hasent gd/imagemagic/$something been able to do that for years ? [08:35] latest* [08:36] seems like lazy coding [08:36] It's best to not have to scale it. [08:36] As that looks bad. [08:36] right, but state a recomnded size, and scale others [08:37] hell they arent even standard sizes, e.g. the icons are 14x14 vs 16x16 etc [08:37] heh [08:38] i mean 99% of the time someone is just gonna take the image in gimp and scale it anyhow, and those that wouldent will take the time to make it the recomended sizr [08:38] size [08:39] * imbrandon gets off the soapbox [08:39] well, time to sleep [08:39] good night [08:39] gnight nxvl [08:39] Night nxvl. [09:27] man people can just be asses sometime [09:27] s [09:29] imbrandon: Who what how why whence wherefore whither? [09:30] +where [09:31] Fujitsu: #bzr scrollback [09:31] * Fujitsu isn't in there. [09:31] one sec, i'll pastebin [09:32] http://paste.ubuntu.com/2393/ [09:33] Fujitsu: ^ [09:33] Pleasant./ [09:34] yea seems so ... [09:36] Fujitsu: and the rough part is bzr from the bzr website removes bzr-svn, but i wont be going back in there to say anything [09:36] heh [09:36] imbrandon: Right, bzr-svn needs to be updated. [09:37] yea seems there isnt 1.X in the bzr repo, i'll just install the latest from the bzr repo and recompile bzr-svn [09:37] against it, and see if it works [09:37] That's just unnecessary language on both sides IMHO... [09:37] Debian's bzr-svn is 0.92 based. [09:38] minghua: probably so, but i was a little ticked, that is very much restraint for me trying to stay CoC [09:38] imbrandon: No CoC over there. [09:38] * minghua nods. [09:38] CoC applies everywhere you are, blogs or anywhere [09:38] if you are a member [09:38] Even in my daily life? I don't think so. [09:39] minghua: technicly yes, its stated that way when you agree to it [09:39] Oh... [09:40] It probably wasn't a good idea to sign CoC after all... [09:41] minghua: simply don't get caught [09:41] * Fujitsu grumbles at -updates vs. -security versioning. [09:41] Anybody know what I do if we have .1 in feisty-updates and gutsy-updates, and I need to perform a security update? [09:42] Fujitsu: yea i always thought -updates should use .0.x and -security use .x [09:42] bddebian: I pretty much only play torcs, teg, chromium, spider, and vegastrike. Sometimes I do puzzles or play cards. [09:42] but thats moot now [09:42] * persia returns to deep idle [09:42] Morning, persia. [09:43] Fujitsu: why not use .2? [09:46] geser: I'll then push .3 to -updates very rapidly, I guess. [09:46] Fujitsu: why? [09:47] imbrandon: So the changes in -updates don't get reverted... [09:47] umm just base .2 off the -updates version [09:47] since updates is on by default [09:47] imbrandon: Erm, no. [09:47] -security is for security. [09:48] right push .2 to -security based of the .1 version [09:48] no regressions [09:48] Fujitsu: sounds a stupid policy to me. [09:48] minghua: What is? [09:49] -security is for security uploads only, not rolling normal updates in too. [09:49] Fujitsu: Can't base a -security on top of -updates. [09:49] Fujitsu: On second though, it makes some sense. [09:49] Right. [09:49] * white_ waves === white_ is now known as white [09:49] Hey white_. [09:49] heya white [09:49] Fujitsu: you asked for me? :) [09:49] imbrandon, minghua: «This Code of Conduct covers your behaviour *as a member of the Ubuntu Community*, in any forum, mailing list, wiki, web site, IRC channel, install-fest, public meeting or private correspondence.» I understant that it only applies when you are acting in an Ubuntu related place or representing Ubuntu in some way [09:49] I keep forgetting Ubuntu's -updates is much less strict than Debian's. [09:50] RainCT: That's what I thought. Thanks for the quote. [09:50] RainCT: well on IRC i have a ubuntu cloak :) [09:50] imbrandon: In my daily life I don't. :-) [09:50] :) [09:51] :) [09:52] anyone up for helping me with a package i'm building? the author has given me a answer to a question in coder speak and i fail @ coding. http://mirror.randumb.org/darkmagez/liquidtrixx/ [09:55] DarkMageZ: what's the problem? [09:56] the current build log = http://launchpadlibrarian.net/10677675/log . the upstream said something about the FILE pointer being a c definition not a c++ def. [09:57] You probably need "#include " or something. [09:59] , it turns out. [10:00] i'll give that a shot after this pbuilder run finishes :) [10:01] Fujitsu: querys [10:02] ohh i love bzr, got it working [10:03] * RainCT also loves bzr :P [10:07] nope. no luck on including cstdio :( [10:13] Lutin: any reason why ubuntu-archive shouldn't be subscribed to bug #163423? [10:13] Launchpad bug 163423 in httptunnel "Please sync httptunnel 3.3+dfsg-1 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/163423 [10:15] geser: no reason. I requested it with requestsync, so assumed it was done [10:18] Lutin: I've subscribed u-a now [10:18] geser: thanks [10:24] Fujitsu: Good afternoon [10:25] LucidFox: What's the status of libwoodstox-java? Does it still need a touch, or just a sync? [10:31] Hi Hobbsee [10:32] hey geser [10:40] hello all === nu is now known as nuu [10:45] Heya MOTUs! [10:45] Heya asisak [10:49] Hi asisak [10:49] Hey DktrKranz, geser! [11:04] any clue why grub has a build-depends-indep on mkisofs ? [11:05] * control (Build-Depends): Moved e2tools, e2fsprogs and mkisofs to [11:05] Build-Depends-Indep (they are only needed for grub-disk). [11:05] q. is there a page with a simple explaination on how to produce patch ? i fixed some bug and would like to send the patches to the author ? [11:05] * Provide an iso9660 CD image with grub-disk [11:05] - control (Build-Depends): Add mkisofs. [11:05] - rules: Uncomment and misc fixes in mkisofs commands. [11:05] Lutin: ^ help? [11:06] J [11:06] zorg_the_false: I would recommend "man patch". I guess its use is quite straightforward [11:06] ok ok so i go on googling :) [11:07] asisak: any suggestion as of where i could get help ? [11:07] beside man page :)))))))) [11:07] Hobbsee: not much. mkisofs is in multiverse and a quick grep shows no call to mkisofs in the sources [11:08] Lutin: ouch??? [11:08] asisak: ok so google. thanks anyway :) [11:08] !patch [11:08] Sorry, I don't know anything about patch - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [11:08] pochu: wrong guess :) [11:08] !packagingguide [11:08] packagingguide is 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:09] asisak: :) [11:09] BTW zorg left :( [11:09] Hobbsee: yeah, ouch [11:09] !packagingguide | zorg_the_false [11:09] zorg_the_false: packagingguide is 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:09] I recall that we brought back the Evil® cdrecord, which now provides the mkisofs. [11:09] Lutin: might want to ask whoever's doing grub, etc, these days about it [11:09] zorg_the_false: https://wiki.ubuntu.com/Bugs/HowToFix might help [11:10] zorg_the_false: https://wiki.ubuntu.com/PackagingGuide/PatchSystems [11:10] persia: ok will look [11:10] bye :) [11:10] Fujitsu: ? [11:11] ubotu: patch is Patches are files describing the changes in code to achieve some results. There are a number of ways these can be produced, but https://wiki.ubuntu.com/Bugs/HowToFix and https://wiki.ubuntu.com/PackagingGuide/PatchSystems may provide some useful guidelines. [11:11] cdrkit is a fork of the Evil® cdrecord. It was in main, and provided mkisofs in <= Feisty. [11:12] In Gutsy, IIRC, we brought back the evil one, into multiverse. [11:12] * persia thinks this is a new definition of evil [11:12] Fujitsu: Evil is even registered? By whom? ;-) [11:13] !evil [11:13] Sorry, I don't know anything about evil - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [11:13] The Schilling cdrecord, anyway. [11:13] Fujitsu: well genisoimage replaces: mkisofs, but still can't get why it's in b-d-i if the sources don't need it and [11:13] minghua: Likely the Lord Lyon has a registration, if nobody else [11:16] persia: Lord Lyon? As in http://en.wikipedia.org/wiki/Lord_Lyon_King_of_Arms? [11:16] minghua: Right. Last I heard, anyone who paid the fee could register a tartan with them. I'd be surprised if nobody had yet registered the evil tartan. [11:18] Ah, tartans. I know Debian has one. [11:18] persia: It's quite a obscure reference to me though. [11:19] Chinese people don't have coat of arms, or tartans. [11:19] minghua: That's why wikipedia exists :) [11:19] ... or should that be "coats of arms"? [11:19] minghua: Neither do most people, as far as I know. [11:20] Should init scripts work with dash, or is bash fine? [11:21] Fujitsu: Oh. I though all you western people got coats of arms. [11:22] Although I'm not quite sure Australian people are "western" or not. [11:22] minghua: Only some people of European decent get them: their ancestors needed to have registered them. [11:22] s/decent/descent/ [11:23] * persia wants a grammar checker to go with the spell checker [11:23] persia: What about you? You are of European descent, aren't you? [11:24] minghua: I don't have one personally. [11:27] persia: Pity. I think coat of arms is pretty and nice to have. :-) [11:27] minghua: If you'd like one, register one :) [11:28] Nah. I'm bad at drawing. [11:30] persia: if possible init scripts should use /bin/sh [11:31] geser: OK. So #!/bin/bash at the top and no obvious bashisms is a cause for comment. Thanks. [11:34] * persia finishes commenting on REVU, and encourages the 57 people with pending comments to get their packages in shape for the upcoming REVU day, as the relative lack of backlog likely ensures quick turnaround. [11:34] hehe [11:34] well done, persia! [11:36] Indeed. [11:36] * TheMuso uploads a long awaited updated merge before heading to bed. [11:36] TheMuso, I'm going to reupload avidemux [11:36] LucidFox: So, about libwoodstox-java: does that need work still, or is it ready to be pushed? [11:36] LucidFox: Well I am not currently in a position to review it I'm sorry. [11:36] it's no longer needed in REVU [11:37] because the Debian version builds fine now [11:37] LucidFox: Right. I archived it: I'm talking about bug #127595 [11:37] Launchpad bug 127595 in ubuntu "Please sync libwoodstox-java 4.0~svn20070930-2 from Debian unstable (contrib)" [Wishlist,Confirmed] https://launchpad.net/bugs/127595 [11:37] no work needed, it can be synced as is [11:37] I've just acked it [11:37] yes, I saw, thanks [11:38] nevermind. There seems to have been other investigation since I last looked. Thanks. [11:42] Speaking of these Java libraries, what may be the reason that LP is only trying to build libhiglayout-java for i386? https://launchpad.net/ubuntu/+source/libhiglayout-java/1.0-2 [11:43] LucidFox: Is it not architecture: all ? [11:43] More verbosely, architecture: all packages are only built for i386, as the results should work anywhere. [11:43] (this is not always the case, but that's a different bug) [11:43] * TheMuso uploads and head to bed. Night folks. [11:44] Good night TheMuso [11:44] night TheMuso [11:44] Night TheMuso. [11:44] Ah. That explains. It _is_ architecture: all. [11:58] dh_install can't rename files, can it? [11:59] LucidFox: No. Either use install directly in debian/rules, or rename them in build: and then install with dh_install (if you choose the latter, be sure to clean in clean: [11:59] ) [12:00] persia: I think it can. [12:01] minghua: It says it can't in the manpage, and I don't see reference to rename in the changelog. Could you point at an example package that uses dh_install to rename? [12:03] persia: I'm reading the man page too. It seems you are right, I must mistook it as something else. [12:05] there is a command in dpkg to check the .deb for not/stripped binaries? [12:06] Unpack it and run file on ELF binaries [12:06] grrr, damn router is crashing when I do an apt-get update in a chroot but not in the host os. [12:06] StevenK: thanks [12:07] I've this http://pastebin.com/d26727471 in Makefile.in, author should remove it ? or we need to make a patch to remove it.. ? === Ubulette_ is now known as Ubulette [12:08] Kmos: doesn't lintian warn for that? [12:08] james_w: nop [12:08] lintian -iIv nop [12:09] debian bug 438111 [12:09] Debian bug 438111 in tea "tea: not handling nostrip build option (policy 10.1)" [Wishlist,Open] http://bugs.debian.org/438111 [12:09] * persia prefers the use of dh_strip for stripping to create apport-useful ddebs, and hopes for a patch. [12:09] maybe it's stripped binaries in -dbg packages. [12:09] it doesn't have -dbg and dh_strip it's used in rules [12:09] it's for tea package :) [12:10] Kmos: is there an 'install' target as well? Does it depend on 'install-strip'? [12:11] or maybe an 'install-nostrip' or similar. [12:12] not in rules [12:12] http://pastebin.com/d6210a52d [12:12] persia, will you have time for prism ? last update was really tiny [12:13] no, in the upstream Makefile [12:13] james_w: yes, there is.. http://pastebin.com/d26727471 [12:13] in Makefile.in [12:13] Ubulette: actually, the last update makes prism take more time, as it needs to be tested. I don't use most of those web applications, so I'm not a good person to test. The packaging looks really nice: thanks for all the changes. [12:14] Kmos: yes, rules call make install, which I guess runs that install-strip target. Is there an install-nostrip target so you could change rules to run make install-nostrip? [12:14] * persia suggests someone web2.0'y should try prism from REVU & advocate it [12:14] btw, i'll drop some of my other packages, damn too difficult to obtain sponsoring in a realistic time. it often takes more than 1 or 2 upstream releases, meaning I worked for nothing. [12:15] james_w: no, there isn't.. [12:15] install-nostrip not found [12:16] Ubulette: Depends on the package. Most upstreams aren't so fast. Also, after having done a few, it takes fewer cycles through the queue. To your credit, you're much more responsive to comments than many submitters. [12:16] i'm doing mostly mozilla stuff. packages are huge and complex, so i'm just loosing my time if nothing gets in [12:18] Ubulette: Stuff may well get in. Don't give up. You just need a couple testers now, as the packaging is all clean. Also, if you have a few packages you're working on, you might submit them in parallel: there's no reason that waiting for one should cause the others to wait. [12:18] Kmos: if there's no install-nostrip (or no-strip) or anything then you will have to patch the upstream Makefile. [12:18] I have to think about it a bit more but I think i'll drop the ball and keep only a few packages i really care about. [12:19] Ubulette: Depends on upstream churn. After working through a couple, if upstream isn't hyperactive, you'll likely find the burden lower. [12:19] persia, i'm not complaining about you, on the countrary, you helped me a lot for prism and I know you're busy. It's more a general feeling [12:20] james_w: yeah.. i can also talk to author to remove it ? or add a install-nostrip ? [12:20] Kmos: the other alternative is to take advantage of the "test -z '$(STRIP)'" in the upstream target. [12:20] Kmos: yeah, asking for an install-nostrip target is possible. [12:21] james_w: what about the test -z ? i can handle it in configure ? [12:21] Kmos: actually, I'm not sure that "test -z '$(STRIP)'" is much use, it only guards part of the command. [12:22] Ubulette: Understood. My personal guideline is have all the software I use packaged, just to get the benefits of the packaging. I'm not so concerned about latest upstream, as long as it works for me. If you've a bunch of software you're manually maintaining on your local system, you may as well push it. If you're just packaging to be helpful, it's maybe better to limit your workload (unless you've lots of extra time & patience). [12:23] james_w: the better is to patch Makefile.in and remove the install-strip: , right ? [12:24] Kmos: yes, I think so, but without seeing the whole Makefile.in it's hard to say what the exact fix is. [12:24] james_w: i'll ask author to add install-nostrip to the next version :) and patch this one [12:24] james_w: thanks for all [12:25] Kmos: it's also a good idea to patch the Makefile.am as well (if there is one), otherwise it can confuse someone who is building the package using autotools. [12:25] Kmos: no problem. [12:26] james_w: the Makefile.am doesn't have anything about install-{no}strip [12:30] Kmos: interesting [12:33] :) [12:34] rexbron: any chance you could use a little thought, and grow up w.r.t your quit message? [12:34] * rexbron has been scolded [12:35] rexbron: people do actually follow it, at times. [12:35] O.o [12:35] "i wonder what this does. uh oh" [12:35] (forums are having a lot of fun, with people doing the same thing) [12:36] Hobbsee, I don't like Kmos quit message atm [12:36] !timebasedreleases [12:36] Ubuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at http://www.ubuntu.com/ubuntu/releases & http://wiki.ubuntu.com/TimeBasedReleases [12:36] bluekuja: That's what I said. [12:37] Fujitsu, it's an indirect offense versus us [12:37] bluekuja: what is it? [12:37] oh, the software that ubuntu wants thing? [12:37] Hobbsee, yes, about getdeb [12:38] bluekuja: he can be deluded into thinking that, if he wishes. [12:38] Hobbsee: "Ubuntu "Software you want" - www.GetDeb.net" [12:38] bluekuja: it's arguably not going to break their systems [12:38] OTOH, if you didn't want the software in ubuntu, you wouldn't be running it, so it sounds rather narrow minded. [12:40] yeah, fully agreed [12:40] bluekuja: hi. a new seamonkey is out. I've updated my package for the 3rd time, sadly, it's still not in. Sorry, but I'm sick of this. I think I will drop it. [12:41] bluekuja :) [12:42] Kmos: ........ why are you smiling? [12:42] Ubulette, no, don't say that... please [12:42] Ubulette, this is not a good period for me....I have tons of stuff to do [12:42] Fujitsu: unless tell me directly, told Hobbsee that :) [12:43] -EPARSE [12:43] Kmos: try again. that's not valid english. [12:43] Ubulette, plus it would be a nice thing to open a bug and ask for sponsorship there directly [12:43] Ubulette, so I can track things better [12:43] Hobbsee: not my primary lang.. [12:43] Kmos: i realise, but please rephrase it so we can undersatnd you :) [12:44] "Why not bluekuja told me directly and told Hobbsee that" [12:44] Kmos: otherwise you may as well speak to us in portugese - it'll make the same amount of sense :) [12:44] Hobbsee: I born in germany :) but I don't talk german [12:44] Kmos: i saw from your wiki page. [12:45] :) [12:45] Kmos, it doesnt matter to who I said that, the fact is your quit message is not nice and I see it as a bit offensive versus me and other developers [12:45] bluekuja, that was my plan once the 1st release is in. ie, pushing updates to revu. the 1st iteration is *huge*, you've probably discovered that the hard way. It's almost a fully new package, compared to iceape. [12:46] Ubulette, are you able to update the branch to the latest release? [12:46] bluekuja, asac proposed me to sponsor it but you wanted it to do it so i'm waiting [12:46] bluekuja: why don't you private with me and told me that first? i also participate in ubuntu and debian, and it doesn't offense me.. so it's better to tell things to people directly [12:47] hai guys [12:47] how stable is 8.04 atm [12:47] Kmos, I usually prefer to say things publicly [12:47] im thinking about betaing [12:47] wraund> Very unstable, obviously [12:47] LucidFox: aww [12:48] But testing is welcome [12:48] bluekuja: when they are part of public =) [12:48] bluekuja, i'd like you to complete with what you have, if it's possible for you. [12:48] LucidFox: is that 'oh dear god it doesnt boot' unstable, or 'damnit gtk failed' unstable [12:48] Ubulette, ok, new revisions to branch? [12:48] Kmos: your quit message is public. i fail to see how it is a private matter. [12:48] bluekuja: but i'll change my irc quit =) [12:48] Ubulette, tarball alwais the same? [12:48] Hobbsee, exactly [12:48] Hobbsee: right [12:48] bluekuja, not for 1.1.6. keep what you already have. [12:49] Ubulette, ok, I do it now [12:49] It should boot and mostly work, but expect small glitches and lack of polishment here and there [12:49] I'll push my 1.1.7 changes afterwards in my .dev branch [12:49] LucidFox: so no THAT unstable then [12:49] It has been commented on a number of times while you were not here (obviously, because it's normally noticed once you leave). [12:49] Well, unstable as in "Debian unstable" [12:49] wraund: There's no guarantee of that. [12:49] Fujitsu: i know im talking about atm [12:49] It's still quite allowed to eat your filesystem for breakfast, for example. [12:49] ee [12:50] i like my filesystem :( [12:50] * Kmos irc quit msg changed [12:51] wraund: if you have to ask how stable it is, you don't want to run it. [12:52] Kmos, you should move contributing to getdeb then stopping your "work" here [12:52] bluekuja: oy. [12:52] Kmos, if your "idea of freedom" is satisfied there [12:54] bluekuja: isn't a idea of freedom, but a way to participate [12:55] Kmos, actually it is. It seems you are *not* able to find the right freedom in our archive [12:55] Kmos, so you contribute to getdeb or whatever [12:56] Kmos, question here is: what's wrong with our policies? [12:56] Kmos, and why do you think there is no freedom in our archive? [12:56] bluekuja: not wrong, i just don't have status to do what I want =) [12:57] i don't said there isn't freedom in archive [12:57] . o O { odd, that } [12:57] Lintian complains about the "Apps" section in debian/menu - where can I find the updated menu structure? [12:57] what Lamego says, isn't my words [12:57] LucidFox: s/Apps/Applications/ [12:57] LucidFox: http://people.debian.org/~terpstra/message/20070704.164523.5cb7c52a.en.html [12:58] Kmos, yes, but if you state you contribute to it, you actually accept his idea [12:58] Kmos, and you follow his words in every point [12:58] bluekuja: no. i just want to see my things published.. [12:58] LucidFox: i *think* what you're looking for is http://debian-news.net/modules/news/article.php?storyid=2869 [12:58] and that don't private me from participate in ubuntu/debian [12:59] Kmos: and they have to be good enough to be published, like with writing books. [12:59] s/private/prevent/ presumably. [12:59] Hobbsee: that's not an good example, there are lot of published books that are really bad. [13:00] Kmos, sorry, but if your stuff cannot get published here, it means they are not good enough [13:00] i'm not saying everything there is good quality [13:00] Kmos: yeah, but any publisher with a reputation for quality will not publish rubbish. [13:00] i just do my part and be happy with that [13:00] Kmos: and ubuntu wants to have a reputation for quality. [13:01] bluekuja: if you think my stuff is rubbish.. that's your point of view. [13:01] Kmos, it seems I'm not the only one... [13:01] Kmos: whether your packages fit policy or not is not subjective, contrary to what you may think. [13:02] Kmos: it is objective. see debian policy, and the debian packages guide, and make your packages fit that. [13:02] Hobbsee: i try my best.. [13:02] I don' think that's the only reason why the work is not in Ubuntu. [13:03] Ubulette, started building [13:03] consider the reasons people give why the contribute to Ubuntu rather than Debian. [13:03] Kmos: can i suggest that you actually retain information, if you want to try your best? [13:03] Kmos: your client should log, if you need to re-read any part of it. [13:03] and as the policies are nearly identical they are not technical reasons of package quality === apachelogger__ is now known as apachelogger [13:04] Ubulette, gonna check some minor stuff, and then it's ready [13:04] james_w: unfortunately, there is a base standard for debian/ubuntu packages. if packages consistently do not make this standard, then they will not be accepted in - whether from one person, or from many. This is not comprimisable. [13:05] Hobbsee: I don't disagree. I'm just saying that it's not the only reason why someone would choose to contribute elsewhere. [13:05] james_w: oh, true. i wasnt' sure if you were disagreeing or not, my statement was partly to kmos too. [13:06] james_w: the problem here is me =) [13:06] Hobbsee: oh no, I totally agree that we need minimum levels of quality, sorry for not being clear. [13:06] james_w: we have lots of trouble with new packages and licences too - and stuff will get repeatedly thrown back, usuallyf rom the same people. [13:06] Hobbsee: if you see my progress in the last weeks, you can see I've retained more "information" :) [13:06] Kmos: hurrah! [13:06] Kmos: keep at it. [13:07] Hobbsee: i'm trying.. [13:10] bluekuja, good. [13:11] I've uploaded a new package to REVU: http://revu.tauware.de/details.py?package=inkblot [13:13] Hi MOTUs ... you guys don't deal with troubleshooting translation issues in my package, do you? Sorry if this seems like an "ask to ask". [13:13] frenchy: I guess we deal. [13:13] !ask | frenchy [13:13] frenchy: Don't ask to ask a question. Just ask your question :) [13:15] I am upstream and am having some issues with the German translation that someone has done for me. [13:15] The translation "according to him" doesn't work. [13:15] The mo file get installed. [13:15] Also reuploaded an updated package: http://revu.tauware.de/details.py?package=avidemux . There are known Lintian warnings, I didn't fix them to reduce the delta with debian-multimedia.org, and I can explain them if needed. [13:16] Is there anything else that I need to check> [13:16] ? [13:17] frenchy> What package? [13:18] Me TV (me-tv), it's on REVU so not an official one, yet. [13:18] The version up there does not have the translations in it. [13:19] I wanted to know if it's something I'm doing wrong before I promoted it. [13:19] Hmm, I'll build and check. [13:20] If I'm off topic here then let me know. This channel has always provided an excellent service for me. [13:20] LucidFox: Ummm ... I can upload a newer version if you want. The version up there does not have the translations in it. [13:21] Well, I'm not a MOTU, so my word hardly matters :) [13:22] LucidFox: That's ok, this is a question about packaging that anyone can answer. Are you German? [13:27] No, Russian, but I could run it with a German locale [13:27] Ta, excuse my noobness but how do you do that? [13:28] frenchy: a good debugging aid may be to set a german locale and then strace your program as you start it. === Tonio__ is now known as Tonio_ [13:29] Don't worry, that was a stupid question that I can read about myself. [13:29] I just didn't know that it was an easy thing to do. [13:29] frenchy: I think 'LANG=de program' will work. [13:30] james_w: Oh yeah, on the command line before I run it. Ok ta, never thought of that. [13:31] hrm, if I have a box running dapper, can I directly update it to gutsy? [13:31] frenchy: and the strace would show what message catalogs it is trying to open, and so may show that is is looking for them in a different place than you would expect, or something like that. [13:33] james_w: Ok, will try that, thank you for your time. I should be good-to-go from here. Excellent work guys. [13:33] frenchy: good luck. [13:35] azeem: if you want do deal with some dep changes, you can upgrade directly, yes. i'ts not supported though [13:35] azeem: as in, you'll have to transition by hand [13:35] ok [13:35] thx [13:38] morning [13:44] So, "XbuildY" won't prevent the auto-syncer from syncing, but "XubuntuY" will? [13:45] LucidFox: yes === _czessi is now known as Czessi === Tonio__ is now known as Tonio_ [14:08] What is get-orig-source expected to do? [14:09] Is there a proper guide or even definition for it available somewhere? [14:09] fetch the upstream tarball from the Internet and repack it if necessary [14:09] cyberix: get and prepare the upstream tarball [14:09] Who is supposed to run it and when? [14:10] cyberix: maintainer/sponsor when preparing an update and some automated tools when running some checks [14:11] Is it common to "just wget" a tar ball with that? [14:12] and rename it [14:12] cyberix: your mileage vary, from just that to perform md5sum checks and repackaging [14:12] cyberix: in debian they may also use it to dfsg a package [14:13] I need to repackage a zip. I'm just not sure were the zip should exist before repackaging. [14:13] Then you tell me I should get it from Internet. [14:13] And I'm not sure, if that makes sense [14:14] cyberix: well, it can indeed be used to repackage a zip [14:15] Hobbsee: i do want to run a version on my laptop, stable or unstable. i just want my data to be preserved so i like to know what level of 'unstable' it is [14:15] very or little [14:15] I could use wget to download the zip, but then I'd have to build-depend on wget, right? [14:16] I should probably also check md5sum of the downloaded package, so the archive cannot be changed to something else. [14:16] i have created a sensors-applet_1.7.12+dfsg.deb with nvidia support for i386, can i upload it somewhere? [14:16] what's the Easy Hosting Control Panel from ubuntu? [14:17] james_w: Ok I found numerous little issues that have gotten me so much closer. It's now trying to load the me-tv.mo but from /usr/local/share/... rather than /usr/share/.... Is this something that I need do fix when calling ./autogen.sh [14:18] anyone know where i can upload this package? [14:20] Lounge: we are at 1.8.2-1 in hardy [14:20] Lounge: Launchpad PPA [14:20] RainCT: aww thnx [14:22] frenchy: does it look in /usr/share/ after /usr/local/share/ ? [14:23] james_w: Nope. [14:23] hmm. [14:23] james_w: Not for the me-tv.mo. [14:23] frenchy: can you put the strace log on a pastebin? [14:23] frenchy: 'strace -o logfile' if you don't have one already. [14:23] james_w: I think that it might have something to do with PACKAGE_LOCALE_DIR. [14:24] james_w: And not setting it. [14:26] frenchy: are you using gettext? [14:26] james_w: It's is set to /usr/local/share/locale ... I've just got to work out where to set it. Sorry, I should've checked this before bothering you again. Yes gettext. [14:26] I would have thought that would take care of this. [14:26] How do I check md5sum from a Makefile? Do I have to create a separate script to do that? What should I do, if the checking fails? [14:27] frenchy: where is PACKAGE_LOCALE_DIR used? In your .c files somewhere? [14:27] rainct: don't you have a pbuilder !? [14:27] james_w: In the main.cc .. bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR); [14:28] norsetto: of course I do, why? [14:28] frenchy: and you use autotools? [14:28] RainCT: bug 161760 ? [14:28] Launchpad bug 161760 in vips "Please sync vips 7.12.5-2 from Debian unstable" [Wishlist,New] https://launchpad.net/bugs/161760 [14:28] james_w: Yes. [14:29] frenchy: I would look at autotools then. It may be an argument missing from the ./configure call or similar. [14:29] frenchy: also how is the german translation installed? (or how was it installed on your machine)? [14:31] norsetto: ahh. Kmos remembered me about that bug as vips is a build depdendency for another package I think, and he got it build first [14:32] norsetto: also builds fine here [14:32] james_w: I'm ashamed to admit, I don't know. I'm looking now. It was done by Anjuta. [14:32] rainct: ok [14:36] frenchy: is the binary in /usr/local/bin or /usr/bin? [14:37] /usr/bin [14:38] frenchy: that's odd then. [14:39] wraund: one could never guarentee that all data will be safe, using mostly-untested software [14:42] persia: Why not? All of our official desktops support freedesktop desktop files, plus https://wiki.ubuntu.com/PackagingGuide/Appendix -> menu.ex is used to add your package to the Debian menu. Ubuntu does not use Debian menu files but uses the [WWW] freedesktop.org standard [WWW] .desktop files. [14:47] http://sockmel.bononia.it/~zack/homepage-field/ [14:47] nice one === ember_ is now known as ember [14:51] james_w: Once again I thank you for your help. It has become clear to me that this is really an upstream issue that I need to deal with. And it is "I" that needs to get me some education. [14:53] frenchy: pas de problème [14:55] apachelogger: some users (for instance Fluxbox) do not use GDE or KDE and rely on the Debian menu to launch desktop applications [14:57] Were should I place the archive I created with get-orig-source? [14:57] Were should get-orig-source place it? [14:57] norsetto: yeah, but should I treat it as necessary as a desktop file in terms of advocacy? [14:57] i.e. I'd not advocate a package without desktop file but would without a menu file [14:58] apachelogger: yes, I know what you mean and I was of your idea, until I too discovered that there are users which rely on the Debian menu indeed [14:59] apachelogger: I must also plead guilty since in my new packages I did not include a menu myself until I passed them over to Debian .... [15:00] * apachelogger is wondering how other distros solve that problem [15:00] apachelogger: I read it somewhere that another distro is thinking to adopt the debian Menu too (forgot which one though) [15:01] hm [15:01] * norsetto cannot be beaten when vagueness is concerned [15:02] anyway, a guideline on this would be good. do we have to insist on the debian menu? do we not have to, but should we suggest to include it? should we just not care? [15:03] apachelogger: persia proposed some guidelines for discussion not long ago, let me fecth a link, it should be there [15:04] norsetto: i set you the owner of gelemental ITP on debian =) [15:05] kmos: oh, don't worry, unless something unexpected happens will be in debichem soon, but thx anyway [15:05] :) [15:07] apachelogger: here: https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews [15:08] norsetto: thanks [15:08] https://edge.launchpad.net/ubuntu/+source/x264/1:0.svn20070930-0.0ubuntu2/+build/459258 [15:08] what does failed to upload mean? [15:10] Heya gang [15:10] * apachelogger is wondering how to dput when he can't access the .changes on revu [15:11] apachelogger: with the .dsc [15:11] RainCT: one can do that? Oo [15:12] apachelogger: of course, or at least with dget it works [15:12] well, with get it works [15:12] but how to upload to new queue after revuing? [15:12] what do you mean? [15:12] documenation on post-becoming motu is kinda bad -.- [15:12] ah ok [15:13] apachelogger, why do you ask that? [15:13] apachelogger, you should debuild the package on your own [15:13] dpkg-source -x foo.dsc [15:13] bddebian, exactly [15:13] dpkg-buildpackage -S -sa -k :-) [15:13] apachelogger, dpkg-source the package and debuild it [15:13] you don't need REVU .changes [15:14] ha! [15:14] there we go [15:14] thanks :) [15:14] apachelogger, and anyway that's a security thing [15:14] RainCT: erm. down with the crack pipe. [15:14] apachelogger: you need the .changes file to upload [15:14] apachelogger: yeah, i dont think it exists. [15:14] ok, now it's getting confusing -.- [15:15] Hobbsee: I have to create the .changes, that's right, isn't it? [15:15] apachelogger: yes [15:15] apachelogger, debuild does that for you.. [15:15] ok [15:15] apachelogger: the .changes will let you dput it anywhere [15:15] apachelogger, don't do a binary upload [15:15] yeah, true, just wanted to get that right :) [15:15] apachelogger, source only for Ubuntu [15:16] apachelogger, you check that in the .changes anyway [15:16] ah, a much better quit message [15:16] ahah [15:16] apachelogger, for merges remember to use -v [15:17] apachelogger, if noone told that you already [15:17] *to [15:19] Damn the games team is frustrating :-( [15:19] bddebian, y? [15:20] It's always so quiet :-( [15:20] oh :/ [15:23] apachelogger: you remember bug 161835 ? [15:23] Launchpad bug 161835 in contactsmenu "[Package Removal Request] contactsmenu should be removed from hardy" [Wishlist,In progress] https://launchpad.net/bugs/161835 [15:23] norsetto: ah, yes === ember_ is now known as ember [15:25] transitional or, or no transitional, that is the question [15:25] norsetto: what do you think, is it worth having a transitional package? [15:25] apachelogger: I think a transitional would be a good idea [15:26] so let's go with that [15:26] norsetto: do I have to create such a thingy? [15:26] apachelogger: yes, it should be a binary package of the new source package [15:27] * apachelogger adds that to this todo [15:34] rainct: some people are actually offended if you use wtf in a email to a mailing list (just warning you if you get some nasty email about it) [15:48] norsetto: with wth too? :P [15:48] rainct: quien sabe ... [15:49] heh [15:53] norsetto: The get offended by you almost saying fuck? Seriously? [15:53] norsetto: s/The/They/ [15:53] soren: moralists are one of the worst species on earth my friend ... [15:54] soren: in some cases :P [15:54] I'll *never* understand people. [15:54] * Hobbsee doesn't like mass expletives, where expletives are every second or third word, for eg. [15:54] don't you have a bigger vocabularly than that? [15:54] Hobbsee: Agreed, but still.. [15:54] yeah true. [15:55] Hobbsee: This one pissed me off, though: https://lists.ubuntu.com/archives/ubuntu-server/2007-October/000881.html [15:56] hi jelmer. [15:56] norsetto: http://pastebin.kubuntu-de.org/152627 now upload? [15:56] soren: yeah, that's kinda classy [15:56] soren: lol [15:57] soren: did you write back "what, you mean to say that you *want* ubuntu to have sex with you?" [15:57] Hobbsee: No, I was having a good day :) [15:57] soren: bonus points if you can manage to embarrass the guy somehow in the process. [15:57] what an idiot.. [15:57] hrrhrr [15:57] soren: good day or not, that's still what you should reply :) [15:58] fwiw, this is my response: https://lists.ubuntu.com/archives/ubuntu-server/2007-October/000889.html [15:58] heh :) [15:59] soren: sounds like angrykeyboarder. [15:59] Hobbsee: Gah.. [16:00] hehe [16:00] anger management problems, only solved by the application of a large brick. [16:00] Hobbsee: Anyone who excuses their being angry and offensive by saying that they've done it before... [16:00] soren: yeah well. [16:01] soren: this of course generalises to the "i have $mental illness, so should not be held accountable", which i then call buillshit on, and get in trouble for doing. [16:01] -i [16:01] Hobbsee: I think I started writing a reply to him 10 times, but never could strike a good balance between telling him off and setting a good example in the process, so I gave up. [16:01] heh [16:02] Personally, I think dendrobates was far to accomodating with him [16:02] Good morning all. [16:02] morning ScottK [16:03] * ScottK would have just unsubbed him and said please come only if you get some manners. [16:03] We decided that he must have learned English for listening to ganster rap. [16:03] * ScottK isn't buying that one. [16:03] s/for/by/ [16:03] wtf is wrong with my English today? [16:03] Personally, I think appropriate language is very situational. [16:03] heh [16:04] well, of course [16:04] * ScottK used to actually be a sailor and still swears like one where it's appropriate. [16:04] ScottK: dont you mean all the time? [16:04] No. Not quite. [16:04] there doesn't seem to be an equivalent for "dude...that's fucked" in politer terms. [16:05] on crack doesn't do it. [16:05] and nothing else comes close [16:05] Hobbsee: "dude...that's quite silly" [16:05] On Thursday, someone showed me this image: http://tinyurl.com/6kuoz and said they saw it and thought of me. [16:06] * ScottK already has a coffee mug with that on it. [16:06] hahahaha :D [16:06] * Hobbsee prefers the one on seveas' wall, though [16:06] ? [16:07] ScottK: seen that before [16:07] http://hobbsee.mailbolt.com/helpdeskwarning.png [16:08] Hobbsee: lol [16:12] Hobbsee: I thought this was a friendly forum. [16:13] mok0: it's not a forum. this is irc. [16:13] Hobbsee: I thought this was a friendly IRC channel [16:13] mok0: but sure, this is a friendly irc channel :) [16:14] Hobbsee: Phew. I was afraid it was a help desk [16:14] mok0: You havent been in an unfriendly irc channel yet, do you? [16:14] man-di: Not in #ubuntu-* [16:16] So, when is the next REVU day that persia was talking about? [16:17] LucidFox: Generally Mondays. [16:17] Ah. [16:17] apachelogger: I would keep the Conflicts and Replaces, you can use (<< ${source:Version}) for the Conflicts [16:21] norsetto: Although binary version is preferred (for Debian anyway - so we may as well use it). [16:23] scottk: isn't that for any to any? In this case is any to all [16:24] The binary conflicts is preferred in Debian to be compatible with their bin NMU process. AFAIK it doesn't matter arch all/any. [16:26] so [16:26] norsetto: ScottK: what to do? [16:26] apachelogger: its always confusing me, that why I use http://wiki.debian.org/binNMU when in doubt. But if scottk says its ok with binary than its ok with binary [16:27] apachelogger: For Ubuntu, the source version conlicts is fine (although I think the latest lintian will whine). [16:27] * apachelogger will use binary then :) [16:28] apachelogger: norsetto is right. For arch any -> all you should use source. [16:28] norsetto: Good resource that one. Thanks for pointing it out. [16:29] meh [16:29] apachelogger: Your any -> all case is explicitly addressed on that page. Sorry for leading your astray. [16:30] can happen :) [16:31] norsetto: http://pastebin.kubuntu-de.org/152688 [16:32] apachelogger: you don't need to version the Replaces [16:34] * apachelogger should have gone to bed earlier -.- [16:34] ich auch. [16:35] hehe :) [16:35] Hobbsee must be really tired, she starts speaking german... [16:35] norsetto: http://pastebin.kubuntu-de.org/152691 [16:35] man-di: some phrases i find faster in german than i do in english [16:35] mv Hobbsee /dev/bed && sleep 8h [16:36] hehe [16:36] 8h that's about the amount I got after 2 days :P [16:37] * Nafallo has been in bed all day. [16:39] apachelogger: seems like you are missing a change in the changelog :-) [16:40] oh [16:40] typo [16:41] norsetto: but what change is missing? [16:41] apachelogger: you mean, the homepage change is covered by that? [16:41] norsetto: * Adaption to latest packaging standards [16:42] apachelogger: yes, that for you covers the homepage change? (its adaptation by the way) [16:43] yes, that is intent to cover that change as well .... doesn't adaptation and adaption mean kinda the same? [16:44] ScottK: got any comments on adaptation vs. adaption? [16:45] AFAIK adaption is not an English word. [16:45] hm [16:45] So if it is, it's pretty obscure to an American English speaker. [16:45] maybe it's en_gb [16:45] * apachelogger changes to adaptation [16:46] Could be. I do have a fair amount of experience with that too (although I'm certainly not a native speaker), so I'd expect to have known it if it was. Dunno. [16:48] http://en.wiktionary.org/wiki/adaptation [16:48] (uncountable) The quality of being adapted; adaption; adjustment. [16:49] well [16:49] norsetto: you think I should mention the homepage change seperately? [16:50] apachelogger: I think it would be clearer, yes [16:51] okay [16:54] norsetto: http://pastebin.kubuntu-de.org/152726 [16:56] apachelogger: is this the thing that pops up in my tray, even though its disabled, whenever I open kontact? [17:00] norsetto: nope, this is an applet on its own, so it doesn't end up in the tray [17:01] apachelogger: good, because I hate that little thing with all my heart [17:01] norsetto: maybe you should make a screenshot of that thing ;-) [17:02] apachelogger: KOrganizer reminder daemon [17:02] oh [17:02] * apachelogger is wondering how to deactivate that thing for good === jekil2 is now known as jekil [17:04] * norsetto suggests a kalashnikov [17:04] probably ;-) [17:05] well, I think I turned it off somehow [17:05] can't check though, I'm running kde4 and I'm afraid it might break if I log out ^_^ [17:06] norsetto: anyway, shall I upload the changes? or do the archvie admins first have to remove contactsmenu? [17:06] apachelogger: no idea [17:07] not good [17:07] apachelogger: logic would say you can upload and ask for removal at the same time, but don't take my words as gospel [17:08] well, maybe everything will explode because then are technically two source packages which generate kicker-contactsmenu [17:08] ScottK: do you know how to do it? [17:08] * ScottK reads the backscroll [17:12] So the issue is you're moving a binary package from being provided by one source package to another, right? [17:12] apachelogger: ^^^ [17:12] ScottK: bug 161835 [17:12] Launchpad bug 161835 in contactsmenu "[Package Removal Request] contactsmenu should be removed from hardy" [Wishlist,In progress] https://launchpad.net/bugs/161835 [17:13] ScottK: the binary is a transitional package since contactsmenu should be removed [17:14] * ScottK reads [17:18] apachelogger and norsetto: My suggestion is upload the new package and then submit the removal request to the archive once the new package is built. [17:18] k [17:18] * apachelogger testbuilds [17:19] scottk: thx === jussi__ is now known as jussi01 [17:20] BTW, I don't see support on the referenced KDE page that this replaces contactsmenu. [17:23] ScottK: http://kde-apps.org/content/show.php/Khalkhi+framework?content=54450 [17:23] Formerly known as Contacts framework: [17:23] only that it wasn't really a framework ;-) [17:23] apachelogger: OK. Thanks. === \sh_away is now known as \sh [18:07] <\sh> moins [18:08] Good evening \sh [18:10] <\sh> hey ScottK [18:12] norsetto: For conky on DaD you (or someone) wrote "No need to sync." Wouldn't it be better to sync now and get Debian and Ubuntu in agreement? [18:15] ScottK: doesn't seem to be a sync btw [18:15] Lutin: OK. I didn't look, just reacting to the comment. [18:16] It would be nice if people who leave comments would say who left them. [18:16] yeah, weird comment, 'cause there are many changes in debian worth merging [18:17] * ScottK chooses to blame kmos [18:19] ScottK, lutin: yes, its my comment [18:19] norsetto: It does seem an odd comment now (might have made sense late in Gutsy). [18:20] ScottK, lutin: I'm waiting for the new version which is being packaged right now [18:20] norsetto: ok [18:20] Ah. I think that'd be a better comment. [18:20] ScottK: why strange? There is nothing in the debian package worth ahaving, and much we don't want [18:21] ScottK: and yes, most probably that comment date back from gutsy [18:22] Generally I think it's better to merge and make the best of it than not, but I think waiting for a new version you know is coming makes a lot of sense. [18:23] ScottK: its the same for rutilt, right now I'm waiting for debian to push the new revision [18:23] K [18:28] What should be done with this bug #115589 ? [18:28] Launchpad bug 115589 in inkscape "inkscape pyxml missing python-xml " [Low,Confirmed] https://launchpad.net/bugs/115589 === \sh is now known as \sh_away [18:41] txwikinger: what stevenk said makes much sense to me. AFAICS, this is not a plug-in or extension, its a "package that would be found together with this one in all but unusual installations" [18:45] stevenk? [18:47] norsetto: So it should be on the depends list? [18:48] txwikinger: IMHO it should be a reccomend (not knowing the application, from what I read in the bug report) [18:49] txwikinger: having said that, if debian goes for a suggest I think we should follow, don't think a delta for this would be justified [18:50] So basically we leave it like it is and follow debian [18:50] txwikinger: I would actually add something to the bug report in the BTS [18:51] I think providing a patch to the Debian bug to at least change the message to point to 'python-xml' would be good. [18:53] What's the problem with recommends? [18:53] they don't get automatically installed [18:53] at least that's how I understand the discussion [18:54] Not historically, but they do now in Debian and will for Hardy (I think) in Ubuntu. [18:54] ScottK: yes [18:55] So this is superfluous in hardy anyway? [18:55] hmm revu nows my email, because i uploaded a package, but i didnt get a password, nor a message to decrypt to get my password. [18:55] ScottK: it seems to me that the DD is more afraid to violate the policy than anything else [18:56] txwikinger: no, because they are suggests, that is the issue. [18:56] * txwikinger doesn't understand which policy is violated [18:56] txwikinger: the debian policy [18:56] well what exactly [18:56] and no policy is violated, as it is not clear which category a particular package falls in to. [18:57] txwikinger: http://www.debian.org/doc/debian-policy/ch-relationships.html#7.2 === davro is now known as davromaniak === nianiak is now known as davro-desktop [18:59] norsetto: I understand.. but then it should be recommends [19:00] I'd say make it recommends and don't worry. === asac_ is now known as asac [19:09] is there a page somewhere explaining what watch files are and what I need to do for it? [19:17] DaveMorris: They are to alert you of new upstream releases [19:22] and how do you create them? [19:24] DaveMorris: man uscan [19:24] thanks [19:44] how can I get cdbs to symlink /usr/share/doc/libccptest-dev to /usr/share/doc/libcpptest0 ? [19:45] package.links [19:45] what man page can I read about it in as well? [19:45] dh_link [19:45] thanks [19:46] NP [20:10] how can I override the installation of documents whilst using cdbs? === `23meg is now known as mgunes [20:16] DaveMorris: Override how? [20:17] I don't wanna install the docs for my -dev package, instead symlink to the lib it depends on === asac_ is now known as asac [20:26] DaveMorris: Do you have seperate .install files for the binary packages? [20:34] yes [20:42] DaveMorris: Then you should be able to just be specific about what you install in each package [20:42] I've got a question about what Ubuntu/Debian includes in the repos [20:43] is it a good idea to bring in software that updates like once a month? [20:43] pwnguin: there's nothing wrong with frequent updates, as long as prior versions are supportable? [20:44] usually these sorts of packages are very new [20:44] im not sure what supportable entails [20:44] pwnguin: The downside is that there are only so many sponsors around and so everytime you ask for a new upstream release to be sponsored, that's something else that doesn't get sponsored. [20:45] well, obviously once it's in a release (Debian or Ubuntu), you don't get to update to a whole new upstream version once a month [20:45] i think GIMP -rc3 demonstrated that there's always users who want the newest and greatest [20:46] ScottK: to me it sounds like you could just recruit upstream to handle it. [20:46] pwnguin: I think gimp rc3 demonstrated lots of users don't understand how distributions work. [20:47] If they have upload rights for the distro, sure. [20:47] hmm [20:47] debian has a reputation for being pretty slow about getting new members [20:48] i donno how true it is, but the upstream in question stated this as well [20:48] It's true. OTOH, I've had no trouble getting my stuff I'm upstream for sponsored in Debian. [20:48] YMMV. bddebian has lots of trouble. [20:49] heh === bmk789__ is now known as bmk789 [20:50] That's just because they love me [20:51] right now im suggesting a middle route. their host is having troubles, so im thinking set up a team ppa to host the building and distribution [20:52] * ScottK suggests bddebian pay attention to what vorlon is telling him. [20:52] right now they build and host locally [20:55] apparently they're popular enough that torrents are used to lighten the load [20:55] ScottK: In what regard? [20:56] bddebian: Generally. I think he's guiding you in a good direction. [20:57] its an interesting challenge for distributions. the software's popular, but costs distributions a lot of effort [20:57] ScottK: Guiding me to what? [20:58] I have to go get my daughter [20:58] See you. [20:58] * ScottK has to go too. We can discuss later. [21:09] can somebody help me out. my email address is registered at the revu system, but i never got a password. When i try to recover the password there is no string to decrypt displayed. [21:09] dsop, Than your key hasn't been synced [21:09] dsop: Have you uploaded anything? [21:10] somerville32: an admin synced i manually i think, because i can upload ,etc [21:10] dsop, Did you upload anything yet? [21:10] ScottK: yes, i uploaded a package [21:10] and it was shown on the page [21:10] so everything worked fine [21:16] somerville32: yes, i uploaded one and it worked perfectly [21:16] dsop, Are you sure you're giving the correct e-mail address? [21:25] somerville32: yes [21:26] dsop, You'll have to talk to a REVU admin then [21:35] somerville32: okay, thank you for your help [21:42] ScottK; Dictionary lists the word as another term for Adaptation [21:44] ScottK: Oops. Was scrolled back several hours... [21:44] just tried to sync my gpg keys but it jams on a server, anyone else having this? [21:44] im using seahorse btw [21:46] * RainCT raises the hand [22:26] * emgent heya === bmk789_ is now known as bmk789 [23:38] hmm, with cdbs how can I get it to run the clean target before reversing the patches? [23:51] DaveMorris: sounds difficult, why do you need that? [23:51] I patched the makefile to have a clean docs [23:52] but the patch is removed before the make clean [23:52] I guess I'll have to do the clean commands in the rules file