/srv/irclogs.ubuntu.com/2009/09/17/#ubuntu-motu.txt

bdrung_porthose: what are the tasks of a mentor?00:25
porthosebdrung, help new contributors to become familiar with ubuntu processes, answer questions, introduce and help new contributors to get involved with the community etc https://wiki.ubuntu.com/MOTU/Mentoring/Junior_Contributor :)00:36
=== roaksoax_ is now known as roak
=== roak is now known as RoAkSoAx
RoAkSoAxCan a security update be combined with bugfixes in the same upload?01:27
bdrung_RoAkSoAx: for which release?01:27
RoAkSoAxbdrung_, for karmic01:28
bdrung_RoAkSoAx: then yes01:28
RoAkSoAxbdrung_, if version is: 0.7.61-1ubuntu1, will it end up beign 0.7.61-1ubuntu1.1 or 0.7.61-1ubuntu2.101:29
bdrung_0.7.61-1ubuntu201:29
RoAkSoAxbdrung_, If it's only a security fix it will end up being 0.7.61-1ubuntu1.101:30
ScottKRoAkSoAx: Use regular revision numbers for Karmic even if it's a security fix01:30
RoAkSoAxScottK, oh ok! I was following the doc from the security team01:31
ScottKRoAkSoAx: RE your earlier question, we do care about Sparc.  The thing about Sparc is it's up to the community to support it.01:31
ScottKRoAkSoAx: Yes, thats for post-release stuff.  For development release, you just do it normally.01:31
bdrung_ScottK: you are faster :)01:32
RoAkSoAxScottK, oh ok, and this is actually a bug in packaging that I've just found few minutes ago while testing the package (and it seems this comes from debian)01:32
ScottKThey aren't perfect either.01:33
crimsunjdstrand: would appreciate feedback on the fix for your sound issue01:37
desrthow do i control if debuild -S includes the orig.tar.gz in the .changes or not?01:53
Hobbsee-sa or -sd01:53
ScottK-sa includes it01:53
desrtnice.  thanks.01:53
desrtoh pain.01:54
desrtlaunchpad rejected my upload due to missing source tarball but now it refuses to take the new upload because i already did the old one01:55
ScottKrm the .upload file01:55
desrtahah01:55
desrtthat's not launchpad :p01:55
desrtthanks :)01:55
ScottKnp01:55
desrti love my magnet!01:56
=== LucidFox is now known as Adam_Savage
=== Adam_Savage is now known as LucidFox
* LucidFox chuckles at the new ubuntu-motu mail04:47
Hobbseethat's a fail.04:51
dholbach#canonical-2009-09-17-07h1606:17
dholbachmruiz: so regarding the patch-system-but-direct-changes-in-diff warning06:20
dholbachmruiz: in some cases it might just be enough to run      patch -p1 -R < debian/patches/bla-something.patch06:20
mruizdholbach, then some files were modified during the build06:20
dholbachmruiz: because the source is already patched AND the patch is going to get applied during the build06:21
dholbachthe regular patch system (cdbs-simple-patchsys, dpatch, quilt, dbs) should take care of that06:21
dholbachmruiz: that should normally help out06:22
mruizdholbach, but my patch only modified the Makefile and another files seem to be changed06:23
dholbachmruiz: probably automake is called during the build?06:24
mruizmy debian/rules file is the following: http://paste.debian.net/46738/06:25
mruizand I'm using quilt06:26
dholbachcan you run     zcat <...>.diff.gz | diffstat06:27
dholbachand see which files are modified?06:27
mruizmruiz@karmic:~/bzr/stone$ zcat stone_2.3.e-1ubuntu1.diff.gz |diffstat06:27
mruiz debian/README.source                           |    506:28
mruiz debian/changelog                               |   97 +++++++++++++06:28
mruiz debian/compat                                  |    106:28
mruiz debian/control                                 |   20 ++06:28
mruiz debian/copyright                               |   50 +++++++06:28
mruiz debian/dirs                                    |    106:28
mruiz debian/docs                                    |    206:28
mruiz debian/patches/01_incomplete_type_pointer.diff |   13 +06:28
mruiz debian/patches/series                          |    106:28
mruiz debian/postinst                                |   28 +++06:28
mruiz debian/postrm                                  |   18 ++06:28
mruiz debian/rules                                   |   72 ++++++++++06:28
mruiz stone.1                                        |  178 +++++++++++++++++++++++++06:28
mruiz stone.1.ja                                     |  178 +++++++++++++++++++++++++06:28
mruiz 14 files changed, 664 insertions(+)06:28
dholbachthere you go06:28
dholbachit's the *.1.* files06:28
dholbachthey seem to get added during the build06:28
dholbachor you added them06:28
mruizI only modified debian/{changelog, README.source, control, rules, patches*}06:29
dholbachthat's weird then06:29
dholbachstone.1* is what the lintian warning complains about06:30
dholbachmaybe they were added to the .diff.gz by the debian maintainer already06:30
zookoScottK-desktop: by the way, I was just reminded of another reason why Tahoe-LAFS is a cool Cloud thing.  It can serve as a backend for bzr.06:30
dholbachin that case, and if you're just fixing something small in Ubuntu, you probably don't need to fix this too06:30
mruizmruiz@karmic:~/bzr/stone$ zcat stone_2.3.e-1.diff.gz |diffstat06:30
mruiz debian/changelog |   83 +++++++++++++++++++++++++06:30
mruiz debian/compat    |    106:30
mruiz debian/control   |   19 +++++06:30
mruiz debian/copyright |   50 +++++++++++++++06:30
mruiz debian/dirs      |    106:31
mruiz debian/docs      |    206:31
zookoSomeone just mentioned on #tahoe how they are happy storing their bzr repo in a Tahoe-LAFS grid.  :-)06:31
mruiz debian/postinst  |   28 ++++++++06:31
mruiz debian/postrm    |   18 +++++06:31
mruiz debian/rules     |   70 +++++++++++++++++++++06:31
mruiz stone.1          |  178 +++++++++++++++++++++++++++++++++++++++++++++++++++++++06:31
mruiz stone.1.ja       |  178 +++++++++++++++++++++++++++++++++++++++++++++++++++++++06:31
mruiz 11 files changed, 628 insertions(+)06:31
zookoDVCS in the Cloud.  :-)06:31
dholbachmruiz: better not scroll the channel too much :)06:31
zookoOkay, I'm going too bed.06:31
dholbachzooko: good night06:31
zookoOops, I'm obviously tooo tired to count the o's in my words.06:31
zooko:-)06:31
zookoGoodnight dholbach.06:31
mruizdholbach, OK.06:34
mruizdholbach, it seems that debian packaging includes the same changes by default :-)06:39
dholbachalright, then don't worry06:40
dholbach(only if you want to fix it and send the fix to Debian too)06:40
mruizdholbach, sure!06:41
dholbachsuper06:41
mruizbye all06:57
dholbachhang on06:57
dholbachregarding bug 43096006:57
ubottuLaunchpad bug 430960 in hildon-desktop "FTBFS" [Undecided,Confirmed] https://launchpad.net/bugs/43096006:57
dholbachcan you please follow https://wiki.ubuntu.com/UbuntuDevelopment/PatchTaggingGuidelines ?06:57
dholbachif you don't have the time now or just want to go to bed that's fine :)06:58
kklimondaany idea what is the right way of fixing bug 42293 or at least some documentation for language-pack builders?06:59
ubottuLaunchpad bug 42293 in coreutils "coreutils.mo are dangling symlinks" [Low,Confirmed] https://launchpad.net/bugs/4229306:59
dholbachkklimonda: hang on06:59
kklimondaI want to get piuparts to work at last..06:59
dholbachhttps://wiki.ubuntu.com/UbuntuDevelopment/Internationalisation06:59
dholbachand https://wiki.ubuntu.com/MeetingLogs/devweek0909/Translations07:00
dholbachthat's all I have07:00
dholbacharnegoetje, dpm and pitti also are people you can talk to about it07:00
kklimondaok, thanks - I'll dig into it and speak to them07:00
mruizdholbach, I will use it for my future patches07:00
dholbachmruiz: ok, I'll update it in the hildon-desktop case myself then07:01
mruizdholbach, thanks ... it too late here :-).07:01
dholbachalrightie07:01
dholbachsleep tight07:02
mruiz:D07:02
mruizdholbach, bye!07:02
slytheringeser: there?08:54
siretartdebfx: I see that you have already packaged 0.4.1 and are doing a great job on launchpad bugs in keepassx. would you like to co-maintain the package in debian?09:04
siretartdebfx: if yes, and we could agree on a packaging branch in a VCS like bzr or git, I'd be happy to sponsor upload to debian for you!09:05
siretartdebfx: about the new version, it seems the sf.net redirector for uscan is reporting 0.4.0 was up-to-date. not sure why, though...09:05
slytherinAre the previous uploaders of jack-audio-connection-kit present here?09:07
siretart`slytherin: I think I sponsored one of the last uploads to debian, if that helps09:09
slytherinsiretart`: I am about to upload a no-change rebuild in Ubuntu. Fixes NBS of libffado09:11
debfxsiretart: yeah sure, I would like to09:11
siretart`slytherin: sounds like a no-brainer. why do you ask?09:11
siretart`debfx: cool. would you like to continue my bzr branch on lp, or do you prefer git? or something else?09:12
slytherinsiretart`: In case someone is going to upload a revision for any other reason, no point in uploading n-change rebuild.09:12
siretart`slytherin: oh, right. no I don't plan any update here09:12
=== asac_ is now known as asac
debfxsiretart`: I'm more familiar with git, but I don't mind using the bzr branch09:15
siretart`debfx: I use both bzr-buildpackage and git-buildpackage and have packages maintained by both. I really don't mind either, but keepassx is currently maintained in bzr09:16
debfxsiretart`: ok then I'll just continue the bzr branch09:17
geserslytherin: yes09:18
slytheringeser: regarding ooo-thumbnailer. Currently it produces thumbnails only for ODF files. Doesn't it work for MS Office formats?09:19
geserslytherin: sorry don't know, I only fixed a FTBFS09:19
slytherinOk. I will check myself.09:20
debfxsiretart`: I'm not sure about uscan either but i'll probably move away from sourceforge anyway09:23
siretart`debfx: ah ok. - sorry, I had a collegue in my office09:24
siretart`debfx: okay, in the case that you intend to continue my branch, may I suggest that you publish your updated branch on lp in ~keepassx (the keepassx developer team) and add me to that team?09:25
siretart`so we can work together on the branch09:25
=== dholbach_ is now known as dholbach
debfxsiretart`: ok, I pushed the brnahc to ~keepassx and added you to the team09:48
debfxs/brnahc/branch/09:49
siretart`debfx: it seems you haven't updated the debian/* packaging yet. did you perhaps forget to push that revision?09:55
sebnerhuhu sistpoty|work :D10:20
sistpoty|workhi sebner10:20
alourie|workhello10:25
alourie|workdholbach: would it work here?10:25
alourie|work:-)10:25
dholbachyes10:25
alourie|workIf I'm trying to split a package in 2. I've set 2 .install files. But second package finishes empty, and the original still contains the files10:26
dholbachis dh_install run some time during the build? did you specify both packages in debian/control?10:26
alourie|workyes on both questions10:26
dholbachare you sure the paths are correct in debian/*.install?10:27
alourie|workyes. There is a step in rules, that processes a list of files and copies them into the required directory. But this directory finished in original package, not new.10:27
alourie|workso I'm doing something wrong, I just can't catch it10:28
Laneyyou should export DH_VERBOSE=1 in your rules file to see what's going on in more dtail10:28
slytherinalourie|work: paste your rules file on pastebin10:29
debfxsiretart`: I will push the packaging files in a minute, if you don't mind I would like to switch to dh 710:32
alourie|workslytherin: http://pastebin.com/f2477aa4010:33
slytherinalourie|work: "There is a step in rules, that processes a list of files and copies them into the required directory. " I don't see any such step in rules file.10:35
slytherinalourie|work: And I would also like to see your .install files.10:35
AnAntdholbach: Hello10:38
dholbachhiya AnAnt10:38
dholbachAnAnt: I have that email still sitting in my inbox (from the sl-modem bug)10:39
dholbachI didn't get around to answering10:39
=== ogra_ is now known as ogra
AnAntdholbach: git-buildpackage was acked by 2 MOTUs10:40
AnAntdholbach: he reminds me of my previous boss10:40
dholbachAnAnt: I'll take a look at git-buildpackaging in a sec again10:40
alourie|workslytherin: the for loop that takes .po files and transforms them into .mo files into other directory10:41
slytherinalourie|work: And what the names of the packages?10:41
AnAntactually regarding sl-modem, this package has a number of problems10:42
slytherinand please paste your install files as well10:42
alourie|workslytherin: the original I left as wordpress, a new one is wordpress-l10n10:42
AnAntI just got an email from an upstream maintainer from linmodems.org, saying that no one in Jaunty is able to use it even with ALSA driver10:42
slytherinalourie|work: .mo files should go into l10n package right?10:43
AnAntand that the only person (from Brasil) who was able to get it working in Jaunty, actually used a kernel from Debian10:43
dholbachAnAnt: don't worry - nobody is blaming you in the slightest10:43
dholbachAnAnt: might be worth talking to dtchen (about alsa) and stuff10:43
alourie|workslytherin: yes, that's what I'm trying to do10:43
dholbachmaybe to the #ubuntu-kernel folks to10:43
slytherinalourie|work: then shouldn't this line - msgfmt $$i -o debian/wordpress/usr/share/wordpress/wp-content/languages/$$OUT - be like this - msgfmt $$i -o debian/wordpress-l10n/usr/share/wordpress/wp-content/languages/$$OUT10:44
AnAntI just layed my hands on a laptop with a smartlink modem here, but it uses Hardy, so I'll test with a jaunty live DVD10:44
alourie|workslytherin: oh god10:44
alourie|workI knew I'm missing something simple10:44
alourie|workthanks a lot :-)10:45
AnAntthe other problem of sl-modem (which I've mailed about months ago on ubuntu-devel ML) is that it is non-free, hence it cannot use class_dunnowhat functions to create dynamic device nodes10:45
AnAntthose functions can only be called by GPL modules10:46
AnAntand sl-modem is BSD licensed10:46
alourie|workdholbach: it really helped, thanks to you too :-)10:46
AnAntsince Ubuntu is against static devices, that could be a problem10:46
dholbachno worries10:46
dholbachargh :/10:47
dholbachAnAnt: did you speak to keybuk about that?10:47
dholbachhe might know what's to do10:47
AnAntnow a third issue,is that another maintainer (from linmodems) just emailed a couple of days ago saying that slmodem's modules don't seem to be working with 2.6.31 kernels10:47
AnAntso that's 3 problems :)10:47
AnAntdholbach: yeah I talked to him during jaunty cycle10:48
AnAntdholbach: but we got no where10:48
AnAntdholbach: Ubuntu is against static devices10:48
AnAntdholbach: the only solution that I know (and I've done here on my laptop but didn't test yet) is probably illegal !10:48
dholbachis there a workaround of some sort?10:48
AnAntdholbach: actually the previous maintainer did that to slmodem's USB module , he changed the license to Dual BSD/GPL10:49
AnAntso I did the same to the AMR module10:49
AnAntand enabled the class* functions (he disabled them with some patch)10:49
AnAntso that compiles, but I'm not sure if it works or not10:50
dholbachhm10:50
dholbachthat sounds like it should live in a testing ppa and we should do a broader call for testing10:50
sistpoty|workdidrocks: for clutter-1.0, is gobject-introspection-repository required at version 0.6.3 or does 0.6.1-2 suffice? (because we don't have that on sparc yet, and there seems to be a dependency cycle :/)10:51
AnAntthere is something in my PPA I think10:51
AnAntregarding legality/illegality , debian bug 354216 has a long discussion about the matter10:53
ubottuDebian bug 354216 in sl-modem-source "upstream license patched in debian package" [Unknown,Closed] http://bugs.debian.org/35421610:53
AnAntbrb10:54
slytherinDoes anyone know any particular reason why libffado is not build for lpia anymore? https://edge.launchpad.net/ubuntu/karmic/+source/libffado/+builds11:15
slytherinhmm probably TheMuso knows11:16
AnAntback11:23
geserslytherin: Architecture: i386 amd64 powerpc11:31
slytheringeser: I know, but at some point of time it was built for lpia. Also jack-audio-connection-kit has this build dependency - libffado-dev (>= 1.999) [amd64 i386 lpia powerpc]11:31
slytheringeser: It looks like change was lost between merges. Since Debian doesn't have lpia arch they removed it. And the package was simply synced from Debian.11:32
geserlooking at the changes it went from arch: any -> i386 amd64 powerpc11:34
geserlooks like it was forgotten to add lpia11:34
slytherinright11:35
=== cjwatson_ is now known as cjwatson
=== dyfet` is now known as dyfet
TheMusogeser, slytherin, I'd say thats what happened.12:01
siretart`debfx: no, dh7 sounds great!12:10
slytherinTheMuso: So what do you suggest? Should I add lpia to arch?12:10
TheMusoslytherin: Sure if you want to take care of it, go ahead.12:21
slytherinTheMuso: I was just trying to fix this NBS - http://people.canonical.com/~ubuntu-archive/NBS/libffado0 If we don't want libffado on lpia then those packages should be removed from lpia.12:23
didrockssistpoty|work: IIRC, 0.6.3 is needed. Let me check this evening12:29
sistpoty|workdidrocks: ok, thanks12:29
sistpoty|workdidrocks: of course if you've got a better idea how to break the build-dep cycle for sparc ... ;)12:30
=== ogra_ is now known as ogra
didrockssistpoty|work: 0.6.4 is needed in fact12:33
didrocks(on last clutter as a new release just happened)12:33
sistpoty|workhm...12:34
loic-mWould a kind archive admin have the time to sponsor a sync for a new program (Bug #430024)?12:35
ubottuLaunchpad bug 430024 in ubuntu "[FFE] Please sync mupen64plus 1.5+dfsg1-4 from Debian unstable" [Undecided,New] https://launchpad.net/bugs/43002412:35
loic-m(would fix a few bug request in LP ;) )12:36
Laneyno need to ask, they will get to it12:36
sistpoty|workit will need to go through new, so the question should rather be if an archive admin would want to denew it ;)12:37
loic-mLaney: sistpoty asked me to check if an AA would be ok to new it before he ACKed it12:37
loic-msistpoty|work: right, I shouldn't have said sponsor. I'll try to remember the denew word...12:38
* sistpoty|work doesn't even know if denew is a word :P12:38
sebnersistpoty|work: ahahah! I used mupen64plus myself a long time :D12:39
sebnersistpoty|work: another chance to play mario kart/ ehh to test this application carefully before giving a ACK12:42
sistpoty|worksebner: heh12:43
sistpoty|worksebner: too bad, I already gave my +1 :P12:43
sebnersistpoty|work: there is no "MOTU or universe sponsors ACK" so it's a release ACK :P12:43
sistpoty|work:)12:44
sebnersistpoty|work: +1, I can't say no when it uses dh7 and quilt, even less when it's something to play *g*12:55
sistpoty|workhaha12:55
eni23hello everyone. i've got a question: someone i know created a programm callled vsxu. it works fine with ubuntu but it's not packed. now i've created a deb. what i have to do to gei it in the repos?12:58
sebner!revu | eni2312:58
ubottueni23: REVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU12:58
sebnereni23: we are in Feature Freeze for karmic now so it won't appear until the next ubuntu release12:59
eni23i see it, that's no problem. thanks, this "revu" is all i need!13:00
sebner:)13:01
sebnersistpoty|work: nexuiz seems to be pretty b0rken currently. Any ETA how long we can push it it?13:02
=== ogra_ is now known as ogra
AnAntdholbach: I reported the first sl-modem problem on LP 43179913:24
ubottuLaunchpad bug 431799 in sl-modem "sl-modem users cannot establish a connection using ALSA mode" [Undecided,New] https://launchpad.net/bugs/43179913:24
AnAntregarding this bug ^ , since it has been reported to me by upstream (who said that several users reported this problem to him), and since I confirmed that this bug exists, should I set the status to Confirmed ?13:25
dholbachAnAnt: sounds good13:26
dholbacheven though I don't know how I could help out with that! :)13:26
AnAntdholbach: I think I should set it to Confirmed13:27
dholbach*nod*13:27
AnAntdone13:28
quadrisproany release manager around?13:37
quadrisprohi dholbach13:37
dholbachquadrispro: I'm not on the release team13:37
dholbachquadrispro: but hi! :)13:37
quadrisprodholbach: yeah, I know, I just wanted to tell you "hi"! :D13:37
* dholbach hugs quadrispro13:37
* quadrispro hugs dholbach, too13:38
debfxsiretart`: how did you import new releases? something like bzr merge-upstream --version 0.4.1 ../keepassx-0.4.1.tar.gz ?13:38
sistpoty|worksebner: not too sure, let's see how long it'll take13:49
siretart`debfx: yes, when the branch has the correct tags, that's what I mostly do13:49
siretart`debfx: I used to do that by hand using 'bzr import' on some package, not sure if keepassx is one of them (I hope not)13:50
sebnersistpoty|work: we might see -data tomorrow but the rest takes more time as upstream b0rked the sources13:50
siretart`no, doesn't seem so13:50
debfxsiretart`: that command is failing with an AssertionError13:50
sistpoty|worksebner: yeah, have heard about it13:51
sebnersistpoty|work: anyways, I'll keep track of it, just wanted to give an progress update13:52
sistpoty|worksebner: alrighty :)13:53
siretart`debfx: oh, that's a bug then :(13:54
siretart`need to run13:55
debfxsiretart`: yeah it's failing even with a newly created branch13:55
siretart`debfx: perhaps james_w can help you with that? - anyway, I'll be back online this evening. cu!13:56
debfxsiretart`: bye13:57
quadrisproDktrKranz: non uppare nulla14:44
slytherinTheMuso: I am not personally interested in taking care of 'libffado'. Is there anyone else who cares personally for this package?14:50
bddebianHeya gang15:03
sistpoty|workhi bddebian15:04
bddebianHeya sistpoty|work15:04
ScottKslytherin: I don't think so, we just need to work as a team to get the transition done (I've done some of that one already)15:10
slytherinScottK: The problem is that the lpia got dropped form arch somewhere between the merges and syncs. And now we have a outdated libffado on lpia and a libjack0 that depends on it. So I was wondering if I should add lpia again to libffado.15:12
ScottKI would say yes.15:12
ScottKWe need to get the old one out of the archive, so that's probably the best approach15:12
slytherinOk. I will check if it still builds in lpia (with help of PPA) and then upload it.15:13
sistpoty|workScottK: what do you think about mupen64plus (bug #430024)?15:13
ubottuLaunchpad bug 430024 in ubuntu "[FFE] Please sync mupen64plus 1.5+dfsg1-4 from Debian unstable" [Undecided,New] https://launchpad.net/bugs/43002415:13
ScottKI haven't had a chance to consider it.15:13
sistpoty|workk15:14
slytherinOur buildd have hardy running, right?15:42
maxbslytherin: I think it's "latest supported LTS". Apparently the powerpc ones are running Dapper16:16
slytherinmaxb: I know about powerpc. There is a particular build failure which is seen only on buildd using old kernels. I am not sure how old. It succeeded on armel.16:17
RainCTkirkland: does your advocation on http://revu.ubuntuwire.com/p/tahoe-lafs also count for the last upload?16:55
kirklandRainCT: i haven't had a chance to look at the last upload16:55
kirklandRainCT: the one i did look at was good, though16:56
RainCTkirkland: OK, the changes look OK (other than the addition of a new entry in debian/changelog). I'll upload it then16:57
kirklandRainCT: thanks a bunch16:57
RainCTkirkland: uhm.. doesn't that FTB? http://paste.ubuntu.com/272937/ (the line after the commented out one)17:07
kirklandRainCT: yeah, that should be one <tab>17:09
=== nxvl_ is now known as nxvl
kirklandRainCT: make hates on whitespace incongruencies17:09
RainCTkirkland: ah yeah well, my point was more about the line not being commented out too, though ;)17:10
RainCTanyway, nevermind :P17:10
RainCTkirkland: Now that I remember, did you see my message in #ubuntu-devel about the postinst failure I got with byobu?17:10
kirklandRainCT: oh, no i haven't17:12
kirklandRainCT: where's this?17:12
kirklandRainCT: is there a bug?17:13
RainCTkirkland: Well, it's rather corner-case one but still would be good to be fixed. Basically, I had a user with which I used screen but then removed that user; after doing that the directory for it in /var/run/screen remained there and byobu chocked on that during installation, as it couldn't do the chmod17:15
RainCTso I'd say either check for the user's existance or make that chunk of code non-fatal17:16
kirklandRainCT: i'll just make sure that the dir is writable17:16
kirklandRainCT: nonfatal if not17:16
kirklandRainCT: all it's doing is trying to put the <F5> tag at the bottom of any running sessions17:17
kirklandRainCT: so that you know to refresh your profile17:17
ejatwhere should i check if the splash wont show up while booting ?17:17
RainCTJust found a problem with tahoe-lafs's debian/copyright, btw.17:22
RainCT(Unless I'm outdated on the current requriements. Stuff not in common-licenses/ must be copied into debian/copyright, and not in a separate file, right?)17:23
sistpoty|workRainCT: that's what 12.5 says17:25
sistpoty|work(policy)17:25
RainCTsistpoty|work: Right, just asking to be sure :)17:26
RainCTThanks17:26
sistpoty|worknp ;)17:26
* sistpoty|work admits to needed to look it up again, as he only recalled that policy does say it somewhere17:27
* sistpoty|work heads home... cya17:32
debfxsiretart: keepassx 0.4.1-1 should be ready to be uploaded to debian17:57
siretartdebfx: I'm currently building and testing it17:58
siretartoh, it talks german again to me :-)17:59
sebnersiretart: german ftw! *g*18:00
siretartdebfx: did you receive the ACCEPTED mail?19:21
debfxsiretart: yeah got the mail20:02
=== pochu_ is now known as pochu
bddebiansiretart: I just accepted rumor, it's back again already? :)20:56
jdong*strangles git*21:03
jdonggrrrr pushing a repo over ssh to expose over plain http should NOT be this tough :-/21:04
jdonglol whoops, help if I name the post-update hook correctly21:09
jdongI retract that complaint about git ;-)21:09
=== cprov is now known as cprov-afk
RoAkSoAxScottK, could you take a look to bug #430913 please? Thank you :)21:17
ubottuLaunchpad bug 430913 in jaunty-backports "Please backport nginx 0.6.39 to Hardy, Intrepid, Jaunty" [Undecided,In progress] https://launchpad.net/bugs/43091321:17
ScottKSure21:17
ScottKRoAkSoAx: Looks like a good start.  Now you need some test results (builds can be got from the PPA, but need installs/runs).  Alse, were these no change backports?  If not, we need a debdiff.  We don't need the diff.gz.21:19
RoAkSoAxScottK, ok, I've installed everything and see if they wererunning, and they did. So I'll add a comment. and I'll put the debdiff them I took the package from jaunty, updated the upstream version, and created different entries for intrepid, and for jaunty21:22
ScottKSounds good.21:22
RoAkSoAxok then, I'll attach the debdiffs21:23
RoAkSoAxScottK, done21:37
ScottKRoAkSoAx: Need the debdiff from karmic to what you want to backport, not from what's in hardy/intrepid/jaunty21:39
RoAkSoAxScottK, in karmic we have nginx 0.7.61-1ubuntu1. What I did is take the jaunty package 0.6.35-0ubuntu1 and update it to 0.6.39-0ubuntu1, because that release is the one that contains the security fix on the nginx 0.6.x series. In karmic we have 0.7.x series and the fix is on 0.7.62. So, what would I need to do then?21:43
ScottKOK, let me think about that.21:44
RoAkScottK, ok, just PM cause I have to go. Later21:59
* warner makes changes to the tahoe package, as suggested on REVU22:21
warnerfor a new package, should I set urgency=low ? I think I copied that from something else originally.. not sure if it's appropriate or not22:22
warnerok, new tahoe package is up on REVU22:44

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