[00:00] Howbidie! [00:09] im confused, say i need to patch a package. I download the current source. Untar it, make the orig, dh_make it, edit the source code as necsarry and then debuild. What do I then do with the source changes? I upload the diff.gz to LP, but what about the actual source changes? [00:10] doofy`: They're in the diff.gz. But that's not actually what you want to do. [00:11] so assuming i found a bug that needs fixed in LP what would i do? [00:12] https://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff [00:12] There it is! [00:13] thats just changing stuff in the decsription under debian/control [00:13] is the same relevant for actual changes of source code? [00:13] doofy`: Yes. You generally want to use a patch system, but it's the same process. [00:14] patch system? [00:15] doofy`: Such as dpatch, quilt, or simple-patch-sys (for CDBS). [00:15] okay thats what I assumed [00:15] where do the patches get uploaded to? [00:16] They're in the debdiff. [00:16] (The patches end up in debian/patches, generally) [00:16] they arent actually in the diff.gz though are they? I looked through it an saw nothing of that sort [00:17] if they aren't, then something's gone wrong with your source package building [00:18] that's where all changes to the source are supposed to be placed; the orig.tar.gz is meant to be unmodified from upstream - or at least, unchanging in the archive for any given upstream version [00:20] I can get everything to work with no errors... I just don't really understand what I'm doing and how its relevant to actually going through and fixing a bug. The documentation seems a little lacking in that aspect [00:20] i suppose if i keep working on it ill figure it out, just started today [00:21] doofy`: if you want to patch an existing package: "apt-get source pkgname" to get an unpacked source directory, make your changes, add a new changelog entry (with dch -i), debuild -S to get a new source package, debdiff old.dsc new.dsc to get a debdiff [00:23] then upload the debdiff to LP? that was MUCH easier to follow than the doc :) thank you [00:24] I'll get some sleep now. I'll look at the package again after I wake up. Please advocate, unless you find something to complain about. http://revu.tauware.de/details.py?package=malbolge [00:25] Oh, and good night for now [00:38] hi === Pici` is now known as Pici === Pici is now known as Added === Added is now known as Pici [00:56] Why does lintian complain "W: jedit: unknown-section universe/editors"? [00:59] blueyed: it should be "editors" [01:02] pochu: thanks. But wasn't there something where you had to use "universe"?! I remember having to use section "universe/misc" or something similar for uploading to ppa. [01:02] blueyed: for a ppa, but not for the archive :) [01:03] blueyed: for ppa it's so it gets build-depends from universe or from whatever you specify in section [01:03] blueyed: but for the archive the component is handled via overrides AFAIK. [01:03] pochu: I see.. thanks. [01:07] But that may be "fixed" now for ppa.. IIRC I have not adjusted my latest virtualbox-ose-modules upload for ppa.. [01:24] blueyed: Correct, everything in PPA is now overridden to main. === keffie_jayx is now known as effie_jayx [01:31] I've got a question regarding the "package removal policy" when the package has not yet been removed from Debian. [01:32] I filed LP#175426 requesting the removal of "gengameng" in hardy since it is now superseded by flatzebra and has only ever been used by the burgerspace game. [01:33] unfortunately, i haven't been able to request the removal from Debian since the new burgerspace hasn't made it into testing. [01:33] Why does that stop you removing it from unstable? [01:34] Won't it stick around in testing until there are no rdepends? [01:34] Fujitsu: well, I'm not sure about that one and I'd rather not risk removing burgerspace entirely from Lenny... [01:37] I was thinking about subscribing ubuntu-archive to the bug to try to get it removed from hardy before it gets sorted out in Debian [01:39] according to LP#188292, it also fails to build from source, so I guess it wouldn't go into hardy anyways... === santiago-php is now known as santiago-ve [02:06] If you know (and like) jEdit, please review: http://revu.ubuntuwire.com/details.py?package=jedit :) [02:18] Heya gang [02:19] Howdy-ho [02:19] Hello ion_ [02:19] What’s up? [02:24] Watching the SuperBowl, doing year end close for work and looking at some packages. You? :-) [02:25] Superbowl was baseball, right? [02:25] I’m just resting and watching some crappy TV show. :-) [02:25] No superbowl is the "real" football ;-P [02:26] Ah, that. :-) [02:29] I don’t really know much about that sport, only that they guys are in clown suits and the game starts with one dude bending over, another sniffing his butt and the former throwing the ball to the latter. [02:29] haha [02:30] ...And that they stop the game for commercial breaks :P [02:31] A LOT :( [02:31] Or because someone dropped the ball. Or because someone *caught* the ball, or... ;) [02:31] Well, you can always fast-forward over the commercial breaks. And in my case, the sports, too. ;-) [02:32] cant fast forward live tv [02:33] Put it on pause, let your DVR cache it for ½ hr, then come back and fast-forward over the ads. :-) [02:33] can't watch it at church either [02:33] I'm not sure a 1/2 hour buffer would be sufficient. [02:34] how does everyone analyze diffs once they are posted to LP? Is there programs that allow you to compare the changes? [02:36] I tend to use "less" [02:36] A diff is already in a nice form to analyze. :-) [02:37] If it’s an interdiff with -p0, then patch the diff with it and compare with interdiff -p1 [02:38] the file is huge in this case :o but i suppose it was for a version update of brasero [02:38] You could filterdiff out anything that's not in debian/ [02:39] would you suggest getting a mentor... I'd love to contribute to ubuntu and i'd like to get working as soon as i can [02:40] I didn't have a mentor, but I suppose it depends on how you work. If you're happy to ask the whole channel questions you probably don't need a mentor. [02:40] i'd prefer to ask the channel questions :) so that answers it [02:41] RAOF, how long did it take you to actually be able to work on things dilligently? [02:42] Not too long, actually. I started out by finding bugs in packages I wanted to use, finding that upstream had a patch that fixed it, and uploading debdiffs to LP. [02:43] any advice to tell debuild to not package the emacs backup files (*~) ? [02:43] eddyMul: Remove them before debuilding? :) [02:44] RAOF: I've been doing that. It gets boring after a while.... :p [02:44] RAOF, finding the bugs through launchpad or what? [02:44] doofy`: As in "oh, crap. banshee appends a ", " to the end of all my files". [02:45] doofy`: Finding things that don't work like you want them to in software that *you* use. [02:45] Getting things that you care about to work is a lovely incentive :) [02:45] then you would just look for upstream versions of that software that had the necesarry modifications or would you actually do the coding? [02:46] The former; I'd look at the upstream bugzilla, and often someone else would have seen this and fixed it. [02:46] Or I'd report it to the upstream bugzilla, and someone would make a patch which I could then integrate into the Ubuntu package. [02:48] the people that are actually making the patches are the ones who work on specific projects usually, yes? [02:48] Indeed. And I've done a little work that way, too. [02:49] (Banshee's cd-error-correction hookup code is mine, for example) [02:50] neat [02:51] It was pretty simple, actually, and did something that I wanted. [02:51] Hurrah for open-source! [02:52] im trying to figure out what im really interested in haha so i can figure out what to contribute to [02:52] Yup. Start by working out what you're interested in :) [03:00] its amazing to me how all this stays organized [03:01] When everyone keeps scratching her own itch, the whole keeps improving. :-) [03:01] The amazing power of theoretical capitalism :) [03:02] doofy`: It's far from organized (at least where upstream development is concerned) [03:03] in some ways i feel im better suited working on some upstream project [03:03] You can certainly do both :-) [03:03] Improve some upstreams build environment ;-) [03:04] work on an upstream project and submit those patches for ubuntu :) === Pricey is now known as PriceChild [03:25] Would a MOTU be so kind as to give liblouis a look over? I'm the uploader, so one ack should be fine: http://revu.tauware.de/details.py?package=liblouis [03:25] And in turn, I shall review packages, starting in a few minutes. [03:26] TheMuso: I'll take a look. [03:27] RAOF: Thank you very much. [03:28] brb [03:29] Why must licesing suck? [03:31] RAOF: Yeah I know. I even asked upstream about this, and they said its all GPL v2. [03:32] Except for the exceptions and additional restriction, obviously. [03:32] Unless they're actually just meant to clarify things which are already implicit in the GPL. [03:33] (In which case it'd be nice for them to say that ;)) [03:36] Yeah. === boomer` is now known as boomer [03:37] Well, Sun's lawyers have to check that its all ok, and the guy who made it work with autotools said the code is fine, but yeah I know, its something I'm not sure of [03:37] A second opinion would be nice of course. [03:38] Is that what vcs-svn is meant to be used for? I thought vcs-svn was for when the packaging was in svn? [03:39] I don't know. [03:39] Hrm maybe you're right. [03:40] I think that https://lists.ubuntu.com/archives/ubuntu-devel/2007-March/023332.html supports my understanding, but it's not direct. [03:41] Yeah, I'll pull it then. [03:44] RAOF: If you aren't comfortable with the licesning, I understand. I don't like it much, but I'm told its GPL2, which is why I felt ok uploading it for review. [03:44] c [03:44] Ugh? [03:44] :) [03:46] TheMuso: If Sun thinks its valid GPL, then I'm happy enough with that. You can at least say you investigated it to the best of your ability if the archive-admins reject it :) [03:47] Yeah I know [03:47] I'll wait for a second opinion however, if one is forthcoming. [03:51] why does pbuilder download packages? http://pastebin.ca/890856 [03:52] To satisfy dependencies [03:53] so, it didn't create a .deb file, how do I know what to fix? [03:54] I'm looking at another package as an example and I'm confused as to what I need to change [03:54] sun is normaly pretty decient about lic concerns , if they say gplv2 i would trust it imho [03:55] are there any more detailed instructions for packaging besides those on the wiki? [03:55] firefly2442: http://www.debian.org/doc/maint-guide/ [03:55] imbrando1: Yeah I know. However, you should take a look at it, as there is an "all rights reserved" clause in the license. [03:57] Hrm. ushare wasn't uploaded. Unless someone is doing that now, I'll do so. [03:57] TheMuso: Any checks I can run on the binary? I'm not really sure what it's meant to do :) [03:57] RAOF: What do you mean exactly? The binaries are only for testing the library. [03:58] I'll just pass on the binary-testing, then. You presumably know that they work :) [03:58] Yeah, I was running all of them to see if I could get docs outa them. Doing tests just to make sure they worked was part of it. [03:58] Yay, got my first package into Debian [03:58] LucidFox: Cool. [03:59] Hm. Thinking of which, I wonder if StevenK would like to close an ITP for me :) [04:00] StevenK is a DD? === imbrando1 is now known as imbrandon [04:00] Yup. [04:00] LucidFox: correct ( as are alot of ubuntu devs ) [04:00] LucidFox: but i wouldent let him hear you accuse him of being a DD :) [04:00] lol [04:01] TheMuso: Thinking of which, want to have another Sydney MOTU dinner sometime in the next couple of weeks? [04:02] Well, I have another package on m.d.n needing sponsorship - I was wondering if he could help [04:03] LucidFox: your better off mailing the mentors ml, StevenK rarely sponsors packages he isnt involved with [04:04] but i cant speak for him, just givein you a heads up [04:04] Ah [04:04] slangasek: lucas took care of the QA upload before I left for the Superbowl part I was at. Thanks though. [04:04] RAOF: Sure. You know there was one recently? [04:04] I didn't attend, but there was oe. [04:04] ScottK: pats lost :( [04:05] imbrandon: Aren't Boston and NYC pretty equidistant from KC? [04:05] * imbrandon as a temp pats fan :) [04:05] * ion_ misread that and thought imbrandon lost his pants. [04:05] s/as/was [04:09] Please review http://revu.tauware.de/details.py?package=sadms [04:18] Hmm. Does it make sense to advocate a REVU package if the same software, but packaged by a different person, is waiting in Debian's NEW? [04:18] (specifically talking about libgee) [04:18] Not really, IMO. [04:18] That's the second time that's happened recently, though. [04:20] RAOF: But if you want to ask the others if they're interested, I'd be happy to make the trip down to attend. [04:20] We might want to suggest more strongly people submitting packages to revu file ITPs, too. [04:20] * minghua wonders if the Debian NEW package has an ITP. [04:20] TheMuso: Cool. I was in Perth for the last one, I now remember. [04:20] yup, it does [04:21] Where can one find out about how to submit an ITP? I intend to submit my package to Debian also. [04:21] www.debian.org/wnpp I think [04:21] And, if not a maintainer, should I use mentors to host it? [04:21] I use emacs' reportbug, myself. [04:21] minghua: Thanks. [04:21] http://www.debian.org/devel/wnpp/ [04:21] LucidFox: Thanks. [04:22] Yeah, that's the correct link. :-P [04:22] slomo, perhaps you could look at the diff between your libgee and the one on REVU, and merge them once it passes NEW? [04:23] Emacs's reportbug was bad last time I knew it. [04:24] I don't use Emacs or reportbug, I file all bugs by mail [04:26] Does a Debian package need to pass NEW when moving from contrib to main? [04:26] No AFAIK. [04:27] You need a sourceful upload for contrib to main transition, unlike Ubuntu's main and universe. [04:40] You also need FTP masters to take some action on over-rides too, I believe. [04:40] or maybe that's just priority [04:55] yeah, I think it does end up in NEW in Debian [05:09] Oh. Sorry for the misinformation. === greeneggsnospam is now known as jsgotangco [05:31] hello all... I'm interested in doing some dev work, but specifically interested in user-interface design/development. Can someone recommend a good mailing list to join, or some pointers on where to go/who to contact? Thanks. [05:32] richbl: It sounds like you may be more interested in upstream development? Most of the Ubuntu's interface comes straight from GNOME. [05:34] RAOF: yeah, I've been tracking GNOME dev, and just got on their MLs... is there any UI work done here? [05:34] Although there certainly are Ubuntu-only projects; the installer (Ubiquity), displayconfig-gtk, those sort of things. [05:34] Obsolete library removal bug filed. Horray! [05:35] RAOF: I'll take a look at those specifically. Is there a UI "lead" I should contact? [05:35] (for Ubuntu, that is) [05:35] Not as far as I'm aware. [05:35] It's entirely possible that I just haven't been paying attention in the right places, though :) [05:35] richbl, if you are interested in improving the UI of ubiquity, pop in #ubuntu-installer and you can talk to evand and cjwatson [05:35] richbl: Do you have any interest in KDE? [05:36] richbl, although there was a share of usability that was discussed at UDS this last october [05:36] richbl, so there are pending changes [05:36] ScottK2: that's a good question... personally, I'm more familiar with Gnome and have more of a history there... but I'd be interested in at least following up with folk(s) on the KDE side of things [05:37] ScottK2, don't steal him! he wanted to come to us first :) [05:37] What's the process--in general--for handling UI consistency between us (dev) and designers (them) :) [05:38] richbl: The reason why I ask is in Kubuntu we've got a no kidding U/I usability expert for KDE doing a fair amount of work with us and so there's actual studies that you can base work off of. [05:38] For a quick background... I'm originally a dev from Microsoft (uh... I hope I don't get beaten)... did some dev/UI work on Flight Simulator a while ago (long long ago, it was Word 1.0) [05:38] Back when Flight Simulator was cool. [05:39] BTW, I wrote my college thesis with Word 1.0 [05:39] I was kinda' responsible for getting FS from char to Windows (at least a good portion of UI) [05:40] ScottK2: cool... I still have an easter egg lurking in Winword 6.0 (pre-Office, IIFC) [05:41] richbl: ooo nice. [05:41] richbl: Nice to see you embracing the open source movement. [05:41] I never used the pre-Office Word on Windows. Only on Mac. [05:41] Good to know there's someone on KDE who does UI/consistency stuff... anyone on the Gnome side that does similar? [05:42] richbl: For KDE, there's some good linkage here: http://weblog.obso1337.org/2008/2007-kde-usability-reports/ [05:42] richbl: If that leads you to ideas, you can certainly join us on #kubuntu-devel. [05:42] TheMuso: yeah... I still have friends at MS these days, but my personal feeling is that the company just got too big... and it lost the "campus" feel... [05:43] richbl: For a start, GNOME has the GNOME interface guidelines, although thats not always looked upon favourably by Ubuntu devs. [05:43] i may be mistaken, but I thought mpt did usability for GTK stuff? [05:43] superm1: afaik he does. [05:43] ScottK2: thanks, I'll check it out... [05:43] yeah i remember he sat in on the installer usability session [05:43] he also did a usability test on launchpad with me at UDS. [05:43] superm1: same. [05:44] Very cool that folks do usability testing... didn't know that... very cool. [05:44] Yeah. Of course he's an LP developer which means he's alsmost certainly unqualified for U/I design IMO. [05:44] what's LP dev? [05:44] https://edge.launchpad.net/~mpt [05:44] Launchpad developer [05:45] TheMuso: regarding the Gnome interface guidelines, any reason why they're not followed? [05:45] Launchpad is Canonical's distribution management system [05:45] Scott: gotcha... still getting my feet wet with tools [05:45] Ubuntu (no suprise) uses it. [05:45] Understand. [05:45] every FOSS project seems to have their own way ;) [05:46] Yes, well Launchpad isn't a FOSS project (just to be clear). [05:46] Which is part of what Launchpad is meant to solve. [05:47] gotcha... I'll take a look and see... I think I've filed bugs through it... if that's the same tool for public bug filing... [05:47] And is what's given as the reason it's *not* open-source (yet, apparently). [05:48] There are lots of reasons given, none of which make a lot of sense to me, but don't worry, I'm not going to do another 4 hour rant on LP should be Free. [05:48] Awwww! [05:49] HA! I think I'll politely step around the issue for the moment... [05:49] No problem. [05:50] * ScottK2 wonders if it's a coincidence that LP is suddenly oopsing on me. [05:50] So... to sum... I have some actions to follow-up on the Kubuntu side (another IRC channel) ... anything I can do for follow-up on the Gnome side? [05:50] (pardon me if I've missed anything in the scroll) [05:50] richbl, i'd say you should try to talk to mpt if you get a chance [05:51] he can point you in the right direction [05:51] ah yes... got his page up now [05:51] thanks [05:51] best of luck [05:52] Please polish my favourite GNOME :) [05:52] TheMuso, if you're still around... you had mentioned that the Gnome interface guide really doesn't seem to get followed... can you elaborate please? Is it a bad guide, or else? [05:55] RAOF: Are you familiar with the mesa library packages? [05:56] tonyyarusso: Are you around? [05:56] ScottK2: I've played with building nouveau's DRI? I'm not particularly familiar with the packaging, though. [05:56] OK. I'm trying to understand some transitions to figure out what to do with a merge. [05:57] I'm gonna ask anyway. Maybe I'll get lucky [05:57] Heh. [05:57] xlibmesa-gl-dev xlibmesa-gl xlibmesa-glu are Sarge -> Etch transitional packages, but they don't appear in Ubuntu until Edgy. [05:59] So I was hoping you'd know if we need to keep depends on those for Hardy or not. It doesn't seem to me that it'd help Dapper - Hardy. [05:59] But I've really no idea. [05:59] I don't know either, sorry. [05:59] OK. [05:59] Maybe someone else ... [05:59] I've only really been playing around with mesa in Gutsy/Hardy. [06:04] ScottK2: I am. === marcel__ is now known as marcel [06:13] tonyyarusso: I noticed the other day that kompozer is in the top 20 packages not in Debian by popcon. [06:14] I think it you modified your package for Debian, you'd have an easy time getting sponsored. [06:16] ScottK2: Yeah, the "be a good citizen and contribute back to Debian" thing has been smoldering on the to-do list for a long time. However, since Debian doesn't have as stringent of deadlines to worry about, my personal life is super busy, and I want to make sure I do my research well enough to make sure I do it "the right way", I've been putting it off so far. [06:17] ScottK2: However, last spring I did talk with asac and Kaze, and I think we were able to get most if not all non-dfsg stuff removed from it already, so that helps. [06:17] tonyyarusso: While you're here, I don't suppose you follow the gstreamer-devel ML? Slomo (I think) has just posted a tempo/bpm-finding plugin to it, a week ago or so. [06:17] tonyyarusso: Debian is getting close to their first soft freeze for the next release, so it's be really good to do it sooner rather than later. [06:18] ScottK2: Can you provide me a date offhand? [06:19] RAOF: I don't, although I may have to go check out the archives after today to look for that. Any idea what stage it was at? [06:20] tonyyarusso: Checked in to cvs & pretty much ready to roll, I think. I'll check my backlog. [06:20] RAOF: cool! [06:20] tonyyarusso: Full freeze is sched in July, but things start getting frosty in March. [06:21] ScottK2: All right - I have two days off in February, a week in March, and my hecticness-index will drop by about half in early June, so I'll see what I can do. [06:22] tonyyarusso: Yup. Checked in to gst-plugins-bad cvs, as of the 27th. As well as a commit to gstpitch, which may make gstreamer a one-stop shop for you :) [06:22] meanwhile, looking at Thunderbird, Wireshark, and Claws to see how I should do the transition for Dapper upgraders [06:22] RAOF: Wow - and with that it could actually be scripted on a command line I would think, right? [06:23] gst-launch is a fine tool, if you don't need the abilities that python-gstreamer gives you :) [06:23] tonyyarusso: The Claws one is done properly. I haven't looked at the rest. [06:23] Good night all. I'm off to bed. [06:26] ScottK, night [06:39] It seems odd to me that the transition packages have a Depends to pull in the new one, but nothing to actually get rid of the obsolete package other than a not in the description saying "this can be removed afterwards", but they all seem to do it the same way, so I guess I won't argue too much... [06:40] Policy check: Are we trying to have "Ubuntu MOTU Developers" listed as the maintainer of everything in universe? [06:48] Not everything. [06:48] Everything that has Ubuntu changes [06:48] tonyyarusso: If you have a better idea to handle transition packages, by all means let everyone know. [06:49] I think binary packages compiled from directly imported Debian packages also have "Maintainers" field changed these days? [06:50] minghua: I'm not sure of the inner workings of the different keywords (Replaces, Conflicts, etc.) - would any of them do something reasonable? If not, how come nobody's implemented a keyword for this yet? (it seems to come up a lot) [06:51] StevenK: So if it is a package that is NOT in Debian at all (yet), and thus has a 0ubuntuX version naming, would that fall into that category or not? [06:52] tonyyarusso: What function are you proposing a keyword for? "This package makes package foo obsolete, so you can remove foo after you install this one"? [06:52] tonyyarusso: Not important and frequent enough to worth a keyword, IMHO. [06:52] minghua: yeah, such that it would automatically remove foo after a successful installation of the replacement. [06:53] minghua: fair enough - I don't really know how often it is; just seemed like someone might have tried it for elegance. [06:53] The "automatically installed" feature already implemented should solve part of this problem anyway. [06:55] Doh. I'm going to have to submit one of the most trivial bug reports known to mankind. I just noticed a typo in a Tracker applet notice. === Allan_ is now known as Hit3k [06:55] "Conflicts: foo" means "This package will not install if foo is installed" [06:55] "Replaces: foo" means "foo will be automatically uninstalled prior to installing this" [06:56] LucidFox: That's not true? Replaces: means "dpkg will not complain when I overwrite files owned by that package"? [06:56] Replaces sounds close, but I'd think it would want to be a "wait and make sure this one installs okay first, then uninstall it" kind of thing. [06:56] RAOF, tonyyarusso> Makes sense. [06:57] LucidFox: Not true for Conflicts as well. [06:57] So replaces means "Ignore errors about existing files owned by foo, and uninstall foo after this package is installed"? [06:58] Yes to the first, no to the second. Both packages will be installed, but the files in both packages will now be owned by the most-recently-installed package. [06:58] You can have versioned Replaces, which makes moving files between packages possible. [06:59] RAOF> Ah. [07:00] but if both conflicts and replaces are present, the old package _will_ be uninstalled, right? [07:00] Yes. [07:07] If two packages provide the same file (no matter the version) in the same namespace, then they either need to conflict or use update-alternatives. [07:08] Or "Replaces" [07:08] ScottK2: ^ [07:09] ScottK2: btw, where are you getting the data for this "top 20" thing? I'm not sure where to look. [07:10] Are Qt4 packages under GPLv3+ allowed? [07:10] (I know that Qt3 is) [07:10] Good morning [07:11] Hello, warp10 [07:11] ScottK2: And update-alternatives doesn't fix the namespace issue on its own. Both packages need to provide a differently named file and update-alternatives provides the mechanism for one of them to obtain the "conflicting" name. [07:11] heya LucidFox! [07:12] ScottK2: Maybe you're thinking of dpkg-divert? [07:12] Oh yeah, that was the other thing I needed to learn. How to do changes as a debdiff instead of the whole thing, or however that works. [07:12] hello all. i'm trying to get my program into ubuntu (multiverse perhaps?) but i'm not exactly sure on the procedure .. i've followed the instructions and even tried to upload it to revu(i don't think it worked). now i'm not sure what i'm supposed to do next. can anyone steer me in the right direction? [07:13] mikemorrison> Did you join the Ubuntu contributors team? [07:14] mikemorrison> If you did, ask a REVU admin to sync the keyring - after that, you will be able to upload to REVU [07:16] soren: Yes. That's true. [07:16] tonyyarusso: There was some wnpp discussion on (I think) debian-devel ML where it came up recently. [07:16] Hmm, I know normally debian/changelog has something like (LP: #180382) after each thing, but I have a bug that was marked as "Fix Released" by a previous version, but this version addresses a concern brought up later in a comment on the old bug. Should I still reference the bug in the changelog? [07:17] ScottK2: presumably there's a fair bit lurking in packaging documentation as well? [07:17] doh [07:17] nvm me, I can't keep my different questions straight. ty. [07:17] soren: I was thinking of alternatives as a way to work around the namespace collision is a softer way than conflicts. [07:17] ScottK2: Indeed. [07:18] is/in [07:18] tonyyarusso: If you aren't fixing the bug that was filed, then I wouldn't mention the bug in the changelog. [07:18] LucidFox: yes, i joined in december. i was able to upload to revu, but the package never showed up. [07:19] * ScottK2 really going to bed now. [07:19] mikemorrison> Did you upload the changes file? [07:20] And was it a source package that you were trying to upload? [07:21] yeah it was a changes files, but it was binary only deb. [07:21] the diff file says "+ - zoom in/out support (xine-lib)." what is the package for the xine-lib? [07:22] mikemorrison: It needs to be a _source.changes. [07:24] well, i haven't released the source code for my program. so how do i get a binary only package uploaded? or is that not possible? i thought that is what multiverse was for... [07:25] As a rule it's for source packages that have limitations on distribution or modification that preclude Universe. [07:26] Additionally, I doubt many MOTUs are going to be interested in expending effort on getting binary only packages into the archive. [07:26] So even if it's legal, it's not easy. [07:28] * ScottK2 really really going to bed. Good night again. [07:28] ScottK2: thanks for the info.. gnight [07:32] mikemorrison> Why don't you release the source? [07:34] among other reasons, i haven't decided on a license yet, and the code currently isn't really in a state that i wish to make available. [07:35] * tonyyarusso never likes that reason [07:36] Isn't that exactly why it would help to make it available? [07:36] Also, why would it be good enough to be in the Ubuntu archives if the code isn't good enough to release? [07:38] haha.. i certainly don't mean the code is bad or anything.. i just mean i don't have comments and the coding style isn't necessarily consistent throughout [07:38] Yeah, RAOF's seems to be the most important question to me. [07:39] * Fujitsu doesn't think we really want to distribute closed, never before heard of software to our poor users. [07:39] good morning [07:40] Hey dholbach. [07:40] heya dholbach [07:40] hey Fujitsu [07:40] heya warp10 [07:40] how's it going? [07:40] Good morning. [07:41] heya cyberix [07:41] Not bad, dholbach. Yourself? [07:41] I'm looking after first advocate for my package malbolge. I've fixed all broblems that have been brought up. http://revu.tauware.de/details.py?package=malbolge [07:41] very good :) [07:42] Fujitsu: haha.. yeah i see your point. i've released my program for the maemo platform(nokia n800/n810) and after going through that procedure i just thought it would be neat to have in ubuntu as well. [07:46] mikemorrison: You are right. Multiverse is for binary only packages. [07:46] Not just for binary-only packages. [07:46] Well [07:46] cyberix: Not entirely. Mplayer is (or was) in multiverse. [07:47] I would even bet on that multiverse contains more source-available packages than binary-only one. [07:47] No, but "binary only packages" should go into Multiverse. [07:47] who puts packages in multiverse? MOTU? [07:48] Well, they shouldn't really go into multiverse, but that's the best place they can go within Ubuntu. [07:48] Aloha: Yes, MOTU are responsible for both universe and multiverse. [07:48] minghua, thnx [07:48] mikemorrison: The problem is that you need two MOTUs to advocate your package and MOTUs are not really willing to work on such packages as they do not appreciate them. [07:49] cyberix, i don't know that you can speak for everyone on that [07:49] mikemorrison: So you need to have powerfull friends as MOTUs or get some powerfull friends from among MOTUs. [07:49] mikemorrison> Don't be ashamed of the code [07:50] mikemorrison: On the other hand it will be a lot easier to add those comments to the source, or to just post the source with lacking comments. [07:50] You won't believe how many free software has _really_ bad code [07:50] s/many/much [07:50] superm1: I'm talking about my own experience about trying to get a binary package into Ubuntu. [07:50] and yet its developers don't hesitate to open it - even if they can't prettify it, others will [07:50] cyberix, i believe it really depends on the type of binary package [07:51] take for example alsa-firmware [07:51] that will be multiverse destined [07:51] and we were able to push it in and out of revu within today [07:51] Yes, if it seems important you may earn diplomacy points. [07:51] I suppose this is not the case. [07:52] on the other hand packaging say a windows executable that is wrapped around a wine launcher, that's less likely to gain acceptance after the previous fiasco [07:52] On the other hands I did manage to get two advocates for a packaged windows binary, while my current public domain, unix software doesn't seem to get any advocay. [07:52] ah that was you :) [07:53] Well, it's hard to appreciate binary-only packages, as there needs to be other incentives. But a blanket statement of "MOTUs are not really willing to work on such packages as they do not appreciate them" is too much IMO. [07:53] mikemorrison> As for the license, we can help you choose one, depending on what you want others to be able to do with your code [07:53] * Fujitsu wasn't amused with pq. [07:53] it's not really that important what license you choose, as long as it's free - as the copyright holder, you can always relicense it [07:53] or double-license [07:56] GPLv3 would be the most restrictive? [07:56] There was a thread on debian-devel about the highest popcon rank packages that are not in the archive, which is an interesting read. It would be nice if we can view binary-only packages for Ubuntu in a similar way. [07:57] minghua: Someone would have to go through and work out which multiverse packages are binary-only... [07:57] cyberix: I'd suggest you read the license or talk with someone who understands them before choosing one, instead of asking such general questions. [07:58] Fujitsu: Yeah. What I really meant, though, it that we should have some policy of "no binary-only packages unless there is evidence of a significant user base". [07:59] WOW, we've had some busy reviewers [07:59] The official multiverse policy is anything that's distributable, I believe. [07:59] dholbach, you missed a fun revu day :) [07:59] * dholbach adds all the NEW packages to http://wiki.ubuntu.com/MOTU/ReportingPage [08:00] Fujitsu: Right. What about s/policy/recommendation/? [08:01] minghua: We don't have one, I don't think. [08:01] It would be my personal criterion, regardless. Not that I do much REVU review, of course. [08:01] yeah i am going to spend some time reading up on the licenses ... i already know gpl2/3 fairly well but i'd like to read up on others before i make my decision. [08:01] TheMuso, don't forget to upload liblouis. I didn't see it in NEW yet. [08:04] mikemorrison> Whichever license you pick, I'd recommend it to at least be GPL compatible. This rules out CDDL, Creative Commons, and the original BSD (revised BSD is fine). [08:07] LucidFox: is that so contributors can incorporate gpl code into it? [08:07] if any of you wanna try my program out, it's here: http://mike.yi.org/projects/quiver [08:08] mikemorrison> So that others can use your code in GPL projects [08:11] Hm. Before I finish this crazy multiarch hack, who here thinks that rewriting the pkgconfig files for some dependencies during the build process is too evil to upload? [08:11] Modiying other packages' files? That sounds quite bad. [08:12] But only in the build environment, and only to temporary copies. [08:12] But it is indeed bad. [08:13] Still sounds VERY bad to me. [08:13] Alternatively, ia32-libs-dev could exist and ship pkgconfig files. [08:13] Hm. Or, now that I think of it, I could do a wine and create the symlinks myself... [08:14] ScottK2: are you awake? [08:14] I'd still need to copy pkgconfig files to some temporary build directory, but I wouldn't have to feed them through sed first. [08:14] I'll give that a whirl. [08:18] mok0: He went to bed some time ago. [08:18] Fujitsu: I thought he might have :-) [08:43] I'd like to have a review of gtkvd (http://revu.ubuntuwire.com/details.py?package=gtkvd) please. Thanks :) [09:31] superm1: I was hoping for a second opinion on the licesning. [09:35] what happens to the packages which have been upload to revu, need fixing yet haven't been touched for months? [09:36] DaveMorris: The sit around and rot. [09:36] *They [09:36] And generally clutter things. [09:37] would it be wrong to encourage people to finish them off (ie not the people who have abandoned them), since there are always hope-fulls who ask "is there a program I can package?" [09:41] uhm, what distribution should I put in debian/changelog for uploads? [09:41] isaac: hardy [09:41] ok, lintian complaints about that [09:42] Please get an updated lintian from -backports. [09:42] ok [09:42] but I am using hardy [09:43] shouldn't it have an up-to-date lintian? [09:43] Hmm. [09:44] and the lintian in REVU complained too [09:44] I saw my package got uploaded from revu (yaaaay!!!). Is there another step that needs to be done before I can tell people to 'aptitude install mumble'? [09:45] isaac: what package? [09:48] slicer: you need to find someone to look at your package and upload it to ubuntu. revu is just a platform to present your package to potential sponsors [09:49] siretart: I know :) I've been through revu, got two adovocations, and the last one said "uploading". [09:49] DaveMorris: unblock-signals [09:50] c [09:50] wrong tab [10:13] superm1: REVU day isn't even half-over yet (although it will be in about 17 minutes). [10:14] DaveMorris: Packages that haven't had a comment or upload in about 3 months get archived. The rest sit and rot. If you want one, feel free to poke the previous packager, and take over if they don't mind or don't respond. Note that there will be a quiet period until the next release. [10:15] slicer: Once a package has been uploaded to the NEW queue, it requires the attention of an archive-admin. There aren't very many archive admins, and they are busy, so this can take quite a while. If you know there is a bug that needs fixing, prep your changes to apply as soon as the package is accepted into the archive. [10:16] The number of packages in REVU is astonishing [10:16] mok0: In total, or awaiting review? [10:17] persia: ... well, both ;-) [10:17] persia: I'd like your opinion on the licesning of liblouis, which is on REVU. RAOF gave it the ok, but I'm still not 100% sure, although upstream said it is fine. [10:17] persia: I counted 47 awaiting review some time ago [10:17] http://wiki.ubuntu.com/MOTU/ReportingPage looks really busy this time :) [10:19] dholbach: Is it just you who updates that? Perhaps we need to get people from each of the MOTU teams to write up a snippet. (e.g. Science, Java, Python, Games, QA, REVU, etc.) [10:19] persia: I announced it a couple of times, but up until now it was mostly me who edited it [10:19] mok0: That's an improvement over 24 hours ago :) [10:19] I'd appreciate more people adding their news items to it - the MOTU team has a lot of stories to tell [10:20] * persia plots and schemes to determine how to get more updates [10:21] persia: Ah, thanks. Is there somewhere I can track it's progress in the new queue? [10:21] slicer: https://launchpad.net/ubuntu/hardy/+queue [10:22] beat me to it :) [10:22] Thanks again :) [10:22] LucidFox: OK. You get the next three :) [10:22] * mok0 is impressed at persia's keyboarding skills... [10:23] ubotu, ! queue [10:23] Sorry, I don't know anything about queue - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [10:23] ubotu, ignorant as usual [10:24] !queue is The Ubuntu NEW queue can be found at https://launchpad.net/ubuntu/hardy/+queue [10:26] ubotu, ! queue [10:26] Sorry, I don't know anything about queue - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [10:26] ubotu: Lucidfox just told you! [10:28] mok0: It takes a while for the bot wranglers to moderate new knowledge. [10:28] persia: I know, just teasing him [10:28] heh [10:42] persia: Do you have any update on w3c-dtd-xhtml issue? [10:43] slytherin: No. Did I say I was chasing that? I thought you were uploading a fix to Ubuntu. [10:44] persia: What I meant to ask was if man-di_ gave any update on this. Sorry for confusion. I think now i should fix it in Ubuntu itself. [10:45] slytherin: Better to ping him directly, but you might want to check the status of the relevant Debian packages from packages.qa.debian.org first. [10:47] persia: No change in the package. Also the bug has no comments added in past week. I will ping man-di_, but I will also ready the fix for Ubuntu [10:47] Hi everybody [10:48] smarter: hi [10:50] I've updated my kepas(kde4 plasma applet) and extremetuxracer(3D course game) packages, could someone please review them? ;) http://revu.ubuntuwire.com/details.py?package=extremetuxracer and http://revu.ubuntuwire.com/details.py?package=kepas thanks! [10:50] (I'm currently uploading the extremetuxracer package) [10:52] smarter> compat 6? [10:52] oh, debhelper 6 is out [10:53] LucidFox: yes, and also already in hardy [10:53] yes, I see now :) === Kopfgeldjaeger is now known as KGJ|will_nen_eee [10:55] KGJ|will_nen_eee: buy one [10:55] hrhr [11:08] laga: cant get one. out of stock. next next shipment in < [11:08] >1 months [11:09] What does this condition mean found in postinst, if [ ! -s /usr/share/sgml/html/entities/xhtml ]; then [11:09] KGJ|will_nen_eee: local stores might have one. our promarkt does, iirc [11:10] slytherin: -s means "exists and has size of more than 0 bytes", ! means not. [11:10] persia: thanks [11:10] slytherin: man test will give you further information on [] tests [11:21] Changes to postinst should show up in debdiff, right? [11:22] slytherin: Yes. [11:29] Can someone review my new package http://revu.ubuntuwire.com/details.py?package=console-freecell [11:37] Good night folks. [11:38] Coper> commented [11:42] LucidFox: okej, will check after work. :) is my mv from usr/bin to usr/games correct? [11:43] I assume so [11:43] oh, wait! [11:43] then debian/dirs _is_ needed [11:43] disregard that comment [11:43] TheMuso: Good night. I've left a comment on liblouis for you in the morning. I'm not sure it's DFSG-free :( === Igorot_ is now known as Igorot [11:49] Can someone take a look at OpenLibraries and openFX? http://revu.ubuntuwire.com/details.py?package=openlibraries http://revu.ubuntuwire.com/details.py?package=openfx [11:53] vemon: I was just looking at whysynth on REVU, and noticed it didn't have the patches. I thought upstream got back to you on that. [11:56] * Hobbsee waves [12:05] Morning all [12:05] hey Hobbsee [12:06] hiya effie_jayx! [12:06] fixed the world yet? [12:06] heheheh I am into fixing something today :D I have time to kill [12:14] effie_jayx: Have you already picked something out? [12:14] per I am trying to find something by myselft [12:15] persia, I got some suggestions on a package update I tried months ago [12:15] effie_jayx: OK. Good luck. If you want to work on the last remaining bug on the package you touched recently, I'll owe Hobbsee less :) [12:15] persia, the sound one? [12:15] heh [12:15] effie_jayx: I was thinking of the sound one, but if you've a pending update, it's better to look at that, because of the impending freeze. [12:15] persia: you still owe bugfixes to all the bugs in the archive :) [12:16] persia, right... [12:16] Hobbsee: Nah. I only owe you fixes for MIDI and game sound. The rest are available for anyone to help with. [12:17] persia: that can cahgne :) [12:21] persia: Going to advocate malbolge? [12:21] persia: Maybe someone else would take a look, if it already had one advocate. [12:21] cyberixae: No. I don't think it is a service to malbolge users to have it packaged. It simplifies things too much, and the frustration of not being able to use it once installed doesn't quite make up for that. [12:22] * Hobbsee wonders what it is [12:22] cyberixae: On the other hand, the packaging looks fine. [12:23] Hobbsee: Interpreter for an esoteric research programming language. [12:23] ahhh [12:23] Hobbsee: a programming language designed to be difficult to use. [12:23] heh [12:23] The point is not that it should be difficult to setup. [12:23] http://revu.ubuntuwire.com/revu1-incoming/malbolge-0801211640/malbolge-0.1.1/malbolge.txt is fun reading [12:24] I packaged it because I wanted to apt it to try out some programs written in malbolge. [12:24] And I think other people have done that too. [12:24] cyberixae: Is the file wrong then? I thought "So far, no Malbolge programs have been written. Thus, we cannot give an example." was accurate. If there are actual programs, it should be updated. [12:25] There are [12:25] But that is the original text file [12:25] I don't think it should be modified [12:25] persia: that guy is sick. and the file was written in 98 [12:25] Just like research papers are not modified [12:25] LucidFox: Did you come to a determination on libgee? Should it be included, or pulled from Debian? [12:25] Hobbsee: Yes. [12:26] * broonie notes that Ubuntu includes two INTERCAL implementations. [12:26] The file does mention that it has been written in 98 [12:26] cyberixae: In that case, I'd recommend adding a debian/README.Debian with updates. [12:26] persia: if, God forbid, anyone wishes to write in that, then they deserve to go to the depths of hell. actually, they wouldn't be running ubutnu anwyay [12:26] i can see the case where an ubuntu user wants to use a crack compiler to run a crack-filled app, written in it, though [12:27] persia: What would README.Debian then contain? [12:27] Hobbsee: Perhaps you'd like to review it then? [12:27] * Fujitsu wonders when libgtk2-malbolge will appear. [12:27] Fujitsu: lmao [12:28] cyberixae: Information about the current state, and documentation of the inaccuracies of malbolge.txt that have developed over the past 10 years. [12:28] persia: i could just do a [23:22] cyberixae: On the other hand, the packaging looks fine. [12:28] Fujitsu: How about a malbolge interpreter written in malbolge? [12:28] :-P [12:28] Hobbsee: If you did that, I'd have to add a rejection comment based on the philosophy, and I've already promised I wouldn't without provocation. [12:28] Does anyone know why update-maintainer script adds ubuntu-devel-discuss@lists.ubuntu.com when the package is in main. Shouldn't it be ubuntu-devel@lists.ubuntu.com [12:29] heh [12:29] slytherin: Posting to ubuntu-devel is restricted, so it points to a list that can actually receive mail. [12:29] persia: it's not that [12:29] persia> I'd discuss the libgee issue with slomo [12:29] slytherin: see the audiences between u-d-d and u-d [12:29] [23:22] cyberixae: On the other hand, the packaging looks fine. [12:29] since he uploaded the Debian package [12:29] LucidFox: OK. I'll ignore the package then. It was just on my list as you'd indicated it needed attention before. [12:29] # https://lists.ubuntu.com/archives/ubuntu-devel-announce/2006-December/000227.html [12:29] # https://wiki.ubuntu.com/UbuntuDevelModeration [12:29] persia, if there is a freeze ... I think there is no good reason for justifying that update [12:30] that one [12:30] I could do it for the sport [12:30] persia: Hobbsee: Ok, thanks for info. [12:30] effie_jayx: If there's no good reason to include it for hardy, no real point now. Next cycle maybe. [12:30] persia, yes, definetely ... I am fechting for another bug... any suggestions? [12:32] effie_jayx: There's about 800 patches out there that need review and packaging into debdiffs. Be nice to evaluate them, and either remove the patch flag and leave a comment explaining why the patch doesn't fix the bug or wrap them in a debdiff and submit to the sponsors queue. [12:32] effie_jayx: There's a couple links to useful searches for those from http://qa.ubuntuwire.com/ [12:32] persia: Can you please check if this debdiff for w3c-dtd-xhtml looks fine? http://paste.ubuntu.com/4163/ Please note that package is in main. [12:32] persia, let me try some [12:33] effie_jayx: fix rbot :) [12:33] Hobbsee, rbot? [12:33] slytherin: Looks relatively sane to me, but I'm not very familiar with that package, nor the rdepends. [12:33] effie_jayx: it's uninstallable due to ruby - there's a few others as well [12:34] effie_jayx: it needs ruby 1.8 to build, not 1.9, and debian's screwed with it's numbering. [12:34] persia: I am just adding symlinks, so rdepends should not be affected. [12:34] LucidFox: was there no more comments on my package? [12:34] Hobbsee, bug link? [12:34] effie_jayx: no idea if tehre is one [12:34] slytherin: I'll agree with *should*, but I'm not qualified to be sure :) [12:34] * Hobbsee just noticed it become uninstallable, and checked why [12:35] persia: Ok. I will attach the debdiff and let core devels decide that. [12:36] README.Debian or README.debian? [12:36] D [12:38] Hobbsee, is that the only reason? [12:38] Coper> No, I have no other objections [12:38] effie_jayx: i think so [12:38] * Hobbsee wonders where her chocolate went [12:40] persia: Done. Now if it gets accepted within a day we can fix lucene2 by Wednesday. [12:40] slytherin: Excellent. I look forward to that. Please update the lucene2 bug indicating that progress is underway. [12:41] sure [12:48] Hobbsee: LP ate it :) [12:48] that's be right. [12:49] Hobbsee, Depends: ruby (>= 1.8), ruby (<< 1.9), [12:50] effie_jayx: yeah. which did work, till debian decided to use strange numbering. [12:50] they say why in their bug - but it's still odd. [12:50] because nwo it doesn't correspond to the actual version of ruby [12:53] shibata: poppler-data commented. Please update: it'd be great to get this in hardy. [12:53] persia: thank you. [12:55] persia, I was looking at some bugs.. and some don't even have a patch... they just point to were the new upstream release is... [12:56] effie_jayx: Sometimes the upstream bug has a patch, or a pointer to the commit that fixed the problem. If it is labeled "patch", and you can't find a fix from the information provided, remove the "patch" information, and leave a comment explaining why. If you aren't sure, feel free to share your research in this channel to get a second opinion. [12:59] persia, well I saw this one https://bugs.launchpad.net/ubuntu/+source/kipina/+bug/95842.. I am unsure of what I have to do... they is no patch for me to apply and test [12:59] Launchpad bug 95842 in kipina "kipina crashes on launch" [Undecided,Confirmed] [12:59] shibata: Just a few notes on kita2: that one looks a lot better. Thanks for digging that up, and pushing it. [13:00] persia: Should I log a tracker bug for 'Phase out sun-java5-* packages'. I received no reply to my mail on MOTU list. [13:00] Hobbsee, the fix would be to just depend on the 1.8 version only [13:01] effie_jayx: yeah, i suspect so [13:01] slytherin: Sure. Listing the affected packages would make sense. Also, you might try poking doko to get another opinion. [13:01] in which case, they just all need changing to it [13:01] Hobbsee, the guy must have a pretty good reason for having that there. but he is not responding [13:02] effie_jayx: I don't see a patch there, and don't think it deserves the "patch" tag. On the other hand, it might benefit from the "upgrade" tag, if kipina still needs to go to 0.2 (or newer), and it might be a good place for you to test your upgrade skills (although that's a feisty bug, so the package may have been updated, in which case the bug can be closed) [13:02] effie_jayx: what do you mean? [13:03] Hobbsee, the package maintainer in debian, he is not responding ... he has duplicate bugs and no reply [13:03] persia, it's like the fifth but I check and it is the same [13:04] slytherin: no, please let them stay [13:04] effie_jayx: ah yes, right [13:04] persia: I cannot reach my GPG key right now. So, I have to get home to perform an uplaod. Does this -Ã> http://www.cs.helsinki.fi/u/twruottu/README.Debian <- look ok? [13:05] effie_jayx: That's frustrating. On the other hand, triaging the list to find a good bug is a huge help for everyone. I'm sure you'll find one soon. Note that using the other "patch" search on the qa site will result in a completely different set of false positives. [13:05] doko: Do you have any specific reason in mind? [13:06] slytherin: did you test that all applications run using sun-java6 that did run with sun-java5? [13:06] cyberixae: Looks good to me. Note that often README.Debian contains a signature string at the bottom in a similar format to a changelog entry. [13:07] k [13:07] can someone help me take care of #188093 ? [13:07] doko: No. That is the reason I will first work on getting those packages built and run with java6. And when we don't have any hard coded 'Build-Depends' or 'Depends' and java5 packages we can remove them. [13:07] bug 188093 [13:07] Launchpad bug 188093 in xtide-data "[needs-sync] xtide-data-20070318-1 from sid" [Undecided,New] https://launchpad.net/bugs/188093 [13:08] persia, I'll change that bug to update then [13:09] slytherin: I disagree. it's not just the packages in the archive [13:10] effie_jayx: May as well update it while you're at it. FeatureFreeze is soon, and it's easier to do now than once the freeze hits. [13:10] persia, I can give it a shot and see [13:11] effie_jayx: Good luck. You've successfully found your own bug to fix :) [13:11] jajjaajajaja [13:11] doko: What about kaffe? Do you think it is redundant? [13:31] MOTUs, please review http://revu.tauware.de/details.py?package=sabnzbdplus - looking for a second advocate. thanks [13:33] looking for advocates for: http://revu.tauware.de/details.py?package=unblock-signals [13:46] slomo_> persia wondered about the libgee package: there is your version in Debian's NEW, and there is another version on REVU [13:46] slytherin: do you think that KDE is redundant because we have Gnome? do you want it blacklist for syncing from debian? do you want to regularily merge packages which b-d on kaffe? [13:46] LucidFox: different... mine is the one from pkg-vala's git [13:46] http://git.debian.org/?p=pkg-vala/libgee.git;a=summary [13:47] Do you think Ubuntu should wait until it passes and then sync, or accept the one on REVU? [13:48] LucidFox: either wait or take the version from git [13:48] otherwise conflicts will probably appear [13:48] bbl [13:48] LucidFox: you can upload the version from NEW with a ~hardy1 suffix, and sync it once it's new'ed [13:51] isaac: reviewed for you [13:53] DaveMorris: it's a native package [13:53] DaveMorris: I mean, I did it on purpose [13:54] isaac: why can it only be used on Ubuntu? [13:54] persia: I uploaded poppler-data. But I could not understand 4). Should I write "This package is in multiverse." somewhere? [13:54] DaveMorris: well, i definitely can be used wherever [13:54] DaveMorris: but the only use I see for it is the one I intended for [13:54] DaveMorris: we need to workaround a bug in gconf2 [13:54] which is? [13:54] DaveMorris: eBox, the server configuration web frontend [13:55] that we are trying to get in for Hardy [13:55] uses apache2 and gconf as configuration backend [13:55] there is a problem in gconf that is only trigerred when it's launched from apache2 [13:55] because apache2 blocks some signals [13:55] and gconf doesn't unblock them [13:55] we have submitted a bug to gconf for that [13:55] but it's not likely it will be accepted soon enough for hardy [13:55] well the other points need addressing, best to ask a motu about the native thing, I'd just prefer to see it as non native [13:56] isaac: so this package is simply to be a work around for a bug fix? [13:56] DaveMorris: kind of, I mean [13:56] it's useful on its own [13:57] it just makes a wrapper around exec calls [13:57] so signals are unblocked when spawning new processes [13:57] * please add a watch file for the package <- if it's native there is no need for it :) [13:59] Does anyone have a better handle on how to do distro overides in PPAs? Mine get rejected due to the MD5 hashes not match. I belive that I have configured dput correctly [13:59] yep, best bet is to fix the other issues, get it back up there and see what others think, although IMO if it's to fix a bug rather than bringing any benefit on it's own it shouldn't be there. Instead I'd talk to the packager for gconf to have your bug fixes as a patch for hardy, whilst upstream add it [13:59] DaveMorris: done that already [13:59] DaveMorris: they say they want to wait for upstream [14:00] upstream is very unresponsive [14:00] rexbron_: is the tarball version already in the ubuntu archive/ [14:00] because gconf is not really maintained [14:00] I am fixing the rest of issues in the meantime [14:00] Hobbsee, by that you mean the main PPA archive, yes [14:01] well, either [14:01] rexbron_: you need to name it differently, usually [14:01] or to go off the tarball that's in the ppa already [14:02] well today is the last revu for hardy on new packages, so it might not get in this way either. [14:02] right [14:03] Hobbsee, IIRC, one of the features in the new LP:PPA service was an automatic override (via dput configurations) [14:03] true [14:04] If I do a -sa upload, it rejects due to the .orig md5's matching [14:05] but a straight -S build rejects due to the md5s _not_ matching... [14:05] :| [14:05] Lutin: please, check twice before merging package from marillat. I think about mlt/mlt++/kdenlive. [14:05] Lutin: btw, I have uploaded mlt/mlt++ to Debian and kdenlive will follow. [14:06] Lutin, fabo, the current MLT svn has made some rather large architectural changes that break things (in kdenlive at least) and downstream apps need to migrate [14:06] that may have already happened in kdenlive though [14:08] rexbron_: atm we have mlt/mlt++ 0.2.4 working kdenlive 0.5. we'll need mlt/mlt++ 0.3.0 (new architecture) with kdenlive 0.6 when they'll be released. [14:08] fabo, cool [14:09] dan dennedy is near the end and jb must sync to the changes introduced [14:09] fabo, I am working on a package that needs MTL/MTL++. Is 0.2.x going to be maintained for a while after 0.3.0 is released? [14:11] I don't think 0.2.x will be well maintained, better ask dan/charles to confirm. [14:13] if the url in debian/copyright is broken... what can one do? [14:13] Hobbsee, https://help.launchpad.net/PPAQuickStart [14:14] rexbron_: ask in #launchpad [14:14] k [14:18] Hobbsee, http://packages.debian.org/source/sid/rbot [14:18] the depends [14:19] effie_jayx: what about it? [14:20] no mention of a higher version of ruby [14:20] * effie_jayx things it must have been a typo [14:21] effie_jayx: that was in 06, though :) [14:23] persia, the url in debian/copyright does not work. the package was orphaned in debian and the launchpad bug has a comment that directs to a new sourceforge url ... can I use it? [14:26] Hobbsee, I am going to remove the depend... and see what happens [14:26] effie_jayx: cool [14:29] this package uses patchsys-quilt.mk ... how different is it from simple-patchsys.mk [14:29] * effie_jayx is still young with patches [14:30] effie_jayx: if you are trying to create a new patch, I think it as: quilt new; (modify the files) quilt add ; quilt pop; or something like that [14:30] *quilt new , of course [14:31] RainCT, thanks [14:33] effie_jayx: You may want to refer to https://wiki.ubuntu.com/PackagingGuide/PatchSystems for a start with quilt [14:33] slytherin, great === Elly is now known as KarlHMark === KarlHMark is now known as KarlHMarx === KarlHMarx is now known as Elly [14:40] hi all === cprov is now known as cprov-lunch [14:45] I have done it [14:45] RainCT slytherin, good stuff [14:59] Hobbsee, I can't find a but for rbot... shall I open one? I have the fix ready [15:03] can archive admins sync from incoming.debian.org? [15:04] (probably a stupid question) [15:05] effie_jayx: go ahead [15:05] LucidFox: i think so [15:05] LucidFox: yes, they can from anywhere AFAIK. But packages in incoming.debian.org will dissapear... [15:07] Hobbsee, I can only reproduce it on hardy [15:09] yeah [15:09] Hobbsee, funny how in gutsy it has the same dependencies and it doesn't complain [15:09] ruby has only been synced in hardy [15:10] Hobbsee, and how does it affect? [15:10] effie_jayx: the ruby version only changed in hardy, from 1.9 to 4 [15:17] LucidFox: syncing from incoming.d.o works, but you need an archive admin to do it before it moves out [15:23] Hobbsee, this is from the debian BTS, lucas mentions a change in versioning for ruby. [15:23] ruby switched to a versioning scheme which avoids confusing with the [15:23] "real" ruby version. Please Depend on ruby1.8 explicitly if you need [15:23] that specific version. [15:24] LucidFox: btw libgee has just been accepted in Debian, FYI. [15:24] so my question is ... does that mean I have to use use then only ruby1.8 [15:26] effie_jayx: i think so [15:26] for those ones [15:26] Hi Guys, anybody want to take a shot at http://revu.tauware.de/details.py?package=libtuxcap Thanks [15:26] Hobbsee, sorry If I have asked too much [15:28] pochu> awesome. [15:31] crimsun: I have a quick question when you get a chance... I finished making the python module for upstreamdev from bash alsa-info [15:31] Heya gang [15:31] hey bddebian [15:31] effie_jayx: no problem [15:32] Hello effie_jayx [15:32] howdy bddebian [15:32] Hello pochu [15:34] I have problems building a package... it is a patch [15:35] No file to patch. Skipping patch. 1 out of 1 hunk ignored, Patch remove_dependency.diff does not apply (enforce with -f) [15:35] I was sure to add the file [15:36] So, what should I do with the needs-packaging bug for libgee? Change it to a sync request, or set it to invalid and file the sync request as a new bug? [15:36] fabo: what's the problem with mlt{,++}/kdenlive ? [15:37] if anyone can help me see the issue. http://pastebin.ubuntu.com/4169/ [15:38] my patch won't get applied to the package [15:38] :S [15:38] effie_jayx: Why are you creating a patch for debian/control? [15:38] Lutin: kdenlive contains useless b-d [15:38] ccache, libqt3-mt-dev [15:38] fabo: ah. maybe. I didn't check them that much [15:39] slytherin, I shouldn't? [15:39] copyright incomplete [15:40] effie_jayx: No. patches are to be created only for original source files. Rest of the changes you do i.e. everything in debian/ directory should be documented in debian/changelog [15:40] slytherin, perfect thanks ... [15:40] fabo: really ? [15:41] Lutin: i didn't uploaded kdenlive to Debian, does it make sense to have kdenlive-data ? === cprov-lunch is now known as cprov [15:41] Lutin: i'll be glad you'll sync next packages with Debian instead of debian-multimedia [15:42] fabo: sure. I didn't think it was in debian already, I would have merged from debian otherwise [15:43] LucidFox: I'd rename it, but whatever you prefer is ok [15:43] fabo: the -data is ~10Mo while the binary package is < 3, thought it would make sense to split them [15:44] Lutin: but kdenlive without -data is useless no ? [15:44] Hi bddebian [15:45] in any case, I think libgee on REVU should be archived [15:45] Heya geser [15:45] fabo: indeed [15:45] that's why kdenlive depends on it [15:48] Lutin: ok, i'll do the same split. it'll be easier to keep common things [15:49] fabo: btw, I'd like to know what I forgot in copyright :) [15:50] LucidFox: If you request a sync, I'll archive it. [15:50] Lutin: i'll send you the link when i'll put kdenlive in kde-extras repos [15:51] sync requested, bug #184540 [15:51] Launchpad bug 184540 in ubuntu "Please sync libgee 0.1.1-1 from Debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/184540 [15:52] fabo: okay. thanks [15:56] hi folks [15:57] hi sistpoty|work [15:57] hi jpatrick [15:57] heya sistpoty|work [15:57] hi Lutin [15:57] * pochu waves at sistpoty|work [15:57] hi pochu [15:57] If there is no more comments to my package how do I then get it into ubuntu? [15:57] Coper> You will need to wait for two MOTUs to advocate it on REVU [15:58] And here comes the resolution to the great mystery of why no debian-multimedia.org packages use CDBS. [15:59] Marillat doesn't like it. [15:59] which ScottK is the real ScottK? [16:00] (Which didn't stop him from sponsoring my package that does use CDBS, although he ranted about that.) [16:00] jdong: all of them I believe :) [16:00] jdong> ScottK2 posted the most recently, I believe [16:00] LucidFox: ok, I'll try that one then :) [16:00] jdong: both have the ubuntu cloak [16:00] jdong: both but as they said ScottK2 was more active last time [16:01] But he probably gets hilighted without the 2 [16:01] pochu: I needed to find the right one for a /query :) [16:01] jdong: oh, query both then :) [16:01] haha [16:02] /query should take wildcards [16:02] heh [16:02] jdong: /join #ubuntu; /query * spam :) [16:02] pochu: yeah staffers might not be too happy about that use of wildcards :D [16:02] hehe [16:03] * jdong looks into what the heck is using 75% of his RAM [16:03] Speaking of debian-multimedia.org... [16:03] I'd like to get kplayer from there into Ubuntu, but it's a Qt4 application licensed under GPLv3+ [16:04] is this allowed? [16:04] Isn't Qt4 GPL3? [16:04] pochu: not yet [16:04] well, Qt3 is at least since Ubuntu got 3.3.8v [16:04] * 3.3.8b [16:05] jpatrick: ah, but they plan it to be, right? [16:05] yep [16:05] hi guys what a good latex editor for gnome? [16:05] mohbana_: vim [16:05] lol [16:06] or gvim for gnome :) [16:06] but seriously? winefish [16:06] the previous version was Qt3, so I might request that synced until the Qt4 GPLv3 issues are sorted out... [16:07] gvim + vim-latexsuite [16:07] * LucidFox doesn't use vim. Emacs neither. [16:08] pochu, you promised to archive libgee on REVU once I file the sync request ;) [16:09] LucidFox: sure, did you file it? [16:09] I said it before... Bug #184540 [16:09] Launchpad bug 184540 in ubuntu "Please sync libgee 0.1.1-1 from Debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/184540 [16:09] What is a way to ask for rebuild of a package for a specific arch? [16:09] LucidFox: oh, I missed it, sorry. Archiving now. [16:09] slytherin> Did it previously fail to build? [16:09] slytherin: assuming this is Hardy, poking an archive admin for a give-back [16:10] but make sure the circumstances are legit first :) [16:10] on another note, looks like I might get through the backports queue today :) [16:10] completely. [16:10] Yay! [16:10] Can someone review gtkvd (http://revu.ubuntuwire.com/details.py?package=gtkvd)? I'd really like to get it in for Hardy. [16:11] jdong: LucidFox: evolution-exchange has FTBFS for powerpc with following error which I believe should be nonexistent now - evolution-dev: Depends: evolution (= 2.21.5-0ubuntu1) but it is not going to be installed [16:12] sistpoty|work: the new Comment/Reset locations in REVU packages are nice :) [16:12] then ask a buildd admin to restart the build process [16:12] pochu: thank RainCT, it's all from him ;) [16:12] pochu> indeed, very HIGish [16:13] RainCT: \o/ [16:13] (Hobbsee, hint, hint) [16:13] mmm? wha? [16:13] LucidFox: archived, btw. with a nice comment ;) === rulus_ is now known as rulus [16:13] LucidFox: Where can I find buildd admins? [16:13] slytherin wants build for evolution-exchange on powerpc restarted [16:13] in hardy [16:13] slytherin: say " Hobbsee: prease give back evolution-exchange on ppc" [16:13] mmmkay [16:14] :D [16:14] done [16:14] Hobbsee: thanks [16:14] you're welcome [16:14] * jdong wonders what other shiny buttons Hobbsee's Launchpad has :D [16:14] Hobbsee took something else? [16:15] * Hobbsee has a few [16:15] * Hobbsee didn't actually have to *visit* LP to do that though [16:16] jpatrick: buildd-admin, yeah [16:16] Hobbsee: "give-back" joke ;) [16:16] persia: I re-uploaded kita2, thnx. [16:18] jpatrick: :P [16:20] hi [16:24] How do I view the complete edit history for an Ubuntu Wiki page? [16:25] LucidFox: 'get info' [16:26] ah, I see... it's inaccurately named "Help" in the Russian interface :( [16:27] heh, that's not very clear indeed [16:28] Hobbsee, it installs [16:28] :D [16:28] but I can't test it... [16:28] * effie_jayx doesn't know anything about rbot or any other bots for IRC [16:28] no? [16:28] ahhhh [16:29] effie_jayx: stick a debdiff, assign the bug to me, i'll upload it and test it. [16:29] I guess I could learn [16:29] * slytherin wonders why openoffice has FTBFS on powerpc. Decides to investigate tomorrow. [16:29] Hobbsee, great [16:29] slytherin: you're just asking for a headache there. [16:29] mok0: I'm here now. [16:29] Hobbsee: is there a better solution? [16:29] slytherin: OOO almost always FTBFS on ppc. It's news when it doesn't. [16:29] slytherin: ignoring ppc? :) [16:30] Hobbsee: I can't. I use it. :-) [16:30] Hi ScottK2, I've made another attempt at the patch, where the .po are not patched [16:30] slytherin: There's also guilt calc into fixing it since he's the OOO maintainer for Ubuntu [16:30] mok0: I saw the bug in my bugmail, but haven't had a chance to look at it. [16:30] I will [16:31] Anyway, time to go home. See you all tomorrow. :-) [16:31] ScottK2: The assumption is that all .po files are not change wrt Debian [16:32] changed [16:34] dholbach> I have some questions about the report page [16:35] first, since what date is the progress being tracked? [16:36] LucidFox: which date? which progress? :) [16:37] https://wiki.ubuntu.com/MOTU/ReportingPage [16:37] LucidFox: oh that one... since last months 22nd [16:37] that's the date where we move all collected information to the aggregated one [16:38] where's the aggregated one? [16:38] so what's the stance on interdiffs for new upstream version sponsorship requests? Required? EncourageD? Discouraged? [16:38] general process: https://wiki.ubuntu.com/BuildingCommunity/TeamReporting [16:38] aggregated: https://wiki.ubuntu.com/TeamReports [16:39] thanks [16:40] second question: do new packages synced from Debian count in the NEW list? [16:41] LucidFox: no, but if somebody likes to add them in a "New Stuff we got from Debian" list, that'd be nice [16:42] it's OUR report, so whatever you want to add as news-worthy item is cool [16:42] How do I check out a package from Hardy if I run gutsy? [16:43] Coper: probably with prevu [16:43] or pbuilder [16:43] !prevu [16:43] prevu is an automated, personal backporting utility. Check out https://wiki.ubuntu.com/Prevu for more details [16:44] if someone create a need-packaging but the package is available in debian. Is that a sync request? [16:44] Hobbsee, what's your launchpad ID [16:44] dcordero> I'd assume so [16:45] effie_jayx: hobbsee [16:45] jdong, isn't there an error in the source.list example? [16:45] effie_jayx, although the package is not in ubuntu yet? [16:46] dcordero: Check to make sure the package builds in Hardy first, but yes. [16:46] I should have discovered the reports page sooner, when there were more newsworthy updates :( [16:46] dcordero, which package? [16:46] jdong, it talks about backporting from feisty but example uses gutsy src repo [16:46] vemon: no, that is intended [16:46] vemon: you need a src repo from a "newer" version of Ubuntu [16:46] vemon: otherwise, there's nothing newer to backport [16:46] for example, I could write about the libgpod transition, or ask jdong and/or superm1 to write about the mpeg4ip transition... [16:47] is there an easy way to increase the amount of lines the mouse scroll wheel does when I use it? [16:47] jdong, then the explanation "To be able to backport packages from Feisty's repository." is wrong. unless it's intended to only apply for the lower bullet [16:47] LucidFox: yeah [16:48] vemon: I will revise that [16:48] effie_jayx, i dont know now. But i see that situation this afternoon and had this dude [16:48] dcordero, sorry I was not following... [16:49] jdong, nice tool btw. i was just wondering if such a tool exists :) [16:49] Hobbsee, done... I did my best .. hope it helps [16:49] few days back [16:49] effie_jayx: thanks [16:49] Hobbsee, https://bugs.launchpad.net/ubuntu/+source/rbot/+bug/188959 [16:50] Launchpad bug 188959 in rbot "rbot is uninstallable due to dependecy on "ruby" << 1.9" [Undecided,New] [16:51] cool [16:51] * Hobbsee will look later [16:51] vemon: it's indeed a very convenient tool for doing backports for oneself; under the hood it's nothing but a wrapper over pbuilder so it's not "revolutionary" in any way, but certainly a lot easier to set up than a pbuilder :) [16:53] jdong: Have you looked at pbuilder-dist in ubuntu-dev-tools? [16:53] jdong, and also, importantly, makes it "available" to the average user [16:53] * effie_jayx moves on to an upgrade [16:53] ScottK2: yeah, I have [16:54] jdong: Is prevu significantly easier than that? [16:54] ScottK2: it's a great improvement over how pbuilder used to have to be set up, but prevu is still easier than that [16:54] jdong, i was thinking for a second that a gui for that would be pretty cool... but if someone can't use the console they shouldn't try to backport stuff either :D [16:54] K [16:54] ScottK2: basically, apt-get install prevu, sudo prevu-init [16:54] ScottK2: then, prevu lp:firefox-3.0 [16:54] ScottK2: apt-get update, apt-get upgrade, and voila [16:54] OK. That is easier. [16:54] I think for the sole purpose of personal backporting, prevu still takes the cake for ease of use [16:55] Makes sense. [17:01] persia: Uploaded. === LifeHacker is now known as tuxmaniac [17:16] I'm looking after first advocate for my package malbolge. I've fixed all broblems that have been brought up. http://revu.tauware.de/details.py?package=malbolge [17:21] jdong: can I download the latest source from hardy with prevu? [17:22] when I run apt-get source I get the package from gusty and not hardy [17:24] Coper: Just change the deb-src lines in your sources.list to hardy [17:25] ahh okej. === mdomsch_ is now known as mdomsch [17:47] when doing an upgrade, Get an error saying " This package has a Debian revision number but there does not seem to be an appropriate original tar file or .orig directory in the parent directory; (expected kipina_0.2.2.orig.tar.gz or kipina-0.2.2.orig)" [17:47] I made sure I changed the source tar.gz to orig.tar.gz [17:49] What's the name of your orig.tar.gz? [17:49] ScottK, found the mistake thanks [17:50] it was a _ instead of a - [17:50] ;-) [17:54] Coper: what scott said. Also, alternatively if you download the .deb for prevu from Hardy, you can just type "prevu lp:name_of_pkg" and prevu will automatically query Launchpad for the latest Hardy release [17:55] (yes, it is safe to grab the hardy .deb of prevu from packages.ubuntu.com; it's a python app) [17:59] I havea question... the package fails to build. it is missing checking for GCONF... configure: error: Package requirements (gconf-2.0) were not met, could it be a change in name of the package? [18:01] persia, LucidFox: sooo... now you can simply sync libgee ;) [18:02] slomo_> yes, I've already filed a sync request [18:03] bug #184540 [18:03] Launchpad bug 184540 in ubuntu "Please sync libgee 0.1.1-1 from Debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/184540 [18:03] LucidFox: great... why do you want/need it btw? [18:04] because I'm interested in Vala [18:04] currently writing an application in it [18:04] LucidFox: what application? :) [18:05] a music manager for iriver players in UMS mode [18:05] (because I have one myself and didn't find any such program) [18:06] LucidFox: what do you want it to do? banshee and rhythmbox should probably handle them (i personally use the shell for mine... or sometimes nautilus ;) ) [18:06] rhythmbox has _very_ incomplete support for it [18:07] I want to be able to at least manage playlists and videos in addition to music === x-spec-t is now known as Spec [18:09] Could someone please take a look on my package. It should be quite ok. [18:11] blueyed, what's the status of batik 1.7? [18:15] any suggestions on this situation? the package fails to build. it is missing checking for GCONF... configure: error: Package requirements (gconf-2.0) were not met, could it be a change in name of the package? [18:16] Is it always this hard to get a package in? [18:17] dcordero: take another look on Bug #177443 i have added some feedback in there [18:17] Launchpad bug 177443 in photoprint "photoprint should recommend or require icc-profiles package" [Undecided,Confirmed] https://launchpad.net/bugs/177443 [18:18] I've reserved most of the day for fixing potential problems that might remain in my package, but no-one really points out any. [18:20] nxvl, i am waiting for debian maintainer http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463826 [18:20] Debian bug 463826 in photoprint "Merge from ubuntu" [Normal,Open] [18:20] cyberix: i suppose that people are busy with the upcoming feature freeze etc [18:21] Aren't people supposed to advocate packages that doesn't have problems? [18:22] cyberix: they'll only advocate if they're sure there are no problems [18:23] nxvl_work, , i am waiting for debian maintainer http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463826 [18:23] Debian bug 463826 in photoprint "Merge from ubuntu" [Normal,Open] [18:23] I uploaded my package already during christmass, and fixed most bugs immediately on new years eve when they were pointed out. I did this to make sure the package would be fine in time for Hardy. [18:24] I doubt it is really anyones fault, yet still it disturbs me a bit. [18:24] dcordero: on that patch are also somethings missing [18:25] cyberix: what's your package? [18:25] malbolge [18:25] just asking out of interest, i'm not a MOTU [18:25] http://revu.tauware.de/details.py?package=malbolge [18:25] dcordero: you need to explain on the changelog EVERY change yo make [18:25] cyberix: did you see earlier discussion about malbolge? [18:25] dcordero: and i see some changes that aren't on the changelog [18:25] laga: Yes. I took part. [18:26] ah [18:26] nxvl, yes? what changes? [18:26] that's all i can offer :) [18:26] dcordero: and the 3th entry of your changelog is to inexact [18:26] dcordero: it like if i say "i fix some bugs k thnx" [18:27] laga: Iirc persia said the packaging should be ok now, but he didn't advocate earlier because he didn't know software had been written in malbolge. [18:27] i dont understand u, i think that all my changes are on changelog :/ [18:27] LucidFox: re batik: copyright hell, as usual. I've lying a package around with a get-orig-source for the used fop-0_94, but this includes binary-only libs itself.. [18:27] dcordero: you need to write your changelog keeping in mind that other developers will look at the changelog to know in which version are the changes they want and it must be as clearest as posible [18:28] laga: I suppose he might advocate now that I corrected him. But he is gone. :-( [18:28] LucidFox: the debian package for 1.6 was already repacked, but then fop was "easier". [18:28] dcordero: on the debian one they are, on the ubuntu they don't [18:28] cyberix: you mean there is software written in malbolge? (as in real software)? [18:28] :( [18:28] dcordero: also the debian ones are not really clear [18:28] sistpoty|work: hello world [18:29] ok, i'll take a look later for the changelog of ubuntu [18:29] thanks [18:29] sistpoty|work: But persia was asking for proof that the interpreter works. [18:29] cyberix: phew... otherwise it'd be a reason for me to not advocate the package (if then s.o. would want to bring in an application written in malbolge *g*) [18:29] LucidFox: copyright isn't nice lately everywhere in the packages I touch.. :/ [18:29] effie_jayx: I think that you should install gconf2 package. [18:29] sistpoty|work: :-D [18:30] cyberix: I'll be on my way home now, but I'll take a look once I'm at home [18:30] btw: is the copyright ok for http://revu.ubuntuwire.com/details.py?package=jedit (as far as I've done it)? [18:30] sistpoty|work: Great. Thanks a lot. Please contact me when you're working it. [18:30] cyberix: sure, will do [18:30] * sistpoty|work heads home [18:30] cya later [18:31] LucidFox: do you want to look into batik? I could give you the package I've done so far.. === czessi_ is now known as Czessi [18:32] LucidFox: another option might be to just fix the 1.6 package?! [18:32] no, I don't feel like it, sorry [18:33] LucidFox: I can do the fixing - it's mainly just the build-depends.. I'll do that.. no need to upgrade from upstream, if Debian hasn't sorted that out yet.. [18:34] shibata, the thing is in the depend line there is no reference to gconf2 [18:34] blueyed: slytherin looked into batik also and if it were only the build-depends then the package would be fixed already [18:35] if I don't mix up things a bug in w3c-dtd-xhtml needs to be fixed first [18:35] geser: I'm quite sure it is.. let me check again.. === Ubulette_ is now known as Ubulette [18:37] shibata, does it asume it is installed? [18:38] anybody has the link of all the steps to follow when making ubuntu-changes to a debian package? [18:39] juliank: when did you discuss automated copyright extraction? I'm interested in the logs/outcome.. [18:39] blueyed: please check as that would kill another FTBFS and would allow an other package to build [18:40] geser: already pbuilding [18:40] effie_jayx: sorry, I'm not sure about it. Your guess may be correct. What is it package? [18:41] kipina [18:41] shibata, the package fails to build after an upgrade [18:43] effie_jayx: I will confirm from now. But don't expect me. I'm beginner for packaging. [18:43] shibata, so am I. two heads think better than one [18:49] just added myself to the contributers-team on launchpad... can anybody resync the keyring for revu? [18:58] persia: was it you that told me Marek Slama is based out of Czech Republic? === Pricey is now known as PriceChild [19:01] geser, LucidFox: yes, batik 1.6 requires e.g. JPEGEncodeParam, which is not yet implemented in icedtea. upstream's 1.7 works, but there's the source issue with the fop-0_94 used by it... [19:02] effie_jayx: I have no problem and build completed, 0.1.1-4 in pbuilder environment. === PriceChild is now known as Pricey [19:02] * blueyed wonders if it's ok for multiverse to not include the sources of used libs? [19:03] shibata, darn [19:03] blueyed: I'm not sure I understand your question [19:03] Hi all. I'm preparing a fake sync for mailping (to maintain the version relationship between Debian and Ubuntu). Debian version is 0.0.4-2 and the latest Ubuntu version is 0.0.4ubuntu5. What is a good solution for this case? === Pricey is now known as PriceChld [19:04] blueyed: You plan to add a binary library to multiverse? [19:04] cyberix: debian has repacked the batik 1.6 source, because a used lib was not included as source.. however, with 1.6, there's even no-source libs in the lib upstream. [19:04] cyberix: there's a binary lib in a source package, used for building it. === PriceChld is now known as PriceChild [19:04] blueyed: it should be if the lib is redistributable and doesn't conflict with the license [19:05] blueyed: I suppose that would fit in Multiverse. [19:06] geser: so then using batik 1.7, without repacking the source would do it? [19:06] is pbuilder or from scratch the recommended way to package things? [19:06] effie_jayx: According to pbuilder log, kipina does not need gconf2... [19:06] blueyed: probably as batik is in multiverse [19:07] yay! :) [19:07] shibata, I m building an update [19:07] shibata, it must be in a new version [19:08] new version? [19:09] where can I find a list of apt categories? (the "Section:" in the debian/control)? [19:09] shibata, yes.. I am working on an upgrade. 0.2.2 [19:10] kdub: somewhere on www.debian.org/devel/ in the policy IIRC [19:10] shibata, ubuntu is in 0.1.4 and the package is orphan in debian [19:10] thanks blueyed [19:10] effie_jayx: oh, sorry... I will try new version. [19:10] blueyed: does the batik license require that we also provide the source code? [19:10] shibata, I did the upgrade [19:11] kdub: http://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections [19:11] shibata, there is no new version in ubuntu yet [19:11] shibata, no problem I shall check the mailing list [19:11] geser: the source for batik is there, even the one for pdf-transcoder/fop, only the one for fop's libs is missing then. [19:12] geser: for those: http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_94/lib/ [19:12] blueyed: from a quick look at the license this shouldn't be a problem [19:13] btw: is this a different fop as the packaged one? [19:13] geser: don't ask me.. ;) [19:14] geser: from the version numbers it seems to be the same.. therefor it's kinda strange that fop itself build-depends on batik, isn't it? [19:16] yes, looks strange [19:17] if you want to be sure about the batik source, ask an archive admin [19:20] hey guys is there anything similar to kile for gnome? i didnt like vim [19:21] persia: You plan to advocate the package now that example programs exist and I added the readme file? [19:22] persia: I wanted to ask you before you disappear again. [19:22] mohbana_: gedit? [19:22] persia: Sistpoty said he was going to look at it. I don't know yet, if he finds something to complain about. [19:26] jdong: hello [19:26] concerning the tracker backport [19:26] it is only a motu, that can do a keyring sync for revu, right? [19:26] effie_jayx: I could reproduce "Package requirements (gconf-2.0) were not met". [19:27] shibata, could it be the name [19:27] ? [19:27] effie_jayx: name? [19:27] is gconf-2.0 the nameof the package... I thought it was gconf2 or is it just me being silly [19:27] ~packaging [19:28] jdong: some people seem to need to reindex their database because 0.6.3 broke it [19:28] effie_jayx: I think that gconf-2.0 is not package name. [19:28] jdong: for me it went fine without reindexing [19:29] jeromeg ok, that's good information to know [19:29] jeromeg: I think I'll approve it then the next time I process the queue [19:29] effie_jayx: "gconf-2.0" is module name. In configure.ac, there are "PKG_CHECK_MODULES(GCONF, gconf-2.0)". [19:29] which hopefully will be soon. I'm trying to be better about that :D [19:29] jdong: yep i've seem your good work this morning ! congrats ! [19:30] :) [19:30] Hey [19:30] effie_jayx: In my opinion, gconf2 is package which is provide gconf-2.0 module. [19:30] jdong: i'll try to do more testing when i find some time [19:30] jeromeg: that'd be awesome :) [19:30] now... to head off to the gym... [19:30] jdong: i've been running a backport of pidgin for more than a month without any problems [19:31] shibata, I see [19:31] * RainCT is happy that pochu likes his REVU changes :) [19:32] jeromeg: sounds good, I'll have to take a close look at it then [19:32] shibata, but it should complain then [19:32] jdong: lionel has set up a repo with it to ease testing [19:32] shibata, except if it is not installed [19:44] * RainCT is up for 1 review [19:45] crimsun: Are you available? [19:46] * jdong looks at above statement and brings up the idea of the REVU dating service again. [19:47] REVUharmony.com [19:47] See what it's like when attraction is ignited by debcompat-ibility [19:47] Like you could actually GET a date.. :) [19:47] jdong: hahaha [19:48] * jdong wouldn't be surprised if he gets a lawsuit in the mail about that tomorrow :D [19:48] I cant date you.. you are packages all wrong [19:48] packaged [19:48] sorry, feeling punchy today... [19:48] Jack_Sparrow: incompatible architectures? ;-) [19:49] hmm this could REALLY work [19:49] !jdong [19:49] jdong: yes, but you're FULL OF CRACK! [19:49] encapsulating a dating service as a debian/control file [19:49] *g* [19:51] what is the cli command to find the current ALSA module in use.. ? That is the last thing I need to finish on the upstreamdev log-module for alsa-info === luisbg_ is now known as luisbg [19:55] effie_jayx: What happens if add "libgconf2-dev" in control file? [20:00] RainCT: do you want to review jedit? :) [20:00] cyberix: malbolge advocated [20:01] \o/ [20:01] blueyed: looking :) [20:01] * cyberix wonders, if persia will show up once more today [20:02] sistpoty: Thanky you. [20:02] s/y// [20:02] cyberix: thanks for your work! [20:03] I'm looking after _second_ advocate for my package malbolge. I've fixed all broblems that have been brought up. http://revu.tauware.de/details.py?package=malbolge [20:04] RainCT: I know about "Homepage" already.. :) [20:10] RainCT, Hi thanks for reviewing my package http://revu.tauware.de/details.py?package=libtuxcap. I've fixed the issues you had with it and uploaded a new version [20:10] the 'Homepage' field in debian/control, is that official... and from which standards-version? [20:12] awen_: yes, 3.7.3 [20:13] (or perhaps 3.7.2.*, I'm not sure) [20:13] 3.7.3 [20:14] thx... but stil wonders why dpkg-buildpackage still complains [20:15] awen_: get a newer lintian version [20:15] cyberix: advocated. [20:15] RainCT: i'm using the one in hardy... shouldn't that one be updated? [20:15] It is [20:16] blueyed: Thanks! [20:16] Now I can get to bed early [20:16] :-D [20:16] awen_: Ah, might be that they haven't added it to lintian yet. [20:17] cyberix: you may want to look at the jedit package.. even if you cannot advocate it.. :p [20:17] blueyed: It is written in malbolge? [20:18] persia: Got the advocates. Thanks a lot for your help too. [20:18] RainCT: looks like it... just checked; am using the newest version avaible in hardy [20:19] RainCT, awen_: lintian has support for the Homepage field. [20:19] since 1.23.35 [20:19] RainCT: did you send the mail to me instead of MC list on error? [20:20] sistpoty: yes, already re-send it to MC (but with the wrong e-mail address, so that it's in the moderation queue -.-) [20:20] heh, k [20:20] juliank: i still get "dpkg-source: warning: unknown information field 'Homepage' in input data in package's section of control info file" and lintian 1.23.42 is installed? [20:20] * RainCT really finds this annoying in GMail [20:21] awen_: then it's dpkg-source who complains :) [20:22] cyberix: no, jedit is written in java. [20:22] blueyed: why is priority "extra"? [20:22] * RainCT thinks he will leave this sentence somewhere ready for copy-pasting :D [20:22] RainCT: ahh... i'll just ignore that then :) [20:23] RainCT: because dh_make put it there.. [20:24] blueyed: and you let dh_make decide for your? :P [20:24] RainCT: do you have revu-powers (aka. is able to keysync)? [20:24] RainCT, awen_: Support for Homepage has been added to dpkg 1.14.16, but hardy has 1.14.15ubuntu1. [20:24] RainCT: no, but paid no attention. Should be optional, right? [20:25] awen_: no, but sistpoty and persia have [20:25] juliank: ok, thanks [20:25] blueyed: yes, probably [20:26] RainCT: okay... thx [20:26] blueyed: unless your PC explodes when you install it :D [20:28] blueyed: I don't like the short description (the "programmer's" part), but I'm not native English speaker so feel free to ignore me :P [20:28] RainCT: taken from the project homepage/their .deb.. [20:29] * sistpoty syncs keys on revu [20:31] blueyed: Comment[ca]=Editeu fitxers de text Comment[es]=Modifique archivos de texto GenericName[ca]=Editor de text per a programadors GenericName[es]=Editor de textos para programadores [20:33] blueyed: looking at the files in debian/* it looks fine (beside the priority), but I encourage adding an .xpm for debian/menu :) [20:36] RainCT: ok, I had an xpm, but thought that .png would be enough, when it complained that it's not 32x32.. ;) will resize and add one. Thanks for the translations. [20:36] RainCT: what do you think about debian/copyright so far? [20:37] blueyed: looks fine, but I'm not familiar with the machine readable syntax [20:38] blueyed: Have to boot to hardy. I'll take a look. [20:38] paas: why are there libavogadro0.install, libavogadro0-dev.install and avogadro.install if you don't mention those in debian/control? [20:42] RainCT: oops, forgot to remove these, will do now [20:46] For a debian menu file, do you have to specify the full icon path, or does it work as with desktop files? [20:48] thx for the sync sistpoty :) [20:53] now i can get the package reviewed, if anybody is up for that: http://revu.tauware.de/details.py?package=imapsync [20:55] np awen_ [20:57] worked together with the debian maintainer for this version, but sadly he ended up making a last minute change, that prevented the package to build in the buildd's... this is a fix to get the package building [21:05] RainCT: ok, fixed that [21:07] btw, OLPC's interface is called Sugar, or? [21:07] yes [21:07] that's the UI, yes [21:09] and wasn't it going to be in Xubuntu? [21:10] It's in the Hardy repos [21:14] ScottK: do you know how it is called? [21:15] Not exactly, but it's got sugar in the name(s) IIRC. [21:16] I can only find sugar-datastore and sugar-presence-service.. :/ [21:16] persia: Thanks, I feared as much. [21:16] perhaps the other pieces aren't in yet [21:18] blueyed: ah, I forgot before: I prefer if debian/copyright links to the download page instead of the index of the home page, but this is a just a question of personal thing, so also feel free to disagree here [21:18] (paas: ^ same for you) [21:19] RainCT: There's a PPA for Gutsy. I thought it was all in the repos for Hardy. Maybe not yet. [21:20] ScottK: ah, I'll wait then. Thanks! [21:27] effie_jayx: What happens if add "libgconf2-dev" in control file? he is not here but for the sport... an app shouldn't depend on dev libraries right? [21:28] MOTUs, please review http://revu.tauware.de/details.py?package=sabnzbdplus - looking for a second advocate. thanks [21:31] Good morning. [21:33] RainCT: I think the download URL may change, therefore I think the main homepage is safer. [21:33] Morning, TheMuso. [21:33] paas: I'm still pbuilding it but until now it looks good :), just add two lines at the end of the description for libtuxcap-dev (check some other lib to use the same text), sorry for not telling you before [21:33] ScottK: Re: courier... Apart from the changelog stuff could you make use of the patch? I did not create it as a debdiff, but rather as an ordinary diff -urN [21:34] blueyed: ah, good point === _emgent is now known as emgent [21:42] blueyed: My Hardy is broken and I need to go and sleep soon [21:42] RainCT: is it ok if I add "This package contains the development files needed to link against the libtuxcap shared and static libraries." to the end of libtuxcap-dev? [21:42] cyberix: for looking at jedit? No problem.. it was just an "idea" ;) Sleep well. [21:42] RainCT: and is it ok if I add " This package provides a shared library needed by C++ programs linked with it." to the libtuxcap1 section? [21:43] blueyed: Compiling on gutsy gives me various warnings, but then again it wasn't supposed to work on gutsy [21:43] slangasek: I'm just looking bug #188868, which is caused by sdl-image1.2 dlopen'ing libjpeg62.so.. what would be the right thing here? have sdl-image link against libjpeg62 so that the dependency will get picked up? [21:43] Launchpad bug 188868 in trigger "Missing dependency on libjpeg62" [Undecided,New] https://launchpad.net/bugs/188868 [21:43] mok0: I'm busy today so didn't have a chance to look further. [21:44] RainCT: Should I also add the Homepage attribute to the control file? [21:44] ScottK: np [21:45] paas: yes, add the Homepage. and I think the texts are also ok :) [21:48] sistpoty: that would IMHO be the correct thing to do [21:49] slangasek: ok, thanks [21:49] sistpoty: dlopen()ing public libs is a bad idea, because it means you're not actually building against the headers and bypassing any symbol versioning [21:49] (that's two separate problems, fwiw :) [21:50] heh [21:50] as far as I've seen it, dlopen can be disabled (at least for libjpeg62) in sdl-image... I'll fidlle with this :) [22:02] RainCT: I've uploaded a new version with the fixes :-) [22:02] RainCT: me too :) [22:03] great :) [22:03] paas: I'll advocate once it finished building ;) [22:17] paas: lintian had some complains about the .deb (see my comment on REVU), but this is now really the last thing I'll complain about :) [22:19] well, good night all [22:20] argh, I just answered effie_jayx question and then received blueyed answer which said the same :) [22:21] pochu: on the mentors list? [22:23] blueyed: yeah, you are fast ;) [22:24] pochu and blueyed , thanks for the answer I am going ahead and test [22:26] Do I need to add that in the changelog? === rzr is now known as rZr [22:30] effie_jayx: yes [22:30] effie_jayx: you should add everything you change [22:30] pochu, great [22:35] Please review http://revu.tauware.de/details.py?package=sadms [22:36] sistpoty: tweaked & uploaded. [22:36] thanks crimsun [22:37] (debian/control -> XSBC-Original-*, etc.) [22:37] crimsun: ah, right... I guess I'm too used to getting a build failure (which didn't happen this time *g*) [22:38] hehe [22:39] the build can't find scrollkeeper-config... :S [22:40] is scrollkeeper in the build-depends? [22:40] Hi, how do I fix this lintian error shlib-with-non-pic-code? [22:41] paas: Ooh, that's a new one on me (but I only build on amd64, so that's a fatal error). You probably need to fix the upstream build system. [22:43] I've checked and it's build using -fPIC and I'm using gcc -shared instead of gcc Wl,-shared, any idea? [22:43] paas: any inline assmebly in the code? [22:44] Hey everyone, I am looking for a review of Open Libraries and openFX: http://revu.ubuntuwire.com/details.py?package=openlibraries http://revu.ubuntuwire.com/details.py?package=openfx [22:46] sistpoty: yep, just grepped for asm and found an asm("nop"); [22:47] paas: hm... why would s.o. put a "nop" in there? *g*... I may be wrong, but I don't think only a nop will cause this error [22:49] sistpoty: I'll remove the nop and try again, see what happens [22:49] heya [22:49] hi emgent [22:49] sistpoty, have you read security team meeting log ? :) [22:50] emgent: not yet... thanks for reminding me to do so [22:50] sistpoty, see https://wiki.ubuntu.com/UbuntuPentest :) [22:51] sistpoty: and what about this one: lintian gives me non-dev-pkg-with-shlib-symlink on my shared library package [22:51] and join #ubuntu-hardened,is avaiable bot that post in real time security advisory (CVE,bugtraq etc..) [22:51] is Daniel Hahler here on IRC? [22:51] blueyed: <-- [22:52] paas: the *.so should only go to the -dev package, not to the library package (you'll only need it to via -lsomelib which will pick up libsomelib.so) [22:52] man-di_: sorry. nick is blueyed. [22:53] aah [22:53] How can I assing something to a $variable inside an if statement in a makefile? I've tried with a simple GST_PACKAGE_NAME = "foo" but it errors with "/bin/sh: GST_PACKAGE_NAME: not found" [22:53] blueyed: sorry, but the patch you sent me (xmlgraphics-commons) is crap [22:53] pochu: try removing the space around = [22:54] blueyed: please see the comment in the bugreport for the reason [22:54] geser: trying, thanks [22:54] sistpoty: ok, thanks, I'll fix it tomorrow, cheers [22:54] np [22:55] geser: woha, thank you :) [23:00] emgent: just read parts of the meeting... and of course the pentest wiki page... very nice and great idea! [23:00] :) [23:00] emgent: and big thanks again for hunting down the revu security issues! [23:01] man-di_: looking [23:03] * sistpoty needs to go to bed now [23:04] gn8 everyone and cya tomorrow === leonel_ is now known as leonel [23:05] man-di_: but isn't this also what you've said in the tagged-pending comment? (which I've not read before) [23:08] TheMuso: Given the annoyance of that license, I'd suggest filing an ITP, putting a candidate on mentors, and sending a request for license review to debian-legal@. If you need it for hardy, ask one of the archive admins to see if they would accept it: regardless of my comments, you've a second ACK. [23:09] blueyed: yeah, I was wrong...I requested rejection from NEW queue and forgot to fix the bug report [23:09] blueyed: I found the problems too late [23:10] blueyed: BTW: No need to write patches for bugs marked pending already, pending normally means the bug is already fixed and not yet uploaded [23:10] man-di_: yes, I see. I've not seen this when submitting it using the submittodebian script. [23:11] man-di_: I'll try using icedtea-java7 then. [23:11] blueyed: scripts are evil *g* [23:12] man-di_: btw, I've also looked into the batik package, which only builds with upstream's 1.7 with icedtea. Have you looked into this (I've seen reports about it)? [23:13] blueyed: Vincent works on it [23:13] man-di_: fop-0_94 contains a libs directory now itself, without source - but I've been told that it would be ok for Ubuntu's multiverse. [23:13] (if you mean batik) [23:13] yes [23:14] blueyed: and? (fop) [23:15] man-di_: currently batik's source is repacked to include the fop source, but doing so now pulls in some binary-only libs (for fop). [23:15] I have a get-orig-source for that, I've you're interested [23:15] s/I've/if/ [23:16] blueyed: send it to Vincent if its for batik [23:16] persia: Right. I've let upstream know, and I'm waiting for a response, after I gave them a link to the DFSG. [23:16] Its not high priority though, so I'm not pushing hard on it. [23:17] man-di_: ok, thanks again. [23:19] man-di_: I've came to xmlgraphics-commons through batik. I was wondering why batik depends on/used fop, and fop itself build-depends on batik. Seems strange. [23:21] blueyed: normal in Java country [23:24] Anyone has a clue why the printf will print "" ? GST_PACKAGE_NAME shouldn't be empty [23:24] http://paste.ubuntu.com/4180/plain/ [23:25] Jack_Sparrow: were your questions for alsa-info answered? [23:26] Hey... [23:27] pochu: tried without the parentheses? or with curly braces? [23:28] crimsun: I got the log-module done... only one question... What is the cli command for ALSA Module in Use ? [23:28] pochu: currently it's a subshell invocation, isn't it? [23:28] blueyed: it's in a makefile target [23:28] blueyed: I haven't tried that, let me see [23:29] blueyed: without parentheses didn't work, still "". What are curly braces? [23:30] Jack_Sparrow: do you mean the driver or all the kernel modules? [23:30] blueyed: when running the makefile, the code is shown as this: http://paste.ubuntu.com/4181/plain/ [23:31] pochu: use $${VAR} [23:31] man-di_: well, using icedtea results in the same/broken .jar.. [23:31] man-di_: at least it was broken like that before in Ubuntu's archived (I've only did a merge).. will file a bug about it. [23:31] blueyed: yes, the needed classes are in not in icetea [23:31] Jack_Sparrow: for the former: awk '{print $2}' /proc/asound/modules [23:32] Jack_Sparrow: for the latter: lsmod|awk '/^snd/ {print $1}' [23:32] man-di_: too bad that the build does not fail then. [23:32] crimsun: There was one catagory in your output I did not have yet [23:32] blueyed: write a patch [23:32] crimsun: Thanks.. [23:32] blueyed: should be pretty trivial [23:32] man-di_: to make the build fail? how would you attack it? [23:33] always compile the tiff stuff, not do this conditionally [23:37] pochu, around? [23:38] wow [23:39] jwendell: yes, sir :) [23:39] pochu, Hi [23:39] pochu, I was thinking if you would want to provide a debdiff for bug #188033 [23:40] Launchpad bug 188033 in tsclient "tsclient crashed with SIGSEGV in g_type_check_instance_cast()" [Medium,Fix released] https://launchpad.net/bugs/188033 [23:40] * pochu waits for launchpad to load the page... [23:41] * pochu starts to think whether his wifi disconnected or launchpad is down [23:41] !ping [23:41] ping yourself ;-) really the diodes all down my left side are sore [23:41] launchpad.net could not be found. Please check the name and try again. [23:41] Is it just me? [23:41] yes [23:42] hehe [23:42] Alright, it worked now [23:42] jwendell: I can create a debdiff, but I won't be able to test it other than building the package... [23:43] pochu, yes, this is what I mean [23:43] pochu, I just wanted this fix soon in hardy [23:43] pochu, and your name comes first in my mind ;) [23:44] jwendell: you need to learn how to make debdiffs, it's quite easy ;) [23:44] pochu, I already know how to do this [23:44] jwendell: I'll try to make one later, but I'm quite busy with gstreamer stuff so I can't promise it [23:44] jwendell: oh, alright :) [23:45] pochu, I just don't have the time to fix upstream and handle downstream [23:45] jwendell: that's understandable [23:45] pochu, don't worry, let's just assing it to some right team and ping seb128 tomorrow [23:45] jwendell: I'll take care of it. [23:46] pochu, ok then, thanks [23:46] * pochu is still fighting this makefile... [23:47] pochu, thanks, see you tomorrow [23:48] pochu: who leads? you or the Makefile? [23:50] geser: the makefile atm :/ [23:51] ah! Got it! [23:51] * pochu WINS! :-) [23:51] man-di_: well, I would have to hack the build.xml file to set internal-codecs.eff.disabled to false always.. but that feels dirty to me.. ;) [23:52] man-di_: btw debian/watch: opts=dversionmangle=s/\.dfsg(\.\d+)?$ (the .NUMBER is optional really - at least currently) [23:52] I ended using an ifeq at the beginning of the makefile, instead of an if inside a target. It seems like inside the target the variable wasn't assigned the correct value. Either that or I messed it entirely [23:55] pochu: have you tried $${var}? [23:56] ..because this works in debian/rules: [ "${VERSION}" = "$${version}" ] [23:56] the first one is a makefile var, the latter being set in the subshell call [23:57] blueyed: I haven't, but I don't think it would have solved it, as there was an else statement which should have assigned a value to the variable. And it was still empty [23:58] blueyed: hmm, do you mean in the if [ foo = bar ], or in GST_PACKAGE_NAME="bar" ? [23:58] ..well "empty", because you've not called it properly, I think. [23:59] foo="bar"; echo $${foo} should work [23:59] ah