=== Todd__ is now known as Todd [20:26] Hi, I have some questions about packaging... specifically about updating a package in the repos. Can anyone help? [20:29] Is anyone here? [20:35] No? [20:36] israeldahl: better to just ask the question, you're more likely to get an answer then. [20:37] OK, I recently was bestowed the maintainer postition for LMMS and do not know how to force it to become the newest version. It is currently 0.4.10 and the current is 0.4.13 Where should I start looking to find info on how to do thi? [20:37] thi=this [20:39] I am also posting info on ubuntu forums currently to aquire help there. I don't know where to start, but I really want the bugs to be fixed, and the new features to be available. [20:39] israeldahl: basically you use the new source package and add an entry in the changelog file. [20:40] there's a packaging guide, let me find the link... [20:40] http://developer.ubuntu.com/packaging/html/ [20:42] OK!! Thanks. What file tells USC what category to put it in (how do I do that?) [20:48] hmm, good question. I guess the desktop file (which also puts an icon in the menus of various desktop environments), but I'm not sure. [20:49] http://standards.freedesktop.org/desktop-entry-spec/latest/ <- description of the file format. [20:51] the menu file is also a possiblity. (The same for some other desktop environments.) [20:52] israeldahl: ^ [20:54] I thought it would be the desktop file. I am not sure where the menu file is in the heirarchy... I will do some checking around. The latest LMMS has a valid desktop file.... so if I can figure out how to upload it then all should be well [20:56] the file should end up in /usr/share/applications if I recall correctly. [20:58] I meant the menu file... I know the desktop file ends up there [21:00] By the way thanks alot for your help!! [21:10] /usr/share/menu . The file name is the name of the application you're packaging (or actually the packaging name I guess, it looks all lowercase here in that directory.) [21:11] ok, thanks [21:11] and no problem :). israeldahl ^ [21:23] Ok, looking in my source package I founf something that I think is the menu file it starts with the line ?package(lmms):needs="X11" section="Apps/Sound" \ [21:23] founf = found [21:24] if so it looks all right it also has hints="Audio" listed later on [21:24] Or, I think it is alright... I don't really know [21:31] Yes, that's the menu file. [21:32] Ok, thanks you have been extremely helpful!! I am working on fixing this right now [21:32] I am currently learning about bzr branching and all that [21:36] I'm still not completely clear on how I can upload the newest version of a package. the Debian package maintainer no longer exists, so no one upstream is including the new version. Sorry if this is in the documentation you gave me... I am unsure where to look to find that specific info. [21:39] Though.. I am pretty sure I can FIX the bugs, I don't know if I can UPDATE the package. Thanks for being so patient with me [21:41] hmm, I've no experience with that personally. You'd need to google for the debian policies, I guess, unless anyone else has extra information. You could ask that in #ubuntu-devel too I think, there are more people there who might know. [21:46] oh... ok I'll try there [21:51] hmm... when I got the bzr everything looks perfect. the desktop file and menu file exist [21:52] the bug has been confirmed in quantal as well. and probably in raring (i am downloading it to test it out) [21:54] Ok... the debian INSTALL file! Do you think this could be the problem? [22:08] well... alright then [23:21] mhall119: ping