[12:03] marcin`, ArmeBosse: 2027 is the right one to review? [12:04] sistpoty: currently yes [12:04] no it's not the right one* [12:04] marcin`: what do you mean w. currently? another upload pending? [12:04] ArmeBosse: do you really want your config.template.php ? [12:04] sistpoty: just a moment [12:05] marcin`: sure [12:05] there's probably 2 different package from 2 people if we continue === sistpoty gets a break and is out for a smoke [12:06] ArmeBosse: is there something else different than this postinst script? [12:06] oh yes, i can send you a diff [12:06] ok [12:07] there's 16 files changed from previous upload [12:07] no 13 [12:07] ? [12:07] no way... [12:07] you count these removed files that are related with 'themes' ? [12:08] morning all [12:08] just a diff and count how many files [12:08] ArmeBosse: I ask about difference between package on your website [12:08] ArmeBosse: and this one that is currently in revu [12:09] i talk about previous upload [12:09] ajmitch_: hi [12:09] ArmeBosse: I got /debian directory from your current package [12:10] svn is the real one synced [12:10] heh need to learn svn [12:10] hi ajmitch_ [12:10] can you tell me how to checkout this now? [12:10] just read the page [12:11] ajmitch_: hello [12:11] http://vtigerforge.fosslabs.com/scm/?group_id=20 [12:12] ok got it [12:12] just a sec [12:12] anyway I think that sistpoty could take a look on vtiger now [12:13] time is running [12:13] and I'm almost sure that the only thing that could be different is this postinst script [12:13] ajmitch: I was told that you have main privs? Do you have time to look at libnfsidmap? Simple task ;) [12:14] marcin`: you're wrong [12:14] tepsipakki: yes I do have upload privileges, no I don't have time [12:14] ArmeBosse: my password doesn't work [12:14] http://revu.tauware.de/diff.py?upid1=2026&upid2=2027 [12:14] ArmeBosse: need to checkout anonymous [12:15] if you don't know your pass, you can't put polish lang [12:15] ajmitch: ok, np [12:16] tepsipakki: btw.: is this a new upstream version? [12:16] marcin`: http://revu.tauware.de/diff.py?upid1=2026&upid2=2027 [12:16] ArmeBosse: I can log to polish lang as admin [12:16] ArmeBosse: and I know my password but this pass doesn;t work with svn for ubuntu package [12:16] same pass [12:17] use 3 times [12:17] sistpoty: yes [12:17] same pass [12:17] like alioth [12:17] shit... I also forgot about header in 'copyright' [12:17] tepsipakki: you'll need to request an UVF-exception as well (just in case you haven't done so yet) [12:17] UVF exception ? [12:17] sistpoty: done already [12:17] good [12:18] ArmeBosse: no 'package was debianized by..." and my credentials [12:18] ArmeBosse: I added these additional licenses but forgot to change header [12:18] ArmeBosse: UpstreamVersionFreeze was some time ago, that means new upstream version for existing packages need prior approval [12:18] k [12:19] marcin`: you don't seem to look same diff file [12:21] I look on this *2027 [12:22] we need to synchronize in 100% [12:22] I'll be ready [12:22] in 10 minutes [12:22] sistpoty: are you here? [12:23] marcin`: yes [12:23] sistpoty: short question [12:23] sistpoty: we need to synchronize some changes but I also got more general question [12:24] go ahead then ;) [12:24] sistpoty: we have some not so important differences between ArmeBosse repo and mine [12:24] sistpoty: but there is one important thing [12:24] sistpoty: in vtigercrm-mysql-local we need to create /etc/vtigercrm/config.inc.php file [12:25] sistpoty: we do this in *.postinst script but in different way [12:25] i'll bet and win ;) [12:25] sistpoty: ArmeBosse has debian/config.template.php file [12:25] sistpoty: and he want's to install this file in /etc/vtigercrm/ [12:26] sistpoty: from 'rules' script [12:26] he can look previous package [12:26] sistpoty: and then use this template to as input to generate /etc/vtigercrm/config.inc.php [12:26] http://revu.tauware.de/details.py?upid=2026 [12:26] sistpoty: hmm I'm lost now maybe previous... [12:27] ArmeBosse: right [12:27] sistpoty: so there you can take a look at ArmeBosse way [12:27] sistpoty: and in current http://revu.tauware.de/details.py?upid=2027 [12:27] sistpoty: you can take a look at my way in .postinst [12:28] phew... before I take a look... just a questions, maybe it solves the issue [12:28] sistpoty: I create config.template.php on the fly with mktmp and it goes to /tmp [12:28] sistpoty: and then I use this file as input for postinst - and remove on the end [12:28] sistpoty: question is - which solution is better === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu [12:29] marcin`, ArmeBosse: if you install that file under /etc... is creating the actual config from it repeatable (as in calling a command and get a config from it)? [12:29] sistpoty: will you complain on ArmeBosse way? === cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu [12:29] repeatable yes via dpkg-reconfigure [12:30] only config-files should actually go to /etc/... if the template doesn't fulfill the meaning of a config-file, it shouldn't be there [12:30] rule / debian policy to refer to please ? [12:30] but in the case, that an admin has the possibility to change the template and easily create a new (actual) config-file from it, it sounds like a good solution to me [12:31] ArmeBosse: probably in fhs... or in debian-policy where it says about config-files... would need to look myself [12:31] my point of view: [12:31] for me it must be readable and maintainable [12:32] ArmeBosse: heh and I missed README.Debian... need to change my build scripts... [12:32] a postinst is postinst and not a template [12:32] marcin`: you missed many things [12:32] ArmeBosse: but user should not maintain *.template.inc [12:33] if i need to change the template i don't want to touch postinst file [12:33] from my point a view a non sense [12:33] user no, user don't touche /etc [12:33] ArmeBosse: the thing is that user shouldn't touch template.php at all [12:33] admin yes [12:34] ArmeBosse: ok - not user - admin [12:34] ArmeBosse: but if admin - then stil he should touch config.inc.php - not template.php [12:35] i want to use dbconfig facility [12:35] ArmeBosse: neither fsh nor debian-policy seem to provide exhaustive information on this [12:36] yes in general, it's to admin point of view [12:36] only thing in fhs is: /etc contains configuration files and directories that are specific to the current system. === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [12:36] so the question is: is this used to configure s.th. or just a template, which an admin can use as *template* to write his config-file from [12:37] sistpoty: it's just template [12:37] not for me :) [12:37] hehe [12:37] sistpoty: but in fact it's not for admin - postinst uses this file as input to generate config.php [12:37] ok, ArmeBosse, with your solution I could dpkg-reconfigure and would have a new config-file, right? [12:38] anyway i'll keep it like this in debian package as we can't find consensus [12:38] yes [12:38] ok... then to marcin`'s solution [12:38] sistpoty: yes with his solution you end with two files in /etc/vtiger [12:38] sistpoty: with /etc/vtigercrm/config.inc.php and config.template.php [12:38] marcin`: you create the actual config on the fly in postinst, right? [12:39] sistpoty: right [12:39] marcin`: so you don't need another file... but what happens if the user changed the config-file himself? [12:39] in fact out solution are simmilar [12:39] marcin`: will it get overwritten? [12:40] (on upgrading for example= [12:40] hmm propably dpkg will ask if it should be overwritten or not [12:40] lol [12:40] marcin`: so you have the config-file itself *inside* the package and modify it during postinst? [12:41] sistpoty: yes because we need to put some info about database there [12:41] sistpoty: ArmeBosse solution does the same thing with the same tool [12:41] sistpoty: the only difference is that he puts his template file to /etc/vtigercrm [12:42] sistpoty: and it stays there [12:42] marcin`: that's wrong... you cannot modify a file during postinst, that's a conffile inside the package (and this is part of the policy) [12:42] sistpoty: after installation [12:42] sistpoty: while I put my file in /tmp and remove after postinst will create /etc/vtigercrm/config.php [12:43] config.inc.php [12:43] yes config.inc.php [12:43] marcin`: so /etc/vtigercrm/config.php is *not* part of the package? [12:43] no [12:43] ok [12:43] as I said - our solutions are almost identidal [12:43] of source package you mean ? [12:44] marcin`: but the issue still remains: what if an admin changes /etc/vtigercrm/config.php... will it get overwritten (e.g. on upgrade) or not? [12:44] sistpoty: it will if admin will let to do this [12:44] sistpoty: I don't understand this question [12:45] sistpoty: if you got some file in etc and you change this file then postinst will ask you what to do with config - keep/overwrite/show diff [12:45] sistpoty: right? [12:45] sistpoty: thing is you got two solutions: [12:45] marcin`: if it's a conffile (i.e. *inside* the package) dpkg will do it for you [12:46] marcin`: if it's created during postinst, you'll need to make this sure for yourself [12:47] sistpoty: 1. install debian/template.php to /etc/vtiger/template.php -> run postinst and use template.php to create /etc/vtiger/config.php [12:48] using dbconfig-common [12:48] 1 is me ;) [12:48] sistpoty: 2. create temporary template in tmp/template.php -> run postinst and use tmp/template.php to create /etc/vtiger/config.php -> clean tmp/template.php [12:49] marcin`, ArmeBosse: there is no such thing as "the right way" for it... [12:49] we both use the same script to generate config.inc.php but different sources [12:50] marcin`: with 2. you'll need to ensure that admin-changes aren't lost (for 1. as well, but it's not so bad, if the created file get's overwritten imo) [12:50] and the only one 'visible' difference is that ArmeBosse keeps his template.php in /etc and I clean it [12:50] sistpoty: i know just we're not agree between us ;) [12:50] hehe [12:50] dismissed !!! [12:50] like MTV program [12:51] imo, 1. is s.th. that's more handy for an site-admin, since he can always change the template and regenerate the config-file from it [12:51] ArmeBosse: well the thing is that it's not the problem for me how this config.php is createt [12:51] created [12:51] ArmeBosse: I like this template.php too [12:51] so wher's the problem ? [12:51] ArmeBosse: but I think that we should clean this file from /etc [12:51] so I would personally go for 1.... but as stated before, there is "right"/"wrong" way for both of it [12:52] ArmeBosse: in my opinion in /etc/ should be only 'real' config not template+config [12:53] sistpoty: an other think, i'm also upstream and debian maintainer, and keep this like that. just ubuntu package is "collaborative", so fork the solution or not [12:53] ArmeBosse: unfortunately dbconfig-common script apparently doesn't support relative paths so we need to put this template file somewhere [12:53] marcin`: exim4 does it (similar) to ArmeBosse's solution... you have /etc/exim4/update-exim4.conf.conf and /etc/exim4/exim4.conf.template, and can call a script to generate the actual configuration files from it [12:54] marcin`: imo a template from which a config-file can be created is a config-file as well [12:55] but anyways... I stated what thing I'd prefer... both seem "right" as long as they respect 10.7 from debian-policy [12:55] okidoki [12:56] it will be ArmeBosse's solution in package [12:56] an issue resolved [12:56] need to copy these differences carefully [12:56] alleluia [12:56] ArmeBosse: :) [12:56] hehe... luckily you didn't disagree on wether to use cdbs or debhelper *g* [12:56] ArmeBosse: and we are sure that sistpoty will accept this postinst ;) [12:56] must ajmitch_ turn ;) [12:57] ? [12:57] sistpoty: my original package was debhelper :) [12:57] theme issue :) [12:57] sistpoty: cdbs was my part [12:57] you don't know yet ? [12:57] d'oh *g* [12:57] :) [12:58] ajmitch_: you seems busy, don't know if we can disturb you === ajmitch_ is busy [12:58] hehe === sistpoty is out for another cigarette... brb [01:08] ArmeBosse: ok I will start to upload in 5 minutes [01:09] ok [01:09] how many diffs ? [01:09] hmm few [01:09] copyright [01:09] than svn [01:09] or 2027 [01:10] svn [01:10] copyright, rules, config.template.php - I think that's all [01:10] have you commit your changes ? [01:10] not yet [01:10] k [01:10] btw my svn doesn't work... [01:11] lang you mean ? [01:11] I mean developer svn with my password [01:11] no - ubuntu package [01:12] 3 times same password like alioth === yosch [n=yosch@lns-bzn-55-82-255-182-222.adsl.proxad.net] has joined #ubuntu-motu [01:12] ArmeBosse: lang too === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [01:13] ArmeBosse: aaah so I need to put my password 3 times :) ? [01:13] cool - good to know ;) [01:13] yes :) [01:14] key pairs are useful for such things sometimes ;) [01:14] in order to NOT put your password, 3 times [01:14] also [01:14] or just having a non-broken setup [01:15] mhm [01:15] hey raphink [01:15] hi sistpoty [01:15] I'm just passing through [01:15] ajmitch_: ? having to put in your password 3 times is a broken setup? [01:15] about to go to bed and ready through the REVU2 spec and classes ;) [01:15] raphink: great news :) [01:15] hi LaserJock [01:15] :) [01:15] ajmitch_: gforge issue no ? [01:16] LaserJock: if it's entering the same password 3 times in a row, then something is wrong [01:16] ArmeBosse: probably [01:16] Hi Laserjock <>< [01:16] good night [01:16] gn8 dholbach [01:16] night dholbach [01:16] hi sistpoty [01:16] hi dholbach [01:16] bye dholbach [01:16] bye dholbach [01:16] night guys - you rock! [01:16] hi raphink <>< [01:16] :) [01:17] ajmitch_: well, on svn.debian.org I have to do it at least twice because of ssh and svn [01:18] huhu [01:18] I thought that was common for svn+ssh [01:18] common with gforge [01:19] 3 or 4 ;) and probably 5 [01:19] hmm, that seems a bit excessive [01:20] hi ogra [01:20] hi ogra [01:20] hey [01:21] :)= [01:21] ArmeBosse: vtigercrm goes to revu === raphink loves the #ubuntu-motu chan [01:21] it's a nice place to be :) [01:21] raphink: revu tools are available on dapper ? or i must add universe repo ? [01:21] ArmeBosse: it's available in dapper universe [01:21] hello ogra [01:22] and you probably have to edit /usr/bin/revu-build and change PBUILDERNAME to "sudo pbuilder" [01:22] raphink: have you documented revu-tools? [01:22] ajmitch_: yes, on the wiki [01:22] raphink: I mean in the package [01:22] since people can use it offline [01:22] ajmitch_: https://wiki.ubuntu.com/MOTU/Packages/REVU/REVU-Tools [01:22] ajmitch_: oooh [01:23] ajmitch_: well there are short help messages with --help [01:23] raphink: since every binary/script must have a man page, right? ;) [01:23] and manuals [01:23] :) [01:23] and it wouldn't have been advocated without them, right? [01:23] man revu-{report, build, orig} [01:23] sure ;) [01:23] so is all the info on the wiki in the package? [01:23] revu-review doesn't have a manpage yet though. I forgot to make one, I will add it in 0.6 [01:24] not all of them no [01:24] the manpages are a bit more concise [01:24] ajmitch_: well, we weren't that strict on one or two missing manpages lately ;) [01:24] but they explain how to use the commands [01:25] sistpoty: I'm usually strict on manpages ;) [01:25] so I am to be with myself, too [01:25] raphink: I'm usually as well, though I did some uploads the last days w. missing manpages (if this was the only problem) [01:25] ajmitch_: you can have a look at the man pages for revu-{build,orig,report} [01:25] sistpoty: it depends on how far we allow standards to slip :) [01:26] sistpoty: hehe [01:26] we want the best stuff in [01:26] well, I guess I'll file bugs on the packages that are passed the new-queue... then we can see if the maintainer actually cares ;) [01:26] sistpoty: sure, including some of mine ;) [01:27] I didn't upload packages from you ajmitch_ ;) [01:28] oh... gmult is ready to go (but needs another advocacy)... http://revu.tauware.de/details.py?upid=2001 [01:28] I still have to fix up a number of bugs [01:29] ajmitch_: e.g. http://raphink.net/debian/mans/revu-report.html [01:31] ajmitch_: do you think that's clear enough? [01:31] raphink: maybe [01:31] maybe ;) [01:31] lol [01:31] ok [01:33] marcin`: something strange orig.tar.gz changed [01:35] config.php typo problem [01:35] heah, can a REVU admin nuke gaussum? [01:35] config.php where? [01:36] LaserJock: sure, why? [01:36] copyright line 1 no mail [01:36] which we provide [01:36] LaserJock: why should it be nuked? [01:36] raphink: I took the ITP over and got it into Debian and it is in the sync queue right now so that upload is obsolete [01:37] vtiger-crm in comments [01:37] LaserJock: ok [01:37] dirs no / needed at the en of path [01:38] rules: find $(WEBAPPDIR) -name "*.jpg" -perm /a+x -exec chmod a-x {} \; [01:38] raphink: that's the second email you sent :-) [01:39] no lintian warning about jpg ? [01:39] dont know need to build it [01:39] LaserJock: becoming a high-flying debian maintainer now, are we? :) [01:39] ajmitch_: heck yeah ;-) [01:39] LaserJock: it pays well? [01:40] re add version comment in sql file please [01:40] ajmitch_: actually it was much easier than I thought it would be. Especially for the package that I put on REVU and got uploaded to Universe first [01:40] ajmitch_: It took a whole 2 days to get somebody to upload it to NEW [01:40] that's pretty good [01:40] depends on the sponsor, though [01:41] some of us can be pretty slack [01:41] ChrisH [01:41] right [01:41] (2006 key) in your name is not needed [01:42] but with gausssum I took over the ITP for the guy and had to do some tweaking so it took a bit longer. So now I have 2 packages in Debian which I think is pretty awesome. [01:43] LaserJock: yes... I've got only two packages in ubuntu so far ;) === jsgotangco [n=jsg@210.4.38.43] has joined #ubuntu-motu [01:44] well, for the most part I really try to aviod packaging new programs from scratch. I feel like Universe needs enough work that I shouldn't spend all my time packaging new stuff. [01:44] but I appreciate those who do [01:45] LaserJock: the second email I sent ?? [01:45] marcin`: i confirm there's a change in orig.tar.gz [01:45] what are you talking about LaserJock ? [01:45] raphink: yeah, on the 15th you had an almost identical comment on gausssum [01:46] LaserJock: really? [01:46] yeah [01:46] oh yeah right [01:46] raphink: explain this.. [01:46] * Keep only one entry in debian/changelog till this package is released officially. [01:46] well I guess that shows it's just me ;) [01:46] ajmitch_: well there's no need to talk about the new upstream version since it was never released in Ubuntu yet [01:47] ajmitch_: so only 5.3 should be listed in the changelog imo [01:47] raphink: so? it's still fine to leave in that info [01:47] 5.2 having only been produced on revu [01:47] raphink: I'm just going to have to disagree with you [01:47] ajmitch_: not what I was told by other MOTUs when I was reviewed in the past ;) [01:47] ajmitch_: sure you can disagree :) [01:47] ArmeBosse: I'm not sure if I'll be able to sign this package if I'll remove (2006 key) [01:47] and I'm fine with having your point [01:47] raphink: sure, but I can still think you're wrong :) [01:48] hmm, I can see including previous upstream releases but I think it is nice if it doesn't go in a 0ubuntu30 or something [01:48] ajmitch_: some months ago, I was explained that it was better to only keep the entries for official releases in the changelog [01:48] marcin`: don't know too [01:48] so users don't begin to search for the other versions in the archives [01:48] if they were never released [01:49] how many users would know to look in a changelog & try & hunt down other versions? [01:49] it's not exactly going to be a common activity [01:49] ajmitch_: the point being that when I see a 0ubuntu5 in Ubuntu I expect there was a 0ubuntu{1-4} released before === iiping [n=iiping@203.84.186.198] has joined #ubuntu-motu [01:49] especially as released versions get removed from the archive as well [01:49] ajmitch_: I would [01:49] s/released/uploaded/ [01:49] developers would [01:49] and it's pretty useful to have reliable versionning for this reason === ajmitch_ sighs [01:50] hehe [01:50] when I'm hunting for bugs for example [01:50] and I see ina changelog `unstable` [01:50] working in MOTU just isn't fun like it used to be [01:50] I try to find tracks of the package in Debian [01:50] which seems logical [01:50] raphink: if there were multiple versions uploaded to dapper, only 1 will still be there [01:50] so you can't search through that history [01:51] unless someone released it as part of `unstable` unofficially, and there's no way to know where [01:51] ajmitch_: sure on LP I can [01:51] raphink: I can understand your point but you sacrifice having a true change log [01:51] if someone uploaded it to unstable, then it will be removed on a newer upload [01:51] and on changelogs.ubuntu.com too [01:51] thankfully [01:51] raphink: that package is still *gone* [01:51] LaserJock: depends how you see it' [01:51] removing info just because you like a cleaner changelog is still wrong, imho [01:52] not just because I like cleaner changelog ajmitch_ [01:52] but because a prerelease change is not a real change for users [01:52] I don't know why I bother === ajmitch_ goes back to work [01:53] ajmitch_: hehe ;) [01:53] actually I second ajmitch_'s opinion... [01:53] ajmitch_: don't get me wrong I get your point [01:53] maybe we should have an Ubuntu vacation when Dapper is released :-) [01:53] :) [01:53] though I don't think we should encourage ppl. to do a new version *only* for revu [01:53] LaserJock: hehe [01:53] (or rather disencourage them) [01:53] LaserJock: I'm having a long-term ubuntu vacation at the moment [01:53] LaserJock: and I've got no real incentive to finish it [01:53] ajmitch_: how long? still in AU [01:54] LaserJock: yes I'm still in .au, and I'll probably keep away from MOTU after that as well [01:55] lo guys can u tell me what ui can use gstreamer [01:55] iiping: what ui? [01:55] ajmitch_: well, we will miss you, but I can understand. [01:55] like totem or kaffeine? other ui [01:55] ajmitch_: after what? [01:56] iiping: you seem to know already ;-) [01:57] marcin`: in 5 minutes i'll go sleeping, if you can put a last package [01:57] raphink: after I get back to NZ [01:57] marcin`, ArmeBosse: why is there a strict dependency on php4? doesn't vtigercrm work with libapache[2] -mod-php4 as well? [01:57] ajmitch_: hmm ok although I guess there's a reason [01:57] is there other alternative ui for gstreamer. i am having problem with totem and kaffeine on the sub title options [01:58] sistpoty: php4 depends on libapache2-mod-php4 | libapache-mod-php4 [01:58] | hph4-cgi [01:58] iiping: you should probably try #ubuntu, this isn't a support channel. [01:58] ajmitch_: but libapache-mod-php4 doesn't depend on php4 [01:58] ok [01:58] ArmeBosse: I confirm that orig could change [01:59] ArmeBosse: and it's ok [01:59] ArmeBosse: next upload will go to revu in 3 min. [01:59] ajmitch_: ah, got it... it's a meta-package... thought this was the cli [01:59] could or have changed ? [01:59] sistpoty: circular dependencies are bad :) [01:59] ArmeBosse: this was because as I said - there was no orig.tar.gz on your website [02:00] ajmitch_: indeed [02:00] ArmeBosse: and raphink did one from tar.gz [02:00] ArmeBosse: so it could be different [02:00] i already gives you right url in debian dir [02:01] ? [02:01] and you must justified why there's a diff with upstream source archive [02:01] 23:56 < ArmeBosse> http://fboudra.free.fr/debian/vtigercrm/vtigercrm_4.2.3.orig.tar.gz [02:02] 2h ago [02:02] marcin`: no I didn't do one from tar.gz [02:02] ArmeBosse: ok but what's the problem? [02:02] I got the debian/ back from tar.gz [02:02] ArmeBosse: are these file really different? [02:03] and used the orig.tar.gz that you gave me [02:03] ArmeBosse: or have just different md5? [02:03] to generate the diff and dsc [02:03] you provide a different original source archive [02:03] as should have been [02:03] marcin`: different md5sum's is bad, if there is no *real* reason to repackage the tarball [02:03] it was accident [02:03] forget about it [02:04] marcin`: we can never sync a version (same upstream version) from unstable, if the orig.tar.gz isn't bit-identical [02:04] i'm not motu so you don't listen to me ;) [02:04] ArmeBosse: don't worry, being a MOTU is no guarantee of that either ;) === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [02:04] hehe second one that tell me this [02:06] ArmeBosse: ok - tell me how do you create orig? [02:06] LaserJock: I see you had an overwhelming response of 7 votes to your poll [02:06] ajmitch_: really, I haven't looked at it so far. [02:06] download from url [02:06] yeah, modifying the merge list code won out 5-2 [02:06] LaserJock: 7 isn't too bad considering the number of active motus [02:06] what url??? [02:07] is there tar.gz in vtiger.com somewhere? [02:07] oh... poll is over? damn, seems like I'd need to code then ;) [02:07] 23:56 < ArmeBosse> http://fboudra.free.fr/debian/vtigercrm/vtigercrm_4.2.3.orig.tar.gz [02:07] sistpoty: sorry :) [02:07] ajmitch_: well, I had hoped for more but 7 is better than the 3 that were at the MOTU meeting ;-) [02:08] must be : 8336550 2006-02-19 21:31 vtigercrm_4.2.3.orig.tar.gz [02:08] ajmitch_: np, I'll do a very dirty hack (once again) *g* [02:08] sistpoty: can you check http://revu.tauware.de/details.py?upid=2030, Raphlink has ever Advocated and i am looking for a second [02:08] lionelp: few minutes [02:08] np [02:09] hmm, I wonder who the other "no coordination" vote was ;-) [02:09] ArmeBosse, marcin`: I'd like to see the text-files in XTemplate and JPGraph in /usr/share/doc/ (or symlinked there)... at least the QPL (which imo should be in debian/copyright as well) [02:10] (the files installed in the package actually) === dous [n=adpenara@efreet.edu.ms] has joined #ubuntu-motu [02:10] ArmeBosse: ok mine is differen [02:10] t [02:10] ArmeBosse: how do you create your orig? [02:10] not in the policy :) must be in copyright [02:11] sistpoty: dirty hacks get us through a release cycle :) [02:11] sistpoty: reminds me that I have to do dirty, ugly & nasty hacks for unmet deps like I promised [02:11] marcin`: from vtiger.com then dh_make [02:11] good night all [02:11] ajmitch_: well, siretart's list is quite good atm [02:12] sistpoty: sure, I don't mind using that for now [02:12] ajmitch_: but feel free to provide a better solution, even if it's a dirty hack ;) === Amaranth_ [n=travis@24-116-61-125.cpe.cableone.net] has joined #ubuntu-motu [02:12] I don't know that I've ever seen a clean hack [02:13] well said [02:13] sistpoty: QPL is already in copyright === sistpoty looks again [02:13] sistpoty: THE Q PUBLIC LICENSE [02:14] marcin`: ah, found it [02:15] LaserJock: some hacks are elegantly clean [02:15] a 'hack' doesn't mean that it's dirty [02:15] marcin`: maybe you could add a line explaining the acronyms in debian/copyright at the beginning? [02:16] sistpoty: I think ArmeBosse will do this better [02:16] sistpoty: he is involved in vtiger upstream [02:16] sistpoty: and they are fighting with licenses all the time [02:17] marcin`: just change "QPL can be found at" to "QPL (Q Public License) can be found at" [02:17] marcin`: but it's ok for me the way it is as well [02:17] ok I'll try with next upload [02:18] extra-time [02:18] btw I uploaded new package to revu few minutes ago [02:18] ArmeBosse: have absolutely NO idea why there is no your mail in copyright [02:18] ajmitch_: hmm, I suppose. I've never written one (not that I write much code), but I imagine the exist somewhere [02:18] I got this mail in deb packages [02:19] your script ? [02:19] there is no scirpt that could change this [02:20] if write file and do just a debuild, you can't drop my mail [02:20] I can tell you more [02:20] this mail is in diff file! [02:21] you use patch ? [02:21] no just pbuilder [02:21] http://revu.tauware.de/revu1-incoming/vtigercrm-0602232010/vtigercrm_4.2.3-0ubuntu1.diff.gz [02:21] it's there [02:22] I mean this mail [02:22] I don;t know why this is in http://revu.tauware.de/diff.py?upid1=2028&upid2=2031 here [02:23] marcin`: if you look at debdiffs in the browser, they are treated as html... so < and > are taken as tags (known revu-bug) [02:24] ArmeBosse: see! [02:24] marcin`: what license is FPDF under? 'freeware' can cover many proprietary licenses [02:24] http://revu.tauware.de/revu1-incoming/vtigercrm-0602232010/vtigercrm-4.2.3/debian/copyright has the email addresses [02:24] please guys - don't ask me about licenses [02:24] ajmitch_: apparently it is basically Public Domain. It doesn't really have a license. I asked earlier ;-) [02:24] -> ArmeBosse [02:25] LaserJock: that must be clarified then [02:25] ajmitch_: That is what I thought, but they had bigger issues at the time [02:25] LaserJock: no license is implicitly undistributable, unless there's an explicit statement to the contrary [02:25] marcin`: orig.tar.gz different [02:25] marcin`: copyright your mail was dropped [02:25] ArmeBosse: moment [02:25] ajmitch_: exactly [02:26] ArmeBosse: read what sistpoty wrote a minute ago [02:26] ajmitch_: probably must add what's is in FAQ [02:26] ArmeBosse: <> are taken as html tags in revu [02:27] ? [02:27] just one [02:27] not others ? [02:27] the debdiffs from revu are actually just a "plain" debdiff... you could dl that and use right away, but the browser will render it as html [02:28] i download tar.gz dsc and diff and extract them [02:28] with dpkg-source [02:29] ajmitch_: FPDF is Freeware (it is stated at the beginning of the source file). There is no usage restriction. You may embed it freely in your application (commercial or not), with or without modification. You may redistribute it, too. [02:29] marcin`: we can add this notice [02:29] ArmeBosse: that's great, it needs to be in there [02:30] from FAQ, must be mentionned [02:30] http://www.fpdf.org/en/FAQ.php#1 [02:30] and my comments in mysql file missing :) [02:31] ArmeBosse: I don't get it - you take *.zip from vtiger.com - and then what you do to get *.orig.tar.gz? === fbond|away is now known as fbond [02:31] ArmeBosse: how do you perform zip->tar.gz? [02:32] dolson: indeed (RE: PAM) :) [02:32] d'oh, I missed Daniel again [02:32] hi crimsun [02:33] the problem comes from your source : modules\reports\lang... [02:33] hi crimsun [02:33] you have probably edited a file [02:33] and a tmpf file was introduced [02:33] 'lo ajmitch_, sistpoty :) [02:33] ArmeBosse: I? [02:34] hi crimsun [02:34] ArmeBosse: are you talking to me about this modules/reports/lang? [02:34] http://prdownloads.sourceforge.net/vtigercrm/vtiger_CRM_4_2_3.tar.gz?download [02:34] 'lo LaserJock :) [02:34] original file [02:34] yes [02:35] ArmeBosse: it istn't mentioned on vtiger.com [02:35] ArmeBosse: on vtiger.com link goes to *zip [02:36] lionelp: you should also use the exact file you downloaded as orig.tar.gz [02:36] ArmeBosse: http://prdownloads.sourceforge.net/vtigercrm/vtiger_CRM_4_2_Source.zip?download [02:36] http://prdownloads.sourceforge.net/vtigercrm/vtiger_CRM_4_2_3.tar.gz?download [02:36] lionelp: but if this is the only issue, I'll exchange it myself before uploading ;) [02:36] us too ;) [02:37] ArmeBosse: propably this difference is between zip and tar.gz from vtiger.com [02:37] so you've got an extra file in modules Reports language [02:37] no === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-motu [02:37] remove en_us*~ [02:38] sistpoty: you mean just mv the original tar.gz ? [02:38] lionelp: exactly [02:38] i can't stay anymore 2:38 am [02:38] lionelp: there is another issue: your debian/copyright needs to mention every file from a different author/under a different copyright, e.g. md5.c [02:39] lionelp: and the according license [02:39] you know the issue : [02:39] http://www.fpdf.org/en/FAQ.php#1 [02:39] acronym [02:39] orig.tar.gz [02:39] my comments in sql file [02:40] you mail in copyright dropped [02:40] lionelp: but apart from that, gastman is fine, so please change these two issues ;) [02:41] jsut that :) [02:41] ArmeBosse: please explain a little more [02:41] about ? [02:41] sistpoty: i start changing [02:41] ok [02:42] my boss will kill me tomorrow morning ... === sistpoty can't stay up much longer as well... my gf will kill me otherwise *g* [02:42] 1. I just downloaded tar.gz from vtiger.com [02:42] sistpoty: in the copyright, i should mention : md5.c : gnagna, the rest : [02:43] sistpoty: when is the deadline for the latest update in revu ? [02:43] ArmeBosse: so if you removed en_us~ then you got wrong orig [02:43] lionelp: just make sure to mention the exact licenses and what files are covered [02:43] ArmeBosse: because this file is there [02:43] marcin you have downloaded my file too and it's the exact orig file [02:43] so i think it's not the orig file the problem [02:43] lionelp: there is no exact deadline, actually we're in a grayzone right now already ;) [02:44] but the extra file that you have [02:44] i know, that was why i asked [02:44] if you have verified the size that i gave you ... [02:44] I'll try to find why there is a difference [02:45] if you have my file, check the size [02:45] if it's ok then it's your extra file [02:46] propably this is because I repackage orig [02:46] i'm not familiar with debuild/dput [02:47] re package ? [02:47] what do you do to change tar.gz to orig.tar.gz - rename only? [02:47] yes [02:47] ok and that's the problem [02:47] dh_make stuff [02:48] but i think using -f rename only [02:48] dh_make doesn't create orig === reggaemanu_ [n=manu@ARennes-257-1-136-53.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu [02:49] use my file, we gain times [02:50] copy you deb dir [02:50] tar zxf the right orig [02:50] and continue [02:51] it's not so easy [02:51] I know why these files are different [02:51] they got different directories [02:51] ? [02:51] as I said I create vtigercrm-4.2.3 dir [02:52] and extract source there then package [02:52] vtiger_crm is in orig - I got vtigercrm-4.2.3 [02:52] not a problem === ajmitch_ agrees, it doesn't matter what the directory is named [02:53] so I can keep this as is? [02:53] yes [02:53] ok two questions then - what comments in sql? [02:53] you wrote few minutes ago? [02:54] -- vtigercrm 4.2.3 [02:55] and what should I do with this fpdf.org? [02:55] ok I'll add this comment [02:56] fpdf is a freeware blah blah definition from the author that can found on url URL: copy paste hi comments [02:56] +be [02:56] to copyright? [02:56] his [02:56] yes [02:56] ok just a moment [02:56] ajmitch_: agree ? [02:57] 3 min max [02:57] sistpoty: still there ? [02:57] 2:20 [02:57] lionelp: yes [02:57] i corrected : http://revu.tauware.de/details.py?upid=2032 [02:58] lionelp: good... will take a look [02:58] 1:40 [02:59] 1:00 [02:59] are you waithing for me or ajmitch_ ? [02:59] you [02:59] just a moment [02:59] and what should I do in 1 minute? [02:59] you don't know me sleepin :) === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu [03:00] I will not upload this in 1 min it takes about 8 on my connection [03:00] I added this to copyright [03:00] so see you later :) === ArmeBosse is away [03:01] lionelp: you should include the exact notice from the code... if you want, I'll fix that up and upload [03:02] sistpoty: ok, i include, you have better to do i think :) [03:02] lionelp: ok for me... but I'll be in bed in 10 minutes, so hurry ;) [03:03] (wouldn't take too long if I'd do it, otherwise I wouldn't suggest it) [03:04] sistpoty: hi [03:04] lionelp: and you miss win32/strsep.c === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [03:04] hi freeflying: [03:04] sistpoty: question about your comment: http://revu.tauware.de/details.py?upid=2031 === dous [n=adpenara@efreet.edu.ms] has joined #ubuntu-motu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu [03:05] sistpoty: you want me to move text files from XTemplate and JPGraph to /doc [03:05] sistpoty: need review , can you ? [03:05] hi MOTUs [03:05] marcin`: btw debian/copyright should not say to look at an URL [03:05] freeflying: sorry, almost in bed [03:05] sistpoty: you mean README or LICENSE too? [03:05] hi zakame [03:05] freeflying: url? [03:05] crimsun: http://revu.tauware.de/details.py?upid=2011 [03:05] sistpoty: uploaded again, still in the queue [03:05] hello ajmitch_ ! :D [03:06] marcin`: basically the text files, that contain documentation [03:06] ajmitch_: you mean this MPL and QPL ? [03:06] hi zakame === reggaemanu [n=manu@ARennes-257-1-136-53.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu [03:06] marcin`: I mean if you did what ArmeBosse suggested for fpdf [03:07] zakame: how's it going? [03:07] ajmitch_: Manila's now almost in a state of emergency atm [03:07] ajmitch_: but I pasted all text from this url [03:07] sistpoty: http://revu.tauware.de/details.py?upid=2033 [03:07] ajmitch_: not just url [03:08] freeflying: can you use debhelper 5? [03:08] crimsun: ok [03:08] lionelp: win32/strsep.c still missing (at least from looking at the debdiff) [03:08] marcin`: ok, good [03:08] zakame: why is that? [03:09] zakame: coup in the making? [03:09] ajmitch_: yeah [03:10] sistpoty: it is covered by GPL isn't it ? [03:10] crimsun: any others? [03:10] zakame: hope you're safe [03:10] freeflying: still looking [03:10] zakame: nervous times [03:10] crimsun: thx [03:10] lionelp: it has a different author and is covered by LPGL if I read it correctly [03:10] lionelp: yep... LPGL [03:10] arf, sorry :-( [03:11] lionelp: np [03:12] ajmitch_: yeah :( but like jsgotangco said in -ph, I've decided to stay productive :) [03:12] freeflying: ok, I presume you're referring to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354094 ? Are you packaging it for Debian, then? [03:12] debian bug 354094 in ITP "quarry -- A multi-purpose GUI for several board games" [Wishlist,Open] [03:13] ajmitch_, bah...i've experience 8 coups in 1986... [03:13] err 1988 [03:13] crimsun: I don't know how to solve this issue . for I hope it can be upload to ubuntu universe firstly [03:13] jsgotangco: haha, it must be fun living in such a country ;) [03:14] people in NZ are too apathetic about politics for a good coup :) [03:14] ajmitch_, yesterday while driving on the way home, i actually saw a shootout (robbers) === marcin` [n=user@194.114.146.58] has joined #ubuntu-motu [03:14] freeflying: ok, whether you choose to try to push it into Debian first and then sync it from Sid is your choice [03:14] military adventurism here is more interesting than a tom clancy novel [03:14] jsgotangco: not to mention the fissure at Adriatico [03:15] jsgotangco: NZ & Australia are so boring in comparison [03:15] crimsun: will debian sid sync package from ubntu ? [03:15] zakame, yeah, pretty bad omen for the government i'd say [03:15] s/ubntu/ubuntu [03:15] freeflying: not afaik, but I don't know; perhaps ajmitch_ can shed some light [03:16] ajmitch_, funny though, most people don't mind it anymore really....the people who join the coups and rallies are very much the same personalities...majority of the population just watch the powerplay [03:17] freeflying: otherwise just a very minor whitespace and the GPL symlink issues in debian/copyright [03:17] freeflying: it's always up to the debian maintainer as to what they choose to do with a package [03:17] crimsun: if I prepare to push it into debain ,then where shall I upload firstly ? [03:17] freeflying: do you plan to maintain it in debian? [03:18] ajmitch_: Maybe , I don't know if I have that qualification [03:18] qualification? [03:18] it's more about willingness to maintain [03:18] why do you think it'll be less of a challenge in ubuntu? :) [03:19] frankly, it's much easier to sync from Sid into Ubuntu [03:19] crimsun: unless you can upload into both & just use something like bzr to maintain the branches :) [03:19] true :) [03:19] ajmitch_: Anyway , guys here may help me on package , :) === ajmitch_ wonders if he'll be allowed to upload f-spot 0.1.10 [03:20] freeflying: in any case, just those two issues in debian/copyright [03:21] crimsun: someone have told me that the whitespace is too much , so I decrease them [03:21] freeflying: err, just between "Author:" and "Paul" [03:22] crimsun: and how about the symlink of GPL ? [03:23] sistpoty: http://revu.tauware.de/details.py?upid=2034 [03:24] freeflying: should be /usr/share/common-licenses/GPL [03:24] freeflying: I just took a glimpse... is it a game? then it should go to /usr/games [03:24] freeflying: but-- if your paste from the boilerplate actually coincides with the license in quarry, then what you have it fine. [03:25] (mm I can't spell) [03:26] crimsun: the author use gpl-2, but actually , some files it use are gpl ,so I change it to gpl [03:26] sistpoty: it's means that I shall put them into /usr/games? [03:26] freeflying: yes [03:27] crimsun: you can take my last comment on quarry as advocate, once these issues are fixed ;) [03:28] freeflying: please also look at my other comments [03:28] sistpoty: sure [03:28] sistpoty: how to put them into /usr/games ? [03:28] freeflying: either debian/rules or patch the install-target [03:28] (and make sure it still works) [03:28] sistpoty: got it . thx === pietrus [n=pietrus@c92583d3.virtua.com.br] has joined #ubuntu-motu [03:29] freeflying: then put both headers gpl and gpl 2+ into copyright file. and add License:' just like 'Copyright:' [03:30] allee: can do like that ? [03:32] freeflying: can? You have to! ;) You need to cut&paste every license that is used in the sources [03:32] allee: wow, it's will be so long [03:33] not every license... only every license that differs or has another author [03:33] freeflying: Only one for GPL and one for GPL 2+ is enought [03:34] freeflying: but if the license is not one you find in common-licenses, you to include the complete text of the license (and yes this can be very long) === marcin` [n=user@194.114.146.58] has joined #ubuntu-motu [03:36] lionelp: the upstream tarball and your orig.tar.gz still aren't identical... [03:36] lionelp: but I'll exchange these and upload, if you don't mind [03:36] sistpoty: i removed the symlinks, but ldconfig doesnt recreate them and the package wont run, is it ok if i leave the necessary one in? and move the other to -dev package, otherwise i need to move them both to the dev, and the binary program will then depend on the dev package [03:37] siretart: no pb for me [03:37] ViViD: ldconfig will create the (necessary) symlink on installing... otherwise there's s.th. wrong [03:37] thanks a lot [03:37] lionelp: np === seth|lappy [n=seth@ubuntu/member/seth] has joined #ubuntu-motu [03:38] yea it doesnt create it, it should apparently create libpar2.so from libpar2.so.0.0.1 but it doesnt [03:38] ViViD: did you read the library packaging guide? there should be one symlink in the -dev package iirc [03:38] yea im reading it [03:38] ViViD: libpar2.so should be in the -dev package === Se7h [n=MUAHAHAH@81.193.85.34] has joined #ubuntu-motu [03:39] yea and then the gpar2 will depend on the dev package [03:39] ViViD: at least iiirc... [03:39] ViViD: no [03:39] freeflying: did you try to build in pbuilder? Just librsvg2-dev, no lib whatever contains libpar2.so is what gpar2 depends on [03:40] allee: it can be build with pbuilder [03:40] freeflying: heh, nice [03:40] ViViD: no, it doesn't... just try to build it and install the library-package and gpar2... try using ldd on the binary of gpar2 and check if it has unresolved shared objects [03:40] ViViD: if gpar2 depends on libpar2.so, it's used shared libraried in a broken way [03:41] crimsun: if I want to push it into debain , who can be my sponsor here ? [03:42] sistpoty: vtigercrm is in revu now - new upload [03:42] #debian-mentors is probably better [03:42] sistpoty: if you are there then could you take a look at it? [03:42] I don't feel it's courteous to yoke our few DDs with even more ;) [03:42] marcin`: sorry, but I really need to go to bed now [03:42] lionelp: gastman uploaded ;) [03:42] ok... and now I'm off to bed ;) [03:42] gn8 everyone [03:43] crimsun: then firstly I upload it to mentors === reggaemanu [n=manu@ARennes-257-1-136-53.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu [03:45] ajmitch_: are you still there? [03:46] freeflying: hint: debian-mentor have their own check list for pkgs. Make sure that you have everything in there [03:47] nite [03:47] allee: what you mean everything ? [03:47] everything listed in their check list [03:48] marcin`: yes? [03:48] ajmitch_: could you take a look at vtigercrm in revu? [03:48] hi there [03:49] marcin`: no, I don't have that much time at the moment [03:50] ajmitch_: btw it's already too late to put this package to dapper right? === g14 [n=SEJeff@12-211-125-247.client.insightbb.com] has joined #ubuntu-motu [03:50] ajmitch_: package freeze? [03:52] I guess so, but I'm not in cahrge of that (or anything really) [03:52] s/cahrge/charge/ [03:57] alright i fixed all that he said i needed to === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu === reggaemanu [n=manu@ARennes-257-1-136-53.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu [04:13] if anyone is available please take a look at http://revu.tauware.de/details.py?upid=2037 and http://revu.tauware.de/details.py?upid=2038 === zakame [n=zak@210.213.69.93] has joined #ubuntu-motu === Pupeno [n=Pupeno@host136.201-252-53.telecom.net.ar] has joined #ubuntu-motu [04:51] Where can I contribute new packages for ubuntu and backports for breezy-backports ? [04:51] backports are generated from the current devel branch to the most recent stable version. === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu [04:52] for new packages, see the url linked from wiki/MOTU [04:53] crimsun: how to work for backport ? [04:54] freeflying: I don't understand your question [04:55] (use pin yin if necessary) [04:55] crimsun: :) If I want backport some package back to breezy , how shall I do it [04:55] freeflying: you have to ask for it to be backported via the backport mailing list, stating the rationale and the build log === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu === ajmitch_ wants new f-spot in dapper [04:59] crimsun do u have any idea why my external hd goes into 'sleep' ? [04:59] (i know the question is on the wrong channel but i might get a quicker answer here) [04:59] Se7h: sorry, that's a bit too vague [04:59] it just hibernates some times [05:00] and hdparm wont help a thing [05:00] (i think) [05:00] Se7h: usb? [05:00] yes [05:00] huh? can't you upload/request UVF except? [05:01] zakame: I think he just wants it, not that he can't request it :) === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu [05:01] thats correct :p [05:02] Se7h: hmm, I don't have any problems with the external USB HD I use doing that. You probably want to direct that question to mjg59 [05:02] i still don't get why it goes into that mode while its being used. it's kinda annoying getting the music 'paused' [05:03] wheres that guy ? [05:03] in -kernel, -laptop, -devel, among other places [05:04] zakame: hm? [05:04] uhum k [05:04] ty [05:04] i'll try him [05:04] zakame: I'm still waiting on approval for 0.1.9, and 0.1.10 is out & packaged now [05:06] I scared him off.. [05:07] crimsun any more references besides mjg ? [05:08] Se7h: possibly benc === monzie [n=manish@220.226.29.228] has joined #ubuntu-motu [05:14] hi all hard-working motu's [05:14] that rules me out [05:14] how do you choose the section a package is going to end up in a repository by debarchiver ? [05:15] in the 'control' file [05:15] Se7h: is that for me ? [05:15] yes [05:16] in the control file I choose things such as libs, comm, etc, but the sections by debarchiver are avobe that (main, non-free, contrib... or universe, multiverse, etc). [05:17] well i create the control faile manually [05:17] :s [05:18] I do create the control file manually too, what's the point ? [05:18] hi monzie hi Se7h [05:18] hi LaserJock [05:19] hey LaserJock [05:19] Pupeno non, i just felt like saying it [05:19] lol [05:20] Section: games [05:20] that can be an example [05:20] Se7h: yes, I have Section: libs [05:21] Se7h: but how do I choose the upper level ? Section: non-free/libs ? [05:22] i might be too dumb for this [05:22] what do u mean by upper level ? [05:23] hmm, I think it would probably depend on what you upload to? In Ubuntu anyway. [05:29] Pupeno: you might want to check out http://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu === floam [n=nnfloam@sh.nu] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-motu === at1as_ [n=at1as@24-247-15-243.static.aldl.mi.charter.com] has joined #ubuntu-motu === minghua [n=minghua@69-153-139-36.dsl.hstntx.swbell.net] has joined #ubuntu-motu [07:00] hi minghua [07:00] hello LaserJock === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu [07:07] ah gr8, typical of hp products [07:09] a dvd rewriter that cannot write on a dvd rw disc [07:10] heh [07:10] sounds usual [07:12] :( [07:13] I haven't tried a rw dics in my acer laptop [07:14] ah wait [07:14] hmmm [07:15] this is dvd-rw discs [07:15] ok no thats not it [07:15] brb === at1as__ [n=at1as@24-247-15-243.static.aldl.mi.charter.com] has joined #ubuntu-motu === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu [07:40] cya ajmitch_ === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu === Mez [n=mez@ubuntu/member/mez] has joined #ubuntu-motu === highvolt1ge [n=Jono@196.36.161.235] has joined #ubuntu-motu === slimzky [n=slimzky@210.5.113.9] has joined #ubuntu-motu === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu === j^ [n=j@e178035222.adsl.alicedsl.de] has joined #ubuntu-motu [08:49] morning [08:50] hi siretart [08:51] hi Gloubiboulga === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu [09:28] hello MOTUs === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu [09:32] hi all [09:32] looking for an advocate : http://revu.tauware.de/details.py?upid=2035 === dholbach [n=daniel@i577B2DAD.versanet.de] has joined #ubuntu-motu [09:35] good morning motu world === _jaldhar [n=jaldhar@c-68-80-95-221.hsd1.nj.comcast.net] has joined #ubuntu-motu [09:38] if anyone is available to check out/advocate if its ready please take a look at http://revu.tauware.de/details.py?upid=2039 and http://revu.tauware.de/details.py?upid=2040 [09:39] Aren't we in Feature Freeze yet? [09:39] I thought we were? [09:39] yeah [09:40] It's been the 24th in UTC for 8 hours, so we ought to be. [09:41] ViViD: Feature Freeze means for us, that we can't accept NEW packages into Ubuntu any more, they will have to wait for Dapper+1 - I'm sorry. [09:41] ViViD: if somebody steps up to review your packages and make them better, that's fine - it's just they won't likley end up in DApper. [09:42] i though this was for adding to the universe section [09:42] yes, it is. [09:42] NEW stuff for Universe and Multiverse. [09:44] well either way its going to need to be advocated to get into either, and its not going to get in by waiting 6 months to do anything more [09:44] ViViD: absolutely right. [09:44] I just didn't want to give false hope. [09:45] I think we are already [09:45] i have an apt server already, so it doesnt matter what release is added officially === Tonio__ [n=amercata@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu [09:51] hi all [10:03] what is dapper+1 going to be called? [10:03] It's not announced yet. === cassidy [n=cassidy@ace-pc3.ulb.ac.be] has joined #ubuntu-motu [10:03] and how long after dapper releases does devel start [10:03] ViViD: usually a week [10:04] the guys in #ubuntu-desktop joked, it might be "huggy holbach" [10:04] about 8-10 weeks to get all these ready [10:04] yeah, in the meantime we have a lot of packages to fix [10:04] malone is quite full of universe bugs [10:05] and we have unmet dependencies to clear as well [10:05] I'll think over the weekend, how we can organize all this. [10:05] mine apps are bug free, but im new to source packaging, was using these first two to make a lib and binary template [10:06] only bug report ive got for it was someone running sid, but on two systems i was unable to duplicate the problem [10:08] morning dholbach [10:08] hey dolson [10:08] dolson: how are you? [10:08] dholbach: well, ok. I sat at the ER yesterday for 5 hours waiting for blood test results, only to have them be negative.. what a waste of time. how are you? [10:09] dholbach: I am a little disappointed none of the dssi apps will be in dapper though. but I'll get over it [10:09] i'm fine, nothing a coffee couldn't remedy [10:10] dolson: i looked at them, but dependencies were missing, so i couldn't test them properly [10:10] dholbach: yeah, dssi-dev needs to be sync'd from debian [10:10] dolson: don't be too disappointed - there's still a lot to do in general for the release and "after the release is before the release" :) === TMM [n=hp@ip5650d1ab.direct-adsl.nl] has joined #ubuntu-motu [10:12] dolson: i'm very pleased with what you achieved in so little time [10:12] dholbach: that makes me happy :) 15 days ago I didn't even know what debuild was. :P [10:13] :-) [10:13] dolson: I'd be happy if you'd try to gather followers, form a team (on launchpad too, assign the bug reports for audio stuff to the team) - that'd be a worthwhile goal for the meantime [10:15] dholbach: I'll talk with forest and maarten.. not sure who else will help. I get a lot of people on MSN bitching at me that I didn't package the new version of lilypond or denemo or csound etc. [10:15] dholbach: if you get some time, can you look at my apps? i think they're pretty close, and i kinda need to get them ok before i start packing the rest [10:15] seems most people are not willing to help, but just bitch me out for not working hard enough === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [10:16] dolson: you should write to the mailing lists, announce a meeting, stuff like that - if you're interested in such a team [10:16] ViViD: I'm quite busy at the moment, sorry. === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === cassidy_ [n=cassidy@ace-pc3.ulb.ac.be] has joined #ubuntu-motu [11:00] how can i know if package was uploaded in revu successfully instead of waiting/refresh website ? [11:08] i have always "successfully uploaded package" but never see them [11:09] ArmeBosse: make sure you've uploaded sources, not binaries === marcin` [n=user@194.114.146.58] has joined #ubuntu-motu [11:13] tepsipakki: .dsc .orig.tar.gz .diff.gz source.changes only [11:13] marcin`: hi === ptlo [n=senko@83-131-4-35.adsl.net.t-com.hr] has joined #ubuntu-motu [11:20] ArmeBosse: hi [11:20] ArmeBosse: good to see you because I got a question and problem [11:21] ArmeBosse: I got polish translation for vtiger [11:21] ArmeBosse: (it's also in vtigerforge) [11:21] ArmeBosse: and it doesn't work propely [11:22] ArmeBosse: because polish lang needs code pacge to be ISO-8859-2 [11:22] ArmeBosse: and it's set in content type and I can see in page source that it should be ISO-8859-2 [11:23] ArmeBosse: but in browser it's still ISO-8859-1 [11:23] ArmeBosse: could you give me hint what can be reason? [11:25] i'll look [11:26] please can you pv message me for this, not ubuntu-motu related ;) [11:26] let's go to #vtiger-bounty [11:27] it's vtiger related because *-lang-pl package doesn't work propely [11:44] whats the command to add a new thing to a changelog ? [11:45] ViViD, why you ping me [11:46] debchange ? [11:49] dch [11:50] same just an alias [11:51] raphink: no way to upload ... [11:54] ArmeBosse: essaie encore [11:55] raphink: a gne de le faire sous sid ? [11:55] normalement non [11:55] k [11:57] Successfully uploaded packages. [12:00] ah bon? [12:00] je crois pas moi [12:01] ah bah je sais pourquoi c'est bloqu [12:01] le source.changes a t rejet [12:01] je sais bien, je vois rien mais dput met a [12:01] 11:01 < ArmeBosse> how can i know if package was uploaded in revu successfully instead of waiting/refresh website ? [12:01] quoi? [12:01] fill as wish list ;) [12:02] je sais bien que c'est pas pass je vois rien [12:02] mais je sais jamais pourquoi ... [12:02] bon j'ai vir le source.changes des rejected [12:02] essaie encore [12:02] ;) [12:02] pas de report part le message de dput Succ.. [12:03] c'est pour revu2 ? :) [12:04] quoi donc? [12:04] a doit tre bon l, le source.changes a t accept [12:04] attend 2 minutes et a sera up [12:05] know if a package was uploaded in revu successfully instead of waiting/refresh website [12:05] and mail report for failed upload :) [12:07] ArmeBosse: ben c'est rejet [12:07] ArmeBosse: il faut que tu trouves pourquoi [12:09] Tiens, le franais a envahi une autre chan, en plus de #ubuntu-desktop :) === jinty [n=jinty@196-28-45-170.jhb.netdial.co.za] has joined #ubuntu-motu [12:16] siretart: ping [12:16] ArmeBosse: wassup? [12:20] lmanul: tu sais que qu'on prpare un coup d'tat francophone? [12:21] raphink: yes ! je m'associe ! attribuons de force Mark la nationalit franaise :-p [12:22] haha [12:22] :) [12:22] lmanul: on a dj pris d'assaut les MOTUs Kubuntu [12:23] en plus on a des associs dans la foule ;) [12:23] comme dholbach par exemple ;) [12:24] tssss :) [12:24] haha [12:24] dholbach: :) === _jaldhar is now known as jaldhar === raphink hugs dholbach === lmanul hugs dholbach [12:25] :-)))) [12:25] le gens franaises :) [12:25] :) === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === cassidy [n=cassidy@ace-pc3.ulb.ac.be] has joined #ubuntu-motu === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [12:59] bug ? : http://revu.tauware.de/diff.py?upid1=2035&upid2=2043 [12:59] page was redirected === Tonio__ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === Yagisan [n=jamie@60-240-7-100-nsw-pppoe.tpgi.com.au] has joined #ubuntu-motu === Yagisan [n=jamie@60-240-7-100-nsw-pppoe.tpgi.com.au] has left #ubuntu-motu [] === Yagisan [n=jamie@60-240-7-100-nsw-pppoe.tpgi.com.au] has joined #ubuntu-motu === kbrooks [n=kbrooks@unaffiliated/kbrooks] has joined #ubuntu-motu [01:37] um. [01:37] hi kbrooks :) [01:37] i'd like to see debins in universe in dapper. what do i do [01:38] kbrooks: do you have any experience at all with debian packaging? [01:38] "tseng you could make it in for dapper if you hurry :)" [01:38] it's after feature freeze anyway, isnt ti? [01:38] in any and all timezones [01:39] iirc you could still upload a new universe package [01:39] kbrooks: and if not would you like to learn? :) [01:40] yes [01:41] but can i learn quicly [01:41] crash course? [01:41] what is debins? [01:41] https://wiki.ubuntu.com/MOTU/Packages/New [01:42] see the second section [01:45] debins looks like the same thing as gdebi? [01:48] it is [01:48] doesnt mean it cant be packaged tho :) === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu [01:52] is there a way to tell cdbs to use autogen.sh instead of configure ? === tvelocity [n=tony@ipa222.13.tellas.gr] has joined #ubuntu-motu [01:52] you shouldnt be doing that in a package [01:52] it should already have configure generated [01:53] nomed: If you are asking this question, I think you are better of with running plain debhelper [01:53] siretart: or applying a patch to fix the package first [01:53] tseng, i know what you mean :) [01:54] what i would try to understand is ... [01:54] if the pkge cames from an svn version [01:55] the configure within it is probably pre-generated using autogen.sh .. [01:55] true ? [01:55] does the package have a make distcheck target [01:55] umm .. no [01:55] (after configuring) [01:56] autogen, configure, make distcheck [01:56] nomed: your upstream didn't make any release yet? [01:56] siretart, it's not a pkge i maintain [01:57] these pkges use the debian rules files [01:57] but debian pkges are not from svn [01:57] so i was trying to figure out what happens in that case [01:58] you make a 'release' from svn, ideally [01:58] a snapshot tarball using the same tools upstream would to make a release [01:58] tseng, yes [01:58] nomed: listen to tseng. try to create a 'release' tarball by using 'make dist' or something [01:58] siretart, k [01:58] i got it [01:58] you dont just tar up your checkout and force debian/rules around it [01:58] yay [01:58] so, if you have make distcheck [01:58] it will do the work for you [01:59] siretart: can you try http://revu.tauware.de/diff.py?upid1=2035&upid2=2043 [01:59] getpdf? wtf? [02:00] diff appear then redirected ... [02:00] I think there is something in the package which confuses the webbrowser [02:00] interesting [02:01] other issue: mail removed in control file [02:02] 02:24 < sistpoty> if you look at debdiffs in the browser, they are treated as html... so < and > are taken as tags (known revu-bug) === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-motu [02:03] ArmeBosse: I appreciate every patch ;) [02:04] :) === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === raptoid [n=raptoid@85.96.210.207] has joined #ubuntu-motu === cassidy_ [n=cassidy@ace-pc3.ulb.ac.be] has joined #ubuntu-motu === pappan [n=ppadman@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-motu === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-motu === nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu-motu === TMM [n=hp@ip5650d1ab.direct-adsl.nl] has joined #ubuntu-motu === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu === fbond is now known as fbond|away [02:53] If a packages verison is 0.12.10-2 and I've repackaged to fix a bug should it be 0.12.10-3ubuntu1 ? [02:55] 2ubuntu1 === thesaltydog [n=fabio@ubuntu/member/thesaltydog] has joined #ubuntu-motu === doko [n=doko@dslb-084-059-085-222.pools.arcor-ip.net] has joined #ubuntu-motu === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu [02:58] dholbach: ok, thanks [02:58] dholbach, ciao daniel! === freeflying [i=zhengpen@60.166.3.222] has joined #ubuntu-motu === hub [n=hub@storm-gw.xandros.com] has joined #ubuntu-motu === jsgotangco [n=jsg@125.212.123.59] has joined #ubuntu-motu [03:11] dholbach: any reason for rejecting the update-grub `splashimage line` bug ? === pappan [n=ppadman@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-motu [03:11] Ubuntu (Dapper) -> Ubuntu [03:11] ah ok [03:11] the launchpad guys asked me to do this [03:11] as Dapper is not released yet, it doesn't make much sense [03:11] but then it's confirmed in Ubuntu [03:11] dholbach: yes [03:11] yeah [03:12] there === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu [03:12] :) [03:12] it's not a bad bad bug [03:12] but well [03:12] raphink: hi [03:12] raphink: sec hole ? [03:13] pappan: ? [03:13] hi freeflying [03:13] raphink: the bug u r talking abot [03:14] https://launchpad.net/malone/bugs/32333 [03:14] malone bug 32333 in grub "kubuntu-grub-splashimages adds a splashimage config line to GRUB's menu.lst to the wrong place" [Normal,Confirmed] === jpatrick just uploaded a fix for #4385 [03:15] raphink: need review http://revu.tauware.de/details.py?upid=2042 [03:15] freeflying: you know we're in FF now [03:15] freeflying: it's feature freeze on [03:17] raphink: jpatrick I see, I just want to know if ther any problems with that package , maybe I'll push it into debian [03:17] nice [03:17] yeah, put it into debian then sync for dapper+1 [03:18] :) [03:18] so I wanna if there any other problems [03:19] dholbach, I have fixed this bug: https://launchpad.net/products/bum/+bug/29831 , but unfortunately after UFV.. [03:19] malone bug 29831 in bum "BUM leaves lock file around after failing to start" [Normal,Fix released] [03:20] can't we upload bug fixes? [03:20] thesaltydog: UVF doesnt prevent from fixing bugs thankfully [03:20] jpatrick: the eva package still include configure and Makefile in diff, I remove the autoconf from buoild-dep [03:20] nor does FF === marcin` [n=user@194.114.146.58] has joined #ubuntu-motu [03:20] freezing the features doesn't mean we freeze the bugs too ;) [03:20] raphink, yes, :-) I mean, it will not be synched in dapper.. [03:20] because I've uploaded two fixes recently [03:21] thesaltydog: if it fixes a but, you can request a UVF exception [03:21] s/but/bug/ [03:21] raphink, I don't know the procedure. [03:21] thesaltydog: https://wiki.ubuntu.com/MOTU/UpstreamVersionFreeze [03:22] thesaltydog: also, look at the ML to see how previous exceptions were requested [03:22] raphink, ok. tnx. === ..[topic/#ubuntu-motu:siretart] : Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTU/Documentation | We are in feature freeze now. Focus on fixing bugs, malone is full of them. [03:37] I'm going though the Kubuntu ones [03:41] dholbach or whoever: if I apply a patch from a bug report to add a .desktop file, do I have to do anything to the changelog if the patcher added an appropriate changelog entry with their name/email? ie: should I change that to me before building and uploading to REVU, or leave it as their name? [03:42] ArmeBosse: ping [03:44] Lathiat: oh jeez [03:45] Lathiat: my alps is ass slow now, what was the fix === Lathiat laughs at tseng [03:46] :/ [03:47] Option "MinSpeed" "0.49" [03:47] Option "MaxSpeed" "0.63" [03:47] in synaptics mouse section [03:47] do you have a laptop with a real synaptics? [03:47] i've been waiting for mjg59 to tell me what effect that setting has on real snaptics [03:47] if its good i want to get those to defaults [03:48] if bad i need to ffigure out some way to make it know the difference [03:48] dolson, if you change something in the package, you have to add a changelog entry I think [03:48] dolson, forget it [03:48] but dolson, what do you want to upload on REVU ? [03:49] Lathiat: nice [03:49] I want to close bugs [03:49] this is more acceptable [03:49] anyhow, he didn't really format the changelog entries well, so I'll just put my own [03:49] dolson, then create a debdiff and attach it to the bug on malone [03:50] Gloubiboulga: how do I do this? [03:51] dolson, on the rigth of the page you'll find an "add an attachment" entry" [03:51] Gloubiboulga: I know that. how do I make a debdiff? [03:51] oh, sorry [03:51] Speaking about debdiff and malone, anyone who wants to tell me if I've done things the right way in malone 32695 ? [03:51] malone bug 32695 in denemo "Missing librsvg2-common dependency " [Normal,Unconfirmed] http://launchpad.net/bugs/32695 [03:51] Gloubiboulga: here, look at this: https://launchpad.net/distros/ubuntu/+source/galan/+bug/28761 [03:51] malone bug 28761 in galan "Missing .desktop file" [Normal,Unconfirmed] [03:52] just debuild -S -sa the changed package and run `debdiff` with the 2 dsc files [03:52] Gloubiboulga: it's been there for 5 weeks. I want to close it. I did this in the past with seq24, and I did it by patching and uploading to REVU [03:53] dolson, ping a MOTU to get it uploaded ;) [03:54] ... [03:54] I'm sorry if I'm being stupid, but I don't understand what I am supposed to do here. it just seems like they've been sitting there with patches for 5 weeks and nothing has happened since. I want to up it to REVU. this is not the way to do it? what can *I* do as a non-MOTU? [03:55] not a lot [03:55] but I can help you === Gloubiboulga needs to leave [03:56] jpatrick: ok. there are 11 packages that are simply missing .desktop files, and all of them have patches on Malone from what I see. [03:56] where's the revu one? [03:57] I didn't upload any to REVU yet. I did seq24 a couple weeks ago, and it's already been put back into Dapper, which is why I thought I was doing this correctly [03:58] just put your fixes in revu and I'll see if it's ok [03:58] ok, that's what I was going to do, but Gloubiboulga said not to === dolson goes back to work. :) [04:01] jpatrick: if you have time, can you check bug 32695, please ? :) [04:01] malone bug 32695 in denemo "Missing librsvg2-common dependency " [Normal,Unconfirmed] http://launchpad.net/bugs/32695 [04:02] you made a patch? [04:02] yep [04:03] ok - looks good === desrt [n=desrt@dhcp-0-20-af-d2-7c-3.cpe.mountaincable.net] has left #ubuntu-motu [] === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [04:05] i spent about an hour with gdb and gdk code and finally it was just a missing dependency, I'm a moron :) [04:05] Toadstool: I have one problem... denemo's in main [04:05] argh ! [04:06] silly me [04:06] got another patch? [04:07] not yet, i'm looking for another package to debug :) [04:07] what can I do about about denemo ? [04:07] Morning MOTU [04:07] find a core-dev ? [04:07] poke a maintainer [04:07] ok [04:08] thanks jpatrick [04:08] no problemo === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu [04:32] Toadstool: I'm checking denemo patch [04:33] that's a tiny and minor one, but thanks [04:33] jpatrick: should I change the bug reports to Fix Committed or Fix Released once I upload to REVU? [04:34] Toadstool: but its main, and difficult to upload for mere motus :) [04:34] I'll have to upload to the archives first [04:34] heh [04:34] dolson: rather not. REVU is not part of launchpad (yet) [04:34] siretart: yep jpatrick already told me that :) [04:34] i didn't notice [04:35] Toadstool: apt-cache showsrc denemo [04:35] jpatrick: ok, I uploaded to REVU already [04:35] galan? [04:36] siretart: yeah I know I'm a moron :) [04:36] Toadstool: no, it is a useful patch. really [04:37] dolson: which package? [04:39] jpatrick: galan, meterbridge, mhwaveedit, muse, puredata, qsynth, rezound, sooperlooper, spiralsynthmodular, terminatorx [04:39] jpatrick: oh, and wavesurfer [04:39] galan has one nasty .dif [04:39] .diff* [04:40] Toadstool: I just uploaded your patch. please handle the malone bug yourself, ok? [04:40] you mean I can close it ? [04:40] Toadstool: Fix Released [04:41] ok thanks siretart [04:41] and jpatrick :) [04:41] jpatrick: yeah, it's big.. not my fault though :) [04:43] dolson: ok, now doing galan [04:44] jpatrick: just for your reference, the only things I've changed in all of these is added the .desktop file, added the dh_install and dh_desktop to debian/rules, and added an entry in the changelogs, so they should be all fairly straightforwar [04:44] d [04:45] yep === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === dholbach [n=daniel@i577B31BF.versanet.de] has joined #ubuntu-motu === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu === dholbach [n=daniel@i577B31BF.versanet.de] has joined #ubuntu-motu === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu [04:57] dolson: galan uploaded [04:57] jpatrick: so now I can change the bug report to fix released? [04:58] or do you do that [04:58] did [04:58] k [04:58] next! ;) === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu === herzi [n=herzi@c153175.adsl.hansenet.de] has joined #ubuntu-motu === Lure [n=luka@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu === godiane [n=godiane@58.69.64.57] has joined #ubuntu-motu [05:28] dolson: muse done [05:28] jpatrick: cool === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu [05:43] ArmeBosse: ping === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [05:53] marcin`: yes [05:56] I got few vtiger related questions so could you go to priv query or #v-bounty? === rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === fredix [n=fredix@85.65.97-84.rev.gaoland.net] has joined #ubuntu-motu === rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === reggaemanu [n=manu@ARennes-257-1-136-53.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu === stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-motu === LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-motu === thierry [n=thierry@modemcable023.222-70-69.mc.videotron.ca] has joined #ubuntu-motu [06:22] dholbach : why did you rejected all my dapper bugs about .desktop file? is it too late for dapper? [06:23] no [06:23] i just closed the "Ubuntu (Dapper)" task [06:23] the "Ubuntu" part is still valid [06:23] I think the LP people might want to do something about that. It can be very confusing [06:24] dholbach : k I see, then thanks! :) [06:24] it doesn't make sense to distinguish between "Ubuntu" and "Ubuntu (Dapper)" atm, as Dapper is not yet released - it's fixed in LP now [06:24] dholbach : k, but I wanted the fix to get to dapper so... [06:24] Ubuntu is alright [06:24] everybody will understand that [06:24] k [06:25] thierry: you want to get the fix in Ubuntu primarily ;-) === jpatrick starts on malone #3962 [06:25] malone bug 3962 in gnomebaker "[PATCH] gnomebaker absolute icon path" [Normal,Unconfirmed] http://launchpad.net/bugs/3962 === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-motu === aissa [n=aissa@lns-bzn-13-82-252-101-243.adsl.proxad.net] has joined #ubuntu-motu === aissa [n=aissa@lns-bzn-13-82-252-101-243.adsl.proxad.net] has left #ubuntu-motu ["Kopete] === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [07:01] hmm, how do I recursively use "find -name"? === janm [n=jmalonzo@ppp4592.dsl.pacific.net.au] has joined #ubuntu-motu [07:05] LaserJock: find . -name ? [07:06] or am I misunderstanding something [07:06] dolson: it doesn't seem to be recursive, it only looks in the present directory [07:11] LaserJock: find $(WEBAPPDIR) -name "*.php" -perm /a+x -exec chmod a-x {} \; [07:11] but not a find guru :) just an example [07:12] hmm, I'm just trying to find all the shell scripts so I'm doing "find . -name *.sh" and I only get the one in the current directory === soumyadip [n=soumyadi@59.93.254.218] has joined #ubuntu-motu [07:15] LaserJock: find . -name "*.sh" [07:16] ArmeBosse: hmm, that worked. I'm not sure exactly why. [07:16] ->"*.sh " [07:16] ->"*.sh" [07:16] double quote [07:17] but why would it find the one in the current directory? [07:18] hmm right ... [07:19] anyway, whatever. thanks ArmeBosse [07:19] np === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-motu === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu [07:36] ArmeBosse: hi again [07:36] ArmeBosse: got a question about this *.orig.file [07:37] ArmeBosse: I don't know how you do this [07:37] ArmeBosse: could you help me and tell how you do this dh_make thingy? [07:40] marcin`, you can just rename the upstream tarball [07:40] or use dh_make -f the.tarball.tar.gz iirc [07:43] Gloubiboulga: thanks... [07:43] Gloubiboulga: rename was the trick [07:43] marcin`, no problem :) [07:45] Gloubiboulga: ehh I still don't understand this dh_make magic... [07:46] Gloubiboulga: so I got directory let's say: app-1.0 and I downloaded tar.gz with sources [07:46] Gloubiboulga: so I put this tar.gz to app-1.0 and rename to app-1.0.tar.gz [07:47] Gloubiboulga: I run dh_make there and it creates debian directory for me [07:47] Gloubiboulga: and ../app-1.0.orig.tar.gz [07:47] Gloubiboulga: then I customize files in app-1.0/debian and what should I run to build this? [07:48] debuild -S -sa [07:48] marcin`: http://www.debian.org/doc/maint-guide/ch-first.en.html#s-dh_make [07:48] and it's app_1.0.orig.tar.gz [07:51] have a nice weekend === fbond|away is now known as fbond [07:52] bye dholbach [07:52] cya dholbach [07:52] cya dholbach === Gervystar [n=alessand@ip-124-244.adsl.cheapnet.it] has joined #ubuntu-motu [08:06] Gloubiboulga: it's propably because I'm so stupid but I still don't understand one thing [08:07] marcin`: what don't you understand? what dh_make does? [08:07] LaserJock: I don't understand which command unpack tar.gz in my build directory [08:08] LaserJock: because I create directory for my package right? mkdir app-1.0 [08:08] LaserJock: then I put app-1.0.tar.gz there and run dh_make [08:09] marcin`: no, just a sec. [08:09] LaserJock: dh_make will create ../app-1.0.orig.tar.gz and app-1.0/debian [08:09] marcin`, you have to unpack the tar.gz manually first [08:09] then cd theNewDir [08:09] and run dh_make inside this directory [08:11] dh_make just does the initial debianization of the source. ie added debian/ with some templates and makes the .orig.tar.gz from the tarball [08:11] LaserJock: I'm definetly dumb and dumber in one person today... :) [08:12] LaserJock: but I understand what dh_make does [08:12] LaserJock: unfortunately I still don't understand how to unpack original source [08:12] tar -xzf [08:12] LaserJock: ok ok I know tar commanf [08:13] LaserJock: the thing is that I can have app-1.0.tar.gz but it can unpack files to some different directory than app-1.0/ [08:14] marcin`: whatever, I think dh_make will take care of that for you. or you can mv it [08:14] LaserJock: heh and I do this at the moment [08:15] LaserJock: but then I got not original orig.tar.gz [08:15] marcin`: did you mv it to app-1.0/ ? [08:15] LaserJock: for example I got vtiger_CRM_4_2_3.tar.gz and it contains /vtiger_crm directory [08:16] marcin`: ok mv it to vtivercrm-4.2.3/ [08:17] and then if I build this then new orig will have files in vtigercrm-4.2.3/ right? [08:17] well, I guess vtigercrm-4.2.3/ ;-) [08:17] marcin`: right [08:17] I mean inside orig.tar.gz [08:17] exactly and this is the problem [08:18] marcin`: ok, just take vtiger_CRM_4_2_3.tar.gz and untar it. then move vtiger_crm to vtigercrm-4.2.3/. then run dh_make inside of that directory [08:18] because ArmeBosse and some MOTU's reviewing my upload to REVU complained that I use 'non original' orig.tar.gz [08:18] right [08:19] so what exactly should I do to avoid this problem? [08:19] marcin`: do what I said :-) [08:20] and when you use dh_make you can use [08:21] dh_make -f ../vtiger_CRM_4_2_3.tar.gz [08:21] marcin`: it's all at http://www.debian.org/doc/maint-guide/ch-first.en.html#s-namever === fbond is now known as fbond|away === Arrogance [n=aks@ottawa-hs-64-26-147-150.d-ip.magma.ca] has joined #ubuntu-motu [08:25] LaserJock: thanks a lot [08:25] np [08:28] LaserJock: holy crap.. noooo [08:28] LaserJock: I did what you said [08:28] LaserJock: and everything is ok but...... [08:29] LaserJock: my vtigercrm-4.2.3.orig.tar.gz contains vtigercrm-4.2.3 [08:29] right [08:30] LaserJock: while ArmeBosse has vtigercrm-4.2.3.orig.tar.gz that contains vtiger_crm [08:30] I don't think he should [08:30] he must have just renamed the tarball [08:30] yes [08:31] but I got no idea how he could build package with this orig... [08:32] marcin`: what do you mean? [08:34] oh, I see what you're saying. I don't know if it won't build but it isn't standard I don't think. === lionelp_ [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-motu === mitsuhiko [n=blackb1r@ubuntu/member/mitsuhiko] has joined #ubuntu-motu [08:46] any GNOME guys online? === mitsuhiko [n=blackb1r@ubuntu/member/mitsuhiko] has left #ubuntu-motu ["Leaving"] === lionelp_ [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-motu [09:12] can I not include a png file in the debian/ dir? [09:13] why not? [09:13] dpkg-source: cannot represent change to debian/ldrum.png: binary file contents changed [09:13] LaserJock: you're wrong [09:13] LaserJock: my orig is standard [09:14] LaserJock: and dh_make only rename when you use -f params [09:14] ArmeBosse: really? I thought they had to have - [09:14] marcin`: ping [09:14] ArmeBosse: no doubt but tell us how you did it? [09:14] tar zxf .tgz [09:15] mv to a correct name to use dh_make [09:15] if you don't do it dhmake complain about naming scheme [09:15] then use dhmake with -f params [09:15] exactly [09:16] anyway you don't need to do this [09:16] you take orig.tgz [09:16] decompress [09:16] .tar.gz [09:16] put you deb dir inside [09:17] you know what i mean [09:17] then as usual debuild [09:17] nothing difficult [09:17] LaserJock: am I right or no? I can't put binary files in debian/ / [09:18] ? [09:18] holy shit I don't know what do you mean because my orig.tar.gz contains vtigercrm-4.2.3 not vtiger_crm [09:18] dolson: you can, but it might complain. I'm not quite sure why you are getting that message [09:18] ArmeBosse: let's do this from the beginning [09:19] dolson: I've done it and have never had a problem. what are you doing? [09:19] ArmeBosse: I got directory /home/marcin/x [09:19] LaserJock: debuild -S -sa -kdana@ubuntustudio.com [09:19] ArmeBosse: I put vtiger_CRM_4_2_3.tar.gz in this directory [09:20] ArmeBosse: /home/marcin/x/vtiger_CRM_4_2_3.tar.gz [09:20] ArmeBosse: what next? [09:20] dolson: so did you change the .png or something? I don't think it is so much complaining about the file itself, just that it is trying to diff a binary [09:20] tar zxvf vtiger_CRM_4_2_3.tar.gz [09:20] LaserJock: I made the png, because there is no icon included in the orig.tar.gz. [09:21] mv vtiger_crm vtigecrm-4.2.3 [09:21] dolson: right. I'm not sure that it is a problem. but I don't remember seeing that when I did the same thing [09:21] cd vtigercrm-4.2.3 [09:21] dpkg-source: unrepresentable changes to source [09:21] dh_make -f ../vtiger_CRM_4_2_3.tar.gz [09:22] rm -f debian/* [09:22] cp -rf youdebiandir/* debian [09:22] debuild -S -sa [09:23] dolson: do you have any swap files from editing in debian/ perhaps? [09:23] LaserJock: ls -la doesn't show anything other than what should be in there [09:24] understand ? [09:24] dolson: hmm, you might just keep going for now. I'm not sure what's going on. I would probably have to look at the source package. [09:24] LaserJock: well it errors out, so I can't continue from here [09:25] dolson: oh, well that is a problem [09:27] marcin`: what changes have you made to the package ? or do i need to wait the surprise ? [09:28] ArmeBosse: that is what I told marcin` to do. ;-) [09:28] :) [09:29] each motu or "future" motu has a different point of view :) [09:31] ArmeBosse: currently I work on polish translation and wait for 4.2.4rc1 [09:31] i think you have prepared a new upload [09:32] ArmeBosse: and although I understand now what you did I still think that it's weird [09:32] because you don't have to use -f ../vtiger_CRM with dh_make [09:32] i don't care [09:32] :) [09:33] and no I don't have new upload but I will when I'll prepare *-lang-* packages [09:34] marcin`: why is it a problem? you only have to do it once. [09:34] I know that you don't care and it's really hard to 'collaborate' with you while you remove almost all changes I do [09:34] but anyway it's not a place to talk about it [09:34] you are a maintainer [09:35] LaserJock: because marcin have a strange "collaborative" work on this package [09:35] I'll put all things I'll do to vtigerforge [09:35] it would be *nice* if the .tar.gz unpacked to - but it's easy to change [09:35] and then you will do uploads I don't care about this package anymore [09:35] LaserJock: next release 4.2.4 will be ok, i'm vtiger dev [09:36] marcin`: thks [09:36] but I still think that's plain stupid to remove such trivial things like I did in last upload [09:37] a real different point of view and we proably can't continue to work together [09:37] while I change install to put README to /doc and you change this to symlink [09:37] I see no point in such work [09:37] i never said your change are stupid :) [09:37] please be polite === Lure [n=luka@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu [09:39] marcin`: dude, you really need to chill out. Rather than being so aggressive and sometimes rude you should ask questions and see if changes are ok with your "collaborator" [09:40] LaserJock: my changes were obvious [09:40] marcin`: obviously they weren't to him === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu [09:40] LaserJock: I did only this what sistypotty said in his suggestion on http://revu.tauware.de/details.py?upid=2043 [09:41] keep cool, we missed dapper now [09:41] motu are not god :) [09:41] LaserJock: Id like to see the text-files in XTemplate and JPGraph in /usr/share/doc/vtigercrm (or symlinked there) [09:41] we can have discussion with them [09:41] if we are not agree ;) [09:41] marcin`: fine, but explain those changes and discuss them, don't just say it is stupid for him to not making the changes [09:41] LaserJock: so I changed .install to put README to doc [09:41] we can explain why we do things [09:42] LaserJock: then ArmeBosse removed what I did and said that he likes symlinks... [09:42] LaserJock: so such work is plain waste of time for me [09:42] marcin`: no it isn't but sometimes you have to convince your "collaborator" that the changes are worthwile [09:42] i don't count how many time you revert my changes ;) [09:42] LaserJock: as I said to ArmeBosse there is project on vtigerforge [09:43] what you call "regression" [09:43] LaserJock: so we should first put our work there and then after discussion - upload to revu [09:44] ArmeBosse: well sorry about that, but in my opinion my changes were good [09:44] this is word ... you never do that :) [09:44] ArmeBosse: anyway in fact these 'regressions' weren't always your fault [09:44] yes marcin your changes are always good and mine are "regression", i know the drill [09:45] ArmeBosse: for me biggest regression in this package is that we had to remove separate theme packages [09:45] ok, lets just step back a sec. OK, marcin do you have a reason other than sistpoty said to remove the symlink? === at1as__ [n=at1as@24-247-15-243.static.aldl.mi.charter.com] has joined #ubuntu-motu [09:45] LaserJock: which symlink? [09:45] the README thing [09:46] LaserJock: you didn't follow the story :) [09:46] LaserJock: in package reviewed by sistypoty there were /XTemplates/README files [09:46] ok [09:46] LaserJock: and sistypoty said that he would like to have these files in /doc [09:46] ok [09:46] LaserJock: so I changed .install a bit and moved these files to /doc just like he said [09:47] ok [09:47] ok, so ArmeBosse why didn't you like his change? [09:47] LaserJock: and now we got new upload in REVU with these changes removed [09:48] LaserJock: maybe ArmeBosse just haven't seen these changes [09:48] i prefer 2nd proposal : symlink [09:48] LaserJock: and he just uploaded older versions of his .install [09:49] marcin`: i saw well what you do ;) [09:49] ok, so ArmeBosse prefers symlinks and that is compatible with sistpoty's recomendation [09:49] yes but i didn't introduce the symlinks [09:50] exactly - you just removed my changes [09:50] because i wait a new review of current package [09:50] marcin`: so what you could have done is ask ArmeBosse if he prefers symlinks or actual cp ing [09:50] and do all necessary changes [09:50] because now we missed dapper [09:51] I'm wasting my time [09:51] so i don't need to speed up the process [09:51] just look how many uploads [09:51] marcin`: my only concern is you will be facing similar problems with any collaboration. [09:51] without any reviewing [09:52] a miracle if he find someone to collaborate with [09:52] he probably never work in a team [09:53] ArmeBosse: it's your point of view because you filled ITP and you are 'maintainer' [09:53] ArmeBosse: so you think all your changes are ok [09:54] ArmeBosse: and sorry but I see no point in arguing what is better - mv README to /doc or symlink [09:54] marcin`: ok, if he is the maintainer then you need to defer to him. But in the end it got fixed correct? [09:54] marcin`: but if you had communicated a little better you could have avoided wasting your work. [09:55] https://wiki.ubuntu.com/DebianCollaboration [09:55] LaserJock: well not currently he just removed my changes so in his current upload README is in /usr/share/vtigercrm/XTemplate [09:56] ArmeBosse: so did you use symlinks or not address it at all? [09:56] LaserJock: he just removed my work and want's to wait for... I don't know... something [09:57] LaserJock: and no he didn't introduced symlinks [09:57] LaserJock: like said, i'll adress the issue with symlink but i'm waiting a review in case there's othe complains [09:58] marcin`: well, as long as it gets done. He has a legitimate concern. He doesn't want to keep uploading. He wants to get all the changes done at once. [09:58] marcin`: does that make sense? [09:58] maybe so as I said - I don't care about this package anymore [09:59] there's already 3 uploads, without any review. i don't like this [09:59] I'll upload my work to vtigerforge svn and will wait when ArmeBosse will remove this ;) [09:59] (or maybe not - who knows ;) [09:59] remove what ? [09:59] dunno some new changes... [10:00] don't you think that we should try to do something with themes again? [10:00] no it's part of base package and not an extra amount of size [10:00] so maybe someday I'll do something [10:00] Actually...how would I package a theme(XFCE, GTK, etc) [10:01] marcin`: If you communicate what you're doing with your collaborator rather than assume that everything you do is going to be unquestionably accepted then it will go much smoother. An if they don't want to make the changes at that time but say they are going to deal with the issue there shouldn't be a problem. [10:02] LaserJock: it's not a problem for me - at least is not a problem until these changes do not broke package === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu [10:03] each problem we meet, we're never agree, each one have a different point. in a "team" of 2 it's a _bit_ problematic ... [10:04] I agree [10:04] exactly [10:04] and maybe I'm a little bit too emotional but I'll calm down now [10:04] but Universe is a community effort so we need to be able to "play well" within the team, right? [10:05] I was just annoyed by changes that ArmeBosse did yesterday because they broke package [10:05] right, but like policies differ in interpretation :) [10:06] now package is at least installable so as I said - he want's to be maintainer then now it's his problem [10:06] they break anything just not in phase with sistopy comments [10:07] ArmeBosse: sorry but you try too much to be 'boss' [10:07] ArmeBosse: I just hoped that this package could be 50/50 collaborative work [10:07] ArmeBosse: I just don't have time to argue and fight for each change [10:08] ArmeBosse: so you can complain about how I collaborate with you [10:08] ArmeBosse: but I can do the same [10:09] i'm agree for 3 last lines :) [10:09] ArmeBosse: you figth for everything - remember how many times we had to change 'copyright' file? [10:09] like a mirror [10:09] just a different point of view [10:09] ArmeBosse: now this file is almost like I did few uploads ago [10:10] dog and cat [10:10] marcin`: you can't expect to just come in and expect to be a 50/50 collaborator. You have to recognize that he is the Maintainer and so he has ultimate responsibility for the package. You can work up to that but it takes time I think. [10:10] ArmeBosse: but you at least had to try to make this file to look like you want [10:10] look copyright file of your original package and come back :) [10:10] LaserJock: it's new package [10:11] LaserJock: I did my package and he did his [10:11] LaserJock: my package was better in some things - his was in other things [10:11] ok [10:11] LaserJock: we agreed that we should merge and I did merge job === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [10:12] LaserJock: he is maintainer only because he filed ITP first === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu [10:12] lol [10:13] LaserJock: so please don't tell me that I have to listen to "Maintainer" as boss and keep quiet when he removes my work [10:14] ArmeBosse: nothing funny [10:14] you :) [10:14] LaserJock: and to be honest another problem was that we were in hurry [10:14] marcin`: I'm not saying keep quite or anything. But don't be rude about it. [10:15] LaserJock: because we wanted to put this in dapper [10:15] marcin`: yes, I know and FF can cause a lot of stress [10:15] LaserJock: and propably this was biggest problem === Lure [n=luka@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu [10:16] anyway I'll still work on this package and software === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [10:16] and as I said I'll upload my changes to SVN [10:17] then ArmeBosse will upload things to REVU with any .orig.tar.gz file he wants to [10:17] ;) === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu [10:18] marcin`: I'm not blaming you for everything, both of you seem to have some collaboration issues. [10:18] I'm just trying to diffuse the situation a little bit. [10:19] well we will see in future [10:20] if ArmeBosse will accept some changes in future then we propably could work on this package [10:21] marcin`: I'm sure if you do good work he will [10:21] now I need to work on polish translation and some customizations that I will not publish so they are not important to anyone here [10:21] LaserJock: I hope so - but today I'm not sure [10:22] ok, well why don't we leave it at that for now, ok? [10:25] right [10:32] I got different question [10:33] what will happen if I'll remove all language* packages in ubuntu? [10:33] umm, I don't think that is a good thing to do [10:33] I think you need to have at least 1 [10:33] for example how will gnome work if I'll remove all language-pack-gnome* ? [10:34] LaserJock: I agree but I'm not sure [10:34] LaserJock: synaptic it not trying to stop me [10:34] from removing all of them? [10:34] LaserJock: yup [10:34] hmm, maybe ask -devel [10:35] LaserJock: it should complain don't you think so? [10:35] I would have thought so but maybe there is a reason it doesn't === bobesponja [i=pat@bas75-1-81-57-4-105.fbx.proxad.net] has joined #ubuntu-motu [10:51] hmm, I'm trying to think of ways to describe "source tarballs" and "Debian source packages". I keep wanting to call them both source packages. Is there a better terminology for upstream source.? === Lure [n=luka@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu === pietrus [n=pietrus@tor/session/x-fb7fb5e19ebf1d3e] has joined #ubuntu-motu === dsas [n=dean@host86-129-12-81.range86-129.btcentralplus.com] has joined #ubuntu-motu [11:11] hi guys, I appreciate you're all probably pretty busy at the moment, but could someone point me towards a "how to" on generating meta-packages? [11:11] dsas: apt-cache show equivs [11:12] siretart: sweet, thanks muchly. [11:15] hi siretart [11:15] huhu LaserJock [11:16] siretart: how's it going? it must be pretty late over there [11:16] LaserJock: it is 11pm. I'm in bed already ;) [11:16] ahh [11:17] I'm not in bed but I'll soon be in [11:17] good night [11:17] cya Gloubiboulga === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] === Lure [n=luka@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu [11:32] Ohh noooo [11:33] what? === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [11:36] hi Ubuntu member Hobbsee [11:36] hey LaserJock === Hobbsee defenestrates the 2.6.16 kernel which is often making her computer crash on boot with the wireless card. stupid thing! [11:37] "defenestrates"? must be a .au word [11:39] it's not used often in the States; we don't know the value of Chaucer [11:39] (at least those of us who didn't major in English lit) [11:42] dang, wasn't even in my OSX dashboard dictionary. I had to use a google search :( [11:43] re MOTUs === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-motu [11:43] crimsun: LaserJock: most people dont know it. not even here [11:43] Anyone want to give me a hand building gtk-gnutella 0.96.1 into an official-quality deb on amd64? [11:43] for the ignorant, defenestration is the act of throwing someone or something out of a window :P [11:44] it's a bugfix release on 0.96, the one in dapper is old and refuses to run without manually overriding its "anti-ancient version" thing in the config file [11:44] what's funny is that I understand defenestrate 'cause "defenestration" is a french word ;) [11:44] I could just build and install it but I'm looking into making a deb as an exercise === Gervystar [n=alessand@ip-124-244.adsl.cheapnet.it] has joined #ubuntu-motu === Pygi [n=mario@83-131-253-71.adsl.net.t-com.hr] has joined #ubuntu-motu [11:47] bluefoxicy: you might start by looking at the source package for the previous version [11:47] o.o [11:48] there was a uvf exception request for gtk-gnutella, I thought... [11:48] yeah, I believe so [11:50] LaserJock: http://en.wikipedia.org/wiki/Defenestrations_of_Prague [11:50] LaserJock: it's propably more .eu word than .au [11:50] yes, I see ;-) [11:52] LaserJock: I got a new game.. so I guess packaging will take a backseat for a while :) [11:52] marcin`: i have a habit of trying to insert random words into my exams - unfortunately, i didnt get the chance to use antidisestablishmentarianism, but i did succeed with defenestration! [11:52] :D [11:53] hehe [11:53] Hobbsee: well this word is propably something unusual for US people === minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu [11:53] probably yeah [11:53] Hobbsee: but in Europe we learn about defenestration in high school [11:54] hi minghua [11:54] yeah, no defenestrations here ;-)