[12:14] hi TheMuso minghua and ScottK [12:14] hi TheMuso minghua ScottK and LaserJock ;) [12:14] heh the list grows. [12:15] hola nixternal [12:15] Heya LaserJock === ScottK hopes he wasn't too pointed last night... === Knightlust [n=Dax@ubuntu/member/knightlust] has joined #ubuntu-motu [12:16] nixternal missed all the fun by going to be early. [12:19] ..... [12:20] ScottK: certainly no more than I [12:20] Hi [12:20] I do I know the maintener of a package [12:20] ? [12:21] YannDinendal: What package? [12:21] YannDinendal: apt-cache show [pkg] [12:21] thanks === athena [i=anon32@wikipedia/anon32] has left #ubuntu-motu ["Leaving"] [12:21] checkgmail === iceman [n=iceman@cable-87-244-153-189.upc.chello.be] has joined #ubuntu-motu [12:22] YannDinendal: Maintainer is MOTU as a team. We don't have individual maintainers in Ubuntu. === apacheLAGger [n=me@N953P004.adsl.highway.telekom.at] has joined #ubuntu-motu [12:22] ScottK: / nixternal: revision 13 pushed. [12:23] ok [12:24] I would like to learn about packaging, do you think it would be possible for me to package the new version and submit it to the MOTUs ? [12:24] YannDinendal: Yes. [12:25] (soryr, I don't speak english very well, I'm french) [12:25] ok [12:25] This is the place for it. [12:25] is it the same way to package something from scratch or to update a new version ? [12:25] persia: Damn you are thorough with package reviewing. :) [12:25] YannDinendal: Not a problem. In general, you make your updated package and upload it to REVU. [12:25] !REVU | YannDinendal [12:25] YannDinendal: REVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU [12:26] ok :) [12:26] Ask questions here. [12:27] yep, it's friendly here [12:27] I have never made a package before... is there some tutorial anywhere ? === EliasAmaral [n=dark@unaffiliated/EliasAmaral] has joined #ubuntu-motu [12:28] I've found some on the wiki, but it's for building the package, not update it [12:30] Someone else feel free to jump in here. I've got other stuff going on that really needs my attention.... [12:32] ok [12:33] YannDinendal: have you seen https://help.ubuntu.com/6.10/ubuntu/packagingguide/C/updating-chap.html ? [12:33] oh that's about patching, that's not really what you want === Starting logfile irclogs/ubuntu-motu.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu === Topic for #ubuntu-motu: Ubuntu Masters of the Universe: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | http://dad.dunnewind.net/universe.php === Topic (#ubuntu-motu): set by Kmos at Sun Jun 17 23:49:55 2007 === #ubuntu-motu [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp === Monk-e [n=guido-xu@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [06:18] TheMuso: You mean your registrar doesn't mail you reminders? [06:19] StevenK: It does. [06:19] What happened though, was that I had a domain I no longer wanted to auto renew, which I turned off. But thanks to screwy web pages, it must have done it for both domains or something. [06:21] Ahhh === lfittl [n=lfittl@2001:6f8:107e:40:213:2ff:fe05:abdb] has joined #ubuntu-motu [06:51] Time to apply for membership to the bugsquad. I'm sick of having to leave bugs I triage with the wrong importance. [06:52] RAOF: Why don't you apply for MOTU? === bipolar [n=bflong@70.44.53.89] has joined #ubuntu-motu [06:52] I don't have nearly enough experience, surely. === RAOF should probably write his wiki page, though. [06:53] RAOF: Think about it. You seem to knwo your stuff, particularly in relation to python packaging. [06:54] Maybe. I do plan to apply some time, I'm just not sure that it's now :) [06:55] I'm trying to build a deb for a library. This is my first attempt at one. I'm having trouble withe the dh_install step. It's telling me "dh_install: libncreport-dev missing files (usr/lib/lib*.a), aborting" but I don't have any static libs. is there a way to get around this? [06:56] well, does debian/libncreport-dev.install list "usr/lib/lib*.a"? If so, that's a fairly obvious and glaring error. [06:56] bipolar: It sounds like your debian/libncreport-dev.install file might include a reference to those static lib files? [06:57] hmm... ok. it was auto generated by dh-make :) [06:57] RAOF: thanks! [06:59] Don't forget to thank crimsun, who was also right, and faster :) === bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu [07:00] crimsun: oh... thanks! [07:00] crimsun: did you use qt4 designer for your gui or no? [07:01] nixternal: yes. (See the status whiteboard...) [07:02] "DONE: initial cut at Qt 3 version (Qt 3 Designer-based) [07:02] DONE: initial cut at Qt 4 version (Qt 4 Designer-based)" [07:02] yup, thanks === Havis__ [n=Havis@adsl-d243.84-47-120.t-com.sk] has joined #ubuntu-motu === predius_ [n=predius@190.8.154.185] has joined #ubuntu-motu === Rumba [i=Rumba@gateway/tor/x-08b9ed4de44607ce] has joined #ubuntu-motu [07:22] how do i generate a list of automatically installed packages? [07:23] Yay! My package works :) [07:23] bipolar: what package? === pgquiles [n=pgquiles@62.43.226.52.static.user.ono.com] has joined #ubuntu-motu [07:24] Rumba: libncreport. It's a library to write SQL Reports in Qt4 [07:24] bipolar: aha, thanks [07:25] I worked with the developer to split this lib out of a standalone program so others could use it. it's pretty cool [07:26] there is also a report designer. it creates the XML report that this lib parses and displays/prints [07:27] now that I know what I'm doing (a little bit) I'll package that up too [07:28] bipolar: it looks cool indeed. (actually it's cool whenever any libs are split out of monoliths, so it doesn't even need to be particularly cool.) :) [07:28] :) [07:28] I also setup a trac page for the project, and I'm trying to port the designer to qt4 (it's currently qt3) [07:29] http://ncreport.longbros.com [07:29] the developer wrote this thing and never even used scm [07:29] Uuurgh. [07:29] bipolar: i hope it's not a maintainer job only, do the devs cooperate? [07:30] Rumba: oh, yes. It's just one guy, but we've been working together. [07:30] cool [07:30] he hasn't submitted anything new since I setup svn though :P [07:30] hasn't been that long [07:30] I think he only works on it when people ask him to [07:31] :) [07:31] sometimes devs are just too focused [07:31] hehe === bipolar runs off to bed, finaly, at 1:30am [07:32] gnight all === d33p__ [n=d33p@221.145.217.87.dynamic.jazztel.es] has joined #ubuntu-motu === pgquiles [n=pgquiles@62.43.226.52.static.user.ono.com] has joined #ubuntu-motu [07:35] /ms/c [07:40] Rumba: 'aptitude search ~M' should give you a list of automatically installed packages === hoora_ [i=ariel@gateway/tor/x-eebbdeffc898d9ce] has joined #ubuntu-motu === Nightrose [n=lydia@port-87-234-150-228.dynamic.qsc.de] has joined #ubuntu-motu === Burgundavia_ [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [07:47] AndyP: oh, so aptitude has a different definition of automatically installed packages to that of synaptic. whatever packages i manually marked as "automatically installed" in synaptic are not shown here in aptitude. are you familiar to this issue? [07:49] AndyP: even more interesting: apt-get does detect the manually marked ones (in synaptic) as being automatically installed and lists them all [07:50] Rumba: yes, i believe the latest updates to apt in debian are working towards resolving the inconsistency between aptitude and the other apt tools in that area... until then, there's inconsistency because aptitude keeps separate data about automatically installed packages, or something [07:51] AndyP: can i force aptitude to adopt the apt-get/synaptic list (by, say, purging aptitude, erasing its automatically-updated packages list, and reinstalling it)? === Monk-e [n=guido-xu@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [07:53] Rumba: only if you have the new aptitude which was recently uploaded to debian unstable, i think [07:54] AndyP: from what you know, will gutsy include this new aptitude? [07:57] Rumba: it doesn't have it at the moment but i don't know if it will... common sense tells me it's too bleeding edge to be added to gutsy at this stage but the ubuntu devs have been known to pull things out of the bag [07:58] AndyP: and i don't suppose there's any apt-get equivalent to 'aptitude search ~M', is there? [08:00] AndyP: the needed aptitude is only in debianexperimental so far [08:00] TheMuso: Bug 122058 is assigned to you, have you uploaded it yet? [08:00] Launchpad bug 122058 in openipmi "Merge openipmi (2.0.11-1) from debian unstable" [Wishlist,In progress] https://launchpad.net/bugs/122058 [08:00] TheMuso: Since a merge is not necessary. [08:01] Rumba: i not sure that ubuntu's apt-get treats automatically installed packages as a special case like aptitude does yet === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [08:01] man-di: sorry, yes, experimental [08:03] Rumba: the appropriate literature is http://lists.debian.org/debian-devel/2007/06/msg00379.html and http://lists.debian.org/debian-devel/2007/06/msg00896.html if you want to follow it up [08:04] AndyP: there's "apt-get autoremove", for instance. and the list of autoremovable packages is also shown at every install/uninstall ("The following packages were automatically installed and..."). i just want to know how to get that list generated with no grep hacks and not just as "side effects" of installing/uninstalling something. === AndyP looks [08:05] AndyP: thanks a lot for the links [08:13] Rumba: can't find anything similar in apt-get/apt-cache/dpkg, sorry [08:15] AndyP: thanks a lot anyway === dholbach [n=daniel@i59F7731F.versanet.de] has joined #ubuntu-motu [08:16] good morning [08:17] hey dholbach [08:17] hey dholbach [08:17] good morning dholbach [08:17] hi ajmitch, hey Nightrose, hey AndyP [08:17] how's it going? [08:17] fine here - and you? === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu [08:19] fine too - thanks :) [08:21] Good afternoon, everyone. [08:21] hi Fujitsu [08:21] Hi AndyP. [08:22] StevenK: No I haven't. [08:23] bluefoxicy asked me to do it, I assigned myself, and thought of checking Mom. I then asked him to ask i you don't mind him doing it. [08:23] I certainly haven't looked at it in detail yet. [08:23] sorry, bluekuja [08:24] bluefoxicy: Sorry, didn't mean you. Damn tab completion. [08:24] man, Python is not my friend === Rumba [i=Rumba@gateway/tor/x-08b9ed4de44607ce] has left #ubuntu-motu [] [08:29] python > nixternal? [08:29] so far it is...Java and C++ seem much easier to me...but I have to keep playing with Python [08:30] oh man === micahcowan [n=micah@ubuntu/member/micahcowan] has joined #ubuntu-motu === hoora_ [i=ariel@gateway/tor/x-4919f58302dd1bf0] has joined #ubuntu-motu [08:30] you get used to doing iterations and testing in similar ways, and then switch to Python which do them differently...gets confusing [08:30] java & C++, automatic -1 [08:30] heh [08:30] C++ is the winner [08:31] if c++ is the winner, I don't want to be playing that game [08:31] what would take me an hour or so with Qt and C++, has taken me hours of getting nowhere [08:31] hehe === RAOF is currently trying his hand at some C programming again, and would love to have to be able to gripe about C++ [08:32] RAOF: gripe away [08:32] Lisp FTW === hoora_ [i=ariel@gateway/tor/x-6939090fcc6e1cf1] has joined #ubuntu-motu [08:33] I'd love to be able to gripe about C++, ie: be actually coding in it. As it is, I'll need to gripe about OO being hard in C :P [08:33] And, for the love of god, why do I have to write yet another list/vector implementation? === ajmitch wonders if he can unsend an email :) [08:35] I am wondering if that is in reference to something "special" [08:35] and if so, don't you have to first "send it"? [08:35] haha [08:35] ;p [08:36] check your inbox [08:36] as long as it isn't as bad as Hobbsee and the Vista stuff :) [08:36] ah, I should have changed the From: address [08:36] oh well [08:37] nixternal: Huh? Hobbsee and Vista? What did I miss? [08:37] awww :) thanks [08:37] !nixternal [08:37] Oh no! The pointy-clicky Vista lover has arrived! He's rumoured to be giving out free money, too! [08:37] Good morning all, by the way. :) [08:37] not a whole lot :) [08:37] hello shawarma [08:37] Hi shawarma. [08:37] 'morning, ajmitch, Fujitsu. [08:38] mornin' to you as well shawarma === sacater [n=sacater@host86-149-250-69.range86-149.btcentralplus.com] has joined #ubuntu-motu === coNP [n=conp@unaffiliated/conp] has joined #ubuntu-motu === sacater [n=sacater@colchester-lug/member/sacater] has joined #ubuntu-motu [08:47] hey shawarma [08:49] Good morning, dholbach! === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu [08:53] hey shawarma === hjmf [n=hjmf@81.Red-217-125-221.dynamicIP.rima-tde.net] has joined #ubuntu-motu [09:01] Hi, Burgundavia. === cynics [n=cynics@58.31.11.250] has joined #ubuntu-motu === jerome_ [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-motu [09:04] hello all [09:05] could someone please review my package on revu : http://revu.tauware.de/details.py?upid=5720 ? [09:05] It's an update for python soya [09:05] which should fix bug #117840 [09:05] Launchpad bug 117840 in soya "Wishlist: Update python-soya package" [Wishlist,Confirmed] https://launchpad.net/bugs/117840 [09:05] and bug #115607 and bug #72884 [09:05] Launchpad bug 115607 in slune "[apport] slune crashed with SIGSEGV" [Medium,In progress] https://launchpad.net/bugs/115607 [09:06] Launchpad bug 72884 in balazar "Balazar crashes at startup." [Medium,In progress] https://launchpad.net/bugs/72884 === guardian [n=Guardian@mar44-1-87-90-32-28.dsl.club-internet.fr] has joined #ubuntu-motu [09:27] Anyone please ? [09:27] jerome_: I can take a look in a bit - doing something else atm === vil [n=lada@ubuntu/member/vil] has joined #ubuntu-motu [09:28] dholbach : thank you very much [09:28] np [09:28] in the future, if you find nobody checking your package, best to mail ubuntu-motu@ or ubuntu-motu-mentors@ [09:30] ok i'll keep that in mind [09:31] rock === Havis_ [n=Havis@adsl-dyn28.91-127-77.t-com.sk] has joined #ubuntu-motu === lfittl [n=lfittl@2001:6f8:107e:40:213:2ff:fe05:abdb] has joined #ubuntu-motu === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu === Havis [n=Havis@adsl-d38.87-197-160.t-com.sk] has joined #ubuntu-motu === raphink [i=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [09:53] jerome_: I'd personally wrap the lines in debian/changelog - but it's ok, uploaded it [09:54] no need to go through an extra review iteration for that [09:55] once we use bzr for reviewing this will be so much easier... just a simple commit, no re-uploading of a tarball, etc :) === Havis__ [n=Havis@adsl-dyn191.91-127-124.t-com.sk] has joined #ubuntu-motu [09:55] dholbach : so I just have to wait know ? [09:55] it's uploaded [09:56] it should be built in 2h or something [09:56] dholbach : thank you very much [09:56] no problem [09:56] thank YOU for taking care of the fix [09:56] 1st package inside :) [09:56] ROCK :) [09:56] let's go for the second :) [09:57] yeah - hope to see you as a MOTU soon ;-) [09:57] well not this year cause I'll be very busy at school, but next year for sure! [09:57] great :-) === fredix [n=fredix@86.67.45.158] has joined #ubuntu-motu [10:06] dholbach : are there any chances that I can get the right to backport this to feisty ? === porthose [n=chatzill@24-119-100-168.cpe.cableone.net] has joined #ubuntu-motu [10:07] jerome_: best to ask the backport guys - there's a backport team you can subscribe to the bug report [10:07] dholbach : ok I will do that [10:08] right-o === BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu [10:14] dholbach: coincidentally to your conversation in -devel, i've just been looking at the new mergeant version for bug #2383 [10:14] Launchpad bug 2383 in mergeant "mergeant version is very old" [Medium,Confirmed] https://launchpad.net/bugs/2383 [10:14] yeah, we need libgnomedb3 for that [10:14] it's in debian gnome-pkg's team svn [10:15] fernando asked the maintainer of that package why it's not in debian yet, so we could sync it [10:15] I forgot why [10:15] hmm [10:15] it'd be lovely to have the new mergeant version in [10:16] debian's libgnomedb3 changelog in svn has quite a large changelog === pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu [10:16] yes, it'S been a lot of repackaging [10:17] ah, something about using openssl to make a md5 hash and license problems due to that [10:17] 3.0.1 upstream release should fix that [10:17] ... which does not seem to be out yet? === marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu [10:18] nope, latest is still 3.0.0 [10:18] right :-/ [10:18] maybe we could get you, fernando and the debian maintainer in touch to package a svn version or something [10:19] the API is supposed to be stable, so that might be a possibility [10:19] (if the fix has landed in svn already) [10:20] sounds like a plan [10:20] if it has landed, as you say [10:21] that way I could package libgnomedbmm3 too [10:21] fix has landed 2007-05-17 - gnome bug 437212 [10:21] Gnome bug 437212 in widgets "gnome-db-entry-password uses openssl to generate md5 hash" [Normal,Resolved: fixed] http://bugzilla.gnome.org/show_bug.cgi?id=437212 === statik [n=emurphy@canonical/launchpad/statik] has joined #ubuntu-motu === lionel [n=lionel@ip-211.net-81-220-127.rev.numericable.fr] has joined #ubuntu-motu === cassidy [n=cassidy@7.69-244-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu === Pumpernickle [n=pumperni@CPE0016b6c9fba4-CM0012c9a9a6dc.cpe.net.cable.rogers.com] has joined #ubuntu-motu === jekil [n=alessand@host185-20-dynamic.61-82-r.retail.telecomitalia.it] has joined #ubuntu-motu [10:38] dholbach: every package that depends on libglademm-2.4-1c2a will need a rebuild [10:39] crimsun: really? not just those that were built during the time of the 'changes' glib? === TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [10:40] dholbach: pavucontrol and paman are examples that weren't built at all - they were carried unchanged from feisty [10:40] Is that why lots of things (at least everything depending on gconfmm) is dieing with undefined symbols? Or is that another somewhat similar error? [10:40] yes, that's a side effect, too [10:40] then we'd have to rebuild everything depending on gtkmm and glibmm [10:41] very likely, although I haven't tested those === Neonightmare [n=neonight@101-25.1-85.cust.bluewin.ch] has joined #ubuntu-motu === Neonightmare [n=neonight@101-25.1-85.cust.bluewin.ch] has left #ubuntu-motu [] [10:41] None of the stuff I looked at yesterday builds any more, due to what looks like a glademm change. [10:42] did you use 0ubuntu2? [10:42] I have it on my local machine, and I don't recall upgrading since building them. [10:43] that might fix it [10:43] 76 source package depending on glibmm [10:43] I don't think it did, but I'll try again. [10:43] Ouch. [10:44] 0ubuntu2 of glibmm? [10:44] libglademm [10:44] I had to wait until 0ubuntu2 of libglademm-2.4-dev was available to rebuild paman and pavucontrol [10:44] doesn't hurt to have the latest of gtkmm, glibmm and libglademm [10:44] 0ubuntu1 caused FTBFS [10:44] I've got 0ubuntu2 of {glib,glade}mm === lionel [n=lionel@ip-211.net-81-220-127.rev.numericable.fr] has joined #ubuntu-motu [10:47] I think I'll upload them all proactively === RainCT [n=RainCT@77.209.34.244] has joined #ubuntu-motu === Pumperni1kle [n=pumperni@CPE0016b6c9fba4-CM0012c9a9a6dc.cpe.net.cable.rogers.com] has joined #ubuntu-motu [10:48] dholbach: Sounds good. [10:48] Morning === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === lionel [n=lionel@ip-211.net-81-220-127.rev.numericable.fr] has joined #ubuntu-motu === Pumpernickle [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === Pumpernickle [n=pumperni@CPE0016b6c9fba4-CM0012c9a9a6dc.cpe.net.cable.rogers.com] has joined #ubuntu-motu === YannDinendal [n=Yann@dyn-91-163-246-118.ppp.tiscali.fr] has joined #ubuntu-motu === RainCT [n=RainCT@77.209.3.168] has joined #ubuntu-motu === Pumperni1kle [n=pumperni@CPE0016b6c9fba4-CM0012c9a9a6dc.cpe.net.cable.rogers.com] has joined #ubuntu-motu === coNP [n=conp@unaffiliated/conp] has joined #ubuntu-motu === allee [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-motu === DreamThi1f [n=mathias@gateway.3vilh4x0r.net] has joined #ubuntu-motu === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-motu === bipolar [n=bflong@70.44.53.89] has joined #ubuntu-motu === YannDinendal [n=Yann@dyn-91-163-246-118.ppp.tiscali.fr] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === DreamThief [n=mathias@unaffiliated/dreamthief] has joined #ubuntu-motu === cassidy_ [n=cassidy@7.69-244-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu === iceman [n=iceman@cable-87-244-153-189.upc.chello.be] has joined #ubuntu-motu [12:21] crimsun, Fujitsu: glib is still b0rked [12:21] so I rebuilt stuff in vain [12:25] I'll just have to rebuild everything I uploaded since glib was broken, not 'everything' [12:26] dholbach: What's actually wrong with glib? [12:27] http://svn.gnome.org/viewcvs/glib/trunk/gobject/gtype.h?r1=5497&r2=5560 is the breakage [12:27] http://svn.gnome.org/viewcvs/glib/trunk/gobject/gtype.h?r1=5560&r2=5582 is the next commit [12:27] that broke the ABI for c++ === bmm [n=chatzill@tcw3.ai.rug.nl] has joined #ubuntu-MOTU [12:30] Aha. [12:32] Any MOTUhttp://revu.tauware.de/details.py?upid=5685 === bmm hit return way to soon [12:33] Any MOTU: the ccbuild package is looking for comments or a second advocate. Please see http://revu.tauware.de/details.py?upid=5685 for more information [12:36] bmm: let me have a look ;) === Bassetts [n=Bassetts@5ac2dd6f.bb.sky.com] has joined #ubuntu-motu === Havis_ [n=Havis@adsl-dyn181.91-127-69.t-com.sk] has joined #ubuntu-motu [12:40] bmm: is it possible to add a debian/watch ? otherwise, very good package, just have to find a MOTU for an other +1 :) [12:41] anyone with an idea when Mithrandir will be available? [12:42] oh I guess I picked the wrong nickname === d33p__ [n=d33p@25.144.217.87.dynamic.jazztel.es] has joined #ubuntu-motu [12:43] coNP: he's in -devel [12:44] okay but I wanted to bug him with an universe package :) [12:44] hey pochu, by the way :) [12:44] howdy coNP :) [12:44] I've seen you're going for membership tomorrow, aren't you? === coNP tries [12:45] I'll try to be there! :) [12:45] shouldn't i? [12:45] why not? :) [12:47] Any MOTU: the ampache package is looking for comments. Please see http://revu.tauware.de/details.py?upid=5730 for more information. === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu [12:51] bashelier: I'd have to find an example for debian/watch on sourceforge packages, not looked for it yet. [12:53] bmm: here is one, https://wiki.ubuntu.com/MOTU/Recipes/DebianWatch ;) [12:53] http://sf.net// [12:55] Hey MOTUs, anyone up to review my Openbox / Obconf packages? (http://revu.tauware.de/details.py?upid=5589, http://revu.tauware.de/details.py?upid=5569). Hobbsee suggested me to contact Mithrandir but he said he doesn't have time for this right now. So any reviews would be appreciated. [12:56] bashelier: thanks! [12:57] porthose, commented [12:57] Thanks === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu === bueroman [n=setanta@200.184.118.132] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === gizmo [n=gizmo@87.139.112.143] has joined #ubuntu-motu === Ind[y] [n=indy@pc36.edu.uoi.gr] has joined #ubuntu-motu [01:18] How can I make a .deb file for my Python program? [01:21] Ind[y] : do you have any deb packaging experience already? === norsetto [n=norsetto@host194-225-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-motu [01:23] AndyP: no [01:23] !packaging [01:23] The packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - See https://wiki.ubuntu.com/MOTU/Packages/New for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources - See also !backports [01:23] AndyP: ok. thank you. === Ind[y] [n=indy@pc36.edu.uoi.gr] has left #ubuntu-motu ["Leaving"] [01:24] Ind[y] : plus http://wiki.debian.org/DebianPython/NewPolicy which has python specifics (oh joy :) [01:24] bah, too eager [01:24] why does http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html have double copyright? :P [01:25] RainCT: good question [01:27] Hi, quick question (I hope) for the REVU guys: how do I know if my GPG key has been added to the REVU keyring? [01:27] norsetto: trying to upload something, I think [01:28] well, thats what I did and didn't get any feedback ....... [01:30] Also, can't log in (and my key has an elgamal secondary key)!? So, I was wondering if I can check in any other way [01:30] norsetto: the login is created when you uploaded something [01:31] yeah, that what I did (or at least, I think I did) === mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu === doko_ [n=doko@dslb-088-074-023-248.pools.arcor-ip.net] has joined #ubuntu-motu [01:32] hi all [01:34] Any way I can check if upload was OK? Should have I got a rejection somehow? === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [01:38] dholbach: Hi Daniel, Cesare here. Hope you didn't mind me fiddling with https://wiki.ubuntu.com/MOTU/Mentoring/Reception [01:38] Good morning all. [01:38] hey norsetto [01:38] norsetto: I'm about to take my lunch break - ok if I check it out later on? [01:39] dholbach: good idea, I'm about to do the same [01:39] alrighty - thanks for your work on that === highvoltage [n=highvolt@196.1.61.44] has joined #ubuntu-motu === mok0 [n=mok@ghost.imsb.au.dk] has joined #ubuntu-motu === dharrigan [n=dharriga@dsl-217-155-228-129.zen.co.uk] has joined #ubuntu-motu [01:53] ScottK: hello [01:53] Hello AndyP [01:53] ScottK: could you point me in the right direction to get involved with the debian python team? [01:54] Sure. [01:55] AndyP: https://wiki.ubuntu.com/ContributingToDebian/PythonModulesTeam should have all you need to know. If you find it doesn't, please take notes and once we get it figured out, update the page. [01:55] ScottK: great, thanks === nrpil [n=nrpil@s5591f679.adsl.wanadoo.nl] has joined #ubuntu-motu === IanC26 [n=IanC26@2002:908b:a546:4:216:6fff:fe39:ff6e] has joined #ubuntu-motu === munckfish [n=munckfis@217.150.115.62] has joined #ubuntu-motu === coNP [n=conp@unaffiliated/conp] has joined #ubuntu-motu === RAOF [n=chris@123-243-65-41.tpgi.com.au] has joined #ubuntu-motu === Rumba [i=Rumba@gateway/tor/x-08b9ed4de44607ce] has joined #ubuntu-motu [02:11] how do i get a list of _all_ packages that are _marked_ as autoremovable (i.e. not just those ones that are currently removable (i.e. are not used by any other packages))? === cypher1 [n=cypher1@c-69-249-127-102.hsd1.nj.comcast.net] has joined #ubuntu-motu [02:14] What does it mean "to NMU a package" ?? [02:14] mok0: non-maintainer upload... it's a debian thing, we don't worry about it in ubuntu === xxxxx1 [n=xxxxx1@44125.static.fln.virtua.com.br] has joined #ubuntu-motu [02:15] good morning all! :) [02:15] OK, but lintian complains that NMU is not mentioned in changelog [02:15] mok0: it does that, don't worry about it [02:15] Is there any tool for Gnome similar to Kompare (as in: viewing the contents of a diff/patch and the side-by-side changes)? apt-cache search and synaptic don't bring up anything that looks good. [02:15] AndyP: ok, thx === neodreams [n=neodream@modemcable198.230-81-70.mc.videotron.ca] has joined #ubuntu-motu [02:16] RAOF: meld? [02:16] RAOF: i haven't used it myself but it might do what you want (and i've heard good things about it) [02:17] Excelllent. apt-get away. === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu [02:21] Bah, except it won't load a pre-existing diff. :/ === etank [n=etank@ubuntu/member/etank] has joined #ubuntu-motu [02:23] some mention my name? [02:24] I have 6 packs sitting in REVU, ready for a review, in case someone has a profound urge... :-) [02:24] RAOF: d'oh, sorry === grayman [n=grayman@89.1.253.24.dynamic.barak-online.net] has joined #ubuntu-motu === jekil [n=alessand@host185-20-dynamic.61-82-r.retail.telecomitalia.it] has joined #ubuntu-motu === \sh_away is now known as \sh === lionel [n=lionel@ip-211.net-81-220-127.rev.numericable.fr] has joined #ubuntu-motu [02:29] how can I check if a pbuilder environment was created successfully? I closed the window where it was generating it by mistake and don't know if it finished or not.. === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [02:37] moins Hobbsee === hoora_ [i=ariel@gateway/tor/x-a9178906936f717b] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [02:39] hi imbrandon [02:41] AndyP: That's OK, it still helped. I'm now building a merged kvm package :) [02:43] RAOF: good stuff :) [02:45] <_MMA_> imbrandon: PM [02:46] hey Hobbsee [02:46] hi zul :) === radhios [n=radhios@200.47.67.169] has joined #ubuntu-motu === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu === norsetto [n=norsetto@host100-230-dynamic.20-87-r.retail.telecomitalia.it] has joined #ubuntu-motu [02:50] Anyone from REVU to assist a poor lonely soul? === mok0 [n=mok@ghost.imsb.au.dk] has left #ubuntu-motu [] [02:51] norsetto: what's up? [02:51] Tried to upload a package to REVU, but, don't know whats happened [02:51] norsetto: Which package? === RAOF wills kvm to build faster. [02:52] reconstructor, on May 27 [02:52] never got any feedback, don't even know if the upload was succesfull [02:52] norsetto: Looking now... [02:52] norsetto: is it shown on revu.tauware.de ? [02:52] and if I try to login I can't (even though I had a Elgamal secondary key) [02:53] well, I tried searching, but the system is ... shall we say ... not really norsetto-friendly :) === Rumba [i=Rumba@gateway/tor/x-08b9ed4de44607ce] has left #ubuntu-motu [] [02:54] c [02:54] ugh === rexbron [n=rexbron@TOROON63-1177742445.sdsl.bell.ca] has joined #ubuntu-motu [02:55] norsetto: I don't see the package in any of the usual places (ready for review, archived, or rejected), but I think rejected gets cleared out every once in a while, so if it was rejected, it might need a new upload. [02:55] should I get notified if it was rejected? [02:56] only packages older than 6 months get rejected [02:56] er, cleared out [02:56] Hobbsee: Even from incoming/rejected? [02:56] ok, so it never was uploaded I guess (that would also explain why I can't login too) [02:56] persia: dunno about rejected [02:57] norsetto: That might be it. Would you mind trying again? [02:57] At least, how could I check if the my key was added to the keyring? [02:58] norsetto: An upload is probably the easiest way to check. [02:58] OK, I'm trying a new dput right now [02:59] Already uploaded to revu.tauware.de; Doing nothing for reconstructor_2.5-0ubuntu1_source.changes [03:00] norsetto: dput -f === persia triple checks [03:00] Or, rm the .upload the file [03:00] TheMuso: Did you see my message? [03:00] Wooo! One working KVM package. [03:01] norsetto: Delete your source.upload file, and try again. [03:01] StevenK: Re the merge, yes, I thought I responded. [03:01] TheMuso: Oh, mind saying it again? === raphink [i=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [03:02] StevenK: No I hadn't touched the merge. I decided to check MoM to see whos merge it was originally, and suggested that you should be asked about it. [03:02] StevenK: Knowing that you prefer to be asked re your merges. [03:02] c [03:02] Ahh, nice. [03:02] ugh kvm [03:02] Successfully uploaded packages. [03:02] TheMuso: I'm waiting for packages.debian.org to update and then I'm going to file a sync. [03:02] StevenK: Right. [03:02] StevenK: You might want to tell bluekuja [03:03] norsetto: They arrived safely, and should be processed sometime in the next five minutes. [03:03] TheMuso: Have done so already. [03:03] StevenK: Ok. [03:03] OK, thanks, anything I can do about the login? === mok0 [n=mok@ghost.imsb.au.dk] has joined #ubuntu-motu [03:12] dholbach: Oh Wonderfull, Allmighty, AllPowerfull Daniel, would you have some time to have a look at http://revu.tauware.de/details.py?upid=5734? [03:12] Huzzah. Anyone who feels like some kvm-sponsorship are now welcome to imbibe the choice juices of bug #122113. And it's time for bed. Good night all! [03:12] Launchpad bug 122113 in kvm "[Merge] Please merge kvm-28-4 from Debian Unstable" [Undecided,Confirmed] https://launchpad.net/bugs/122113 === persia suggests that bug 121940 might have also been a good choice before looking at 122113 [03:14] Launchpad bug 121940 in kvm "KVM newest version request (dup-of: 119254)" [Undecided,New] https://launchpad.net/bugs/121940 [03:14] Launchpad bug 119254 in kvm "Fails to create KVM context on linux-image-2.6.22-6" [Undecided,In progress] https://launchpad.net/bugs/119254 [03:15] Hi. I'm looking for someone to review my package: http://revu.tauware.de/details.py?upid=5727 === dholbach_ [n=daniel@i59F7081B.versanet.de] has joined #ubuntu-motu === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu [03:24] dholbach: Oh Wonderfull, Allmighty, AllPowerfull Daniel, would you have some time to have a look at http://revu.tauware.de/details.py?upid=5734? [03:26] gods, they are never there when you need them....... [03:26] what's the policy on line endings? python-opengl installs a bunch of examples to /usr/share/doc/python-opengl/Demo/ with ^M at the end of each line. python handles this fine though, so not sure if this is bug worthy [03:26] Where is a good place to ask about license related issues? [03:27] jrib: It's generally not bug-worthy. Most of that comes from upstream, and is rather painful to patch. [03:27] mok0: This is a good place to start, although you'll rarely get an authoritative answer. [03:29] OK. A license that is not restrictive, except it contains a requirement to keep the copyright notice in the source code, and a "disclaimer" section, what would that be? [03:29] persia: thanks [03:30] mok0: It sounds like a BSD-ish license to me. Which license? [03:31] Look here http://paste.ubuntu-nl.org/27127 [03:34] mok0: Yep, that's http://www.gnu.org/licenses/info/BSD_3Clause.html [03:35] persia: so that would be ok with Ubuntu? === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu [03:36] mok0: Absolutely. You can't use /usr/share/common-licenses/BSD, as it's the University of Melbourne, rather than the Regents of the University of California, but as long as you include the license in debian/copyright, you're all set. [03:37] persia: good, so I'll go ahead and package this. [03:38] mok0: http://people.debian.org/~bap/dfsg-faq.html is a good resource to check licenses. if the license you're looking at isn't already listed there, it provides some standard questions to ask yourself when trying to decide if it is acceptable. [03:38] persia: ... should I hold back on uploads to REVU, I have 6 packages sitting there already? [03:39] persia: thx for the links [03:40] mok0: No need to hold back, but if you have open comments, you should prefer reuploading to new packaging, and if you don't have open comments, you should request advocation. === apachelogger [n=me@N833P015.adsl.highway.telekom.at] has joined #ubuntu-motu === norsetto [n=norsetto@host100-230-dynamic.20-87-r.retail.telecomitalia.it] has left #ubuntu-motu [] === aanderse [n=aaron@CPE0015e916db19-CM001225d7436c.cpe.net.cable.rogers.com] has joined #ubuntu-motu [03:41] persia: well, I'm a bit stuck on wulfware, I uploaded the mods we mailed about, but the rest of the packages are ready for review [03:42] coNP: picking a time when people are wroking really hard on a tribe release to ask for a sponsor to debian isnt smart, FYI [03:42] mok0: Sorry I haven't gotten back to you on that - there doesn't seem to be a trivial solution :( Have you requested reviews of your other packages as well? If not, it's worth posting a link. [03:44] persia: Here is the link for wulfware http://revu.tauware.de/details.py?upid=5733 [03:45] But theseus is pretty far along in the process: http://revu.tauware.de/details.py?upid=5674 [03:46] mok0: I'm not REVUing right now, but thanks: perhaps someone else will look at them. [03:47] persia: That would be nice. Seems like the MOTUs are somewhat understaffed :-) [03:49] how can I update a package to a newer version? download the new one, copy the debian directory there, check the patches (if any) and update changelog? [03:49] RainCT: Basically. There's a more detailed guide available under MOTU/Recipes on the wiki [03:51] RainCT: Additionally, if the package is also distributed in Debian, it's worth checking with the Debian maintainer to see if they're already planning an update soon. [03:51] persia: ok, thanks === BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has left #ubuntu-motu [] === Martinp23_ [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu === jussi01 [n=jussi@dyn3-82-128-187-102.psoas.suomi.net] has joined #ubuntu-motu [04:01] Adri2000: ping === stratus [n=stratus@201.53.55.52] has joined #ubuntu-motu === hjmf [n=hjmf@81.Red-217-125-221.dynamicIP.rima-tde.net] has joined #ubuntu-motu === cynics [n=cynics@123.116.97.91] has joined #ubuntu-motu === lfittl [n=lfittl@212.41.228.52] has joined #ubuntu-motu [04:18] persia: argh, it's closed source now :( (and now, I didn't need 30 minutes to discover this, I had not looked at it until now :p) [04:18] RainCT: Which package? [04:19] persia: njam (http://www.guacosoft.com/njam/), it only provides binaries and says something about a demo on the copying file === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU [04:27] RainCT: Ah. Too bad. Sometimes it's worth checking the AUTHORS file to see if perhaps there is still an open fork around, but in this case, it looks fairly dead. [04:33] \sh ping? [04:40] where can I find something to package? I've looked at like 30 games in happypenguin and all either are commercial or have already a package for ubuntu on their website (I send a mail to those about submiting them for inclusion in universe), and the only one I found that I could try is ITP in Debian :( [04:41] RainCT: there are plenty of bugs with the tag "needs-packaging" [04:42] Hobbsee: well, will check again, but last time I looked there I only found stuff that looked to difficult or too boring :P [04:43] persia: thanks for checking that [04:45] RainCT, If you want to package something, there is one I'ld like to do but as I'm very noob on the subject, this one seems too difficult to start with... === jmg [n=cartel@shinobi.thoughtcrime.org.nz] has joined #ubuntu-motu [04:50] Hobbsee: (and you other aussies) did you see the dvd special at harvey norman? [04:51] i havent been to harvey norman in yeras. why, what is it? [04:51] I also avoid Hardly Normal like the plague. [04:51] 50 lg dvd's for 15$ [04:51] Usually me also... === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu === sommer [n=sommer@cpe-075-183-108-021.triad.res.rr.com] has joined #ubuntu-motu [04:56] <\sh> Nightrose, pong [04:57] <\sh> Nightrose, just got the message from marc :) [04:57] <\sh> Nightrose, I don't know...I need to go home first... === effie_jayx [n=valles@ubuntu/member/effie-jayx] has joined #ubuntu-motu [04:57] \sh: ok fine - would be nice to see you booth there [04:57] g'morning! [04:58] <\sh> Nightrose, could you send the address and the meeting point to sh@sourcecode.de ? :) thx :) [04:58] \sh: ok will do ;-) [04:59] <\sh> Nightrose, cool thx :) and thx for the information :) [04:59] \sh: yw - sorry again it's so short notice [05:01] <\sh> Nightrose, no problem....I think I'll try to convince my GF to come with me :) [05:01] \sh: perfect ;-) === sacater [n=sacater@colchester-lug/member/sacater] has joined #ubuntu-motu === fernando__ [n=fernando@200.220.229.27] has joined #ubuntu-motu === leonel [n=leonel@189.155.178.18] has joined #ubuntu-motu === ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #ubuntu-motu === Pumpernickel [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu === lfittl [n=lfittl@cl-185.mbx-01.si.sixxs.net] has joined #ubuntu-motu === Bassetts [n=Bassetts@5ac2dd6f.bb.sky.com] has joined #ubuntu-motu [05:18] Hey Hobbsee! Sorry I don't wanted to offend / press anyone. I am only pinging someone once a week or so... [05:18] coNP: no problem - was just a FYI [05:19] coNP: you might ask a DD to upload that to debian for you [05:19] as it seems that he's either forgotten or misunderstood about uploading it to debian, then syncing it === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-motu [05:19] okay I might try it in a few days [05:20] coNP: after tribe 2 is out, probably [05:21] Hobbsee: I also thought of that [05:21] :) [05:21] So thanks FYI :) [05:22] :) === Pumpernickel [n=Pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu === coNP_ [n=conp@unaffiliated/conp] has joined #ubuntu-motu === Pumpernickel [n=Pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu === javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu === hendrixski [n=hendrixs@cpe-66-66-116-183.rochester.res.rr.com] has joined #ubuntu-motu === mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu [05:49] hi all [05:49] ping dholbach [05:49] Is there a separate command for creating debian packages from Qt applications? [05:49] mruiz: pong [05:49] dholbach: I updated another package ;-) [05:49] nice [05:50] why don't you drop me a mail with the link to the revu page? [05:50] I'm creating my REVU account [05:50] ah ok [05:51] What's the procedure to create one ? [05:51] mruiz: REVU accounts are automatically created upon upload - there's no need to create the account first. [05:51] mruiz: On the other hand, you must first be a member of ubuntu-universe-contributors. [05:52] it should be all on http://wiki.ubuntu.com/REVU [05:52] persia, I do === mruiz reading about REVU [05:53] I didn't see anything on the debian maintainers guide, but it also says that dh_make is for programs that can be installed by ./configure, make, make install ... and qt apps are qmake, make install. So is there something i should be doing differently when packaging qt apps? [05:54] persia, I need to be added to the REVU uploaders keyring. How can I do it? [05:55] mruiz: Have you registered your GPG key in launchpad, and joined ubuntu-universe-contributors? [05:55] persia: yes [05:55] mruiz: In that case, ask here (you just did), and wait 10-15 minutes whilst I sync the keyring. === dpm [n=dpm@p54A10B24.dip0.t-ipconnect.de] has joined #ubuntu-motu [05:56] thanks persia === neodreams [n=neodream@modemcable198.230-81-70.mc.videotron.ca] has left #ubuntu-motu [] === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu === axxo [n=axxo@gentoo/developer/axxo] has joined #ubuntu-motu === javier_galicia [n=Javier@189.130.232.119] has joined #ubuntu-motu [05:57] hendrixski: CDBS has a kde.mk and a qmake.mk, which might be an easy way to handle that (if you're willing to investigate CDBS). === Pumpernickel [n=Pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu [05:58] Which files should I use whit dput: my devel directory or pbuilder results ? [05:58] persia, I've been thinking about reading up on CDBS... I understand it's not a universally adopted tool? [05:59] hendrixski: It's a black box [06:00] mok0, oh... we don't like those in the open source world [06:00] hendrixski: I've tried it and I don't like it. You loose control [06:00] hendrixski: here is the nicest link i have been able to find... https://perso.duckcorp.org/duck/cdbs-doc/cdbs-doc.xhtml [06:00] mruiz: You'll need a source.changes file. https://wiki.ubuntu.com/MOTU/Packages/REVU is also a good source of info (and yes, there is a current effort to merge these). [06:00] hey all, its been over 3, nearly 4 weeks since my membership was approved, but I have heard no further news, is anything going wrong? [06:01] hendrixski: Not universally adopted, but widely adopted. It's perfectly safe to use, and much easier in the simple case (but perhaps more confusing in the non-simple case). [06:01] jussi01: That is indeed the best documentation there is, excepting the makefiles themselves. [06:01] persia: dholbach pointed that one out to me... [06:01] :D [06:01] mok0: How do you lose any more control than with debhelper? [06:02] jussi01, :-) cool .... though... when I searched it for "qt" it came up with 0 results [06:03] sacater: That's normal. The big change is that you should now be a member of ubuntumembers (which you are). === jussi01 wonders if maybe he should apply for membership sometime... === tuxmaniac [n=tuxmania@unaffiliated/tuxmaniac] has joined #ubuntu-motu [06:04] persia: with debhelper only you have more control [06:04] hendrixski: Install CDBS, and take a quick look at /usr/share/cdbs/1/class/qmake.mk - it should include some of the rules you might otherwise need to write. [06:04] mok0: How? [06:05] persia: If you need to do anything out of the ordinary, like run autoconf etc. === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu [06:05] persia: why does it take so long :( [06:05] sacater: What are you expecting? === hendrixski installing cdbs as per persia's receomendation [06:06] persia: @ubuntu email address, planet ubuntu syndication [06:06] that sort of stuff [06:07] mok0: You might be interested in autotools.mk. Also, see "Basic custom build rules" in section 2 of the CDBS manual (at the link jussi01 posted) [06:07] sacater: just try to send an email to your launchpad name @ubuntu.com and see if it works [06:07] sacater: adding yourself to the planet is something you have to do yourself: https://wiki.ubuntu.com/PlanetUbuntu [06:08] pleia2: i tried an email and it failed [06:09] might be time to follow-up then :) I was approved during the same meeting you were and my address is working === hendrixski is confused by the qmake.mk file :-( [06:10] hendrixski: Basically, if you are using CDBS, and you include qmake.mk, it calls qmake instead of make to build things (as I understand it). The rest is just extra CDBS magic. [06:11] aahh, Ok [06:12] mruiz: sync completed. Please proceed to upload :) [06:12] persia, so... if I were to not use cdbs... then I'd have to replace make with qmake in debian/rules much the same way that the qmake.mk file does? [06:12] thanks persia === hendrixski goes to look at the rules files in the packages he's been trying to mimic === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [06:17] hendrixski: You don't have to do ti the same way, but yes, you probably want to use qmake instead of make (or both, or whatever is common for Qt packaging). === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu === gizmo [n=gizmo@xdsl-87-78-43-139.netcologne.de] has joined #ubuntu-motu [06:19] can I archive a revu upload myself? [06:19] no [06:19] if not please do that for http://revu.tauware.de/details.py?upid=5732 [06:19] coNP: OK. [06:19] actually I want a never one [06:19] newer* but with the same version number [06:20] done [06:20] coNP: In that case, just upload the newer one - it will overwrite. You can leave a comment on the old one saying you don't want a review. [06:20] you can just upload it over the top, and i'tll overwite [06:20] Hobbsee: You're faster than my browser search :) [06:20] :P [06:20] it sdoes not [06:21] it says "already uploaded" [06:21] coNP: Do you have a source.upload locally? [06:21] remove the .upload file [06:21] thanks persia & Hobbsee [06:21] or use -f === persia disapproves of -f:: it overrides too many other things as well. [06:22] RainCT: We don't have "ITP" in Ubuntu. It's just a bug tagged "Needs packaging" that is marked. I tagged your open invaders bug. === hendrixski goes to tinker with replacing make with qmake === cypher1 [n=cypher1@c-69-249-127-102.hsd1.nj.comcast.net] has joined #ubuntu-motu [06:26] persia: that is true - care is needed with it === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] [06:28] I was uploading a package to REVU, but I had a problem and the upload was unsuccessful. How can I "delete" the existing file in the server ? [06:33] does dcut work on REVU? [06:33] ceros: No. [06:33] Unless of course I'm wrong. [06:33] it doesnt work on revu [06:34] so when do rejected files get deleted from ftp://revu.tauware.de/incoming/ === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu [06:34] ceros: When you ask a REVU admin to delete them. [06:35] are you an admin? [06:35] No, sorry. [06:35] ceros: which package? [06:35] mruiz: ^ [06:36] alien-arena and alien-arena-data === davromaniak [n=cyril@LAubervilliers-153-52-16-160.w217-128.abo.wanadoo.fr] has joined #ubuntu-motu [06:36] done [06:36] thanks [06:36] Hobbsee: nginx === mok0 [n=mok@ghost.imsb.au.dk] has left #ubuntu-motu ["off] [06:38] Hobbsee: why aren't people allowed to overwrite files? [06:38] ceros: they are... [06:38] i've tried dput -f [06:38] usually [06:38] doesn't work for me [06:38] !doesnt work [06:38] Doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too. [06:39] pleia2: i tried the planet ubuntu link and it keeps failing [06:39] pleia2: go #sacater please [06:39] mruiz: done [06:39] thanks Hobbsee ;-) [06:40] lol at that factoid Hobbsee... :D [06:40] lol @ doesn't work [06:40] :D [06:40] i like ti [06:40] sacater: see !doesnt work [06:40] Hobbsee: i've even made sure there were no *.upload files anywhere === jpon [n=jpon@neu67-3-82-239-80-181.fbx.proxad.net] has joined #ubuntu-motu [06:41] awww... they changed !anything ... now it's just [06:41] !anything [06:41] So, you wanted to lure me into saying I don't know anything about anything? Yeah, that would be funny, of course. Now leave me alone. [06:42] heheh [06:42] xDDD [06:42] ceros: there's nothing on revu about it at all. [06:44] ScottK: it also needs the tag if it already has someone assigned? (sorry was away) [06:46] RainCT: Yes because that's the only way one can query to get a list of packages. Basically, in Ubuntu, "Needs Packaging" covers both ITP and RFP. [06:46] ScottK: okay, thanks === rexbron_ [n=rexbron@TOROON63-1177742445.sdsl.bell.ca] has joined #ubuntu-motu [06:48] if I make a package, what maintainer should I set? MOTU or myself? [06:49] RainCT: the maintainer willbe autoamtically set [06:50] ah right, thanks sladen [06:52] RainCT: But for a new package it makes sense to set it to MOTU and then add yourself as XSBC: Original-Maintainer. === hjmf [n=hjmf@81.Red-217-125-221.dynamicIP.rima-tde.net] has joined #ubuntu-motu === allee [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-motu === tuxmaniac [n=tuxmania@60.254.67.17] has joined #ubuntu-motu === thekorn [n=thekorn@a89-182-15-162.net-htp.de] has joined #ubuntu-motu [07:01] how can I get the build dependencies, just running ./configure and writting the name of the package where everything it looks for is? [07:01] pretty much. it's trial and error === jikanter [n=jkanter@Leapfrog-Online-1143628.cust-rtr.ameritech.net] has joined #ubuntu-motu [07:01] well, it'll fail in the configure, usually [07:02] when it doesnt find what it wants [07:03] RainCT: use 'objdump -p | grep NEEDED [07:03] after you built them [07:06] RainCT: for each file listed such as libfoo.so.6, run [07:06] dpkg -S libfoo.so.6 [07:07] see also http://www.debian.org/doc/maint-guide/ch-dreq.en.html#s-control === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu [07:12] keescook: actually, -amd also builds on amd64 [07:13] ceros, Hobbse: thanks :) [07:18] so build-essentials needs to be added or can it be left out? [07:19] it can be left out [07:20] RainCT: it's a depends of debhelper, via dh-make [07:20] ah ok [07:20] Hobbsee: pong === DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu [07:22] Hi [07:22] I'm begining with packaging... [07:22] and I've got an error [07:23] when running debuild -S -sa [07:23] dpkg-source : avertissement : Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address [07:23] what should be the version number ? [07:24] YannDinendal: you need to set motu as your maintainer, and yourself as xsbc maintainer. [07:24] ok [07:25] https://wiki.ubuntu.com/DebianMaintainerField [07:25] usually, this package is merged from debian... [07:25] should I wait for it [07:25] or is it ok doing an ubuntu version directly ? [07:26] depends on how long you have to wait for it :) usually what I do is contact the DD in charge and let them know their is a new upstream release, and usually that same day they will have it updated so I can merge/sync it [07:26] ok [07:26] I've contacted him [07:26] if I don't hear back in a few days I will then go ahead and create the updated package..but then again that is my personal preference...don't think it is a "rule" or anything [07:27] he is waiting for his "sponsor" (or something like that) to upload it [07:27] ahhh [07:27] in fact, I would at least make it myself, even if it's not used, so I can learn how it's done [07:27] so the person maintaining the package isn't a DD then, just a new maintainer...ya those are fun [07:28] YannDinendal: do it then, I always do that...I sit here when it is slow and create packages to learn different things all the time [07:28] shush nixternal, I'm a NM ;P [07:28] pleia2: me too :) [07:28] :) [07:28] ok thanks nixternal [07:28] my sponsor is hardcore though, she finds more things that persia does, which I never thought possible [07:29] s/that/than [07:29] nice [07:29] lol [07:29] one of my sponsors makes more mistakes than I do half the time (poor fellow) [07:29] lol [07:29] webcalendar is on -11 or something lovely [07:30] so who should I put in xsbc maintainer ? the debian guy or me ? [07:31] YannDinendal: the one who was in the 'Maintainer' field before you changed it [07:31] nixternal, Did you find an advocate (NM)? [07:32] ceros: isn't the other code that's in the page you said me better (the long one)? [07:33] :/ [07:33] I don't remember where is set the mainteners fields ? [07:33] *are [07:33] YannDinendal: In debian/control [07:33] YannDinendal: debian/control [07:33] :) [07:34] Q-FUNK: it didn't for me. :) [07:35] Q-FUNK: https://launchpad.net/ubuntu/+source/xserver-xorg-video-amd/2.7.6.5~20060905-0ubuntu1 [07:36] mruiz: yes, the same guy that signed my key is working with me teaching me all of the ropes. He has been a DD since 1995...it is kind of liking trying to keep up with an F1 car in a Yugo :) [07:36] s/liking/like [07:36] Q-FUNK: http://paste.ubuntu-nl.org/27145/ [07:36] pleia2: #sacater again please [07:37] k [07:39] nixternal, :-) I'm also waiting in the NM queue... Nyon contacted me and I replied one month ago. I'm waiting for comments ;-) [07:39] did you get all of the crazy questions yet? [07:39] yes :-) the first round [07:40] did you grab the list of questions you will get from alioth? they are on there somewhere, to help you prepare a little :) [07:40] I've got another problem with debuild -S -sa... [07:40] signing the .dsc? [07:40] Now signing changes and any dsc files... [07:40] signfile checkgmail_1.12-0ubuntu1.dsc Yann Brelire [07:40] gpg: Yann Brelire a t ignor: la cl secrte n'est pas disponible [07:40] gpg: [stdin] : clearsign failed: la cl secrte n'est pas disponible [07:40] debsign: gpg error occurred! Aborting.... [07:40] nixternal: yes... My advocate gave me the link to prepare the test ... useful! [07:40] debuild: fatal error at line 1155: [07:40] lol [07:40] running debsign failed [07:41] mruiz: awesome! those help a lot [07:41] YannDinendal: you can try to use -k [07:41] I have a pgp key but I don't know how to use it [07:41] ok [07:41] i.e., for me I do -k2e2c0124 [07:42] not guaranteeing it will work, but it does every now and then for me [07:42] ok I try it === guardian [n=Guardian@ANantes-252-1-16-185.w82-126.abo.wanadoo.fr] has joined #ubuntu-motu [07:42] that is why I tend to use dpkg-buildpackage -S -sa -rfakeroot -k2e2c0124 in a script, it always works for me [07:44] thanks nixternal, debuild -S -sa -k350876D5 worked well for me ! :) [07:45] rock on! [07:47] dammit... === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has left #ubuntu-motu [] === jussi01 kills flash... [07:49] nixternal, now I've run sudo pbuilder build checkgmail_1.12-0ubuntu1.dsc [07:49] it worked [07:49] gotta love it [07:49] but what have been done ? ^^ created the package ? [07:50] I'm using Gutsy as VMware image... and I don't have enough space. Is it recommended to delete some directories from /var/cache/pbuilder ? [07:50] mruiz: use pbuilder clean [07:51] YannDinendal: it tested the build and created the *.deb files in /var/cache/pbuilder/results [07:51] oh great ! [07:52] so now, what should I do ? test the .deb ? [07:53] can I use a backslash in debian/control to break a line? [07:54] thanks jussi01 [07:54] :) [07:55] RainCT: no, its rfc822 format === davro-desktop [n=davro@LAubervilliers-153-52-16-160.w217-128.abo.wanadoo.fr] has joined #ubuntu-motu [07:56] see the Description field how to break long lines === Martinp23_ [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu [07:58] nixternal, thank you very much, the deb installs very well. I'll look around for other informations about how to submit it after lunch [07:59] glad I could help === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [08:01] geser: and how can I do that? I've found in http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description that it says that it's allowed, but it doesn't say how :S === Czessi [n=Czessi@dslb-088-073-058-175.pools.arcor-ip.net] has joined #ubuntu-motu [08:02] lines starting with whitespace count as continuation lines [08:03] e.g "Description: line1", " line2", " line3" [08:05] ah ok, thank you === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu [08:07] nxvl: pong === Lamego [n=lamego@a83-132-143-5.cpe.netcabo.pt] has joined #ubuntu-motu === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu [08:11] keescook: was that pastebin on amd64? [08:13] Q-FUNK: yup. [08:13] I'm not sure there are 64bit motherboards with that amd driver, though, so I figured it was okay. :) === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu [08:13] keescook: ok. good to know. looking at configure, though, would suggest that this can build on amd64 as well. === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu === Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu [08:16] RainCT: the long one in that page might list off unneeded dependencies [08:17] ceros: yes, noticed it. over half of what it said weren't needed XD === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === Bassetts [n=Bassetts@5ac2dd6f.bb.sky.com] has joined #ubuntu-motu === Spec [n=nwheeler@ubuntu/member/spec] has joined #ubuntu-motu [08:20] keescook: why didn't this do to main, btw? === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu === Martinp24_ [n=Martinp2@host81-151-239-26.range81-151.btcentralplus.com] has joined #ubuntu-motu === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu === Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu === porthose [n=chatzill@24-119-100-168.cpe.cableone.net] has joined #ubuntu-motu === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu [08:27] on debian/copyright, should I only list the copyright holder or all contributors? === dpm_ [n=dpm@p54A13169.dip0.t-ipconnect.de] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === jekil2 [n=alessand@host228-234-dynamic.14-87-r.retail.telecomitalia.it] has joined #ubuntu-motu [08:29] Q-FUNK: do you mean why is it in universe? [08:30] keescook: yes === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu [08:30] you'll have to check with bryce, I'm not sure the status of getting various video drivers in main [08:31] see you all! [08:31] hi [08:32] keescook: are you the one who spoted the arch issue, btw? [08:33] Q-FUNK: I don't know offhand why some drivers are in main and some aren't. Presumably some are considered in more widespread use than others. === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu === neversfelde|mobi [n=neversfe@nrbg-4db44305.pool.einsundeins.de] has joined #ubuntu-motu [08:34] bryce: getting this into main would be desirable, especially from an LTSP perspective, as there's a plethora of thin clients using that chipset. === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu [08:38] Q-FUNK: feel free - the directions for getting stuff into main are here: https://wiki.ubuntu.com/MainInclusionProcess === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu === blueyed [n=daniel@i5387F427.versanet.de] has joined #ubuntu-motu === Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu [08:42] can somebody help me with the debian/rules file? i've no idea what to do there :/ === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu [08:42] RainCT: I guess it is a standard Makefile [08:43] well, I neither know Makefiles === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu === fraco [n=fraco@213.219.164.208.adsl.dyn.edpnet.net] has joined #ubuntu-motu [08:46] hi again [08:47] how do I submit a package for inclusion in universe ? [08:48] !REVU | YannDinendal [08:48] YannDinendal: REVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU [08:50] thanks :) (I had heard of it but I didn't remember if it was this indeed) [08:58] "Your GPG key needs to have an Elgamal secondary key in order to allow encrypting data as well as signing it." [08:58] how do I know if my key have ElGamal ? [08:59] if you took the defaults when you generated your key, you should have a DSA/ElGamal key [08:59] ok :) [08:59] you can also check the output from gpg --list-key yourkeyid [09:00] for DSA/ElGamal you should get a line starting with "pub 1024D/" (the DSA key) and a line with "sub 2048g/" (ElGamal sub-key) [09:02] yes it's ok :) [09:04] in which directory should I execute dput ? [09:04] /var/cache/pbuilder/result ? [09:05] the directory doesn't matter, only the file you dput [09:05] ok [09:05] dput revu yourpackage_source.changes [09:06] dput will find the other files in the same directory as the .changes file === porthose [n=chatzill@24-119-100-168.cpe.cableone.net] has joined #ubuntu-motu [09:07] yes it worked :) [09:08] what's the dh_ to install the .desktop and .xpm files? [09:08] or is a mv OK for those? [09:10] dh_desktop [09:10] does that copy the xpm too? [09:10] but it currently only registers them, you have to install them manually [09:10] see man dh_desktop [09:11] geser: thanks === dotpavan [n=pavan@d00-129-24-143-178.dhcp.unm.edu] has joined #ubuntu-motu [09:11] you can use dh_install to install both to the right location === mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu [09:11] Any MOTU: the ampache package is in need of advocates/comments. Please visit http://revu.tauware.de/details.py?upid=5730 for more details. Thank you [09:12] geser: is the dh_desktop ok after install: build [...] dh_installdirs ? [09:14] I'm not sure right of my head, but yes. You can look where other packages call it. [09:17] geser: ok, it's in binary-arch: build install === mumbly [n=olivier@s2ii.com] has left #ubuntu-motu ["sudo] [09:18] hum... I did dput revu checkgmail_1.12-0ubuntu1_source.changes but I forgot asking to re-sync the REVU uploaders keyring so I think it had'nt worked... === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [09:25] I get this when trying to upload to revu: Checksum doesn't match for /home/rainct/Desktop/WIP/open-invaders_0.2-0ubuntu1.dsc === jabra [n=jabra@utopia.ccs.neu.edu] has joined #ubuntu-motu [09:26] how often is lts versions released [09:27] ah ok, forgot to debuild again [09:27] jabra: I think gutsy+1 will be, iirc [09:27] jabra, every 3 versions I think ? === Bassetts [n=Bassetts@5ac2dd6f.bb.sky.com] has joined #ubuntu-motu [09:28] oh no... that would be gutsy... so I don't know [09:29] is there an admin who could re-sync the REVU keyring ? [09:29] which is it [09:29] 6 months or 1 year ? [09:30] jabra: the time between each release? 6 months [09:30] so gutsy is lts ok [09:30] great [09:30] thanks [09:30] no I don't think so ! [09:30] gutsy is not LTS [09:31] jabra: Gutsy will be on October, but I don't think gutsy is LTS [09:31] Gutsy in not LTS [09:31] gutsy+1 MAY be LTS, but that hasn't even been decided on as of yet [09:31] Heya nixternal. I see the quality of your sucking up has definitely improved. [09:31] it is working isn't it :) [09:32] How do I know if my upload in REVU worked ? [09:32] well, now just need to see that LP change come through, and we will see if the "sucking up" really worked :) [09:32] YannDinendal: in about 5 minutes check revu :) [09:32] anyone could help me why http://paste.ubuntu-nl.org/27155/ happens? [09:32] ok :) [09:32] nixternal: Wanna fix some courier troubles for somebody? [09:32] hehe [09:32] nixternal: It has to go to tech board too (although that's been a rubber stamp so far). [09:32] coNP: sudo apt-get -f install [09:33] oh wait [09:33] that is a pbuild [09:33] nixternal: it seems to build "out there" === dotpavan [n=pavan@d00-129-24-143-178.dhcp.unm.edu] has left #ubuntu-motu ["Ex-Chat"] [09:33] nixternal, should I re-upload it ? as I uploaded it without being registered... [09:33] is there a motu mail list? [09:33] is this a gutsy pbuilder? [09:33] YannDinendal: wait a minute or two first [09:33] nixternal: yes [09:34] hrmm [09:34] CarlFK, ubuntu-motu@lists.ubuntu.com [09:34] CarlFK: ubuntu-motu@lists.ubuntu.com [09:34] with "pbuilder update" before build [09:34] wow, tied to the second... [09:34] thanks [09:34] lol [09:35] coNP: was the 2.18.0-2ubuntu1 uploaded recently or something? it is acting like it isn't "there" yet [09:35] nixternal: See the comments to https://bugs.launchpad.net/ubuntu/+source/courier/+bug/86802 if you want to fix something else that needs fixing. [09:35] Launchpad bug 86802 in courier "Can't change location of maildir in courier-imap" [Undecided,Fix released] [09:35] ScottK: looking now [09:36] coNP: Try running pbuilder update and then try to build again of the 2.18 whatever version is in the repos [09:36] nixternal: it says it is not going to install python-gnome2-desktop, but does not explain why not [09:36] coNP: Yes it does [09:37] coNP: it could be that it isn't being picked up yet [09:37] of course I did a "pbuilder update" [09:37] it could be one of those packages that you need to wait a couple of hours, and then do another pbuilder update, and try again :) [09:37] I hate those, but I have seen a few of them here recently [09:37] okay thanks [09:38] but "outer" apt-get dist-upgrade seems to be able to fetch the same package [09:39] ScottK: ya, that bug is filled witha bunch of mumbu jumbo :) [09:39] is it a courier issue, a maildrop issue, a packaging issue...or just an issue ;p [09:39] Any MOTU please check this http://revu.tauware.de/details.py?upid=5741. The first one to comment gets a link to images with cookies :P === RainCT is now known as RainCT_brb [09:40] nixternal: It's probably an issue in many of the courier binary packages. I just fixed courier-imap since that's what the bug was about. [09:40] nixternal: You could probably take my fix from 0.53.3-5ubuntu1 and just apply it to all the other binary packages for which it's relevant. === mok0 [n=mok@56346690.rev.stofanet.dk] has joined #ubuntu-motu [09:41] I will grab it here in a few...I need some food, I feel myself getting weak ;p === pygi [n=mario@83-131-26-186.adsl.net.t-com.hr] has joined #ubuntu-motu [09:43] who is willing to sponsor? :) [09:43] [/home/yann/sources/test] dput revu checkgmail_1.12-0ubuntu1_source.changes [09:43] Already uploaded to revu.tauware.de [09:43] Doing nothing for checkgmail_1.12-0ubuntu1_source.changes [09:43] but it isn't here : http://revu.tauware.de/ :( [09:44] Delete the .upload file [09:44] ok [09:45] Error '553 Could not create file.' during ftp transfer of checkgmail_1.12-0ubuntu1.dsc === pygi [n=mario@83-131-26-186.adsl.net.t-com.hr] has left #ubuntu-motu ["Leaving"] [09:46] so it seems to be already there === YannDinendal is now known as YannDinendal_brb [09:46] Have you published your gpg public key? [09:46] yes [09:46] When? [09:46] https://launchpad.net/~yannbreliere [09:47] 2 monthes ago I think [09:47] OK :-) [09:47] keescook: -amd just got accepted by debian, it seems [09:48] YannDinendal: you may have to ask an admin to clear your old files from REVU [09:50] oh I guess I got it [09:50] it was my fault, sorry === YannDinendal_brb is now known as YannDinendal [09:51] YannDinendal_brb: you could try dput -f revu ....source.changes [09:52] same error with -f [09:52] Package includes an .orig.tar.gz file although the debian revision suggests [09:52] that it might not be required. Multiple uploads of the .orig.tar.gz may be [09:52] rejected by the upload queue management software. [09:52] Uploading to revu (via ftp to revu.tauware.de): [09:52] checkgmail_1.12-0ubuntu1.dsc: [09:52] Error '553 Could not create file.' during ftp transfer of checkgmail_1.12-0ubuntu1.dsc [09:52] Note: This problem might be caused by files already existent on the server. [09:52] I've had that only once, when I used the i386.changes file instead of the source.changes [09:53] somehow it locks up if it has a binary .deb [09:57] is there an admin who could check if it has been uploaded ? === RainCT_brb is now known as RainCT === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [10:07] on this page : http://revu.tauware.de/lostpw.py?email=yannbreliere@gmail.com [10:07] Now paste the text below, and enter EOT [10:07] there is nothing below :( [10:07] !REVU | RainCT === nansub0111 [n=don@wireless-gw.cs.fiu.edu] has joined #ubuntu-motu === nansub0111 [n=don@wireless-gw.cs.fiu.edu] has left #ubuntu-motu ["Leaving"] [10:17] please review http://revu.tauware.de/details.py?upid=5741 === thaukko [n=chris@p5B098B33.dip0.t-ipconnect.de] has joined #ubuntu-motu === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [10:28] RainCT: Is putting (RainCT) in your e-mail address still valid? I thought that was the RFC 822 pretty name delimiter. [10:29] ScottK: neither pbuilder nor dpkg-buildpackage complain, and that's how I've it in my GPG ke [10:29] s/ke/key [10:29] ok [10:30] RainCT: Last line of description should be [2 space] Hompage: [URL} [10:30] without any actual { or } in it. [10:30] ScottK: ok. is there any other problem with it? [10:31] ScottK, can you see if my package have been uploaded ? it seems it didn't work :( I don't know what to do... [10:31] ScottK: homepage like that? http://paste.ubuntu-nl.org/27171/ [10:32] it is checkgmail_1.12-0ubuntu1_source.changes signed with yannbreliere@gmail.com === calc [n=ccheney@conr-adsl-209-169-124-200.consolidated.net] has joined #ubuntu-motu [10:32] RainCT: That's all I saw on a quick scan through. That's all I have time for right now. [10:33] YannDinendal: Did you join the "Contributors of Packages to Universe" team on launchpad and then ask to have the REVU keyring re-syched after you did? [10:33] ScottK: ok, thanks. how can I upload it again? [10:34] with -f ? [10:34] yes, I'm in "Contributors of Packages to Universe" and asked a re-sync but I don't know if it have been done [10:34] RainCT: It you rebuild and resign the package, I don't think you'll need -f, but if it won't take it, then yes, -f. [10:35] YannDinendal: Normally someone will tell you if it has (I'm not a REVU admin, so can't). Otherwise it's automatically done I think once per day. [10:36] ok === apachelogger [n=me@N920P001.adsl.highway.telekom.at] has joined #ubuntu-motu === Monk-e [n=guido-xu@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu === brylie [n=brylie@CPE-75-81-97-67.kc.res.rr.com] has joined #ubuntu-motu === leonel_ [n=leonel@189.155.107.222] has joined #ubuntu-motu === Monk-e [n=guido-xu@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [10:42] ScottK: ok, thanks [10:44] ScottK: I think REVU marked the new one as older :S [10:44] ScottK: http://revu.tauware.de/diff.py?upid1=5744&upid2=5741 [10:47] RainCT: It's fine http://revu.tauware.de/diff.py?upid1=5741&upid2=5744 you just need to start from the new one and diff to the old one. [10:48] ScottK: then shouldn't the files listed above be updated? because clicking on open-invaders_0.2-0ubuntu1.diff still shows the old one === Ng [n=cmsj@mairukipa.tenshu.net] has joined #ubuntu-motu [10:49] hey folks [10:49] if I have a package which has a bunch of dpatch patches and I want to add a new patch to the package, can I easily convert a regular patch to a dpatch patch? [10:49] (I hope that makes sense) [10:50] RainCT: Look at the new upload at upid=5744 [10:50] Ng: Yes. [10:50] ScottK: excellent :) [10:51] Ng: Use dpatch-edit-patch (it has a very nice man page) and apply the patch inside dpatch-edit-patch. [10:51] ScottK: thanks, I'll check that out :) === slackwarelife [n=slackwar@host160-117-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu [10:51] ScottK: ah ok, thx again :) [10:52] btw, is there some kind of policy with respect to applying patches to things? I'm specifically looking at vdr which has some patches disabled in the debian versions that I'd really like to see enabled in ubuntu [10:53] Ng: I think you'd want to understand why they are disabled. [10:53] Ng: Generally we like to respect the Debian maintainer's choices unless there's a good reason not to. === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu [10:54] ScottK: ok, I shall make enquiries. I'm happy building it for myself if not :) === lfittl [n=lfittl@2001:6f8:107e:40:213:2ff:fe05:abdb] has joined #ubuntu-motu === tonyy [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-motu === Martinp23_ [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu === javier_galicia [n=Javier@189.130.232.119] has joined #ubuntu-motu [11:06] bye all! === Ng [n=cmsj@mairukipa.tenshu.net] has left #ubuntu-motu [] === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu [11:09] MOTU's please review http://revu.tauware.de/details.py?upid=5744 === ChrisJTortoise [n=tortoise@91.84.37.241] has joined #ubuntu-motu === lfittl [n=lfittl@2001:6f8:107e:30:216:36ff:fe17:3cef] has joined #ubuntu-motu === Acksys [n=acksys@cpe-024-088-063-104.sc.res.rr.com] has joined #ubuntu-motu === Acksys [n=acksys@cpe-024-088-063-104.sc.res.rr.com] has left #ubuntu-motu [] === neversfelde|mobi [n=neversfe@nrbg-4db44305.pool.einsundeins.de] has joined #ubuntu-motu [11:21] RainCT: in debian/rules, just remove all of the #dh* stuff if you aren't using it [11:22] cleaning purposes only [11:22] nixternal: ok, but I think all packages I've seen have them [11:22] ya, same here, but I have been informed that if they aren't being used to remove them by DDs [11:23] I guess they (Debian, some of them) like a tidier file [11:23] MOTU's please review http://revu.tauware.de/details.py?upid=5730 thank you. [11:24] nixternal: okay. should I also remove lines 3-7? [11:24] * 3-10 [11:25] I do, but I have noticed some of those who tell me to remove the commented out lines, they leave it [11:26] actually, when I create packages now I use CDBS, so I remove it all :) === reggaemanu_ [n=manu@ARennes-257-1-144-142.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu [11:28] If it's something that you'll never use (like dh_perl in a Python package) it really ought to be removed. [11:29] ok, uploading. === never|mobi [n=neversfe@nrbg-4db44305.pool.einsundeins.de] has joined #ubuntu-motu [11:30] nixternal: I sent your python-scipy patch (along with others) to Debian. Thanks again: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430588 [11:30] Debian bug 430588 in python-scipy "Python-scipy unable to find umfpack" [Normal,Open] [11:31] oooh, I am movin' on up, to the east side [11:31] duh, you're a deity. [11:31] Well if they apply the patches I just sent them, the next one will be a sync... [11:31] we're graced with the presence of multiple Community Council members [11:31] hah, a deity nevah! [11:32] ey [11:32] ? [11:32] Who's the other one? [11:32] I don't even see one === Bassetts [n=Bassetts@5ac2dd6f.bb.sky.com] has joined #ubuntu-motu [11:33] I just made a bug won't fix 23 minutes after submission. At least he can't complain no one reads the bugs. [11:33] hahahaha [11:33] "I was recently nominated and [11:34] approved to join the Kubuntu Community Council in which I so graciously hold [11:34] a seat." [11:34] that's obviously Rich [11:34] Sarah's one [11:34] Jordan's one [11:34] Daniel's one [11:34] we're just mere peons === ajmitch grovels [11:34] oh [11:34] Jordan is one? [11:34] man, I am so out of the loop [11:34] wait a second, you and ajmitch are council members too! [11:34] well, he's Edubuntu Council [11:35] ahh, see didnt' even know they had one I don't think [11:35] nixternal: only a mere motu council person === Martinp24_ [n=Martinp2@host81-159-68-112.range81-159.btcentralplus.com] has joined #ubuntu-motu [11:35] ya, but my fate is in your hands, so strike the "mere" from that one :) [11:36] hardly worthy of even licking your shoes [11:36] hahhaaha [11:36] I see poor calc is getting grilled on the MC list [11:36] ya he is, and he has WAY more experience than I do [11:37] he has a bunch of things that make me think +1 easily [11:37] DD, Canonical employee, but it could be the last name ;p === Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu [11:37] Except is application read "Canonical hiered me, so I need to be a MOTU" and this is the community driven part of the distro. [11:37] oh [11:38] Except I can't type. [11:38] hehe [11:38] ScottK: yet he needs to go through MOTU in order to upload his packages [11:38] it's the only way to core-dev [11:38] Right. It's a hard problem. [11:38] hey, he is cool by me, as long as we get some insite as to what Canonical is doing behind our back :) [11:38] nixternal: http://revu.tauware.de/details.py?upid=5750 === ajmitch is very much inclined to give +1 [11:38] That's why I said in my message I was glad I didn't have to decide. [11:38] and just as long as he doesn't "accidentally" shoot one of us in the face during a hunting trip [11:39] I bet he gets that joke all of the time [11:39] ajmitch: I agree on the +1, but think there should be some kvetching along the way. [11:39] you know it! [11:40] VP Cheney isn't from Texas is he? :) [11:40] No [11:40] hey i'm not related to Dick [11:40] Wyoming [11:40] hahahah calc!!! [11:40] he's originally from Mass i think [11:40] I didn't catch your last name until a little while ago [11:40] and of course the jokes started flowing :) [11:40] he was head of haliburton or something like that which was based in Texas, but he's not related to me even in the slightest, heh [11:41] my family has lived in the south US for at least 180 years (afaik) [11:41] Hi folks. [11:41] Halibuton is based on Duncan OK [11:41] hello calc :) [11:41] porthose: pretty soon Dubai [11:41] porthose: there is a huge Haliburton office in northeast Houston [11:41] calc: you've been hanging around ubuntu channels & doing small things for awhile, no? [11:42] ajmitch: more or less yea [11:42] that's what I thought [11:42] ajmitch: i've been hanging around irc for 8.5 years ;) [11:42] on freenode anyway [11:42] yeah I know, I've been around #debian-devel for awhile too :) [11:42] been in the ubuntu channels since late 2004 when they started up [11:42] calc: that doesn't say much for character...I have been around for a long time as well (IRC) and now look at me ;p [11:42] nixternal: true :) [11:43] 8.5 years ago ey, so that long, something tells me prior to IRC, you may have been a Mud user? :) [11:43] nixternal: i've been an irc user for ~ 12.5 years before that I was on BBS back into the mid 80s [11:44] yup, Mud BBS was the greatest! [11:44] didn't get internet access until around feb/mar 95, which was also when i started using linux [11:45] ya, that is the same here...I was in the military...had super fast internet and a lot of floppies :) === calc coughs after reading ScottK's assessment of his post to motu-council [11:45] and a Packard Bell === calc probably could have worded it better, heh === nixternal goes to school [11:46] calc: You told it straight which is fine with me. [11:47] good night === RainCT [n=RainCT@77.209.3.168] has left #ubuntu-motu [] [11:48] ScottK: ok :) === pochu wishes calc good luck === YannDinendal [n=Yann@dyn-91-163-246-118.ppp.tiscali.fr] has joined #ubuntu-motu === Adri2000 [n=adri2000@ubuntu/member/adri2000] has joined #ubuntu-motu === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-motu [11:57] does stefan potyra use irc? === Yann_Dinendal [n=Yann@dyn-88-122-225-151.ppp.tiscali.fr] has joined #ubuntu-motu [11:58] sispoty is his IRC nick. [11:58] sistpoty [11:58] ok he's just not online right now then === deep` [n=deep@c-9f2a71d5.017-19-626c671.cust.bredbandsbolaget.se] has joined #ubuntu-motu [12:09] calc: seeing what an appropriate bribe would be? [12:11] ajmitch: heh something like that ;) === papaya [n=durus@h65n11c1o260.bredband.skanova.com] has joined #ubuntu-motu === hoora_ [i=ariel@gateway/tor/x-37dc76c0ceaf44eb] has joined #ubuntu-motu === iceman__ [n=iceman@cable-87-244-153-189.upc.chello.be] has joined #ubuntu-motu [12:12] sigh, why does gutsy-changes use the maintainer field now, instead of Changed-By? [12:12] ajmitch: i sent him an email and hadn't heard anything back yet so was wondering if he was on irc.. [12:12] I think it uses both [12:12] ajmitch: to annoy you obviously ;) [12:12] ajmitch: it's a known bug [12:13] I'm getting it and ubuntu-motu is getting spammed [12:13] calc: I suspected as much === calc tries to locate his reset debian password [12:13] Bug #122086 [12:13] Launchpad bug 122086 in soyuz "From: header in -changes@ mails are wrong" [Undecided,New] https://launchpad.net/bugs/122086 [12:13] calc: you lost it? [12:13] How reliable is LVM in gutsy currently? [12:14] TheMuso: I haven't lost data yet [12:14] I'm using LVM fine [12:14] ajmitch: i forgot what it was, long hard to remember string [12:14] What about snapshots/ [12:14] though I've still had to manually run lvm in the initramfs to boot [12:14] I'm not that sophisticated, sorry [12:14] TheMuso: I've been using it for 1.5 months, though haven't rebooted in a couple of days. [12:14] Right. === TheMuso ponders switching a non-critical box to gutsy. [12:15] Snapshots work fine, or I wouldn't be able to use sbuild.