/srv/irclogs.ubuntu.com/2008/05/26/#ubuntu-motu.txt

=== asac_ is now known as asac
=== asac_ is now known as asac
=== santiago-pgsql is now known as santiago-ve
tbielawaanyone seen LaserJock recently?02:38
crimsunhe's taking a leave of absence of sorts.02:39
crimsun(so, not in the few days, no)02:40
tbielawaOne of his usual 'i gotta get out' ones, or something else?02:40
tbielawa(;))02:40
bddebianHeya gang02:41
tbielawahey!02:41
bddebianHello tbielawa02:41
crimsunbddebian!02:42
tbielawahow goes?02:42
bddebianHeya crimsun02:42
bddebiantbielawa: OK thanks, yourself?02:42
tbielawabddebian: super excited. I think i tamed the beast that was packaging 'bibus'02:42
bddebianNice, congratulations :)02:42
tbielawasilly upstream folks and their debianizations...02:43
tbielawaI took ScottKs advice and ended up recreating the orig.tar.gz without debian/02:43
bddebianThat's usually the wisest02:44
artfwoHi! May I ask how long does it normally take a REVU upload to appear on the website? (I've just uploaded two sourcepackages, one of them has appeared, and the other did not)02:59
persia_artfwo: It usually takes about 10 minutes, but it may be that it didn't get accepted, and REVU is silent on rejections.03:00
artfwoah, and if it got rejected, how do I know about that? ;)03:01
persia_artfwo: You don't :)  More specifically, you can ask a REVU admin, and if you get one who is better about having ssh keys handy than I, they can look.03:02
persia_More specifically, which package is missing?03:02
persia_artfwo: Also, for supercollider, you'll likely get a better response by posting a bug against the package, rather than putting something in REVU.03:04
* ajmitch sees that it's a package that was removed from debian03:06
persia_ajmitch: Ought that matter?  I acknowledge that supercollider is broken in a significant number of ways, but wouldn't expect REVU to drop it just because it used to be in Debian.  Does the package cache need a refresh, maybe?03:09
ajmitchnot saying that it should be dropped, just that it'd be something to look at closely due to how broken it was in debian before removal03:09
ajmitchI just saw the 'repackaged from scratch' in the changelog03:10
artfwoit was logical to repackage from scratch03:11
artfwothe new package is a lot cleaner (cdbs, simple-patch-sys, etc.)03:11
artfwoit builds and runs03:11
persia_artfwo: In general, it's better to preserve changelog history for upgraders.  The rest can be dropped.  Also note that you'll need to get an entry into P-a-s before it goes in, unless someone did sufficient engine redesign to make it work for 64-bit architectures.03:12
artfwoI've got a couple of good testimonials: http://artfwo.blogspot.com/2008/04/supercollider-for-hardy.html03:12
* ajmitch is running revu-key update now, btw03:12
artfwoI've got the changelog history in place03:12
tbielawaplease sync my key from lp too03:12
tbielawalaunchpad.net/~tbielawa03:12
artfwopersia_: and what is P-a-s?03:13
persia_artfwo: In that case, you're likely good.  Also woth reviewing the old BTS bugs just to make sure they all got closed.03:13
artfwopersia_: yes, I remember you pointed me to those bugs earlier. As the new upstream has greatly simplified and enchaned SConstruct, the source compiles just about anywhere!03:14
persia_P-a-s is Packages-architecture-specific, which is a file that is shared between Debian and Ubuntu to control where packages are built and distributed.  While much of this can be handled by appropriate use of Architecture: in debian/control, it is very useful in cases where you have a mix of Arch: all and Arch: any binaries that need support, as it's not worth making the arch: all binaries arch-specific just because they are completel03:14
persia_artfwo: Compiles, sure.  Is it 64-bit clean yet?03:15
artfwopersia_: no, but I simply disable sclang with a scons option for amd6403:15
persia_artfwo: What about ia64?03:16
artfwothis architecture wasn't among supported arches even for the server in the original package, so I didn't specify it as well03:17
persia_Hmm..  OK.  Ubuntu used to ship supercollider for ia64 (back in the 04xxxx versions), so this is a surprise to me.03:17
tbielawaup upstream tar.gz is filled with CVS folders, is it bad practice to remove those? (I'm removing the debian/ folder already)03:18
persia_tbielawa: Best to do as little as possible.  Can you not get away with the --ignore option to debhelper to handle the variation?03:18
tbielawapersia_: I'll look at that! thanks for the tip03:19
artfwopersia_: I've got "i386 powerpc lpia" for the sclang and "any" for the server03:19
persia_tbielawa: For the majority of cases, it allows you to get by even when upstream decides to include a debian/ directory (although it's still good practice to ask them to remove it)03:19
persia_artfwo: I know a fair number of powerpc people who like to do audio stuff.  I'm not sure it isn't also interesting for other architectures.  I also heard rumblings about ARM at UDS.03:20
tbielawapersia_: while i'm asking questions, is it acceptable for debian/ files to be executable, dpkg-source is warning about it03:20
StevenKdebian/rules should be the only one03:21
tbielawaStevenK: thanks03:21
persia_tbielawa: It is acceptable for them to be executable.  On the other hand, it is not safe to rely on anything other than debian/rules being executable for use of the package.03:21
StevenKdpatch likes having debian/patches/* executable, but will deal if they aren't.03:21
RAOFStevenK: And dpatches in patches/ right?03:21
persia_RAOF: Automated.03:21
persia_StevenK: Is it worth patching out the executable bit of an upstream debian/ if they leave it there?03:22
tbielawawatch doesn't need +x either?03:22
persia_tbielawa: No.  Only debian/rules needs it, and dpkg-source typically sets that anyway.03:23
artfwopersia_: do you think it's okay to include arm in debian/control? I didn't quite get the point.03:23
StevenKpersia_: I thought diff didn't preserve permissions?03:23
persia_StevenK: I think it can for new files, but I may be mistaken.03:23
tbielawaStevenK: dpkg-source: warning: executable mode 0755 of 'debian/bibus.menu' will not be represented in diff03:23
tbielawaexactly03:23
persia_tbielawa: Just ignore that warning.03:23
persia_artfwo: For now, I'd include every architecture not known to be 64-bit.  As there isn't infrastructure in place for arm, it's only worth including that if you're planning to put supercollider back in Debian.03:24
StevenKPity any [!amd64] doesn't work03:25
artfwopersia_: okay, but where can I get the list of available architectures?03:25
persia_StevenK: Yes, but what about ia64?03:26
persia_artfwo: https://launchpad.net/+builds03:26
StevenKpersia_: I didn't want to complicate matters. :-)03:26
artfwothanks!03:26
persia_StevenK: :)  Aren't you one of the only people  with an ia64 workstation around anyway?03:27
StevenKI have an amd64, not an Itantic03:27
persia_StevenK: Ah.  I thought you had at least one of each arch.03:27
StevenKItanic, sigh03:27
StevenKpersia_: I'm ignoring ia64 in the hope it goes away03:28
persia_heh03:28
artfwohppa and sparc have both 32-bit and 64-bit designs, right?03:28
StevenKYes03:28
persia_I think we only do 32-bit versions of those, kernels aside.03:29
StevenKsparc32, also known as "Ohmigod, those come in only 32 bit?"03:29
* persia_ waves around a selection of hypersparcs03:29
artfwoso, is it okay to assume those are not 64-bit?03:29
StevenKI have a SparcStation [25] around somewhere.03:30
tbielawazomg, lintian had no output! success!03:30
StevenKThe 2 is a sun4c, from memory.03:30
persia_tbielawa: Did you turn on all of the flags?03:30
tbielawaoh.. no...03:30
tbielawarecommended flags?03:30
persia_tbielawa: lintian -iIv03:30
persia_Also remember to use it on both the source and binary builds.03:30
tbielawapersia_: thanks03:30
tbielawapersia_: it's not as quiet as it was before.... I guess I have more work to do03:32
artfwoi'm sorry for repeating the question, but anyway is it okay to assume hppa and sparc are not 64-bit?03:32
StevenKNope.03:33
StevenKAll modern hppa and sparc hardware is 64-bit03:33
persia_StevenK: Don't we compile 32-bit userspace anyway?  Did we change that?03:34
StevenKFor sparc, I don't think so. hppa, I *think* so03:34
StevenKMy PA-RISC is lucky to be 32 bit, so I can't check03:34
persia_artfwo: You likely want to ask the sparc and hppa teams.  Unfortunately, I don't know the best points of contact.03:35
artfwoby reading the supercollider changelog, I see that it failed to run on anything but i386 and powerpc03:35
persia_artfwo: It ought work fine on lpia as well.03:37
artfwoyes, lpia is okay03:38
artfwoi'm looking through debian bugs, e.g. debian bug 29033903:38
ubottuDebian bug 290339 in supercollider "supercollider: [m68k] FTBFS" [Serious,Closed] http://bugs.debian.org/29033903:38
persia_artfwo: That's just bad coding of the 64-bit test.  I would be extra surprised to find a 64-bit m68k03:39
artfwobut there's also debian bug 27621203:40
ubottuDebian bug 276212 in ftp.debian.org "RM: supercollider [alpha sparc amd64]" [Grave,Closed] http://bugs.debian.org/27621203:40
artfwoit also mentions debian using 64-bit sparc kernel03:41
persia_artfwo: That's the design issue.  There's an 8-byte variable, for which the lower 32-bits is used for the value, and the upper 32-bits is used for a pointer to something else.  This fails for word sizes != 32-bits.03:41
artfwopersia_: yes, I'm aware of that03:42
persia_artfwo: Right.  I'm saying 290339 is fixable, but 276212 is very difficult.03:42
artfwothe upstream is working on fixing this, but there's no release yet03:42
artfwoanyway, could the REVU upload got rejected because of original source being included twice?03:44
persia_That's excellent news.  Last I read from upstream was that it didn't matter, and everyone should use 32-bit, but that was years ago.03:44
persia_artfwo: Included twice?  That's bad.  Which package was rejected?03:45
artfwosupercollider03:45
artfwohttp://revu.ubuntuwire.com/details.py?package=supercollider03:45
persia_That's there.  Look way down at the bottom of the page.03:45
artfwomy today's upload had the same .orig inside03:45
artfwothe last upload in REVU is dated may 2103:46
persia_Ah.  Hmm.  And the most recent upload was source-only?  Odd.03:46
* persia_ goes away for a while, lamenting the existence of clocks03:46
tbielawac ya later persia_03:49
artfwoIt looks like REVU finally accepted the package after excluding .orig from upload04:12
tbielawaweird04:12
tbielawaI thought i saw it saying something about .orig's causing rejection some where04:12
artfwowell, it seems to be a problem for reviewers - the source did not get unpackaged for this upload04:13
tbielawabibus source: build-depends-without-arch-dep python04:14
tbielawaI have no idea how to begin dealing with that lintial error04:14
artfwoafaik, build-depends should not include python04:15
tbielawaoh! good to know04:16
RAOFIf it needs python to build, it should be in a build-dep :)04:16
artfwopython-distutils or something like that should go to build-depends, I though04:16
RAOFOn the other hand, you're probably running into build depends vs build depends indep issues.04:16
tbielawaRAOF: I do not understand the different yet04:17
RAOFIf you're producing an arch independent (arch all) package (ie: a pure python module/program), lintian will complain if you have unnecesary stuff in build-depends.04:17
tbielawathat is what this is04:17
tbielawaarch indipendent04:17
RAOFtbielawa: Basically, build-depends-indep should contain everything needed to build the arch-independent part (ie: everything).04:18
tbielawai had python and python-central04:18
RAOFWith the important proviso that anything necessary to run the clean: rule _must_ be in build-depends.04:18
artfwopython-support (>= 0.3) should be enough for most packages04:18
tbielawaRAOF: that message from lintian makes more sense now, thanks a lot04:18
tbielawaartfwo: in build-dep or build-dep-indep?04:19
artfwoI've used it for Build-Dep04:19
artfwodoes PPA build for intrepid yet?04:19
RAOFtbielawa: that depends.  Does the clean: target fail if you don't have python? :)  (Chances are that it does, but I'd need to know what your clean: target runs first.)04:19
tbielawagood question04:20
tbielawa<3 pbuilder04:21
RAOFThat should be easy enough to see without pbuilder, but I suppose it's a fallback.04:22
artfwoOkay, may I ask kind reviewers to look at http://revu.ubuntuwire.com/details.py?package=supercollider and http://revu.ubuntuwire.com/details.py?package=supercollider-gedit ? Thanks.04:24
StevenKHmm. Doesn't Bind 9 ship with the zone parser?04:24
StevenKAh yes. named-checkzone04:25
tbielawacan anyone with REVU access sync my new keys from launchpad please (lp.net/~tbielawa)04:25
ajmitchtbielawa: how long ago did you update your keys?04:25
ajmitchconsidering that I resynced the keyring an hour or so ago04:26
tbielawadays ago04:26
tbielawaI guess then that trying to ssh to the revu server is supposed to fail outright?04:27
ajmitchyes04:27
RAOFtbielawa: You're not meant to be able to ssh to the revu server unless you're a revu admin (or possibly a motu, I'm not sure).04:27
tbielawasilly me04:28
ajmitchsince it's only your gpg key that it's grabbing04:28
ajmitchand the gpg key is just used for verifying uploads, and for the password for the revu interface04:29
persia_RAOF: I believe it's REVU Admins + REVU Hackers + UWSA, but I may be mistaken.04:29
tbielawaI believe its working....04:29
tbielawaUploading to revu (via ftp to revu.tauware.de):04:29
* ajmitch thinks there's a fair bit of overlap between those teams04:29
tbielawatime to call it quits for tonight. thanks for your help everyone04:30
Amaranthdownside to meeting people in person04:41
Amaranthpersia is assigning me directly to compiz bugs now :P04:41
bddebianhaha04:41
persia_I'd do that anyway, if you set it in-progress and didn't assign it, and someone told me.  You can always reassign, or better explain how to came to be "In Progress"...04:42
AmaranthI was using In Progress as "is fixed upstream, will be fixed when we update"04:43
AmaranthAlthough that bug actually ended up not being fixed04:43
* persia_ wants "Fix Available" back04:43
AmaranthI think it might be a bug in gnome-screensaver, honestly04:44
AmaranthI should try xscreensaver and kscreensaver04:44
bddebianpersia_: Oh, bye the way, any particular reason you worked on libjsw in Ubuntu but didn't do anything in Debian?  Though now that I ask that, libjsw isn't a games team package is it?04:44
persia_Could be.  I just noticed the assigned package, and the identity of the person setting "In Progress", and thought I'd assign it.04:44
Amaranthoh well, now it's on my todo list :P04:44
Amaranthneed to get it fixed somehow anyway04:45
persia_bddebian: It's not games team.  There was some discussion about it on the mailing list several months ago (maybe even a year), but the general agreement was that it was better not to use libjsw.04:45
Amaranthor off the list of compiz bugs :)04:45
persia_Amaranth: If you're feeling extra LP-cool, link to the upstream bug, set the upstream bug as committed (or whatever), and set the Ubuntu bug as Confirmed.  This will push it into the fixed upstream list, and then into really-fix-it (I think).04:46
Amaranthheh, it's not actually fixed upstream04:46
ajmitchjust sort of maybe fixed upstream?04:47
Amaranthwe thought it would be, needed those people to test and i doubt any of them can manage to build compiz04:47
persia_bddebian: http://lists.debian.org/debian-devel-games/2008/01/msg00247.html04:48
persia_I believe that had all the Ubuntu changes merged, at the time of review.04:48
persia_bddebian: Reviewing that, it appears you are the person who convinced me not to pull libjsw into the games team :p04:49
bddebianOh yeah, I even replied to that one.. heh04:53
bddebianI was complaining about search and rescue being an unmaintained POS04:54
persia_bddebian: Right, and as that's the only intentional user of libjsw (oxine can do better: it has an upstream), someone ought either fix or remove searchandrescue, and then we can drop libjsw.04:55
* persia_ likes the S&R engine, but has never been able to complete a mission04:55
* ajmitch has never used that 'application'04:56
ajmitchmore things to waste my time cannot be good04:57
bddebianWeird, I don't see libjsw as a build-dep or dep of oxine04:57
persia_ajmitch: Consider it an opportunity to improve hand/eye coordination.04:57
persia_bddebian: Right.  That got fixed.  it's only S&R that needs to be ripped to shreds.  There's only three or four calls, so porting to SDL ought be fairly easy.04:58
persia_bddebian: I haven't looked recently, but I suspect http://lists.debian.org/debian-devel-games/2008/01/msg00254.html is still accurate, given how much attention is given to S&R maintenance.04:59
bddebianHmm, I'm not sure I would know where to start with that one04:59
persia_I'd start with the menu.  Once that works, you can fiddle with gctl.c05:00
bddebianNot that anyone looks at the work I do already.. ;-P05:01
persia_bddebian: Right.  Make me a list of 10 things to look at over the weekend, and I'll look at them, just to disprove your point.05:02
bddebianhah05:03
bddebianYou don't help me much when you can't upload to Debian. ;-P05:03
persia_bddebian: Well then.  Don't complain :p05:03
bddebianI was talking about Games Team folks atm :)05:03
bddebianHave you ever tried AstroMenace?05:04
* persia_ refrains from learning about the existence of more games, in hopes of doing something.05:04
bddebianheh05:04
LucidFoxHmm.05:39
LucidFoxIt looks like GTK applications written in interpreted languages, like Perl, Python and Java, are the ones most likely to completely disregard the HIG.05:39
persia_LucidFox: Is there perhaps also a relation to things in GNOME upstream?05:45
dholbachgood morning06:11
ajmitchgreetings, dholbach06:12
dholbachhi ajmitch06:13
nixternaloi oi06:15
nixternalmornin' dholbach06:15
dholbachhiya nixternal :)06:16
nixternalso, did you enjoy uds?06:17
dholbachabsolutely :-)06:17
nixternalI promise to be at the next one!06:17
nixternal6 more months!!! :)06:17
dholbachonce I triaged my inbox I'll probably write a lenghty blog post :)06:17
nixternalheh, my inbox is nuts...I have about 100 doc patches for KDE 4.trunk06:18
nixternalI was sick all weekend, so I didn't get a chance to upload them to svn yet06:18
dholbachWOW06:18
nixternaland to top it off, my trunk build box has something funky with my radeon 950006:19
dholbachhope you're going to be better soon again06:19
nixternalconstantly locking up06:19
nixternalya, I am better right now, tomorrow I should be golden06:19
dholbachROCK06:19
nixternalI have been pretty sick since like thursday06:19
dholbachthe last night was awesome - we rented a club and had the first ever "Ubuntu Allstars" where an Ubuntu band played and james_w and I played some drum'n'bass afterwards06:20
dholbachI immensely enjoyed that06:20
nixternalrock on...I watched the one video of the allstars06:20
nixternaltried to get jono and jorge rock out last month in detroit, but that didn't prove successful06:20
pwnguinheh, see, open source programming is just like being a rock star06:20
dholbachit was big fun - TheMuso_ was brilliant on the keyboard and the drums06:21
Hobbseehey all06:22
=== ^Gonzo^ is now known as [PUPPETS]Gonzo
ajmitchHobbsee!06:22
dholbachhe played "Light my Fire" together with sabdfl :)06:22
dholbachhi Hobbsee06:22
warp10Good morning06:43
* persia_ seeks volunteers with some familiarity with packaging who are looking for something to do.08:25
artfwoi'm currently available08:26
persia_artfwo: We've a number of packages that are Ubuntu-local, in that they don't have an assigned Debian maintainer.08:27
persia_80 of these are known to be out of sync with upstream, and need an update for intrepid.08:27
persia_The list of these packages can be found from http://qa.ubuntuwire.com/uehs/no_updated.html08:28
persia_For each package, it needs a quick update to the new upstream, a review of outstanding LP bugs to close what can be closed, often a policy update to make it lintian clean, and some testing.08:28
persia_In many cases, the new upstream (with fixes) will be better than what we have now, and it ought be in intrepid.08:29
artfwohow do I propose an update for such a package? LP bug with debdiff?08:29
persia_artfwo: Create an Update bug, and attach the diff.gz for the new package.  If you can't get the right upstream directly from the watch file, make sure debian/rules get-orig-source will do the right thing.08:30
artfwowhat if there's no get-orig-source?08:30
RAOFPatches welcome? :)08:31
persia_artfwo: It can be added :)08:31
RAOFpersia_: How many of them _should_ be Ubuntu local?  I'm on a bit of a push to Debian phase.  Is there anything interesting there?08:31
persia_Note that some of these are false positives.  For example, libfile-flock-perl appears to be a bug in the watch file, rather than there actually being a new upstream.08:31
dholbachhi persia_08:32
pwnguinRAOF: ffmpegthumbnailer?08:32
artfwoit's a surprise for me, that get-orig-source is actually used08:32
persia_RAOF: I'm not actually sure.  I'm guessing about half are QA-maintained in Debian: might be worth chasing those if you're on a DCT-push.08:32
RAOFartfwo: It's easy enough to implement a crappy get-orig-source using the watch file, if available.  It's also possible to implement a good g-o-s with the watch file, but I've forgotten how ;)08:33
persia_To make a good one, you have to mess with options.  I'll see if I can find a reference...08:33
artfwoRAOF: but is it okay to use uscan from debian/rules?08:34
RAOFWhy not?08:34
persia_artfwo: Yes.08:34
artfwothe options are in man uscan afaik, btw08:35
RAOFYeah, but you need to do special things to ensure that you can call get-orig-source from an arbitrary directory.08:35
artfwobut what is better for debian/rules? uscan or wget/svn export, etc.?08:36
RAOFDepends.  uscan isn't going to work anytime you need svn export.  And wget is probably duplication work performed by the watchfile, anyway.08:37
persia_artfwo: http://lists.debian.org/debian-devel-games/2008/02/msg00135.html is likely the best example I've written (although for a more complex case).  It might need a bit of editing.08:38
persia_artfwo: Use uscan when you can, wget when you can't, and $(VCS) export only when you must.08:39
persia_Note that for "can't", it needs to be an upstream that does not support a watch file, not just a missing watch file.  uscan will work in all cases from that URL.08:39
RAOFpersia_: Awesome.  I've been looking for that on and off for a while.08:40
persia_RAOF: Which: the rules for uscan/wget/$(VCS) export, or how to hack mediatomb?08:40
persia_Anyway, it's worth reviewing the entire thread, as I believe someone found a bug in my initial hack.08:40
artfwopersia_: what about the changelog entries for your list?08:41
persia_artfwo: You'll likely want " * New Upstream Version (LP: #nnnnnn)" at the top.  If upstream closed some bugs or had interesting changes, list these underneath with ("  + Allow user to frab quux (LP: #nnnnnn)".  Also mention any other bugs you close, or packaging changes.08:43
artfwookay, thanks!08:43
RAOFpersia_: How to get the right directory from Make, basically.  $(dir $(_)) seems to do it.08:44
persia_RAOF: Yeah.  $(dir $(_)) is raw sneakiness.  Took me days to find it.08:45
RAOFWe should put that on a wiki somewhere.08:45
artfwopersia_: lv2core from the list is already in revu: http://revu.tauware.de/details.py?package=lv2core08:46
RAOFSome of those _must_ be in Debian.  swfdec certainly is.08:47
persia_artfwo: It doesn't belong in REVU, where it will be ignored.  Anyway, maybe look at the next one.08:47
persia_RAOF: If they are in Debian, they are orphaned.08:47
RAOFHm.  So, my Sid system doesn't have swfdec0.5; it does however have an apparently non-orphaned swfdec-mozilla and a libswfdec-0.6-9008:48
artfwopersia_: why it will be ignored in REVU? isn't REVU a place for actually reviewing and accepting packages?08:48
persia_RAOF: https://wiki.ubuntu.com/PackagingGuide/Examples/ChangingTheOrigTarball might be a good candidate.08:48
persia_artfwo: NEW packages, yes.  Updates, no.08:48
RAOFI suspect that swfdec0.5 is an obsolete package that should be replaced by/merged with the debian one.08:49
persia_RAOF: Likely.  Given autosync, it might just need a removal request.08:49
RAOFHeh; yup.  Hardy has the 0.60 swfdec packages.  swfdec0.5 can probably die, then.08:50
artfwopersia_: but then the only acceptable way for a contributor to update a package is a debdiff in LP?08:51
persia_artfwo: either a debdiff or a diff.gz, yes.08:51
persia_artfwo: The benefit is that you only need one approval for something in LP, as opposed to three (two MOTU + Archive Admin) from REVU, so this is really easier, although sometimes confusing.08:52
artfwoaha, I see08:52
persia_(well, sometimes you need dev+archive admin, if you have new binary packages, but it's still easier)08:53
RAOFzope2.9 may also be a candidate for removal08:54
persia_RAOF: If you're considering removals, you may find the other UEHS lists just as interesting.  While they aren't as easy for someone to just update, they still have lists of Ubuntu-local stuff.08:55
RAOFOr maybe not.  We seem to have a whole lot more zope packages that Debian, and many of them depend on 2.908:56
persia_Maybe we need to organise a transition?  I seem to remember something about there being a combined Debian/Ubuntu Zope team.08:56
RAOFMayhap.08:58
RAOFI'm not particularly interested in zope, I just know that others are and was hence surprised that it's on the list.-08:59
persia_Any Zope people around?  Maybe from the antipodes?08:59
* persia_ expects it's too late that far east anyway09:00
* RAOF is just about to head home and make delicious con carne.09:00
persia_RAOF: I was thinking even further east than you, but interest may have waned over time09:01
* RAOF wasn't aware there _was_ further east than me :P09:03
persia_RAOF: Aren't you only in UTC+10?09:03
RAOFWell, yeah.09:03
persia_RAOF: Well, the world goes UTC+13 through UTC-14, so there's heaps east of you (although not as much as is west of you).09:04
persia_I think there are at least 5 significant polities east, but would have to check a map to be sure.09:04
RAOFBut only the southern hemisphere counts, so that leaves just NZ and some tiny islands :P09:04
persia_True.  Northern Hemisphere doesn't really have anything between UTC+10 and UTC-11.  Not even islands.09:05
persia_(I think in one place, UTC+10 and UTC-11 are about 20km apart)09:05
RAOFThere's the far eastern edge of Russia, I think, and ...?09:06
persia_far western edge of Alaska09:06
RAOFOh, at -11, yeah.09:06
RAOFAnyway, I'm off to make good on my threat of con carne.09:09
artfwoStrange, I have tried to produce a debdiff between hardy lv2 and LV2 from REVU, but it also shows differences between the orig tarballs.09:16
persia_artfwo: debdiff isn't really the best tool to do that.  You'll want to attach your diff.gz for review.09:23
persia_artfwo: If you want to see your changes, use interdiff on the diff.gz files.  I think it's something like interdiff -z -p1 foo_x.y-0ubuntu1.diff.gz foo_x.z-0ubuntu1.diff.gz, but man interdiff to be sure.09:24
* persia_ really ought update that documentation soon09:24
persia_artfwo: Also, if you're interested in LV2 beyond just updating it, there's tons of modules that still need packaging.09:26
artfwopersia_: yes, I'm going to try packaging the plugins in my spare time, cause I wanna switch to LV2 soon :)09:28
persia_artfwo: Excellent.  I'm looking forward to that, as there's a few neat things that LV2 does so much better.  Getting a nice suite of tools available for intrepid is one of my private goals.09:29
artfwothey say interdiff is deprecated here: http://irclogs.ubuntu.com/2008/03/07/%23ubuntu-motu.txt09:30
persia_artfwo: interdiff is deprecated for attachment to a bug.  It's still a useful tool.09:30
artfwohow do I name the interdiff output file?09:32
artfwolv2core_2.0-0ubuntu1.diff.gz is already taken by the .diff.gz09:32
persia_artfwo: I use .interdiff, but I recommend just piping into less for your personal review, rather than making a file.09:32
artfwoi am browsing it with less right now :)09:33
artfwojust want to name the bug attachment in a standard way09:33
persia_artfwo: Found it.  https://wiki.ubuntu.com/MOTU/Meetings/2008-02-01 talks about the switch from interdiff as a bug attachment to diff.gz as a bug attachment.09:33
persia_artfwo: Attach the new diff.gz to the bug, not the interdiff.09:33
slytherinpersia_: Back from UDS?09:34
persia_Interdiff can help you understand what you changed, and help the reviewer understand what you changed, but is a waste of storage, and confusing when attached directly.09:34
persia_slytherin: UDS is over.09:34
slytherinpersia_: I know. I was wondering if you are back home or still in Prague09:34
persia_slytherin: I'm back.09:35
slytherin:_)09:35
slytherin:-)09:35
artfwopersia_: latest version for gnochm from UEHS is also already available in debian09:42
persia_artfwo: In that case, a sync/merge would be ideal.  That tool only checks watch files: it doesn't tell you how to get the new version.09:43
artfwobut how is sync performed? I though it requires to be a motu to do these things...09:44
slytherinartfwo: you verify if a sync is sufficient and then file a bug. Once it is ack'ed by a MOTU an archive admin will do that.09:45
persia_artfwo: It requires MOTU approval, but anyone can request a sync.  If you aren't MOTU, just subscribe the sponsorsr.09:45
slytherinartfwo: It will be great if you can verify that the package actually builds in intrepid chroot.09:45
artfwocould you give some sync request examples in LP?09:45
persia_artfwo: https://bugs.launchpad.net/~ubuntu-archive/ has a few09:46
artfwothe gnochm package from debian builds alright, to whom would I subsribe a sync request - the motu or ubuntu-archive?09:51
persia_artfwo: neither.  You want to subscribe one of ubuntu-main-sponsors or ubuntu-universe-sponsors (depending on whether gnochm is in main).09:52
artfwobut why the requests show in /~ubuntu-archive?09:53
artfwoah, the sponsor subscribes after verification09:53
persia_artfwo: Exactly.  I pointed at the archive list because there are typically between 10 and 200 pending requests there.09:55
slytherinpersia_: Now that you are back may I again bug you about review? geser did a review and I have fixed the problems he specified. http://revu.ubuntuwire.com/details.py?package=xml-commons-external09:58
persia_slytherin: Not now, but I'll take a look in a few hours (assuming I can catch up with my backlist of outstanding promises)09:59
slytherinpersia_: Ok. I understand you must be having huge backlog. :-)09:59
pochuhi *10:05
emgentheya pochu :)10:05
pochuhey emgent :)10:06
foolanohi ppl10:26
foolanoif there's an open bug in LP  for a given package, and upstream fixes it. Should the the bug status change to "fix committed"?10:27
wgrantfoolano: No. The upstream task should be Fix Released or Fix Committed, depending on how fixed it is upstream.10:28
wgrantSome people do abuse the Ubuntu task to show that state, however.10:28
* pochu throws https://bugs.edge.launchpad.net/~ubuntu-universe-sponsors/+subscribedbugs?field.searchtext=merge to the channel10:32
foolanowgrant: so the bug status will never change to fix committed or fix released until a new package is uploaded, whether upstream has released a fix or not?10:35
wgrantfoolano: Why would the Ubuntu status change unless the status in Ubuntu had changed?10:39
foolanowgrant: i was wondering if there was any relationship between upstream changes on the bug and the actual bug in ubuntu10:41
wgrantfoolano: No. The Ubuntu task reflects the status in Ubuntu, and that's all.10:42
foolanook, got it10:42
LucidFoxWhen merging a package from Debian, is it necessary to preserve old Ubuntu changelog entries if old Ubuntu changes have been merged but new ones are needed?10:43
wgrantLucidFox: In general, yes.10:45
sebnerhuhu mok0 :)10:45
LucidFoxok10:45
mok0sebner!!!!!10:46
sebnermok0: ???????????10:46
mok0sebner: that was an outcry of enthusiasm!10:46
sebnermok0: ah. ok ^^10:47
slytherinfoolano: you can add a watch for upstream bug, if there is any. Check 'Also Affects ..."11:02
foolanoslytherin: alright, thanks :)11:04
Laneydholbach: ping11:08
Le-Chuck_ITAHi all. I have a package in my ppa whose version has a "+ppaname1" appended to avoid being superceded by ubuntu updates11:25
Le-Chuck_ITAnow I want to revert to ubuntu defaults for users of my ppa11:25
Le-Chuck_ITAso I would like every user to get back to the ubuntu version (possibly upgrading the package with a dummy package?)11:25
Le-Chuck_ITAI don't know how to do that :)11:26
BugMaNLe-Chuck_ITA: via synaptic you may force version of a package11:26
stdineasiest way is to get the ubuntu version (remove the deb-src for your ppa and apt-get source <package>", then increment the version to be higher than yours11:27
stdinother than that, the only way is to get the users to manually do it11:27
Le-Chuck_ITAstdin but if I do that, how can I be sure that they'll get next ubuntu update?11:28
Le-Chuck_ITAI did this right now but I had to append +ppaname2 to supercede mine11:28
Le-Chuck_ITAso when -ubuntu2 will be out, it will not be higher than mine11:29
stdinwhat's the version you have for your package?11:29
Le-Chuck_ITAubuntu1+ppaname211:29
stdinubuntu1+ppaname1 ?11:29
stdinoh11:29
stdinwell, ubuntu1+ppaname2 is less than ubuntu211:30
LaneyGrr. This package builds in pbuilder but not using debuild -B11:30
Le-Chuck_ITAhmmm.  And suppose I wish to overwrite *every* ubuntu update in the future11:31
Le-Chuck_ITAhow would I name my package then?11:31
Le-Chuck_ITAand how would I cancel should I decide to abandon the package?11:32
Le-Chuck_ITAmaybe it's still not possible?11:32
Le-Chuck_ITAThe idea is to be able to maintain a bugfix to a package until ubuntu adds it, then remove it from the ppa11:32
Le-Chuck_ITAso I can't allow ubuntu updates until ubuntu fixes the bug, and, since then, my version should no longer be used11:33
stdinjust keep a higher version in your repo, I usually increment the ubuntu release and append ~ppaname1 to my package11:33
stdinthe safest way for the users is to update your version whenever ubuntu updates theirs11:34
Le-Chuck_ITAstdin: but in the lag when I still didn't notice there's a new ubuntu version out, users will get a version without the fix or am I missing the point?11:34
man-diLe-Chuck_ITA: maybe you can add a special package. Each of your maintained packages depends on it and it Conflicts will all versions of packages you dont maintain/need anymore11:35
stdinLe-Chuck_ITA: yeah, but there's no way (from a packaging point of view) to say "use this repo for this package and ignore others"11:35
stdinuses can set up apt pinning to do it on their end, but can't be done on the packaging side11:36
wgrantLe-Chuck_ITA: Why not get the bug fixed in Ubuntu?"11:36
Le-Chuck_ITAwgrant: sometimes it just takes time11:36
Le-Chuck_ITAand I want to provide a bugfix in the meantime11:37
Le-Chuck_ITAwithout becoming a developer11:37
Le-Chuck_ITAwgrant: some other times there's no agreement with developers11:37
wgrantLe-Chuck_ITA: You can get a patch sponsored...11:37
wgrantPPA is *not* a workaround for slow bugfixing on the Ubuntu side.11:37
Le-Chuck_ITAwgrant:11:38
stdinPPAs can be a tool though, upload a patch to the bug and call for testers for the PPA11:38
Le-Chuck_ITAwgrant: on one side there's testing as stdin says, on the other hand, I often can fix a bug in 20 minutes (maybe because other people already posted a patch somewhere else), but then it takes ages to convince developers to look at it. Since I have very few time, I am happy to contribute a fix in my spare time, but can't afford the rest :(11:39
Le-Chuck_ITAso I have decided to upload things on a ppa and on the bug report11:40
wgrantLe-Chuck_ITA: File bug. Attach debdiff. Subscribe ubuntu-universe-sponsors. Wait a day or two. ???. Profit.11:40
slytherinwgrant: +111:40
slytherinIn fact profit for everybody.11:41
wgrantYep.11:41
Hobbseeu-u-s is known slow, though11:41
Le-Chuck_ITAwgrant: I still have to follow every detail11:41
wgrantLe-Chuck_ITA: What do you mean?11:41
wgrantHobbsee: At times, true.11:41
Le-Chuck_ITAthe upload may be good for testing but not completely respect ubuntu policy11:41
wgrantIt's not good for testing, then.11:41
wgrantYou shouldn't be distributing known-bad packages to innocent users.11:42
Le-Chuck_ITAwell: suppose I didn't understand the versioning policy correctly, which in fact I didn't11:42
Le-Chuck_ITAI am still able to upload a fix for the bug11:42
wgrantThen you take approximately 30 seconds to learn the versioning policy, once off, and save lots of time, and make everybody happy.11:43
=== Ng_ is now known as Ng
Le-Chuck_ITAwgrant: I perfectly understand your point but it is easier to provide a small fix than to learn all the ubuntu policies11:43
Le-Chuck_ITAand if I can't do more, I can still attach the patch to a bug11:43
Le-Chuck_ITAbut it's different than following the entire official upload process11:44
wgrantWhat Ubuntu policies do you need to know?11:44
Le-Chuck_ITAthe latter is much more time consuming11:44
Le-Chuck_ITAeach time I discover something new :)11:44
wgrantYou should be following all processes if you upload to your PPA, too.11:44
Le-Chuck_ITAand forget the old ones!11:44
wgrantPolicies are there for a reason, not just to annoy people.11:44
Le-Chuck_ITAwgrant: for lyx I did all the steps11:44
Le-Chuck_ITAyou may remember this11:44
Le-Chuck_ITAbut for xournal I didn't have the time, one year later11:44
Le-Chuck_ITAto do that again11:44
Le-Chuck_ITAThen, I uploaded new upstream release to a ppa11:45
wgrantWhy does it take more than a couple of minutes more?11:45
LaneyHow do I install the build-deps for a source package?11:46
wgrantLaney: sudo apt-get build-dep somepackage11:46
Laneywgrant: That'll get them for the version in the repos11:46
Le-Chuck_ITAwgrant: how do I subscribe ubuntu-universe-sponsors?11:46
Le-Chuck_ITAI will do that for xournal11:46
wgrantLe-Chuck_ITA: Click `Subscribe someone else'.11:46
wgrantAnd enter ubuntu-universe-sponsors.11:46
wgrantLaney: Use pbuilder or sbuild or similar, as that's how you should be building things.11:47
Le-Chuck_ITAok I will try and see if I am able to be a proper bug fixer in universe :)11:47
wgrantLe-Chuck_ITA: That would be great. We need as much manpower as we can get!11:47
Laneywgrant: Ah, this is my problem. The package was building fine in pbuilder but not with debuild. So I want to test my new build-deps11:47
wgrantLaney: Install them manually, I guess.11:47
Laneybah11:47
Le-Chuck_ITAwgrant: still, the problem of properly maintaining a forked package for a limited amount of time and then switch my users back to ubuntu if I don't want to maintain the patch anymore exists11:48
wgrantLe-Chuck_ITA: Pinning is the only way to do that safely.11:48
Le-Chuck_ITAwgrant: should I add a repository package with pinning to my ppa?11:49
Le-Chuck_ITAthis is indeed possible11:49
wgrantLe-Chuck_ITA: I don't know. I don't deal in such evils.11:49
Le-Chuck_ITAwgrant: forks are never evil :)11:50
=== stgraber1 is now known as stgraber
Le-Chuck_ITAcause: if a fork is wrong, it will die and rest in peace, if it is good, it will influence the original project11:50
Le-Chuck_ITAubuntu is a fork after all11:50
Le-Chuck_ITAproperly maintained11:50
Le-Chuck_ITAwgrant: still, I think there is a very good reason to provide both a ppa and a request for sponsorship: my new xournal release will go (if everything is fine which I doubt) into intrepid. Instead, I provide a package for hardy.11:56
wgrantLe-Chuck_ITA: And Hardy versions won't increase.12:00
Le-Chuck_ITA?12:00
Le-Chuck_ITAI think it is difficult to get a new upstream release in hardy12:00
Le-Chuck_ITAor am I wrong?12:01
wgrantYou are correct.12:01
wgrantThat was my point.12:01
wgrantHardy versions won't increase, so you don't need a kludge to keep your version above it.12:01
Le-Chuck_ITAwhile you think that a proper backport would be easily accepted into hardy and there's no need to maintain it separately12:02
Le-Chuck_ITA(I mean a backport of specific fixes)12:03
wgrantRight, so properly backport it.12:04
Le-Chuck_ITAwgrant: in fact the most important case I can think of where I would still have this need (assuming that I can do proper sponsorship requests) is a case of disagreement with the ubuntu-developer12:05
Le-Chuck_ITAhowever I am waiting uds and next release of hardy before drawing conclusions12:06
wgrantNext release of Hardy?12:06
Le-Chuck_ITAI mean the .1 release of june, 03 :)12:08
wgrantAh. There's nothing at all special about that.12:09
Le-Chuck_ITAwgrant: there has a meeting (UDS?) recently12:11
Le-Chuck_ITAthe issue *should* have been discussed there12:11
wgrantWhat issue?12:11
wgrantI don't seen an issue.12:11
Le-Chuck_ITAthe tablet input12:11
wgrantAh.12:12
Le-Chuck_ITATablet by default was disabled for *very good reasons* but without any discussion by the person who has stopped replying to any comments of mine on launchpad. There is a possibility of fixing input ONLY for tablet pcs, not for all tablets. I was a bit rude on the ubuntu-devel mailing list (you probably know). However the result is that nobody cared about the issue any further and the developer stopped replying *any* of my commen12:13
Le-Chuck_ITAI see that everybody will agree, it is completely my fault. However I still think is very bad respect of the policy to disable an important feature without any discussion.12:15
Le-Chuck_ITAand this does not actually belong to MOTU12:15
Le-Chuck_ITAhowever, this and many other problems in main led me to the conclusion that I can only be outside or inside the devel team.12:16
Le-Chuck_ITAthere is no half way12:16
dholbachLaney: pong12:19
Laneydholbach: I was going to ask you about that ygraph sync that failed to build, but I've got it now.12:20
LaneyWeird that it worked in pbuilder but not with debuild :(12:20
dholbachLaney: I built it with debuild, because I installed pkgstriptranslations locally12:21
LaneyIt looks like the build-dep on docbook was pulled in with pbuilder but not with debuild12:21
Laneydholbach: Also, I uploaded a patch to that 5-a-day bug if you want to use it12:22
norsettodholbach!12:22
dholbachheya norsetto12:23
dholbachLaney: I got the mail - I need to triage my inbox some more, then will get back to it - thanks for your work on it12:23
LaneyOK, no probs :)12:23
dholbachTreenaks' memories of UDS: http://foodfight.org/zut/holbach-dance.gif12:23
* Laney uploads the merge for ygraph12:23
persiadholbach: Your hands are too close together to make that believable.12:25
dholbachwhen I read the URL I thought "oh no, this must be a crazy video of friday night" but luckily it wasnt :)12:25
Laneydholbach: Uploaded the merge, thanks for your review12:29
persialionel: Rhonda (of Debian fame) has prepared an update for pgadmin3 for sync from experimental, if you have time to review.12:29
norsettopersia: hi there, glad tyou are back, and glad to have met you "in person"12:30
dholbachLaney: no problem12:30
persianorsetto: Yes indeed.  Good to attach the face, the voice, and the nick :)12:30
lionelpersia: yes, I can review. Is it in the UUS queue ?12:30
norsettodhlbach: hehe, you had your mixing table hidden in your laptop then12:31
dholbach... and have a few beer together12:31
dholbach:)12:31
persialionel: Nope.  Still in incoming, but http://rhonda.deb.at/debian/pgadmin3/ has a snapshot.12:31
lionelOk12:31
lionelthanks12:31
persialionel: Thanks for watching it :)12:31
* persia should really build an intrepid chroot one of these days12:31
* norsetto -> lunch12:55
slytherinpersia: I have one ready if you care for about 70MB transfer. :-)12:56
persiaslytherin: -ECONTEXT12:56
slytherinpersia: intrepid chroot, base.tgz12:57
persiaslytherin: Ah.  No, my issue is mostly that I need to re-juggle my volumes to arrange space for the chroots that would be most convenient for me, rather than a lack of content.  Thanks though.12:58
slytherinoks12:58
slytherinpersia: But you can have the chroot created on any partition, right?12:59
persiaslytherin: Yes, but for my use case, it's best to have them in LVM, so as to be able to pull snapshots, etc.12:59
slytherinhmm13:00
=== Czessi_ is now known as Czessi
slytherinI have one question. Should we really keep adonthell in repositories? The game has seen no development for last almost 3 years13:08
StevenKI've heard people talking about a few command line wrappers that limit download and upload speeds, can anyone actually tell the name of one?13:08
StevenKNever mind, rsync does it internally13:09
* persia likes adonthell, although Waste's edge is getting buggy, and upstream is slow13:09
sebnerpersia: got my mail?13:15
persiasebner: Yes.  See above :)13:16
sebnerpersia: hmm, sorry?13:18
emgentuh?13:19
emgenthi Hemmet13:19
emgents/Hemmet/Emmet/13:19
* persia steals all the 'H' keys, and reserves them for more careful typists13:20
emgentlol13:22
slytherinnorsetto: Do you mind if I work on gnomeradio merge? At first look it seems like it will be a sync.13:22
emgentpersia: check your mailbox :)13:22
* persia discourages people from equating reading mail to responding to mail13:23
* emgent remember persia to trust gpg key 13:24
norsettoslytherin: I think I already requested a sync for that13:30
sebnerhuhu norsetto =)13:31
slytherinnorsetto: Yes, I checked that just after I asked you. :-)13:31
norsettohi sebner13:36
=== tb1 is now known as tbf
cheatrCould someone explain to me what a Fakesync is? I was unable to find much info on it in the wiki14:31
norsettocheatr: its a sync done by uploading a source package14:36
cheatrnorsetto: From the little info I found, I read that the .orig.tar.gz is modified. Is this true? If so, how do you figure out what changes were made to it/why they did a fakesync?14:37
norsettocheatr: the orig.tar.gz should not be modified, a fakesync is just a manual sync. It could be possible that you need to do that since the .orig.tar.gz in Debian is different from the one in Ubuntu14:38
norsettocheatr: if thats the case, an archive->archive sync is rejected, you need to check manually what are the changes and if acceptable do a manual sync14:39
Laneydholbach: When you ask me to not use "merge" in the changelog, do you mean that the entry should not mention it at all, or just that the additional change should be as a separate item?14:42
cheatrnorsetto: So are you saying I need to manually check the changes between the .orig.tar.gz from Debian and Ubuntu? Or just check the other changes (like the ones listed in the changelog)14:42
norsettocheatr: what is it you are actually doing?14:42
cheatrnorsetto: https://bugs.edge.launchpad.net/ubuntu/+source/sword/+bug/23458014:43
ubottuLaunchpad bug 234580 in sword "Please sync sword 1.5.9-8.1 (universe) from Debian unstable (main)" [Undecided,In progress]14:43
norsettocheatr: check with the previous uploader why a fakesync was needed, perhaps there is another reason than a difference in tarballs14:45
dholbachLaney: basically you "sync" the debian package, then add a new change to it - merging always contains "old changes" - it was just me nit-picking14:45
slytherinis it possible to have 2 binary packages built from same source package but with different jdk ex. one is built with gcj and has limited functionality and other with sun java but has full functionality.14:46
cheatrnorsetto: Ok, thanks for your help. I'll send the person who made the fakesync an email14:47
bddebianHeya gang14:47
Laneydholbach: Ah, OK then. How about this? http://pastebin.ubuntu.com/14784/14:48
dholbachLaney: that's fine - can you ask in #ubuntu-devel if somebody knows why you now might have to add a docbook build-depends? to me it's not exactly clear why that happens, but it shouldn't be necessary14:49
norsettocheatr: if it is a difference in tarballs, than we cannot sync, we need to do another fakesync, that is, your sponsor needs to manually upload a source package. You need to attach a debdiff with the relevant changes in changelog and control in that case14:49
LaneyYeah, I don't understand it either. I'll ask.14:49
norsettocheatr: also, check it yourself, download both tarballs and see if they differs14:50
cheatrnorsetto: Where can I get the other .orig.tar.gz? grab-merge.sh only downloads one .orig.tar.gz file14:50
norsettocheatr: you can wget it from the debian/ubuntu archives or use puc/pdo or even LP or the PTS14:51
cheatrnorsetto: Ok, I'll take a look at it now14:52
crimsunLaney: you shouldn't need to add docbook as an explicit b-d.  The necessary bits are pulled in via docbook-dsssl, which is an existing b-d.14:53
crimsun(the b-d chain being via docbook-utils)14:53
norsettobddebian: do you know what DPMT is?14:55
Laneycrimsun: -dsssl does get pulled in, but it still fails unless I add the build-dep for docbook.14:55
crimsunnorsetto: the python modules team?14:56
norsettocrimsun: ok, that should be it14:56
crimsunLaney: where does it fail?14:57
Laneycrimsun: dholbach's build log is here https://bugs.edge.launchpad.net/ubuntu/+source/ygraph/+bug/234457/comments/114:57
ubottuLaney: Error: Could not parse data returned by Launchpad: The read operation timed out14:58
norsettocan somebody kick ubottu in the cogs?14:58
cheatrnorsetto: Is there a way to do a diff of two .tar.gz files to see what changes were made?14:58
norsettocheatr: there should be some switch to use with diff, check man diff, otherwise just untar them and do a diff -Nurb, check also md5sums14:59
=== phoenix24_ is now known as phoenix24
* norsetto -> away15:02
Laneycrimsun: Any clue?15:18
LaneyAlso, does anyone know what a pipe means next to a particular package in apt-cache depends output?15:18
Laney|Depends: foo""15:18
mok0tar --compare15:18
LaneyOh, it means alternatives15:19
persiaslytherin: It's possible, but it's an annoying complex debian/rules15:20
persiaLaney: Alternate dependencies, which are slightly different from alternatives, but essentially.15:21
sebnerpersia: is japanese written language similar to chinese one?15:21
persiasebner: Not really.  Japanese and Chinese share some characters, and for those characters, the meaning is about the same, but the grammar is very different, and Japanese use sound-only characters for lots of things.15:22
persia(Note that some is between 1900 and 7000, depending on who you ask)15:23
sebnerpersia: ah ok. just asking because I got a chinese (spam?) mail with a picture of a card with chinese characters (at least I think so) and I'm looking for somebody translating for me =)15:24
persiasebner: I'm entirely the wrong person to translate anything.  Maybe loosely gloss stuff, but...15:24
sebnerpersia: nvm then. thx anyway15:24
pochunxvl: care to switch bug 233953 to a sync request, given the discussion in it?15:26
ubottuLaunchpad bug 233953 in kiwi "Please merge kiwi 1.9.21-1 from debian sid" [Undecided,Confirmed] https://launchpad.net/bugs/23395315:26
pochunxvl: nevermind, I've done it15:34
Laneydholbach: I think I figured it out. docbook-dsssl depends on (docbook | docbook-xml). At least on my system, docbook-xml was already installed and therefore docbook wasn't being pulled in. docbook is needed as the ygraph module is sgml not XML. pbuilder must be pulling in the first alternative, which just happens to be the correct one here.15:42
persiaLaney: This is one of many reasons it is best to use pbuilder and sbuild, rather than debuild.  Spread the gospel.15:43
Laneypersia: Yeah! I only did the test build with pbuilder, but when dholbach was reviewing he noticed the failure when doing his test with debuild15:43
* persia looks down upon deprecated build methods for package review, and encourages the installation of all packaging mangling packages in build-test chroots15:44
dholbachpersia: I wanted to see if it still builds with pkgstriptranslations15:45
dholbachbecause that was fixed in an earlier upload15:45
persiadholbach: Right.  Chroot.  Install pkgstriptranslations, pkgbinarymangler, and pkg-create-dbgsym :)15:46
dholbachpersia: KVM instance, install pkgstriptranslations. build :-p15:46
persiadholbach: I guess.  I'd hate to clean the kvm each time, or wait for boot.15:46
dholbach*shrug*15:47
* persia doesn't really see the use case for building without all three manglers for an Ubuntu upload.15:47
Laneypersia: I've never actually heard about these. Can you point me in the direction of some docs?15:48
persiaLaney: Not really.  You might look in /usr/share/doc/$(package) after installing them.  They are special build-manglers that run on the Ubuntu buildds.15:49
persiapkgstriptranslations integrates with the Ubuntu language packs, pkgbinarymangler does Maintainer and a couple other bits.  pkg-create-dbgsym wraps dh_strip to create the separate -dbgsym packages.15:50
Laneypersia: Right. Do I have to do anything special to build with them?15:50
persiaLaney: Install them in your build chroot (or KVM instance, or whatever).15:51
LaneyI think I can manage that ;)15:51
geserdholbach: don't forget to enable pkgstriptranslations inside your chroot else it does nothing (like pkg-create-dbgsym)16:09
persiageser: How?  pkg-create-dbgsym seems to work for me, and I don't remember enabling it.  What must be done?16:12
sorenNothing. pkg-create-dbgsym diverts dh_strip and does its thing.16:13
* persia is baffled by conflicting information, and wishes a nice summary to pass on to others16:14
LaneyI think you have to enable pkgstriptranslations, at least according to its man page.16:15
geserpersia: right, pkg-create-dbgsym doesn't need enabling but pkgstriptranslations (see /etc/pkgbinarymangler/striptranslations.conf)16:19
LaneyAh, good job I did try it with that, it still FTBFS with pkgstriptranslations on ;)16:19
persiaLaney: Excellent.  Now you have an issue to solve, rather than confusion :)16:20
slavikI have an archive that has to be extracted into / to be installed, what is the best way to make a deb out of such an archive?16:20
slavikit is the nvidia cg toolkit16:20
slaviknvm, found it in repo16:21
bersaceSeems like ubuntu does not build anymore ppc packages :(16:21
* bersace have to switch back to debian16:21
Hobbseebersace: it's on ports.ubuntu.com16:22
Hobbseehas been for a few releases.16:22
bersacethx16:23
persiageser: Sorry.  Lost sync.  Thanks :)16:29
ScottKWhat's the process for getting a wiki page deleted?16:39
ScottKIt's in h.u.c/community if that makes a difference.16:39
mathiazScottK: try to ask ubuntu-doc16:40
mathiazScottK: I think only the admins of a wiki can delete a wiki page16:41
mok0Anyone can delete a wiki page16:41
ScottKmok0: h.u.c has some restricted permissions.  I can't delete it.16:42
ScottKmathiaz: Thanks.16:42
mok0ScottK: Ah, that, you probably have to be a member of the doc team16:43
ScottKI'm guessing.  I'm going to follow mathiaz's suggestion and see.16:43
mok0yeah16:43
highvoltagehowdy.17:19
\shwho is Matvey Kozhev <sikon@ubuntu.com> on irc...17:29
LucidFox\sh> me17:30
\shLucidFox, why didn't you merge libpcre3 first? subtitleeditor is a sync17:30
LucidFoxlibpcre3 is in main17:30
\shLucidFox, so?17:31
LucidFoxI've reopened a merge request for it17:31
\shLucidFox, the problem is, with the libpcre3 merge we could have synced subtitleeditor..and you never asked me before ...17:31
LucidFoxThe libpcre3 versioning isn't even needed in Debian - it was temporarily there as a workaround for an ABI breakage, the Debian maintainer was supposed to remove it and indicated it in debian/changelog and for some reason didn't actually do it17:33
LucidFoxPerhaps we should ask Debian to actually remove the versioned dependency, and then sync17:33
\shthe other way would have been easier...but please ping me the next time you take a merge/sync package I already tested ;)17:35
LucidFox\sh> okay... I'm sorry17:36
\shLucidFox, no need to be sorry...17:36
slytheringeser: FYI ... I had uploaded the updated xml-commons-external to wrong host yesterday. I have uploaded it today to revu.17:38
Laneypochu: How did you build gnome-lokkit? I can't get it to FTBFS...17:48
pochuLaney: I used this debdiff, and then dpkg-buildpackage -us -uc in Hardy. http://emilio.pozuelo.org/~deb/gnome-lokkit_0.50.22-7.2.debian-ubuntu-changes.debdiff17:51
LaneyAh, I'd only tried it in pbuilder/intrepid VM.17:51
Laneypochu: I can't get it to FTBFS :(17:56
pochuLaney: with my debdiff?17:57
Laneypochu: Is it the same one I put on the bug?17:57
pochuLaney: nope17:57
LaneyI downloaded it from LP17:57
LaneyOh!17:57
pochuI said it in my comment17:57
LaneyI don't see it17:58
pochuYour debdiff has changes to config.guess, config.sub, Makefile...18:01
pochuI've removed them18:01
LaneyI just thought you were asking me to do that18:02
Laneypochu: You killed the change to Makefile.am which is necessary18:02
pochuLaney: you didn't mention it in debian/changelog :P18:02
LaneyI did18:03
Laney    - debian/gnome-lokkit.files, Makefile.am:18:03
Laney      + Install .desktop file to the correct location18:03
pochubah18:03
pochumy fault then18:03
pochuLaney: can you attach a good debdiff?18:04
Laneypochu: Killing the config changes and updating the maintainer?18:04
pochuyep18:04
LaneySure18:04
pochuand I'll upload18:04
LaneyIs just a debian-ubuntu diff OK?18:04
LaneyOr do you want both?18:04
pochudebian-ubuntu18:05
LaneyOK18:05
* Laney does it now18:05
Laneypochu: Done18:16
LaneyFYI, I asked in here and was told to leave those config changes in...18:19
LaneyBut never mind18:19
norsettoany motu-sru member around?18:20
norsettocome on, be brave, we know you are lurking ....18:20
siretartnorsetto: AFAIUI, the team needs reinforcments18:21
norsettosiretart:  AFAIUI, we need a team ;-)18:22
siretartcan someone please point me to the 'initial mail' that dholbach  is referring to in https://lists.ubuntu.com/archives/ubuntu-devel/2008-May/025388.html?18:22
siretartalternatively actually answering my question is okay as well18:22
siretart;)18:22
norsettosiretart: this: https://lists.ubuntu.com/archives/ubuntu-devel/2008-May/025383.html ?18:23
norsettosiretart: btw, it was good meeting you at UDS!18:23
siretartnorsetto: and it was great to meet you!18:25
siretartnorsetto: does that mail answer my question?18:27
norsettosiretar: I don't know, but its his first email18:28
siretartnorsetto: I mailed him in private for clarification now18:34
norsettosiretart: if you wrote that in German you cheated ;-)18:35
pochuLaney: ideally the package should clean the stuff it touches in the clean target18:38
pochuLaney: but it doesn't for the autoreconf changes18:38
pochuanyway, uploaded :)18:39
pochuthanks for the work18:39
norsettoHola pochu18:43
LaneyThanks pochu18:43
pochuhola norsetto :)18:44
* slytherin wonders why motu mailing list is receiving too many "why don't you update package x to latest version" mails.18:44
* pochu is tempted to reply 'why dont you do it yourself and submit a patch?' ;)18:45
* norsetto is glad that the ubuntu-motu m.l. is heavily spam-filtered by his ISP18:45
=== dpm_ is now known as dpm
slytherinpochu: I think there is a need to make it clear what is purpose of motu ml. Also people don't seem to understand update policies. They expect every new version to land in whatever ubuntu version they are using.18:46
siretartnorsetto: I did. why? ;)18:47
norsettoslytherin: since we are discussing this, can you guys please update foo-scit to version 2.1.0? I really need that in gutsy18:47
norsettosiretart: verboden! :-)18:48
siretart:-)18:48
slytherin:-D18:48
norsettoreally, I mean it, I'll just drink a beer while you do that, and if you don't I'll go back to windoze18:49
slytherinnorsetto: In any case you will get headache. :-P18:53
ScottKI particularly love the do X or I'll got back to windows posts.18:55
ScottKGo ahead and shoot yourself in the head, it's not my problem.  In Ubuntu I've promised to be nice, not care about users.18:56
norsettohey scottk, you ARE nice :-)18:57
ScottKI just don't respond well to threats.18:57
ScottKParticularly not ones like that.18:57
* norsetto hands over a budweiser to scottk18:58
ScottKnorsetto: I'm back in the US.  It's a very different experience here.  Imgine "not very good".18:59
* siretart hugs ScottK18:59
ScottKThanks.19:00
* norsetto everybody who is back from uds!19:00
siretarthow was your flight home?19:00
ScottKNo trouble at all.  I even got my bad despite going through Terminal 5 at Heathrow.19:01
ScottKbad/bag19:01
siretartScottK: whoooho! :)19:05
ScottKsiretart: Was there a gobby document on the documentation process discussion the cjwatson led the last day of UDS?19:05
siretartthere was, I saved a copy19:05
ScottKDo you recall the name?  I'm looking now and can't find it.19:06
* norsetto -> dinner19:06
siretartpolicy-and-standards19:06
siretartI managed to locate it in gobby19:07
ScottKThanks.19:07
=== fta_ is now known as fta
=== rzr is now known as rZr
ScottKhttps://lists.ubuntu.com/archives/ubuntu-devel/2008-May/025390.html for those interested in the recent developer/bugsquad flailing.20:51
\shScottK, http://www.sourcecode.de/content/phyton-world20:54
* ScottK heh's20:55
jpds\sh: Did he know he got it wrong? Or is it deliberate?20:56
\shhidden bugs?20:56
\shjpds, the orga of the fair did print them totally wrong20:56
\shbut it's a nice one actually...20:57
jpds\sh: hehe, and he has the right spelling right behind him...20:57
\sh"Phyton the world" (Curtesy ManOWar), "Don't talk about the Phyt Club"20:57
\shnow you know why launchpad is closed source...20:57
yannickDoes someone know how I can fix this: "dpkg-genchanges: not including original source code in upload"?20:59
jpdsyannick: use -S with debuild20:59
yannickjpds, I did20:59
jpdsyannick: erm, -sa then20:59
yannickjpds, -sa brings another error21:01
jpdsyannick: did you do debuild -S -sa? Pastebin the error at paste.ubuntu.com21:02
yannickjpds, I did debuild -sa, and it failed, now with debuild -S -sa it seems ok, thank you :)21:04
\shScottK, is this proposal agreeable by lp people?21:05
ScottK\sh: They were in the room and didn't scream.  Beyond that I'm not sure.21:06
jpdsyannick: you're welcome :)21:07
\shScottK, if it's ok for all parties involved...go21:07
ScottK\sh: Thanks.  We'll see what happens on the ML for a while.21:08
\shScottK, or LP Devs are adding some worktask module21:09
* RainCT doesn't really like it but he is just an insignificant dev and will shut up :P21:09
ScottKRainCT: Don't want you to shut up.21:09
sebnerScottK: courier? \o/21:10
\shRainCT, raise your voice and your critics...it's more important then you think21:10
ScottKRainCT: We're caught between triagers not knowing what to keep their hands off of and insistence that it's to hard for them to figure it out.21:10
ScottKsebner: Maybe tomorrow.21:10
sebnerScottK: I'm just curious if -3 will arrive earlier ^^21:10
ScottKRainCT: Please propose alternatives if you have them.  This idea is not perfect, but it's the best one I've heard so far.21:10
ScottKsebner: Probably not.  He's usually pretty slow about such things.21:11
sebnerScottK: well you konw -2 arrived not that slowly21:11
ScottKUsually when that happens something was really messed up.21:11
* ScottK is still trying to get back on the right time zone.21:11
RainCTHeh. Nah, if you're happy with it I won't object.. But I don't think it's a good idea to restrict access to bugs to developers (or people having joined a special group) only, and neither do I really see an use case for this (it shouldn't be that difficult to learn that bugs with "sync" or "merge" in the title shouldn't be touched.. or am I missing something?)21:12
sebnerScottK: ^^. no rush =) Just want to get this done *soon* =)21:12
\shRainCT, those reports are not bugs in the general meaning of "bug reports"21:12
\shRainCT, they are workflow reports...like "sync this", "merge that" , "do this"...21:13
ScottKRainCT: It's also removals, main inclusion reports, and others too.21:13
\shRainCT, and yes it's difficult for new triagers to determine the diff between "package X is broken" and "please sync..bla " wishlist bug21:14
\shRainCT, it's a layer 8 problem and sometimes for repeating violations a layer 9 bug21:14
pwnguinwhy file a bug for syncs?21:15
RainCT\sh: (answering to your first msg) yes, sure. call them what you want, but I think people should be able to see them - I guess this is going to give a lot of "please upgrade to new version" duplicates if syncs/merges are hidden21:15
pwnguinthe kernel team sends an emai21:15
pwnguinemail21:15
pwnguin"please pull blah"21:15
\shRainCT, people should be able to not assign randomly other people to bugs...but they do...21:16
\shRainCT, so we need to make somehow sure, that they won't get their hands on those things...21:16
RainCTpwnguin: because by mail it would become a mess.. with requests needing sponsors and everything.21:16
\shRainCT, or we find another system to deal with workflow things21:16
RainCTpwnguin: although if LP would implement a proper page for sync requests and that like that would be better, of course21:16
pwnguinindeed, it would be nice to seperate bugs from tasks21:17
ScottKpwnguin: That's the path to an archive admin doing the syncs.21:17
pwnguinScottK: email?21:17
pwnguinScottK: or seperating them from bugs?21:18
norsettowhat about un ubuntu-dev (or ubuntu-motu) project? To be used solely for all the motu stuff.21:18
ScottKpwnguin: We've got a process that's worked for a long time, I think disrupting it isn't a great plan.21:18
pwnguinScottK: i think unifying the hundred processes at some point might be a good idea21:18
ScottKnorsetto: It's not just MOTU.  It's all Ubuntu developers.21:19
\shit's sad that we have hundreds of processes :(21:19
norsettoscottk: ok, then ubuntu-dev, to be used solely for ubuntu devs stuff21:20
pwnguinits annoying to me to have to go out and learn whatever team process is being used when i want to file / triage / fix bugs =(21:20
pwnguin"oh well confirmed means we've accepted to fix it"21:20
ScottKpwnguin: Kernel team is AFAIK the only one with really different team policies.21:21
\shpwnguin, that's a problem being a) a user b) someone with knowledge and c) the guy with the power to fix21:21
ScottKnorsetto: One problem with a separate project is then merge bugs can't be closed by an upload.21:21
pwnguinScottK: doesn't Kubuntu have something different too?21:22
norsettoscottk: why not?21:22
\shpwnguin, while a) is a must, b) is not needed to be a bug triager and c) well, this really needs some nerves ;)21:22
ScottKnorsetto: Because it's not a bug in Ubuntu.21:22
ScottKpwnguin: Not radically different.  It does have a few differences due to upstream.21:22
* RainCT -> away (brb)21:23
ScottKnorsetto: Changelog can only close a bug that's open against that package in Ubuntu.21:23
norsettoscottk: oh, you mean the LP: #xxxxx tag ... hmmm, I thought that worked on bug numbers, and those are unique21:23
ScottKThe but has to be open against the distro/package or it doesn't work.21:23
ScottKbut/bug21:23
ScottKWhich is why needs-packaging bugs won't auto close.21:23
\shnorsetto, no....(LP: #xxxx) closes only bugs which are filed against packages in ubuntu...but not in e.g. baltix21:24
norsettowell, I 'm not familiar with the intricacies of LP but I would have thoguht that a package is a package21:24
\shnorsetto, that's why you see the whole crap of baltix bugs, which are already fixed/invalid in ubuntu21:25
\shnorsetto, no a package can be in ubuntu, baltix, nexenta21:25
ScottKnorsetto: Think about the case where a bug affects multiple packages.  Closes in changelog needs to just mark the right package fixed.21:25
\shand you file reports against distro+package not only package21:26
pwnguinsince each repackaging can introduce bugs21:26
pwnguinits the same reason we dont just file everything upstream or to debian ;)21:26
norsettoso, what is the idea, to use a special team which is "private"?21:27
ScottKSo that bugsquad can't see the workflow bugs and then can't mess them up.21:27
norsettoI must admit, it happened only once to me, are we sure this is not blowing out of proportions?21:29
\shanyways preparing for linuxtag21:30
\shcu tomorrow21:30
sebner\sh: hf21:30
norsetto\sh: gute nacht21:30
sebnernorsetto: \o/21:30
norsettosebner: \O/21:31
sebnernorsetto: buona notte :P21:31
norsettosebner: fiorellino ....21:31
sebnernorsetto: un regalo per me?21:32
norsettosebner: we better stop speaking Italian before scottk scold us ...21:33
sebnernorsetto: heh21:34
* norsetto wonders if it is better to upload a package now, knowing it will ftbfs for hppa, or wait until (hopefully before the end of the year) hppa deps will be available21:38
ScottKnorsetto: I'd go ahead.  It can always be retried if hppa magically grows the needed bits.21:39
norsettoscottk: yes, I'm very tempted21:39
* ScottK is not kidding. There's no point in depriving all other archs of something. 21:40
ScottKAs an example, java is totally broken on hppa.  Should we upload no java apps until that's fixed?21:40
pwnguini thought there was talk about dropping hppa?21:41
ScottKNo.  It was dropped and then came back.  It's not official though.21:41
ScottKIt was (IIRC) sparc that was just dropped as an official arch.21:41
norsettoscottk: I guess that will be in deps_wait state?21:42
ScottKIn theory.  In some cases packages are there, but not working.21:42
* ScottK heads out for a while.21:43
\shfck fck fck fck21:57
sebner\sh: you are missing a "u" right? ^^21:57
\shsebner, yes..21:58
sebner\sh: could also be a "s" ^^21:59
\shnow I have real problems...trying to sing "whisky in the jar" with kwwii won't be fun21:59
emgentheheh hi \sh :)22:00
crimsun\sh: have you been experiencing problems w/ PulseAudio and non-Free Flash?22:00
\shcrimsun, sometimes22:00
crimsun\sh: anything more deterministic than that?22:00
sebnercrimsun: pulseaudio + flash 10 is rocking and working but still crashing ^^22:01
crimsunsebner: with/out libflashsupport?22:01
\shcrimsun, at work, without libflashsupport == no sound when using PA22:02
\shcrimsun, still on flash922:02
RainCTactually, what was the rationale to switch to pulseaudio?22:02
sebnercrimsun: with. not possible without since it flash depends on it22:02
\shsw mixing for cheap sound cards22:02
\shsebner, it doesn't anymore22:02
sebnerRainCT: hrhr22:02
crimsun\sh: right, known.  If you have a chance, please test flashplugin-nonfree, libasound2, and libasound2-plugins from intrepid.  You'll need to remove libflashsupport and also run `asoundconf set-pulseaudio'.22:02
sebner\sh: hmm?22:03
crimsunsebner: see what I mentioned immediately above to \sh, please.22:03
* RainCT switched back to ALSA on all his Ubuntu installation, because with PulseAudio only one application could use the sound card22:03
\shcrimsun, any ppa stuff for hardy backports? or should I just recompile it for hardy?22:03
sebnercrimsun: but when I remove libflashsupport it also removes flashplugin-nonfree ;)22:03
crimsun\sh: recompiling will suffice.22:03
\shcrimsun, just a note: I can only test it after LT22:03
crimsunsebner: hence why I mentioned you need the intrepid versions of those packages.22:04
\shcrimsun, good...this can be done during LT..22:04
crimsunit is extremely unfortunate that the Flash 10 beta was released after 8.04.22:04
\shcrimsun, no :)22:04
crimsunanyhow, we don't need libflashsupport anymore, and I intend to make it disappear in 8.10.22:05
\shcrimsun, flash 10 beta has other flaws do they ship now vp6 encoding with the flash plugin?22:05
sebnercrimsun: I'm using intrepid ;)22:05
crimsun\sh: no idea WRT vp6, and I'm aware of the focus issues.22:05
\shcrimsun, vp6 encoding was promised for flash 10 at the end of this year22:06
\shwould make my life much easier22:06
crimsunsebner: the next upload of alsa-plugins likely will Conflict with libflashsupport (with the corresponding change to flashplugin-nonfree's source package, of course)22:06
sebnercrimsun: nice to know, when to expect?22:06
\shah woman is coming22:07
crimsunsebner: no ETA, I need to discuss it with others.  However, if you're currently running intrepid, you can already get rid of libflashsupport.  Just install libasound2-plugins and run `asoundconf set-pulseaudio'.22:07
crimsun(and then remove libflashsupport)22:07
sebnercrimsun: that will stop firefox from crashing?22:08
crimsunsebner: it has in my unscientific/non-rigourous tests.22:08
crimsunbug reports otherwise are, of course, appreciated.22:09
crimsun(in which case you'd file against flashplugin-nonfree source and alsa-plugins source)22:09
sebnercrimsun: I'll give it a try =) thanks22:09
crimsunthank you for testing!22:10
sebnercrimsun: a pleasure. Now I'll annoy youtube =)22:11
=== TheMuso_ is now known as TheMuso
sebnercrimsun: I just tested ~15 vids but it seems to be rockstable. thanks for that =) I'll give it a harder testing tomorrow :)22:46
crimsunsebner: thanks for the feedback22:46
sebnercrimsun: is also positive feedback a good feedback? Nothing to fix is boring :P22:47
crimsunsebner: there's plenty to fix, e.g., how to get this workaround into hardy-*.22:49
sebnercrimsun: that's something I wanted to ask =)22:50
crimsununfortunately, it requires significant updates22:50
crimsunnamely, you need alsa-lib 1.0.16 and Debian-specific changes to alsa-plugins 1.0.1622:51
sebnercrimsun: nothing for 8.04.1/2 ?22:51
crimsunand there are instances documented on Debian BTS (for alsa-lib) where 1.0.16 breaks a lot of apps compiled against older -lib versions22:51
crimsunas you might can see, putting them in via -proposed/-updates is not feasible.22:52
crimsunsebner: if Flash 10 final is available by the time 8.04.1 is slated, we might can do a newer flashplugin-nonfree, but the libflashsupport that we have will still affect us.  Thus, we should not go the libflashsupport route for hardy-*.22:53
sebnercrimsun: I see. damn22:55
crimsunyes, it's quite fun.  And not in the hug sense.22:56
sebnercrimsun: but flash 10 is really a step in the right direction22:56
pwnguinhow so?22:57
crimsunpwnguin: I'm missing some context for your question.22:58
pwnguinsebner: how is flash10 a step in the right direction22:58
crimsunah.22:58
pwnguin?22:58
sebnerpwnguin: it's working with pulseaudio ^^ flash is still crap though xD22:59
crimsunwell, if nothing else, it abuses the ALSA API less.22:59
pwnguinheh23:00
pwnguini should try gnash out again23:00
sebnerpwnguin: well if it leaves the beta status I'll too23:02
pwnguinbut you'll try flash10 in beta status?23:02
sebnerpwnguin: what's the best if you use intrepid, firefox b5? Yes flash 10 beta23:03
sebnerxD23:03
pwnguinwell, I don't know about intrepid, but if neither of us have even tried gnash recently, I don't see the point of calling flash10 "best"23:05
sebnerpwnguin: not best, it's clearly better than flash923:06
RAOFcrimsun: Were you doing anything about the lib{32,64}asound2-plugins debdiff on the BTS?  It occurs to me that I haven't heard anything about it.  Maybe it's time for a ping?23:13
RAOFAlternatively, this could be me once again mistakenly assuming that the BTS subscribes you to any bug you comment on.23:13
crimsunRAOF: no, I am subscribed, and thanks for pinging.23:14
crimsunI'll get with Elimar about it23:14
sebnergn8 folks :)23:14
* RAOF goes back to unbreaking his laptop.23:16
RAOFTurns out there are a number of flaws in our netboot image :|23:17
norsettogood night all23:23

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!