[12:07] g'day room [12:14] I'm trying to build a couple of debs, but I find the informations on the wiki.ubuntu.com/JavaTeam/KnownledgeBase/ a bit limited. Can anyone point me to couple of links I could read? I haven't got any experience with deb packaging, but I've got some experience with rpms [12:50] kboi: if you're unfamiliar with Debian packaging, I'd suggest starting by https://wiki.ubuntu.com/PackagingGuide/Complete [12:50] The JavaTeam notes assume basic Debian packaging knowledge [12:50] yeah, that's what I'm on right now, thanks [21:19] Hi people [21:19] I recently made this little jar file witch you can use to send messages to the new notification system in Ubuntu [21:20] Now I think I should share it. Where should I put it? [21:29] KingWilliam: launchpad? [21:30] hmmm... [21:30] maybe. [21:35] KingWilliam: do you know bzr? [21:35] yeah [21:35] then launchpad seems ideal [21:35] ok thx [21:36] will people find it easily if I put it there? [21:36] KingWilliam: though, I feel like I should point out, that the backend for sending the messages isn't new [21:36] I was also thinking about google code and sourceforge [21:37] Presumably your package uses libdbus-java ? [21:37] Is there one already? I could not find it when I needed ut :P [21:37] nope it doesnt :P [21:37] what then? [21:38] I just execute the send-notify command [21:40] oh [21:41] Sorry to say that personally I would not use a library if I could get the same results with a simple bit of ProcessBuilder code myself [21:43] maybe