=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-mobile === bspencer [n=chatzill@jffwprtest.jf.intel.com] has left #ubuntu-mobile [] === guardian_ [n=Guardian@ANantes-252-1-49-76.w82-126.abo.wanadoo.fr] has joined #ubuntu-mobile === javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-mobile === merriam [n=merriam@85-211-245-180.dyn.gotadsl.co.uk] has joined #ubuntu-mobile === sabotage is now known as sabotage_afk === tfheen_ [n=tfheen@aine.err.no] has joined #ubuntu-mobile === Mithrandir [n=tfheen@vawad-xen1.err.no] has joined #ubuntu-mobile === javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-mobile === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-mobile === tigert_ [n=tigert@nblzone-208-37.nblnetworks.fi] has joined #ubuntu-mobile === stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-mobile === PirateHead [n=PrateHea@ACA80D08.ipt.aol.com] has joined #ubuntu-mobile === tigert_ is now known as tigert === PirateHead [n=PrateHea@ACA80D08.ipt.aol.com] has left #ubuntu-mobile [] === doko [n=doko@dslb-088-074-018-154.pools.arcor-ip.net] has joined #ubuntu-mobile === Lure [n=lure@external-1.hermes.si] has joined #ubuntu-mobile === bspencer_ [n=bob@jffwprtest.jf.intel.com] has joined #ubuntu-mobile === robr [n=rob@jffwprtest.jf.intel.com] has joined #ubuntu-mobile === bobux [n=bspencer@jffwprtest.jf.intel.com] has joined #ubuntu-mobile === sabotage_afk [n=chatzill@jffwprtest.jf.intel.com] has joined #ubuntu-mobile === jsmanrique [n=jsmanriq@cme-212-89-8-169.telecable.es] has joined #ubuntu-mobile === tko_ [n=tkomulai@jabber.hst.ru] has joined #ubuntu-mobile === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-mobile === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-mobile === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-mobile === guardian_ [n=Guardian@ANantes-256-1-96-241.w86-210.abo.wanadoo.fr] has joined #ubuntu-mobile === guardian_ is now known as guardian === muebelacker [n=mathias@i59F77D52.versanet.de] has joined #ubuntu-mobile === muebelacker [n=mathias@i59F77D52.versanet.de] has joined #ubuntu-mobile === inz [i=inz@maemo-hackers.org] has joined #ubuntu-mobile === muebelac1er [n=mathias@i59F77D52.versanet.de] has joined #ubuntu-mobile === jobi [n=jobi@sipdev.ssvl.kth.se] has joined #ubuntu-mobile === sp3000 [n=tt@hoasb-ff0ddd00-250.dhcp.inet.fi] has joined #ubuntu-mobile [11:30] There are two branches for each maemo module on Launchpad, "ubuntu" and "trunk". Am I right in thinking that trunk is automatically merged with each svn commit on the maemo.org end; and the ubuntu branch is simply a branch of trunk, for the purpose of cleaning up the package for Ubuntu? === guardian_ [n=Guardian@mar44-1-87-90-32-28.dsl.club-internet.fr] has joined #ubuntu-mobile [12:27] jonnylamb: that is correct. [12:27] the trunk is an import of svn to bzr === jobi [n=jobi@sipdev.ssvl.kth.se] has joined #ubuntu-mobile [12:45] Mithrandir: Thanks. [12:45] Why do you do that though? [12:46] Why are you taking each commit? [12:46] Why not just use the releases? [12:49] because preserving history is important [12:49] and working without the support from a revision control system is horrible [12:51] Oh I think I understand now. You're merging in changes only when a release comes out? Only this way, the bzr history is lovely and full of changes made to maemo svn? [12:52] I was "worried" you were packaging and _releasing_ stuff that was trunk material, i.e. not necesserily stable. [01:04] jonnylamb: we are packaging trunk in many cases, yes [01:04] jonnylamb: but we are not releasing until October === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-mobile [01:06] Is the reason of using this vcs-imports method to keep history even on the stage.maemo.org side? As in keeping track of all their commits? [01:09] jonnylamb: it's so that we can maintain our own distributed branches [01:10] it's like being able to work inside svn, but without requiring accounts etc. [01:10] so we have all the benefits of revision control but the flexibility of decentralization [01:36] Hi there [01:36] I'm sorry I couldn't attend the meeting, I would have loved offering my help on a couple of things such as Gtk bits [01:37] I discussed some implementation details with seb128 and other folks [01:41] Hmm I see agoliveira already found about g_key_file_free() instead of g_free() [01:44] yeah, he did [01:44] according to a mail he sent me yesterday, the theme builder now works === jsmanrique [n=jsmanriq@cme-212-89-8-169.telecable.es] has left #ubuntu-mobile [] === Mithrandir pulls out his hair over hildon-fm. [01:56] oh, docs, why do you hate me so? [01:57] gtk-doc problems? [01:58] make run in the top level directory doesn't run make docs [01:58] which makes dh_install quite unhappy. [01:58] I thought I hacked my way around that [01:59] hmm, no, I did the hack in hildon-1 [01:59] Mithrandir: I simply passed --disable-gtk-doc here O:-) [01:59] lool: I made debian/rules call make doc too [01:59] hm, why is the --disable-gtk-doc there? That might explain it [02:00] because we don't have recent enough gtk-doc [02:00] but we do [02:00] --disable-gtk-doc instructs to not build doc at make time, but disted tarball should use --enable-gtk-doc and ship the pre-built docs [02:00] You don't want to build the doc on each build, except if you're running autogen [02:01] hmm [02:01] shouldn't just the normal make rules govern that? [02:01] Not sure what you mean [02:02] Hmm where's the gtkdocize call in autogen? [02:02] why is this a configure flag rather than just having a rule in the Makefile that rebuilds the docs if the sources have changed? [02:02] no gtkdocize call there [02:02] Mithrandir: There's such a rule _if_ you pass --enable-gtk-doc I think [02:02] oh, ok. [02:03] then I think passing --enable-gtk-doc should be fine. [02:03] Well, only if you autogen [02:03] -fm does that automatically at first. [02:03] If you don't want to autogen, you should prebuild the docs oo [02:03] why shouldn't they be built as part of the package? [02:04] The gtk-doc rules are using autotools convention which suggest that they should be make disted [02:04] For example, dist-hook, maintainer-clean-local, etc. [02:05] we can change it later if we think that makes sense; I'll just pass --enable-gtk-doc for now. [02:05] It's a choice the gtk-doc developers made that their gtk-doc.make will help you _produce tarballs_ with doc, but not produce tarballs which build doc [02:05] Mithrandir: Ok, but be aware that it wont possibly clean properly [02:06] true, make distclean doesn't clean it. [02:07] Exactly [02:07] but the package builds that way, which I think is more important. [02:08] I would personally call autogen.sh in this case [02:08] But right, the important thing is to get forward :) [02:08] I'm tempted to say "this wouldn't be a problem if we had proper upstream releases", something I'm confident will happen sometime soonish. [02:08] I concur fully [02:09] Exactly like striping the debian/ out is currently a pain because I'm using non-native mode; this will disappear with upstream tarball releases [02:09] I wonder why it build for me here though [02:10] Haha, I passed --enabled-gtk-doc :) [02:10] Do like I say, not like I do [02:11] haha. :-) [02:12] Ah I recall why now; this debian/rules did not have a special autogen.sh section [02:12] config.status: if [ ! -x configure ] ; then ./autogen.sh; fi [02:12] with a newline after the first : [02:13] Yeah, but no "configure" rule lke some others [02:13] with flags passed to autogen.sh [02:13] ah, point. === vivijim [n=vivijim@200.184.118.132] has joined #ubuntu-mobile === etrunko [n=edulima@200.184.118.132] has joined #ubuntu-mobile === guardian_ is now known as guardian === fcarvalho [n=fcarvalh@200.184.118.132] has joined #ubuntu-mobile === Mithrandir sighs over hildon-fm-l10n-mr and friends. [03:00] tko_: is there any reason not to let hildon-fm depend on hildon-fm-l10n with a specific version number rather than using the mr / mr0 /mrX approach? [03:15] I don't recall the details why the packaging was done the way it was. presumably because depending on virtual package doesn't install any concrete one [03:16] which is why you'd have something like Depends: hildon-fm-l10n-english | hildon-fm-l10n and have all the different hildon-fm-l10n-XX packages provide the former. [03:16] the former = hildon-fm-l10n in this case === mdz [n=mdz@yttrium.canonical.com] has joined #ubuntu-mobile [03:23] dpkg-deb: Bygger pakken libhildondesktop0 i ../libhildondesktop0_0.0.14-2ubuntu2_i386.deb. [03:23] \o/ [03:25] Mithrandir: ! [03:26] no idea if it installs yet, but we're getting there. === sabotage_afk is now known as sabotage === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-mobile === bintut [n=bintut@cm170.gamma177.maxonline.com.sg] has joined #ubuntu-mobile [03:55] what filesystem do you use for the upcoming ubuntu-mobile? === pawa [n=pawa@222.130.199.158] has joined #ubuntu-mobile === rusty [n=rusty@jffwpr01.jf.intel.com] has joined #ubuntu-mobile === Mithrand1r [n=tfheen@vawad-xen1.err.no] has joined #ubuntu-mobile === tko_ [n=tkomulai@jabber.hst.ru] has left #ubuntu-mobile [] === cmvo [n=cmvo@ex4.73a.net] has joined #ubuntu-mobile === Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-mobile [06:23] btw, I just realized I've been doing tarball releases of sapwood since the beginning.. [06:23] it is causing me some extra pain :) [06:34] tko: Do you know how the move to gnome.org is going? [06:34] http://live.gnome.org/Hildon/MigrationToGnome [06:35] Great; looks good [06:35] basically the order was 1) accounts, 2) svn, 3) bugzilla [06:36] I see [06:36] once we have svn enabled on gnome side, we still need to get svn dump from our side and also get a hole in the firewall [06:37] I wonder how the vcs-import switch will happen; promises some fun :) [06:37] tko: Ah for SSH I suppose [06:37] oh right, and then we're waiting for jdub to set up hildon mailing list [06:38] yep [06:38] our firewall is a bit paranoid [06:39] slight understatement ;) === landley [n=landley@c-67-171-77-105.hsd1.pa.comcast.net] has joined #ubuntu-mobile [07:09] May I ask /why/ you're moving to gnome.org? === rusty [n=rusty@jffwpr01.jf.intel.com] has joined #ubuntu-mobile === guardian [n=Guardian@ANantes-252-1-49-76.w82-126.abo.wanadoo.fr] has joined #ubuntu-mobile [07:50] we want to make hildon less strongly tied with nokia and run it as a true upstream project === sabotage [n=chatzill@jffwprtest.jf.intel.com] has joined #ubuntu-mobile [08:01] btw, who's coming to CA next week? me and moises could use a ride === sp3000 [n=tt@hoasb-ff0ddd00-250.dhcp.inet.fi] has joined #ubuntu-mobile === Finde [n=Finde@host86-135-226-221.range86-135.btcentralplus.com] has joined #ubuntu-mobile === doko_ [n=doko@dslb-088-074-022-220.pools.arcor-ip.net] has joined #ubuntu-mobile === sabotage [n=sbryan@jffwprtest.jf.intel.com] has joined #ubuntu-mobile === jservLab [n=jserv@61-230-55-231.dynamic.hinet.net] has joined #ubuntu-mobile === tigert [n=tigert@nblzone-208-37.nblnetworks.fi] has joined #ubuntu-mobile [09:16] tko: Is there an IRC chan where mdk is around? [09:16] tko: Or perhaps you can fix the weird "AC_ARG_ENABLE " alone on line 117 of libhildon/hildon-1? [09:19] lool: I suppose he'd be here or #maemo when he's online, but I'll try fixing it (don't have a checkout here) [09:19] tko: Ok, I've fired bugzilla now; want a bug? [09:19] lool: give me a minute to finish the checkout.. [09:19] tko: Right, I see him in the backlog now; thanks [09:20] Is there a way to tell the SVN rev from the bzr rev? [09:20] This is how bzr log looks: http://paste.debian.net/29986 [09:21] lool: that would be r11820 but I don't know how you'd get it [09:21] bzr-svn maybe? [09:23] bzr-svn hung for me when I tried importing haf's SVN; after taking some 1.5 GB RAM + swap, it encountered some incomprehensible error [09:23] So I've given up there :-/ [09:23] tko: I wish it would be visible in the log just like in git-svn [09:23] git-svn had no problems with gtk :) [09:23] hehe [09:24] (our gtk.. I didn't feel like waiting to mirror the whole upstream) [09:24] bzr-svn is supposedly transparently integrated, and I have it installed and didn't see anything in the log [09:24] (You're supposed to use bzr "normally", for example "bzr branch svn://...") === lucasr [n=lucasr@cs164220.pp.htv.fi] has joined #ubuntu-mobile [09:26] bzr viz is quite nice [09:30] Certainly is! [09:30] Is there anything like this for git?! :D [09:31] gitk I guess [09:33] It's cute too; too bad it's not in Gtk [09:34] How can they name it gitk, if it's not Gtk?-) [09:34] It's in tk :) [09:35] lool: committed [09:35] gitk looks damn ugly, but it does the job. [09:35] lool, uh, then I guess it's acceptible ;) [09:35] tko: thanks! [09:36] tko: I'll file a bug directly next time; it's WE after all :) I was mostly curious as to whether you were using a private IRC channel, but seems not [09:37] lool: if we were it would be somewhere in the intranet :) [09:37] remember, we're only moving towards being an upstream project :) [09:44] Ubutu Mobile + n800 = dream machine... [09:44] if the mobile version is anything like the desktop version... [09:50] Knowledge_: what is lacking in the software shipped with n800 ? [09:51] tko: honestly nothing, I love it...I just like modding stuff.... [09:51] :) [09:51] I'm not one of those "ohhh the 770/n800 are so terrible because I can't run apache on it"....yadda yadda...I bought it because of what it was advertised to do...and it does that flawlessly.... [09:51] there's always hex editor.. :-P [09:52] I thought someone already ported apache.. or some other web server atleast (forgot the name) [09:54] oh...well you get what I mean...there's people on the iTt forums that whine and whine cause the device doesn't suck their....well, I'm pretty sure you know what I'm getting at [09:55] yeah, I know [09:55] I love the device... [09:55] barely use it and it's still the best $400 I've ever spent [10:09] tko: lighthttpd perhaps [10:10] or lighttpd either [10:10] lool: no, it was some other indian IIRC [10:22] cherokee [10:30] Ah right [10:30] I was thinking about a project hosted in India === Knowledge_ is now known as Knowledge [12:00] What does "mce" stand for? [12:01] Forgive me, "Mode Control Entity". However, I'm a little unsure on what it is/it does ? [12:01] It seems to be mentioned, but not documented here: https://lists.ubuntu.com/archives/ubuntu-mobile/2007-May/000098.html === landley_ [n=landley@c-24-131-83-118.hsd1.pa.comcast.net] has joined #ubuntu-mobile === tfheen [n=tfheen@aine.err.no] has joined #ubuntu-mobile === rusty [n=rusty@jffwpr02.jf.intel.com] has joined #ubuntu-mobile