[00:07] I'm attempting to upgrade mouseemu from 0.15 to 0.16, but a build error tells me that applying one of the patch's fails [00:08] and it looks like it's because the pathname hasn't been updated [00:08] http://paste.ubuntu.com/47017/ [00:08] but simply changing line 10 to 'mouseemu-0.16' doesn't work out [00:08] any ideas? [00:08] That's not going to be the problem; dpatch will apply that patch with -p1, stripping out the first component. [00:09] I'd check out the rejects of the patch; chances are, that patch no longer applies because 0.16 has the same change in it. [00:10] RAOF, so should deleting it be sufficient? [00:11] I don't know. You'll need to see why it doesn't apply, and make a decision. [00:11] could anyone help me packaging pidgin from source to .deb package? [00:11] RAOF, ah, ok thanks [00:11] If it doesn't apply because the fix has been applied upstream, drop the patch. [00:11] If it doesn't apply, but the bug it fixes is still there, you'll need to rework the patch. [00:11] RAOF, ok, thanks a lot! [00:15] i first ran dh_make -m -c gpl then edited changelog, control, copyright and checked rules. anything else needs to be done? [00:16] compengi, generally, if a package already exists for something, use that source package as a basis for updates - don't reinvent the wheel [00:16] compengi, "uupdate" is a script which tries to update an existing debianised package against a new orig.tar.gz [00:18] directhex, erm.. i'm trying to build it from scratch. because i want to learn how to. that's why i was trying to ask for someone that did it before :) [00:20] compengi, well in theory you've done enough. in practice, pidgin is a difficult package, and diff.gz is over 200k when uncompressed [00:21] split libs/executables, lots of preinst & postinst cleanup, and so on [00:22] anyway, bedtime [00:24] directhex, okay directhex good night. and btw have you done pidgin packaging before? [01:11] when upgrading packages, do you just submit a debdiff of the old and new version .dsc files? [01:13] nellery: hi, submit the new .diff.gz along with a pointer to how to get the new upstream tarball [01:14] james_w, thanks, so inside that .diff.gz should be the .diff? [01:15] nellery: the .diff.gz is one part of the source package [01:15] a source package consists of the .dsc, the .diff.gz and the .orig.tar.gz [01:15] nellery: use revu [01:15] the last is the upstream code, the second is the diff that adds debian/* and any other changes, and the first ties it all together [01:16] nellery: revu.ubuntuwire.com [01:16] revu is used for upgrading a package? [01:16] nellery: so you can upload the whole source package [01:16] nellery: i used to use it [01:17] nellery: and then put the link of the revu package in the LP bug [01:17] nxvl, ok thanks a lot [01:21] http://lmedinas.livejournal.com/9117.html ---I'd like to see the packaging status of this and maybe observe the process closely [01:22] ...It would be cool to be able to package stuff a bit i think-- there's another package in repos that has a bad dependency [01:22] --checkinstall seems to be broken on my machine, i'm wondering what you guys usually use [01:23] ethana2: checkinstall, the eternal foe :) [01:23] that doesn't sound encouraging [01:23] i think it's unethical to go from source -> installed code, generally speaking ;) [01:24] We tend to just update the source package. [01:24] if everyone made packages instead, the world would be a better place [01:24] RAOF: how do you mean that? [01:25] ethana2: Well, the source package is basically upstream tarball + debian metadata (possibly including patches). Mostly it's easy to update the metadata and stick it on the new upstream tarball. [01:25] ..then an automated system compiles and pushes out the update? [01:25] ethana2: Is there a bug filed about that new release? It looks like it could be worth a FFe, or may even not require one. [01:25] i figure it's a shoe in [01:26] bugfix only [01:26] ...and those are some bugs /i/ wouldn't want to run into, and with what i do, it's likely that i would [01:26] ..maybe i have; in any case, i'd feel a lot better with 0.82 [01:27] I'd file an upgrade bug on launchpad. Bonus marks if you can list the launchpad bugs which are associated with each of the bugs fixed in the new version. [01:27] oh, so they're automatically closed? [01:27] * ethana2 begins [01:28] That, and so it's obvious that there's a real need to do the update. [01:30] https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/270315 [01:30] Launchpad bug 270315 in brasero "upgrade to new upstream 0.8.2 bugfix only release" [Undecided,New] [01:31] oh wait, those bug numbers are from their trac or whatever [01:32] So those closed bugs aren't good enough, you have to see them reported /by ubuntu users/? [01:32] Ideally, yes. [01:33] hrm [01:33] You'd want to browse through https://bugs.edge.launchpad.net/ubuntu/+source/brasero/+bugs and work out which ones are fixed by this version. [01:33] yeah i am [01:34] seeing a lot of 'fix committed' ones [01:34] It looks like all the ones marked 'fix committed' will be fixed, yeah. [01:34] ....sounds like those should all warrant the upgrade [01:34] I'd therefore guess that the desktop team will be all over the new release. [01:34] ..should I just leave it to them then? [01:35] I think so, yes. You might want to keep an eye on it, but I'd be confident the desktop team will get to it quickly. [01:35] well, i filed the upgrade bug, so... [01:35] maybe i helped something [01:37] I think we're in alpha 6 freeze, so it'll probably be after that, though. [01:40] four days.... [01:40] RAOF: Is intrepid going to use the Dust theme? [01:41] * RAOF has exactly as much information on that front as you. [01:43] I see [01:45] by the way, ubuntu netbook is amazing [01:45] i'm using everything but ume-loader on my ubuntu desktop install === vorian is now known as mad-mule === mad-mule is now known as vorian [02:58] I'm trying to make my first package, and I'm having difficulty. The details are here: http://ubuntuforums.org/showthread.php?p=5790152#post5790152 What am I doing wrong? Or is this question off-topic here? [03:01] mssever: looks like the package built fine [03:02] But all it installs are directories, not files [03:03] you may need to add a sysres.install file in your debian dir [03:05] vorian: Where can I find documentation on that? My trouble is that there's lots of documentation, but I can't seem to be able to figure out how to use it effectively, or know what's relevant to my situation [03:05] hmmm [03:07] vorian: Debian packaging seems overcomplicated for handling simple Python programs. But that probably means I'm missing something. I just need to drop files in directories. That's all. [03:07] oh [03:07] you may want to check this out first if it's python http://wiki.debian.org/DebianPython/NewPolicy [03:08] vorian: Thanks. I'll check that out. That link didn't show up in my Google searches [03:09] no problem [03:09] as for the .install file, you can see some good examples in kdebase (intrepid) [03:09] just pull the source and look at the .intall files [03:10] it's a complex package, but it has many .install files to view [03:10] vorian: Thanks. Also, are there some good simple examples in Python (or some other interpreted language that doesn't need to be built)? [03:11] sure :) [03:11] chm2pdf is one of my favorites [03:11] although i didn't put an install file in it [03:11] it didn't need one [03:12] vorian: OK. I'll take a look at it. [03:12] cool [03:12] you can email/msg me with any questions you have [03:12] or ask any of these fine folks [03:14] Great. I'm busy reading now... :) [03:19] vorian: apt-get source chm2pdf says it can't find a source package for chm2pdf. What's the source package called (or how can I find that myself)? [03:20] are you in hardy or intrepid? [03:20] either should pull it [03:20] hardy [03:20] weird [03:20] http://packages.ubuntu.com/hardy/chm2pdf [03:21] I can see the binary package, but not the source package [03:21] Thanks [03:21] click on the dsc link, and copy the url [03:21] then you can use 'dget url' to get the source [03:22] which would be http://archive.ubuntu.com/ubuntu/pool/universe/c/chm2pdf/chm2pdf_0.9-0ubuntu1.dsc [03:23] what's the command to uncompress it like apt-get source does? [03:23] dpkg-source -x [03:23] dget -x [03:24] Thanks [03:24] dget will download it and relevant files, dpkg-source is if the source is local. [03:25] OK, I have it extracted now, and I'm looking it over. Thanks for all the help [03:27] doh, -x === asac_ is now known as asac [04:06] anyone have an idea as to why I get this error when attempting to build this package? [04:06] http://paste.ubuntu.com/47064/ [04:08] nellery: You need to add packages that your package build depends on to the Build-Depends field in debian/control. [04:09] So by the looks of it, there are several packages that the configure script didn't find when attempting to build your package. [04:09] TheMuso, I see, so it's just the ones that appear there? [04:09] nellery: Without knowing what you are trying to build, I can't really help much more than that. [04:09] that's fine, I'll try and figure it out myself [04:09] nellery: There maybe more, you should check the package documentation to find out what is needed to build the package. [04:09] thanks! [04:09] ok [04:09] nellery: You're welcome. [07:51] <\sh> james_w: when are you planning to update launchpadlib package to 0.2 from bzr? so we get the httplib2 UVE done, too...(bug #239734) [07:51] Launchpad bug 239734 in python-httplib2 "[Freeze Exception] python-httplib2 should be upgraded to 0.4.0" [Wishlist,Confirmed] https://launchpad.net/bugs/239734 [08:31] \sh: I hadn't decided if I was going to push it. Thanks for working on httplib2 though [08:35] <\sh> james_w: I think we should talk to barry it would be good to have lplib in intrepid in its bzr version now [08:44] Good morning. === dholbach_ is now known as dholbach [09:10] morningh everyone [09:11] 'ey === asac_ is now known as asac [10:33] q. i would like to get vlc 0.9.2 on 8.04. vlc teams doesnt support 8.04 only 8.10. is there a chance to get it backported to 8.04 ? [10:40] does it build on 8.04 unmodified? [10:55] directhex: it did not so long ago. vlc was doing a 8.04 build every night on nighly.videolan.org like 1months ago [10:55] directhex: they dropped support on 8.04 for unknown reason but very unlikely to be incompatible [10:55] have you tried it? [10:56] directhex: nope. i dont have time [10:56] directhex: they got 8.10 in nighly support tho [10:56] Hello. I'm trying to follow the fixingbugs1 meeting at https://wiki.ubuntu.com/MeetingLogs/devweek0809/FixingBugs1 . I want to test the latest package to see if the bug is still there. I tried to use pbuilder build to build a package to install but i couldn't find the package file it made. How do I build and test a dsc file? [10:56] http://nightlies.videolan.org/build/ <- directhex [10:57] well that's nice & all, but if it's on THEIR server, you need to ask THEM why they're not building it [10:57] directhex: "8.04 is for losers" is the official reason [10:58] hence i wondered if ubuntu motu was planning to do the backport [11:00] they won't backport someone else's packages, not officially. if there's a newer version IN UBUNTU, then it can be looked at [11:02] hmm it is fair to say that vlc 0.9.2 will not reach 8.04 for at least 6months then ? [11:03] directhex: i got my servers on 8.04 so i look for solutions [11:03] servers which need videolan client? O_o [11:03] yes. [11:04] directhex: my only current alternative is to run VMs with 8.10 on those boxes and install vlc in the VM. do you see a better one ? [11:05] jimqode: if you build using pbuilder then I think the built packages end up in /var/cache/pbuilder [11:07] james_w, hmmm. thank you [11:08] zorglu_, you could have tried debuild in the time you've been asking, you know [11:09] directhex: nope. im not a packager. so i would have to learn how to do it in the process [11:09] directhex: in anycase i dont wanna fight. i just want to see if i can get vlc on 8.04. the 8.10 VM is possibility [11:10] zorglu_, that's the thing. some apps "just work" if you take the 8.10 source package and build it on 8.04. no changes. that's the kind of thing that can easily be added to ubuntu-backports [11:11] hmm ok [11:11] so no plan to backport [11:11] if the package cannot "just" build, then there's a problem - it means added developer effort to keep several versions going [11:12] directhex: is there a way for me to stay uptodate on this matter ? [11:12] you could file a wishlist bug on launchpad [11:12] directhex: doing a script which check backport repo ? [11:12] or subscribe to the source package [11:12] directhex: ok thanks [11:12] i will do the 8.10 VM stuff meanwhile [11:13] infact, someone already did. https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/270404 [11:13] Launchpad bug 270404 in vlc "Please update VLC to 0.9.2" [Undecided,New] [11:15] cool :) [11:16] zorglu_: sorry i just logged in in the middle of the conversation, where is the 8.10 package you're talking about? [11:17] ma10: videolan nightly. let me find the link [11:17] ma10, he wants backports. since the videolan team make intrepid nightly debs. [11:17] http://nightlies.videolan.org/ and http://nightlies.videolan.org/build/intrepid-i386/ [11:19] zorglu_, but please remember, as i said, those are NOT ubuntu debs. they're not in, made by, or supported by, anyone at ubuntu. the packages may be of suspect quality or vintage. that's why updating in ubuntu isn't trivial - we can't just take their packages [11:19] zorglu_: thanks [11:20] directhex: i understand. on the other hand, the fact videolan team makes them shows that it is not that hard to make :) [11:20] no diff.gz? s/may be/are/ [11:20] zorglu_, any idiot can run "alien" on an rpm. doesn't make it a reliable package [11:20] directhex: ok [11:21] ma10: if you are doing the package, you can ask j-b on #videolan he is handling the release [11:23] zorglu_: i don't know, if i do there's nowhere to upload it until the jaunty repositories are created. btw, when is that going to happen? [11:25] ma10: several people will be interested in this i think. where to upload it ? what about ppa ? meanwhile people could get it there and thus people considering putting it into backport or not could use user feedback. how does it sound ? [11:26] ma10: 8 [11:26] ma10: 8.04 is a LTS after all :) [11:30] zorglu_: yes that's probably what's going to happen. :) i think several ppa versions will pop up. i'll start working on mine. [11:30] ma10: cool :) [11:35] Could somebody please check https://bugs.launchpad.net/ubuntu/+source/editline/+bug/256179 for anything I might have done wrong? I just uploaded a debdiff and applied for sponsorship. This is my first time. [11:35] Launchpad bug 256179 in editline "libeditline does not support home/end/delete keys" [Undecided,In progress] [11:43] does anyone have a Debian testing system around? [11:43] a chroot would work. [11:44] I'd like someone to test something in that environment, as it is claimed a bug is fixed, but I'm not sure [11:48] jimqode: i just gave it a quick look. the thing i noticed is that you forgot to update the Maintainer field in debian/control. [11:52] james_w, I have a kvm instance, but I need to boot it up... what do you need? [11:53] liw: a little bit of ruby please [11:53] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487204 [11:53] Debian bug 487204 in ruby1.8 "ruby1.8: object allocation during garbage collection phase" [Important,Closed] [11:54] I'd like to know if the script in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487204#25 still fails with libcairo-ruby 1.5.1-1+lenny1 [11:54] rebuilding on Intrepid and testing suggests that it doesn't fix it [11:55] james_w, ok, I'll get back to you in a few minutes after my kvm machine is up [11:55] liw: thanks a lot [12:11] james_w, ok, ysabel is up -- I don't know Ruby at all, which packages should I install? [12:13] just libcairo-ruby I think [12:14] changing the hashbang to say ruby1.8 instead of just ruby [12:14] running now, got to 153500 [12:15] ok, I think it's fixed then, thanks [12:15] it seems we can't just sync that [12:16] can I kill it? [12:16] sure [12:17] interestingly, it got slower once it got to about 100 to 150 thousand... the first second or two got that far, now it's only gotten to 181800 [12:17] hmm, did you have to fix up the script before you ran it? [12:18] no, I'm doing something wrong [12:18] hm, I killed it with control-c, and it's still dying, and now it said Segmentation fault [12:18] ***************** 181800 ********* [12:18] ^C./test.rb:8: Interrupt [12:18] ./test.rb:8: [BUG] Segmentation fault [12:18] ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] [12:21] ma10, what should I update it to? My name? This was an ubuntu package to start with. [12:23] * james_w smacks his forehead [12:23] make sure you install all the binary packages for the thing you are testing. [12:23] morning james_w [12:23] hey NCommander [12:24] how goes it? [12:24] pretty good thanks, you? [12:29] james_w: trying to fix my laptop [12:30] FIrefox likes to freeze every ten seconds [12:32] NCommander: Maybe it's Firefox Genuine Advantage kicking in its irritants. [12:33] but i already entered my firefox license key! [12:33] NCommander, i eagerly await a chromium-based browser for linux, given the 1-process-per-page thing should kill browser slowdown dead [12:36] wgrant: :-) [12:38] Yeah. (: [12:38] And browser hangs. <3 [12:39] First time I saw 'flash' having it's own process in Chrome's process explorer, and I could just "kill" it and all the flash on the page went away, I almost cried in joy. [13:13] jimqode: it was a debian package, you're releasing the first ubuntu version. control should look like: [13:13] jimqode: Maintainer: Ubuntu MOTU Developers [13:13] jimqode: XSBC-Original-Maintainer: Captain Packager [13:14] jimqode: (with the name of the debian maintainer of course) [13:16] yay, ubuntu packages. because pushing changes to debian is poopy! [13:17] * wgrant shoots directhex. [13:18] jimqode: also, update Standards-Version while you're at it, or lintian might complain. [13:29] anyone a fan of ruby? [13:32] ma10: we don't need to update Standards-Version in packages that we inherit from Debian, it's a string-change that gains us nothing and we need to merge again, also it's something the package maintainer in debian should do (after consulting the debian policy and see if the package really complies with the specified version of d-p) [13:32] I think that cjwatson wrote something about it recently [13:33] dholbach: didn't know, thanks [13:33] james_w: apachelogger is a fan of Ruby, I believe. [13:34] james_w: You might want to try #debian-ruby on oftc. [13:34] iulian: I'd love to, but they've already fixed it [13:34] + * Recommend that Standards-Version not be adjusted for Ubuntu revisions of [13:34] + this manual, and in general that Standards-Version should not be changed [13:34] + in Ubuntu for packages originating in Debian. [13:34] http://people.ubuntu.com/~cjwatson/ubuntu-policy/ubuntu.diff [13:35] ma10: anytime [13:36] we need a fix for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487204, and I can't find the targeted patch, and I'm not sure whether updating to the new upstream is the right thing to do [13:36] Debian bug 487204 in ruby1.8 "ruby1.8: object allocation during garbage collection phase" [Important,Closed] [13:36] ma10, dholbach, thanks for your help. I'll update it now === azeem_ is now known as azem [13:36] james_w: lucas filed a sync bug for ruby 1.8 [13:37] dholbach: hmm, odd, the bug isn't against ruby [13:37] ah, my fault: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485738 [13:37] Debian bug 485738 in ruby1.8 "ruby1.8: object allocation during garbage collection phase" [Important,Closed] [13:37] ma10: don't worry - I did the mistake myself when I got started (I looked at my first uploads on hoary-changes a few weeks ago) :-) [13:37] hmm [13:38] bug 270389 [13:38] Launchpad bug 270389 in ruby1.8 "Please sync ruby1.8 1.8.7.72-1 (main) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/270389 [13:38] ubottu: you are wrong! [13:38] Sorry, I don't know anything about you are wrong! [13:38] well, you are === azem is now known as azeem [13:48] hi sorry if i ask here , but i have made a simple video analyzer with ffmpeg and awk can someone build a package ?--------->http://www.cli-apps.org/content/show.php?content=89259 [13:50] james_w: dholbach: FWIW, I could convince the debian release team to let the new upstream release migrate to lenny last week [13:50] james_w: dholbach: and ruby-defaults just contains dummy packages that point to ruby1.8's binary packages at the moment. since we also have ruby1.9, all security bugs are usually duplicated for ruby1.8 and ruby1.9. [13:50] * apachelogger notes that james_w is quite hard on teh poor bot :S [13:51] Off the top of my head, if it got into Lenny I'd be really suprised we don't want it for Intrepid. [13:52] lucas: yeah, it doesn't look too bad, the mention of perhaps having to update dependent code due to libxml->xml namespace change is a bit worrying [13:52] ScottK-laptop: I think we definitely want the bug fixed [13:54] james_w: which namespace change is that? (link?) [13:54] == 0.8.2 / 2008-07-21 Charlie Savage [13:54] * To use LibXML you can either require 'xml' or require 'libxml'. [13:54] The differences is that require 'xml' mixes the LibXML module into [13:54] the global namespace, thereby allowing you to write code such [13:54] as document = XML::Document.new. Note that this is different [13:54] from 0.8.0 and 0.8.1 and may require updating your code. [13:55] devfil: hi [13:55] hi sbucat [13:56] sbucat: what are you doing here? :) [13:56] devfil: heheh i need of some motu for this :D hahahhttp://www.cli-apps.org/content/show.php?content=89259 [13:56] james_w: err, that's not a ruby1.8 change, right? I don't think that we are talking about the same thing here [13:57] sbucat: actually Ubuntu is on feature freeze, so for new packages a FFe is needed [13:57] lucas: no, I'm talking about the fix for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485738 [13:57] Debian bug 485738 in ruby1.8 "ruby1.8: object allocation during garbage collection phase" [Important,Closed] [13:57] lucas: which was fixed in Debian with the update to the new upstream release [13:58] sbucat: for more inf: https://wiki.ubuntu.com/FreezeExceptionProcess#FeatureFreeze%20for%20new%20packages [13:58] 24 [14:00] james_w: I don't have an opinion on that one. note that libxml-ruby is a relatively unimportant lib. (most ruby users use rexml) [14:01] yeah, I just saw that there are no rdepends [14:01] except libxslt-ruby, which has none [14:25] Heya gang [14:26] hi bddebian [14:26] Hi james_w [14:27] Hello bddebian [14:31] Hi iulian [14:42] http://qa.ubuntuwire.com/ftbfs/ looks a bit out of date, is this normal? [14:45] http://daniel.holba.ch/temp/no_attention is linked on https://wiki.ubuntu.com/MOTU/TODO/Bugs but it does not work. It spits out the python source for the server side code [14:58] lucas: right... if that's the case the ubuntu-release team should ACK it pretty quickly [14:59] jimqode: hi, I don't see that, are you on hardy? [15:00] james_w, yes I'm on hardy. What difference does it make? [15:03] jimqode: my guess is that python-launchpad-bugs is broken on hardy [15:04] james_w, oops was it meant to run at my computer. *blushes* [15:04] it thought it was server side code that failed to run [15:04] ah :-) [15:05] sorry, sorry, sorry :) [15:26] soren, nixternal, geser: just in case you're wondering: NCommander has the nexenta-ACCEPTED-mails situation under control now :-) [15:27] * NCommander whisles === superm1 is now known as superm1|away [15:28] dholbach: I never got those accept emails in my inbox, were they filtered out by the mailserver? [15:28] NCommander: they were in the ubuntu-motu moderation queue [15:28] dholbach: again, sorry about that :-/ [15:29] NCommander: don't worry - it's been just 4 mails right now :) [15:29] we get much more spam every day that lands in the queue [15:29] Its probably going to be a few more, the dak server had a pretty large backlog :-P [15:29] NCommander: np, I'll send you the bill [15:29] ;-) [15:30] * NCommander will add a redirect of dholbach@ubuntu.com -> *somewhere* [15:38] have people started screaming for VLC yet? [15:38] yup bug 270404 [15:38] Launchpad bug 270404 in vlc "Please update VLC to 0.9.2" [Undecided,New] https://launchpad.net/bugs/270404 [15:41] wgrant: you last-touched; any thoughts on this big scary update? I'm afraid if we don't do it we won't hear the end of it. [15:45] dholbach: can i congratulate NCommander now? [15:45] on what? [15:45] NCommander: uuc [15:47] nxvl: I think you can - I'll process the application in a sec [15:47] \o/ [15:47] NCommander: congrats [15:48] nxvl: hold your horses - just a (few) minute(s) :-) [15:48] \o/! [15:48] d'oh [15:50] :( [15:51] * NCommander looks forward to the day he can get MOTU [15:51] I apply at the end of September :-) [15:52] \o/ [15:55] NCommander: congratulations :-) [15:55] nxvl: now you can :) [15:55] ahaha [15:56] WOOOOOOOOOOOOOOO [15:56] it just took a bit to get all the references to the application from the mailing list, the mail written etc [15:56] ANother icon for Bragging rights [15:56] At the rate I'm going, I'm going to need a linebreak :-/ [15:56] so that's what it's all about [15:56] NCommander: welcome to the team [15:56] * NCommander was already an Ubuntu member, UUC wasn't a huge upgrade [15:56] At least my posts to -devel are no longer moderated I think [15:57] dholbach: there were a LOT of references to catch on that mail [15:57] 16 I think [15:57] nxvl: exactement [15:58] dholbach: I'm told thats an unusually high number [15:59] dholbach: don't worry, you get the fun of doing it again for MOTU soon :-) [16:02] dholbach: i was checking the 5-a-day code the other day and i started wondering, now it works using only the LP login? [16:02] nxvl: bzr launchpad-login [16:03] nxvl: to me it didn't seem to make sense to write your lp login to yet another file :) [16:09] dholbach: re the last mc minutes: I didn't know that nixternal and you count double :) [16:09] geser: it was 11:18 here and it seems I still didn't have enough coffee [16:10] sorry i unpluged my laptop and forget i took the battery out [16:10] :D [16:11] ogra ping [16:11] dholbach: agreed on that, just making sure i catch it correctly === nxvl_ is now known as nxvl [16:17] mok0, [16:17] pong === superm1|away is now known as superm1 [16:26] NCommander: then nexenta ACCEPTED mail went to all maintainers, not just MOTU? [16:27] james_w: unfortantely [16:27] The problem was our mailserver was not sending emails [16:27] And I didn't realize dak was misconfigured [16:27] The mail admin just fixed the former and ran the queue -_-; [16:27] perhaps a mail to debian-devel explaining the situation would help? [16:28] yeah [16:28] guessing that it was more than just a couple of mails [16:28] MOTU got just 4 up until now [16:29] Well, the flame mail from DDs is pouring in now [16:29] :-) [16:29] NCommander, really? :P [16:29] lol [16:29] Man, when I screw up, I screw up big [16:30] NCommander: you now know which DDs read there mails timely :) [16:30] * dholbach bears that in mind for NCommander's MOTU application :-) [16:30] THanks dholbach :-P [16:31] NCommander: which DDs mail? [16:32] nxvl: not sure, its going to the changes mailing list which I haven't been subscribed to [16:32] NCommander: ubuntu changes or debian changes? [16:33] nexenta-changes [16:35] :D [16:38] hi, when will the next revu-day will be? (just asking) [16:50] handschuh: in November maybe [16:50] handschuh: archive are closed for new packages until jaunty [16:51] nxvl: ok thanks === bobbo_ is now known as bobbo [17:01] NCommander: You've definitely been hitting DDs. :) [17:02] **** [17:12] dholbach: today in the new release of the PC World there are 2 packages about me and motuship, i hope it helps to get more people involved :D [17:12] (the peruvian version of PC World btw) [17:12] nxvl: NICE - do you have an online version of it somewhere? [17:13] dholbach: mmm, not sure, let me check, but it's in spanish [17:13] nxvl: nevermind it's in spanish :) [17:13] heh [17:13] :D [17:13] i though so [17:16] dholbach: there were some minimal inaccuracies from the reporter, but still get my bits saying that it's easy and that people are invited to participate :D [17:16] NCommander, Isn't there a big fat warning in dak about this? :P [17:16] Apparently neither big, nor fat, enough. [17:17] dholbach: (sry for interruption) thanks for the motu-videos [17:17] With current versions of dak you explicitly need to configure it to mail people. [17:17] handschuh: I'm glad you find them useful. :-) [17:18] dholbach: talking about videos, nellery (my mentee) jumped it after the videos, and he was not bad at all [17:18] nxvl: woah, great :-) [17:18] dholbach: so we can start calling them a success [17:18] :-D [17:19] s/it/in [17:19] * nxvl give dholbach a big thank you HUG [17:19] gives* [17:19] * dholbach hugs nxvl back :-))) [17:19] great [17:23] dholbach: registered a merge for harverst-data. [17:24] gaspa: I'll take a look at it in a bit [17:24] as you need, don't haste. [17:24] * dholbach hugs gaspa :) [17:25] * gaspa hugs dholbach back. :) [17:25] * nxvl predicts an update of the flash hug at mountainview [17:26] ogra: ^^^ [17:26] dholbach: we aware... [17:26] :P [17:28] nxvl, we could make it a tradition :) [17:35] nxvl: You could make a historical retrospective without affecting future suprises. [17:35] ScottK-laptop: right [17:35] nxvl: You could also make a Launchpad team, get a mail list, and conspire there. [17:36] heh [17:36] we have an LP team [17:36] https://edge.launchpad.net/~dholbach-huggers [17:42] ScottK-laptop, ping [17:43] cody-somerville: Pong [17:58] * ScottK-laptop notes that hppa is almost caught up building stuff. This is a clear sign people should be uploading more. [18:02] ScottK-laptop: how does VLC 0.9.1 crack sound? [18:02] (kidding. maybe.) [18:03] jdong: That's some gtk thing, so, whatever. [18:03] jdong: Actually, given the security history with VLC, I'm thinking we probably do what to ship something they'll be updating, but I'm not sure. [18:03] ScottK-laptop: it's a QT thing now. [18:03] It is? [18:04] ScottK-laptop: I'll have to look into what the heck needs to change with the packaging [18:04] ScottK-laptop: the frontend is rewritten in QT4 [18:04] Interesting. [18:04] ScottK-laptop: otherwise updating it would be a no-brainer [18:04] ScottK-laptop: but at this point IMO it's still in our best interest to update, just it might be some work involved [18:04] OK. I think looking into it is a good plan. [18:05] yeah I'm in class right now and have a busy early week, but if I have spare time I'll also look into this [18:05] upstream has "nightly builds" that mostly pbuilder okay in Intrepid, might be worth looking at a debdiff of that [18:06] i.e. http://nightlies.videolan.org/build/intrepid-i386/latest/ [18:06] I have no idea the packaging quality but I am betting it's not that useful for us. [18:06] Without looking I'd give odds you're right. [18:07] ScottK-laptop: it looks to be a natively debianized source which worries me. [18:08] ScottK-laptop: would be nice to work with upstream to share packaging efforts, as their nightly service tends to be popular with media geeks [18:08] What did you expect? [18:08] jdong: They might be happy to get patches. [18:10] ScottK-laptop: indeed. Let's proceed with some PPA packages in ~motumedia and proceed from there... [18:23] NCommander: congrats [18:37] RainCT: hey, recently I took another look at dgetlp and thought "Hmm, this would probably work better in python". so I rewrote it (again) [18:37] what do you think: http://pastebin.com/f1a78df61 [18:38] interesting... prevu has a built-in more hackish variant :) === asac_ is now known as asac [18:39] looks like http://paste.ubuntu.com/47195/ [18:40] maybe I'll replace that nastiness with dgetlp if things work out [18:40] Note that dgetlp is only needed for PPA packages. [18:41] Regular distro packages have url's that dget can use. [18:41] Does anyone know for sure if latest gstreamer pre-release will be packaged before beta freeze? [18:46] stdin: Great! (There's a typo ("hostead") in the Usage string and another one ("attatch") in the try/except at the end) [18:50] stupid power-cut :| [18:50] >> stdin: Great! (There's a typo ("hostead") in the Usage string and another one ("attatch") in the try/except at the end) [18:51] ScottK-laptop: about dgetlp, it's not just for PPAs, it was actually written more with +queue in mind attach [18:52] RainCT: http://pastebin.com/f10cdcbdd [18:52] that should fix those [18:52] Ah, right. [18:54] now it's in python it should be more robust, actually reading the .dsc instead of trying to guess the names/version of files to get [18:59] emgent: hey, were you planning on merging ecl? [19:00] stdin, meet python-debian, python-debian meet stdin, I think you two may get on [19:00] stdin: it's got a class for parsing .dsc files that may simplify the script even more [19:01] james_w: I only need to get the files out of the .dsc, not sure if I need anything "powerful". but I guess I should look at it ;) [19:02] it's got some good stuff in it [19:02] and if you write anything that may fit well there then please feel free to submit it for inclusion === Czessi_ is now known as Czessi [19:32] hey people.. have anyone here got experience of launchpad ppa? [19:32] yeah [19:32] for some reason, it rejects my uploads due to failed checksums.. I've verified them manually and they seems correct? [19:33] you upload the _source.changes file? [19:33] also relevant that I already have the package in question in launchpad ppa for intrepid, now back-porting to hardy, so I needed to change a dep.. [19:33] yes, the _source.changes.. :) [19:34] rawler: I don't think I can help with that, try asking on #launchpad [19:34] I will, thanks.. :) [19:38] persia: http://www.hadess.net/2008/09/living-on-edge.html :-( [19:48] wow vlc 0.9 is release finally :-) [19:59] james_w: i told you that you needed to apply for motuship, it looks like it will be a succes [19:59] :D [19:59] slytherin: 0.9.2 :P hope to see it in intrepid :D [19:59] james_w: \o/ [20:00] sebner: I use totem :-) [20:00] but for my friends who use Windows, VLC is heaven [20:00] slytherin: bah, gnome crunch t [20:06] Is anyone working on the VLC update? [20:06] Laney: well, I suppose they maybe want to merge it from Debian *when* Debian has it [20:06] Laney: jdong was discussing it earlier. [20:07] sebner: Time is money! [20:07] Laney: do you get paid for merging vlc ASAP? ^^ [20:07] huhu ScottK =) [20:08] I get paid in joy by having a better Intrepid release ;) [20:08] Laney: maybe you can get informations about upstart 0.5 then :P [20:10] sebner: I think that's a bit above me :( [20:11] Laney: np :) [20:15] RainCT: "final" version, with spell-checking :) http://pastebin.com/f65c4172c === sbucat is now known as sbucatino [20:18] is there a way to look at reverse build depends of a package? [20:18] superm1: some grep-dctrl magic does that; there's no single command I believe [20:19] yuck [20:19] superm1: reverse-build-depends from ubuntu-dev-tools [20:19] yay [20:20] okay so if i'm working on a virtualbox FFe, and the only thing that uses kbuild is virtualbox, do i need to file an FFe too for that still? [20:21] i suppose i will just to be safe [20:21] superm1: If it is a release with new features, FFE is a must. [20:21] for bug fix only release you might be able to convince that FFE is not needed. [20:22] they dont really have an upstream changelog, so i'm discerning through trac [20:22] ah yeah there are a few features put into it [20:22] they do have a changelog? a short one, tho [20:22] the changelog in the package was discontinued [20:22] and they said to go look at trac instead [20:23] http://virtualbox.org/wiki/Changelog - although that's for the closed source version [20:23] not virtualbox [20:23] kbuild [20:23] oh, sorry [20:23] it's only rdepend and rbuild-depend is virtualbox however [20:25] superm1: any chance you could bribe someone to approve FF for bluez. It will be really nice to have 4.x in intrepid. :-D [20:25] s/FF/FFE [20:25] i'm a bit doubtful since we're past UI freeze, and undoubtedly there are UI changes in the 4.x release? [20:26] superm1: Sure, but if Fedora 10 is going to ship it then it becomes prestige issue. :-P [20:26] haha [20:32] superm1: I will see if I can create some test packages. [20:36] I'm packaging a project which uses autotools, but I want to generate both a deb and a udeb. the problem is that I only want to install the binary in the udeb, so I have usr/bin/my_binary in the udeb.install file. however, the file is actually built in the deb's directory (debian/my-project) rather than the udeb's directory (debian/my-project-udeb). [20:36] I thought that DEB_DH_INSTALL_SOURCEDIR := debian/tmp in the rules file might generate a single directory which could be shared by both the deb and the udeb, but no such luck [20:37] so, what would be the right way to package both the deb and the udeb... preferably without having to ./configure && make && make install for each? [20:38] hey cr3 [20:39] #ubuntu-installer probably has a higher density of people familiar with udebs [20:39] james_w: hey dude! hm, I'm usually more annoying in #ubuntu-installer, I thought I would load balance my questions in other channels :) [20:41] cr3: if you want it in both then you may need a "cp" call in debian/rules [20:42] james_w: ouch! I looked at the netscat source package for inspiration, becaues I know it's available in the installer environment, but turns out it might not have a udeb because there's nothing under debian relating to udebs [20:42] * cr3 does more exploration [20:42] Good lord I'm getting a lot of skips and pops in my audio under load [20:42] cr3: I just grabbed dhcp3 for the same reason [20:43] cr3: but that doesn't use dh_install to install most of it's files [20:43] Hi. Do I need a FFe for Bug #242572? All the bug and debdiff is previous to Freeze... [20:43] Launchpad bug 242572 in wxsvg "Upgrade wxsvg package to b11" [Wishlist,Confirmed] https://launchpad.net/bugs/242572 [20:44] james_w: evil! :) [20:45] cr3: dmraid uses two ./configure steps by the look of it [20:45] different options though [20:46] same with cdebconf [20:46] james_w: tzsetup seems like a simple package [20:46] cr3: you may have to do something a bit ugly, as your case is a bit special [20:47] cr3: you always knew you were special though, didn't you? [20:47] tzsetup only has a udeb [20:47] james_w: yeah, I'm special as in special olympics :( [20:47] james_w: good point, that's why the debian files are so simple for tzsetup [20:49] cr3: fontconfig [20:50] cr3: it's cdbs, but it uses an install file, and uses debian/tmp/ as the source [20:50] ah, you use cdbs [20:50] james_w: cheers! that sounds less special and, yes, I use cdbs [20:51] james_w: actually, I'm trying a simple hack in my install file right now. that might be easy as pie [20:51] cr3: as well as DEB_DH_INSTALL_SOURCEDIR you may need to use a different DESTDIR [20:54] ScottK: does a FFe only need 1 ack? I don't see it documented on the wiki page (just 2 acks are needed for standing FFes) so I'm assuming it's just 1 [20:55] DktrKranz: \o/ [20:55] sebner, \o/ [20:55] LaserJock: It's 2. [20:55] LaserJock: wasn't it 3 for standing FFe and 2 for normal FFe? [20:55] geser: no [20:56] geser: "Once a standing FFe is approved (2 motu-release acks)..." [20:56] DktrKranz: Would you please ack/approve Bug 260786 [20:56] Launchpad bug 260786 in ubuntu "please sync openchange" [Undecided,New] https://launchpad.net/bugs/260786 [20:57] DktrKranz: WIth sispoty's earlier +1 it may be OK, but just to be sure ... [20:57] I can't find any reference to the number of needed acks other than ^^ on https://wiki.ubuntu.com/FreezeExceptionProcess [20:57] LaserJock: Two is what we've been using. [20:58] ok, cool. That's what I remembered it being but was uncertain because of the wiki page [20:58] emgent: is your uploader list script b0rken? [20:58] sebner, lists.ubuntu.com is "b0rken" [20:58] LaserJock: huhu :) I hope your studies are going well? [20:58] DktrKranz: so, everything is b0rken? ^^ [20:58] LaserJock: https://lists.ubuntu.com/archives/ubuntu-motu/2008-September/004648.html talks about 3 for standing FFe and 2 for normal FFe [20:59] sebner: yeah, fairly well [20:59] LaserJock: nice to hear :) [20:59] geser: someone might want to then reflect that in the actual policy [20:59] \o/ geser, our syncing hero :) (well, at least mine) :) [20:59] sebner, you have to manually download $distro-changes mailbox and hack it to open a file instead of fetching from the web (certificate issue) [21:00] DktrKranz: ah nvm, I'm not that in reading ML. just MC list from time to time (webview) [21:00] ScottK, done [21:00] DktrKranz: THanks. [21:00] Laney: hey you still there? [21:00] jdong: hi [21:01] Laney: saw your query on VLC; are you interested in packaging it or just inquiring if it'll be done? [21:02] jdong: I'll have a go if nobody else does [21:03] Laney: well I've got a busy afternoon ahead of me but I'll start taking a look at it later this evening to first understand what Ubuntu has changed with the package and then see what needs to be done to accomodate the new frontend [21:04] jdong: OK. I might have an initial look if ghc ever gets done building [21:05] Laney: ok, cool. I'll post any status updates on the bug report, if you'd like to do the same that should be good [21:05] * Laney nods [21:08] Intresting. PJ from Groklaw is commenting in the FF EULA bug https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/269656/comments/150 [21:08] Launchpad bug 269656 in firefox-3.0 "AN IRRELEVANT LICENSE IS PRESENTED TO YOU FREE-OF-CHARGE ON STARTUP" [High,Confirmed] [21:09] ScottK: mozilla is evil :\ [21:11] cody-somerville: you'd think there was such a warning [21:11] sebner: Evil is a strong word. [21:11] NCommander: Thanks for Samba4 and congratulations. [21:12] ScottK: mozilla is no angel-like ... better? [21:12] ScottK: thanks [21:12] sebner: Sure. [21:12] * NCommander feels quite sick to his stomach ATM [21:12] Personally, I'm very uncomfortable that there are packages in the Main archive that I'm not allowed to change. [21:12] ScottK: maybe we'll end like debian with iceweasel xD [21:13] mozilla is hilariouis [21:13] ScottK: seconded [21:13] They're a joke at this point to me [21:13] Of course anyone that wants a default browser other than Firefox can switch to Kubuntu today. [21:13] s/hilariouis/hilarious/ [21:13] ScottK: bah, no chance :P [21:28] im not sure exactly who to send this request to..but i have a way of making things more secure.....i know that the login window has the way of hiding the input for the password screen...is there a way you could do this for gksu and gksudo? I know sudo itself has it implemented. [21:29] im not saying that i could actually implement this myself..but if someone could make this happen..it would be a great advancement in security. [21:29] that's only more secure if your password consists of asterisks [21:30] i dont think your getting it, the fact that login window has it and nothing else surprises me...... [21:33] peeking over your shoulder during login is only one part of the issue im seeing...i see a lot of users in my college (i have ubuntu implemented in a class) that have been watching the *su and *sudo window waiting to see just how long the other users passwords are. [21:59] ad [21:59] bah [21:59] bad-boy86, sers :) [22:00] hehe abend Meister [22:00] "sers"? now who says that? ;) [22:03] laga_, german? [22:03] sure [22:04] laga_, "sers" is the small word for "servus" :D [22:07] juten tach === Robb_1 is now known as Robb_M === brandon|work is now known as brandonperry === brandonperry is now known as brandon|work [22:55] jdong: I wouldn't advise it until Debian has done it. [22:55] It is huge. [22:55] And it is late in the cycle. [22:55] Oh my god. The bug. Is huge. [22:57] wgrant: I know it's a huge update, but I don't think we're in a better position just sitting around until we end up with a VLC support cycle or user backlash crisis on our hands. [22:58] jdong: Debian is going to have 0.8.6i in Lenny. [22:58] wgrant: just in the past week, for example, I've talked to two independent users who need MT2S support for viewing their HD camcorder files [22:58] And we'd have more user backlash if we left it borked. [22:58] and the only solution atm is VLC 0.9.x [22:58] We have < 1.5 months to get it perfect. [22:58] If you think it can be done, go ahead. [22:58] But I don't think it's a particularly good idea. [22:59] wgrant: well I certainly want to test it externally in a PPA to see if there's any chance of it working. I understand the concern you have. [22:59] We should certainly not push it until we're confident it's better than what we have [23:00] whether or not we ship it as the Intrepid version, I'd still like to give Hardy and Intrepid users some reasonably safe way of using this new VLC release [23:01] the demand for it will be high [23:01] It will. [23:01] So we get it into Jaunty early and backport it. [23:01] Very little change. [23:01] right, that's the alternative plan. [23:02] They can get it in 1.5 months in RELEASE, or 2 months in BACKPORTS. [23:02] or 1 week if I finish my homework early ;-) [23:03] (watch that curse my week) [23:03] Heh. [23:06] wgrant: Wouldn't you rather be dealing with security patches from their current release than an old one? [23:06] ScottK-laptop: Perhaps, but Debian will be in the same boat and they're needed for Hardy anyway. [23:07] Debian will be regardless of if it goes into Sid or not because it won't make Lenny. [23:07] That's my point. [23:07] well... I'd hate to be tracking an old VLC release from a security standpoint anyway.... TBH if something nasty like that does happen down the road I would lean towards just giving everyone 0.9.2 [23:08] it's an end-user app with no revdeps, do as we do with the Mozillas [23:08] Something nasty like what? [23:09] wgrant: a security vulnerability is found in some bundled part of the 0.8.6i+a+b+c+d+whatever release we have now. [23:10] jdong: Oh, that happens literally monthly. [23:10] And we have no bundling any more. [23:10] wgrant: I hate media players... [23:10] wgrant: this is one of those cases where IMO we should just follow upstream's releases. I can't really think of a use case for why backporting patches is a good idea for VLC. [23:11] Package it up and get it tested, I guess. === wolfger_ is now known as wolfger