/srv/irclogs.ubuntu.com/2008/04/28/#ubuntu-motu.txt

copprookay, I need some assitance00:04
copprohow do I make dpkg-buildpackage find my .orig.gz file00:05
copproI can't get it to generate a diff.gz no matter how hard I try00:09
azeemthe .orig.gz has to be in the parent directory from where you're running dpkg-buildpackage from00:09
azeemwell, orig.tar.g00:09
azeemz00:09
copproright00:11
copprobut I still don't get a diff.gz generated00:11
copprodo I need the -1 prefix on the version?00:12
copproalso, how do I specify lintian overrides for the binary package correctly00:12
copprolike, what is the preferred file to put them in and what should I add to debian/rules?00:13
cody-somervillecoppro, Yes otherwise it thinks you're building a native package.00:14
cody-somervillecoppro, and what lintian overrides do you think your package qualifies for?00:14
copprothe source package includes lost of .DS_Store and ._whatever files00:15
copproand lintian says that in a case like this, it's better to override then attempt to modify the whole source tree00:15
copprostill no diff.gz :(00:15
azeemwhat's your .dsc called, and what did you name the orig.tar.gz?00:16
copprowait, I think I made a mistake00:16
copproone more try00:16
copprookay, so I'm not seeing it still00:21
copproand I'm pretty sure I've got it right00:21
copprohere's my ls of the root directory after running a build00:22
copprogolly-1.3        golly_1.3-1_i386.changes  golly_1.3-1.orig.tar.gz00:22
copprogolly_1.3-1.dsc  golly_1.3-1_i386.deb      golly_1.3-1.tar.gz00:22
copproaside from the fact that the directory has the wrong name00:22
cody-somervilleWhat are you typing to build the source package?00:22
copprodpkg-buildpackage -rfakeroot00:22
cody-somervilletry: debuild -S -sa00:23
crimsunthe directory seems to be named correctly if the upstream version is 1.3 (not that the name of the directory matters all that much)00:23
ajmitchgolly_1.3-1.orig.tar.gz should be golly_1.3.orig.tar.gz00:23
copprook00:23
copprothought I'd tried that already00:24
cody-somervilleYou need the -1 in your changelog00:24
copprohow do I install a symlink?00:25
copprospecifically, for a manpage00:25
copproI get an error about that00:25
cody-somervilleDon't you want to get your source package to build first? :P00:25
copproyes00:25
cody-somervilleOh, it won't build the source package because of an error aobut a symlink?00:25
cody-somervilleWhy not show us the error?00:26
copproyeah00:26
copprosomething about irrepresentable changes00:26
copproso I deleted the symlink00:26
copproand I need to figure out how to specify it otherwise00:26
copproI get a failure because it attempts to sign my files without knowing the comment I used on the key ID00:27
copproas well00:27
cody-somervilleDoes your name and e-mail match what you have on your key?00:28
copproyes00:28
coppronot the comment though00:28
cody-somervilleOkay, so change your changelog or specify the key id manually.00:29
copprook, done00:30
* cody-somerville goes for a shower.00:31
=== RAOF_ is now known as RAOF
RAOFcrimsun: You would be correct, sadly.  Our plugins package doesn't build the banshee plugin on the basis that it does bad things to Banshee's database (it can accidentally lock Banshee out of its own db, for example).01:01
slomoRAOF: what banshee plugin?01:04
crimsunRAOF: thanks for the clarification01:04
RAOFslomo: There is a banshee (0.13.x) plugin in the do-plugins source tarball.  It just reads banshee's DB directly, and as such tends to lock Banshee out.01:04
slomoRAOF: ah, that's bad ;)01:05
RAOFSomeone (it may even be me) will write a banshee 1.x plugin soon using the new DBUS hotness.01:05
=== santiago-php is now known as santiago-ve
bddebianHeya gang02:20
copprookay, so how do I put manpages for two programs symlinked to eachother? Simply symlinking in the debian folder gives me an error about an unrepresentable change.02:21
ScottKcoppro: Probably you want dh_link02:23
copprothat would do it02:24
copprodo I just dh_link /usr/man/man1/prog.1 /usr/man/man1/other.1, or should I use some other method02:24
ScottKThat seems generally correct.  See man dh_link to see that you got it right.02:29
nxvlScottK: what's supposed to be done at this point of the release circle?02:30
ScottKnxvl: SRUs for Hardy and be thinking about specs for UDS.02:30
nxvlScottK: :D02:30
ScottKnxvl: Also new package review on REVU can start, although, of course, nothing can be uploaded just now.02:31
nxvlScottK: did you know when would be open the new repos? or where are it going to be announced?02:31
TheMusoWhen its open. The mailing list is up, but nothing yet.02:31
ScottKUsually it's two or three weeks after the release.02:31
TheMusoI'd say in the next two or so days, those who are responsible for it are not yet into their working week.02:31
copproI heard it said about May 7 or 8 earlier02:31
nxvlthat reminds me i need to package some packages02:31
ScottKIt's done when it's done.02:31
TheMusoThe first thing that has to happen though is the toolchain bits, anthing they want to change/update has to be done now.02:32
ScottKA lot of the when depends on a number of variables about how well things go.  If it's up and in place, they wan't hold back because it's not time yet.02:32
copprowait... why isn't linda in hardy?02:38
jdonglinda was removed02:42
jdongDebian decision02:42
TheMusojdong: Thats weird. Surely StevenK would have campaigned against that.02:43
copproah, then you should probably take out all the packages that refer to it02:46
sotoWhat dictates the suffix in shared object libraries? lib.so.6 versus lib.so.7, how do I change it?02:46
TheMusosoto: Are you an usptream developer of the software in question?02:48
TheMusoupstream even02:48
sotoTheMuso: No, it's local02:49
TheMusoIts local?02:50
sotoTheMuso: I have custom patches that I apply02:50
TheMusosoto: Right, unless those patches change the ABI/API of the library in question, the soname, i.e the number you mentioned does not need changing.02:50
sotoTrying to build but the binaries are looking for the wrong library name02:50
TheMusosoto: And if they do, you will have to rebuild/modify all packages that build against that library.02:51
sotoTheMuso: Yes, that's fine. How do I change it?02:51
TheMusosoto: I'm guessing you want to change it for the binaries that are building against it correct?02:51
TheMusoBuilding binaries against it should not matter, as long as you have a liblibrary.so symbolically linked to liblibraryname.so.number02:52
TheMusosoto: I suggest you find a guide about shared libraries, how they work etc.02:52
sotoTheMuso: Okay, do you by any chance, know what specifically needs to be done. I think I'm just building it wrong.02:53
TheMusosoto: Without knowing what package, and how the package is built, I can't really say.02:53
sotoThe process varies between libraries?02:53
copprook, time for another stupid question02:54
TheMusoI don't know. Does it?02:54
copproI have a manpage I wrote. How do I best compress it02:54
copproI don't want to leave a compressed file in the source package, because it's a pain to edit02:54
TheMusocoppro: The manpages get compressed at package build time.02:54
copprois there a rule for compression?02:55
sotoWell seeing as how my inquiry pertained to how the naming was produced, I wouldn't know.02:55
copproor should I just run gzip02:55
TheMusocoppro: If dh_compress is called in debian/rules, then the manpages will be compressed.02:55
copprothanks02:55
TheMusosoto: What packages are you trying to modify, and are the patches you are using available anywhere for examination?02:56
sotoTheMuso: Never mind, it's working now. Thanks.02:59
TheMusosoto: No problem.02:59
copprowhere can I find a defined list of the doc-base sections? Lintian keeps complaining03:09
copproand do I need to do anything about the new-package-should-close-itp-bug03:15
=== gnomefre1k is now known as gnomefreak
ScottKIf you're packaging for Debian you should file an ITP bug and close it in the initial debian/changelog entry.  Otherwise, you can ignore it.03:25
copprookeydokey03:26
coppronow why won't my manpage work03:26
copprono matter what I do, lintian complains about something :(03:29
copproand it's probably right03:29
ScottKIf you run out of warnings, you can always run it with the -I flag.03:29
copprono, that's not my problem03:34
copproI get W: golly: binary-without-manpage usr/bin/golly03:34
copprofor some reason03:34
copproany help to offer?03:37
=== happinessturtle is now known as nenolod
StevenKTheMuso: It was my choice to have Linda removed.04:15
TheMusoStevenK: Oh ok.04:16
lifelessStevenK: linda died?04:22
StevenKI decided I didn't have that much drive to fix her any more.04:23
copprocan anyone help me install a manpage in my package? Give me step-by-step instructions, please. I've done it wrong every time so far.04:24
copproI have a manpage written up already04:25
TheMusocoppro: Read the dh_installman manpage.04:27
copproI have04:28
coppromultiple times04:28
=== santiago-php is now known as santiago-ve
=== santiago-php is now known as santiago-ve
dholbachgood morning06:23
ajmitchhello dholbach06:33
kahrytanbug #22348607:26
ubotuLaunchpad bug 223486 in ubuntu "X Crashes on Logout Applet activation." [Undecided,New] https://launchpad.net/bugs/22348607:26
\shmoins07:48
emgentheya \sh :)07:51
\shmoins emgent...07:53
=== stdin_ is now known as stdin
=== spacey is now known as hbos
=== azeem_ is now known as azeem
=== smarter_ is now known as smarte
=== smarte is now known as smarter
mrpouethi10:05
cody-somervilleHi mrpouet10:11
mrpouetcody-somerville, hi10:14
mrpoueti would like to help you, to pack new package in universe and multiverse branch, (i 've good knowledge in debian packagement with cdbs), where can i found request for new packages ?10:16
mrpouetall of new packages are "confirmed" ;)10:17
cody-somervilleConfirmed, I believe, just means that it has been acknowledged - not that it has been packaged yet.10:17
mrpouetcody-somerville, oh, so good , i need to help other community contributor, oki i'll do that10:23
rootbridgehi all11:29
rootbridgeI'm a Debian Developer and have been reviewing the ubuntu changes to my packages. I think that in a number of cases the Debian version should be synced (all Ubuntu changes were incorporated one way or another)11:30
rootbridgeis this the right place to come?11:30
tseliotrootbridge: have you filed a bugreport about it?11:36
lagarootbridge: yes, that's the right place i guess :). to make your.. yeah, what tseliot said.11:36
rootbridgeI didn't, anything special or just a bug report?11:36
tseliotrootbridge: I think that a bug report against your package in Ubuntu would be enough11:39
rootbridgegreat, I'll file those then11:39
=== cyril_ is now known as davromaniak
james_wrootbridge: can I ask what the packages are?11:51
rootbridgejames_w: apt-file phpmyadmin mailman mailping php-net-smtp11:52
james_wthanks11:52
james_wrootbridge: if they have been incorporated then the next time they are merged it should be turned in to a sync.11:53
james_wif the way it was incorporated is different or non-obvious then a bug report might help.11:54
james_wif you think the changes are wrong then that's obviously different.11:54
rootbridgejames_w, ok. I've now filed the bug reports already11:54
james_wrootbridge: cool, thanks.11:55
sistpoty|workhi folks12:12
iulianHey sistpoty|work12:13
sistpoty|workhi iulian12:13
* siretart highfives sistpoty|work!12:16
sistpoty|workhi siretart12:16
cbx33hey guys12:19
cbx33I have someone building a set of packages for ubuntu12:19
cbx33they want a single binary file which uses two tar.gz files12:19
cbx33sorry12:19
cbx33 a single source file I should say12:19
cbx33this isn't really the done thing is it12:19
cbx33we'd create two pacakges and make one depend on the other12:19
cbx33right?12:20
sistpoty|workcbx33: I'm not too sure if I understand the scenario correctly...12:20
cbx33ok12:20
james_wcbx33: you can create a source package made of two .tar.gz. It's not pretty, but it is possible.12:21
cbx33james_w: really12:21
cbx33I may suggest to them that they put everything into one tar gz file12:21
cbx33that may work right?12:21
james_wrootbridge: thanks. I've subscribed the sponsors, so the syncs should happen once they have approved and the archive un-freezes.12:21
james_wcbx33: that would work. You can also tar the two files up inside another tar.gz, and then unpack them as part of the build.12:22
cbx33ahh yes12:22
james_wcbx33: as I said, it's not pretty, but it is possible.12:22
cbx33yes12:23
sorencbx33: It's not unheard of to have the orig.tar.gz simply contain the two tarballs. Not unpacked, but the tarballs themselves.12:46
* ScottK plugs his ears to avoid hearing more of it.12:47
sorenScottK: glibc does it, for instance. evolution used to do it (AFAIR).12:50
=== Tonio__ is now known as Tonio_
mok0soren: does that mean you could tar up the debian/ dir in a tarball :-)13:12
mok0james_w: ^13:13
mok0Is the SRU team == MOTU release?13:17
DktrKranz2mok0: motu-sru13:18
mok0DktrKranz2: ok thx13:18
DktrKranz2and != from motu release13:18
mok0DktrKranz2: Ah, so you are one of the guys to befriend... :-)13:19
DktrKranz2heh13:20
DktrKranz2I'm mostly offline, though13:20
DktrKranz2my ISP decided to cut off my DSL without notice13:21
mok0DktrKranz2: Are you doing bad things to their net?13:21
DktrKranz2probably they use fedora :)13:22
mok0DktrKranz2: heh13:22
DktrKranz2and didn't want ubuntu stuff on their wire13:22
mok0wicked13:22
DktrKranz2so I use office connection, but I haven't any development tool here :(13:23
mok0DktrKranz2: ydrrrk13:23
CreationistWill there EVER be an advanced installer for Ubuntu that offers us the option on which packages to install?13:28
RAOFCreationist: Probably not.13:28
jsgotangcosynaptic not works for you?13:29
jsgotangcoohh sorry13:29
jsgotangco:)13:29
RAOFI'm not sure I'll stake out 'never', though.  That's a long time :)13:29
jsgotangcomy bad13:29
james_wwhat about the alternate installer in expert mode?13:29
CreationistRAOF: Do you know why?  I understand the need for simplicity for most new users, but it would certainly be nice for more advanced users to be able to quickly install a system tailored to our specs without having to make so many extra steps after the installation, you know?13:29
Creationistjames_w: Yeah, that's what I would have thought would offer the options... but it isn't there.13:30
james_wThere's "Select and install software" or something similar isn't there?13:30
Creationistjames_w: Hmm... not that I saw.13:31
CreationistAnd according to RAOF, it doesn't exist yet, if ever.13:31
\shCreationist, why not FAI ? or Kickstart? it will do what you want13:31
Creationist\sh: Not during installation, though.13:31
\shCreationist, it helps you to install exactly what you want...and you don't need any cds anymore :)13:32
Creationist\sh: Hmm... maybe I don't know what it is lol13:32
CreationistI'll look it up.13:32
\shCreationist, automatic installation methods13:32
jsgotangcoyeah kickstart should work13:32
jsgotangcobut i think he's looking something like what anaconda can do in d-i13:32
\shanaconda is for hardware recognition, afaik13:33
jsgotangcoi think that's kudzu13:33
\shoh yes13:33
\shanaconda, kudzu..all those redhat relicts13:33
jsgotangco:D13:34
\shjsgotangco, but there is almost always the idea of preseeding the alternate installer13:34
jsgotangcoyes preseeding should work13:35
ograapt-get install system-config-kickstart13:37
ogra;)13:37
ogracreate preseed files for d-i wiht a gui13:37
CreationistIsn't there a DVD version of Ubuntu available somewhere?  I can't find it anywhere.13:42
mok0DktrKranz2: How do I get a SRU, file a bug?13:42
Hobbsee!dvd13:46
ubotuFor playing DVD, see http://help.ubuntu.com/ubuntu/desktopguide/C/video.html - "libdvdcss2" can be found at !Medibuntu or (for Feisty and earlier) http://wiki.ubuntu.com/SeveasPackages - Try k9copy (available in !Universe) for backing up DVDs13:46
Hobbseebah13:46
DktrKranz2mok0: if it's already open, you can reuse it13:48
mok0DktrKranz2: It's not.13:48
DktrKranz2keep in mind if it needs fixing for intrepid, consensus was to indicate how to address it once archives are open13:49
DktrKranz2so, feel free to open a new one13:49
mok0DktrKranz2: sure13:49
DktrKranz2subscribe motu-sru, provide a good test case and wait for an ACK13:50
mok0DktrKranz2: ... and then I just upload it?13:51
mok0DktrKranz2: (sorry for the stupid questions, but I am not familiar with the procedure!)13:51
DktrKranz2mok0: once a ACK has been granted, you can proceed with upload to $distro-proposed13:52
mok0DktrKranz2: Ah, so I need to put that in changelog13:52
DktrKranz2yes, used dch -D $distro-proposed13:53
DktrKranz2no $distro or $distro-updates13:53
mok0DktrKranz2: got it13:53
DktrKranz2be sure to include LP bug reference13:53
DktrKranz2or you will get a reject :)13:54
=== asac_ is now known as asac
DktrKranz2mok0: is bug 223649 the one you were referring before?14:17
ubotuLaunchpad bug 223649 in torque "torque-server init script fails during installation and removal" [Undecided,New] https://launchpad.net/bugs/22364914:17
sebnerpersia: for the new hacker group. Are testimonials a requirement or just a bonus point?14:20
Kopfgeldjaegerhi14:20
Kopfgeldjaegercould someone have a quick look at (there arent many changes to look at) my package for gtkhash? builds fine with hardy-ppa. i would like to see it in intrepid! http://nicolaispohrer.dyndns.org/packaging/14:20
persiasebner: A requirement.  Someone needs to be a sponsor for someone to be sponsored.14:21
sebnerpersia: kk. thx14:22
mrpouetre, filezilla-3.0.9.2 (new release is out )doesn't exist in hardy-proposed ? i didn't find it...14:26
mok0DktrKranz2: bug 22364914:26
ubotuLaunchpad bug 223649 in torque "torque-server init script fails during installation and removal" [Undecided,New] https://launchpad.net/bugs/22364914:26
DktrKranz2mok0: I looked a bit at the debdiff, it ships several hypen fixes, they are minor issues not really SRU-worthy (even if barrier has been lowered recently). Also, changelog entry lacks LP: #223649 and target must be hardy-proposed14:31
mok0DktrKranz2: The hyphen fixes were asked for by persia when he uploaded the package just before new freeze14:32
ScottKmok0: Since we are post release, SRU changes should be the minimal fix to deal with the exact SRU worthy problem.14:33
ScottKmok0: Due the cleanups in Intrepid14:33
ScottKDue/Do14:33
mok0OK14:33
persiaWhich hyphen fixes?  (I've lost context).14:33
DktrKranz2Exactly, we can bring in -updates low impact bug fixes, but cosmetic changes are usually ignored14:34
mok0persia: ah, when you uploaded the torque package for me a few months ago, you made me promise that I would fix a number of hyphen/minus issues in the manpages14:34
ScottKMan page formatting changes should definitely just be done in Intrepid.14:35
persiamok0: Ah.  Right.  Yes.  As indicated above, those are things that ought be done in a dev release, as they aren't SRU-worthy.  Please do fix the hyphens for intrepid, and drop them from a hardy patch.14:35
mok0persia: sure14:35
Kopfgeldjaegernobody here to look at my package?14:36
DktrKranz2mok0: just include changes which affect package direcly (e.g. broken installation fix is definitely worth it)14:37
DktrKranz2ah, version should be 0ubuntu1.1, to avoid potential conflicts with a future upload in intrepid14:38
mok0DktrKranz2: I will upload another debdiff shortly14:41
DktrKranz2great. ping me once ready :)14:41
ScottKslangasek: Today is your archive admin day, right?14:48
mok0DktrKranz2: Pinnnngggg....14:57
=== greeneggsnospam is now known as jsgotangco
DktrKranz2mok0: are these errors you receive? http://paste.ubuntu.com/8506/15:02
mok0DktrKranz2: yes15:02
mok0DktrKranz2: those dirs are now a part of the package15:02
DktrKranz2ok, is linda change relly required'?15:03
mok0DktrKranz2: no15:03
mok0DktrKranz2: I can get rid of it15:03
DktrKranz2yes, please15:04
mok0will do15:04
mok0DktrKranz2: ... and you'll have difficulty removing the package again15:05
DktrKranz2without linda override?15:05
mok0DktrKranz2: no, no15:05
mok0the linda override is just cosmetics15:05
mok0DktrKranz2: you installed the package on your machine, right? Try removing it15:06
DktrKranz2mok0: I tried on a pbuilder, during apt-get phase I didn't receive any errors, but I guess I will on a real box15:07
mok0DktrKranz2: yes you would15:08
DktrKranz2I can't directly test it, but it sounds sane and you tested it15:08
mok0DktrKranz2: you need to see the debdiff w/o the linda override?15:08
DktrKranz2It's not required, if you will upload it without that15:09
mok0DktrKranz2: I discovered it yesterday when I needed the package :-(15:10
DktrKranz2but if you want to produce bugmail, I won't complain :P15:10
mok0DktrKranz2: that's what I am trying to avoid...15:10
DktrKranz2mok0: I'll ACK the bug asking to upload to hardy-proposed without linda override in. Just one second15:12
DktrKranz2mok0: done. Go ahead and enjoy uploading in unapproved queue :)15:15
mok0DktrKranz2: heh, thanks15:16
DktrKranz2don't forget to add TEST CASE in bug description to speed up verification phase by sru-verfication :)15:17
mok0DktrKranz2: you mean, how to test it?15:17
DktrKranz2yes15:18
mok0DktrKranz2: good point, I'll remember that next time15:18
DktrKranz2how to reproduce and how to test if fix is good15:18
DktrKranz2this one is trivial15:18
mok0indeed15:18
DktrKranz2but sometimes it's not15:18
mok0DktrKranz2: I should have discovered it earlier...15:19
* mok0 kicks himself15:19
DktrKranz2I remember a beautiful SRU with a long road to test if everything was good15:20
DktrKranz2and TEST CASE saved my day15:20
* DktrKranz2 loved plr SRUs :P15:20
mok0plr?15:21
DktrKranz2https://launchpad.net/ubuntu/+source/plr15:21
* mok0 tries to locate the SRU DktrKranz2 is talking about...15:23
mok0Ah15:24
mok0nice15:25
mok0gotta run CU later...15:27
=== Tonio__ is now known as Tonio_
DktrKranz2115:29
jpatrickhttp://www.seqfault.de/files/hardy-thankyou.png \o/15:30
Kopfgeldjaegeris there anything special to take care of when porting packages from debian?15:30
ScottKAs long as the package correctly specifies dependencies and versions, it should just be a rebuild.  If it builds/installs/ it's generally fine.15:32
DktrKranz2jpatrick: awesome :)15:32
ScottKIt took a while to find it, but I'm in there, which is totally cool.15:33
jpatrickScottK: I think they got the names from the ubuntu-members team15:34
jpatrickbut yeah, it is cool15:35
* ScottK was guessing from hardy-changes.15:35
exodos_hi there, whats the correct way to create /var/log/myproject directory is my deb package? should I use postins script or just include create this dir under debian/tmp ?15:35
persiaexodos_: Either create in postint, or check & create in init.d15:39
james_wpersia: /var/log isn't tmpfs is it?15:40
persiajames_w: Not by default, no.15:40
james_wso shipping it in the package would be better, no?15:40
persiaOn the other hand, if the user mistakenly deletes the entire directory when cleaning up log files, having the directory recreated is more robust than failing to write to the log (or failing to start).15:41
persiaI don't like to ship anything under /var in the package, if it can be avoided, but that's a personal opinion.  I think packages should be fine with /usr and /etc (with perhaps some limited exceptions for /bin or /lib).15:42
james_wtrue, and moving everything to init scripts would make it easier to switch to tmpfs or similar for other things15:42
Kopfgeldjaegerwhen will the hardy repos be opened?15:43
Kopfgeldjaegereeer intrepid15:43
ScottKNever15:43
ScottKSoonish.15:43
persiaWell, I can't imagine any use case where use tmpfs for /var/log would be correct, but maybe.15:43
ScottKIt's usually  1 - 3 weeks after the release15:43
Kopfgeldjaegerk15:43
ScottKDepends on how long it takes them to get the toolchain in place.  They'll be working on it now.15:44
jpatrickKopfgeldjaeger: it's open, just needs toolchain15:44
persiaWell, it's currently frozen (although it exists).15:46
ScottKInteresting read: http://contentconsumer.wordpress.com/2008/04/27/is-ubuntu-useable-enough-for-my-girlfriend/15:58
HobbseeScottK: no.  i'ts not.  girls can't use ubuntu, and don't exist on hte intarweb.16:03
ScottKHobbsee: OK.  The title and some of the underlying assumptions about gender are poor.16:03
* Hobbsee hasn't read it yet16:03
mbtHobbsee: Both of my girlfriends use Ubuntu... :)16:03
ScottKJust mentally substitute my 73 year old father for girlfriend and it'll work out.  He wouldn't do as well as she did I don't think.16:04
ScottKAlthough for a person of his age, he's pretty computer literate.16:05
persiaunderlying assumption about gender?  I don't see anything that would prevent the article being "Is Ubuntu useable enough for my boyfreind?", except that one might s/Erin/Aaron/16:05
sistpoty|workwell, my gf knows ubuntu (or rather gnome) better than I do actually *g*16:06
* Hobbsee also has a non-technical friend working her way thru ubuntu, who does'nt appear to have problems.16:08
ScottKCool.16:09
\shubuntu is linux for human beings...what is a non-technical friend then? ;)16:09
\share technical people non humans?16:09
ScottKThe one in there that I think really ought to (and can) be managed much better is Firefox jumping to the Adobe web site to offer a Flash download.16:09
mbtWell, us "mere mortals" have to be able to use something... :)16:09
ScottKSurely we could manage to point that at one of the repository flash packages.16:10
persiaI'd argue that having applications be usefully aware of resolution and DPI is another reasonable target.16:10
* \sh can't use windows actually...really...I have problems with the installation in general16:10
persia(especially the resolution control tool)16:10
sistpoty|work\sh: you're not alone there ;)16:10
\shpersia, did you read the thread on wine-devel ml about "wine and 400 DPI" ? ,-)16:11
persia\sh: No, I don't follow wine.  Link?16:11
=== Sebast1an is now known as Sebastian
\shpersia, moment...I just have it on my imap16:11
\shpersia, http://www.winehq.org/pipermail/wine-devel/2008-April/065213.html and following16:12
ScottKYokoZar: I was wondering if you've looked at the wineconfig program included in kde-guidance and if you think it's a useful thing to have?16:12
persia\sh: Looks like a repeat of the standard discussion.  Unfortunately, the current libraries tend to make assumptions about the physical size of a pixel, and so most developers end up with distances measured in pixels, which look really bad on alternate hardware.  For GNOME, the current decision is that all screens are 96DPI, regardless of the actual physical characteristics.16:16
persiaThis is of course different from the resolution control tool not knowing that it only has 400 vertical pixels, and appropriately adjusting the interface.16:17
slangasekScottK: nominally yes, but I'm off today and moving house16:25
ScottKslangasek: OK.  Good luck with the move then.16:26
slangasekthanks, need it :)16:29
sistpoty|workDktrKran12: what's the next step for SRUs, once it's uploaded to -proposed? Is there still a time limit when it may enter -updates (as StableReleaseUpdates on the wiki doesn't seem to contain one)16:32
jdongsistpoty|work: 2-3 ACKs from unique users16:33
persiaI've seen the archive admins pull them after a few months.16:33
jdongsistpoty|work: if that's not achieved within a reasonable amount of time, archive admins will pull the update16:33
sistpoty|workjdong: ah, thanks... so does bug #208666 qualify to be ready for -updates yet? and if so, is it copied by archive admins or do I need to upload it to -updates?16:34
ubotuLaunchpad bug 208666 in xmms-crossfade "audacious crashed with SIGSEGV in g_type_check_instance_cast()" [Medium,Fix committed] https://launchpad.net/bugs/20866616:34
jdongsistpoty|work: that looks like it's been ACKed adequately...16:35
=== beuno_ is now known as beuno
sistpoty|work(strange, but LP doesn't show me who set verification-done... or I'm blind again *g*)16:35
jdonginteresting16:35
jdongsistpoty|work: yeah it's marked correctly16:36
jdongthe archive admins should copy it to -updates16:36
jdongsoon. ish.16:36
sistpoty|workjdong: ok, thanks!16:36
ScottKsistpoty|work: Archive admins copy directly from -proposed to -updates now.  No need to re-upload.16:40
sistpoty|workScottK: thanks, I've just asked on -devel :)16:40
=== _Czessi is now known as Czessi
DktrKran12sistpoty|work: basically someone from sru-verification needs to check if fix is good (for universe/multiverse, it'susually me), but sometimes two/three "thumbs up" are enough for a-a to move to -updates16:51
DktrKran12sistpoty|work: crossfade will be published to -updates after sevend days elapsed16:53
DktrKran12minimum waiting period is preserved to avoid last-minute regressions16:53
sistpoty|workDktrKran12: ah, so there still is a delay? maybe the wiki should be updated then?16:53
DktrKran12I think there's already16:54
DktrKran12at least, there was16:55
DktrKran12https://wiki.ubuntu.com/StableReleaseUpdates?action=recall&rev=82 named "and passed a minimum aging period of 7 days", newer versions no longer name it...16:57
sistpoty|workyeah... that's why I was asking16:58
DktrKran12so, it's better asking. I usually leave packages in -proposed at least seven days before attempting to check them, perhaps recent SRU change turned off this requisite16:59
sistpoty|workwell, I don't mind for xmms-crossfade too much :)17:00
DktrKran12probably people from that 32 dupes do :)17:01
sistpoty|workheh... and there should really be no regression, since there are no code changes :)=17:01
Kopfgeldjaegerhm. how to tell dch how my email address is?17:01
sistpoty|workKopfgeldjaeger: export DEBEMAIL (e.g. DEBEMAIL=Stefan Potyra <sistpoty@ubuntu.com>)17:02
DktrKran12it's hard to break something fully broken already, sounds good :)17:02
persiaKopfgeldjaeger: EXPORT DEBEMAIL="Appelation Surname <account@provider.tld>"17:02
Kopfgeldjaegerthanks. already tried it, but without the name :)17:02
ScottKWho in the world decided puiparts was a good first topic for open week?17:04
DktrKran12ScottK: our desire to have at least one run for universe in Intrepid development cycle :)17:05
ScottKWell I think having it first when the people in the chat channel are asking about stuff like "How do I make a .deb" wasn't such a great plan.  It's a rather advanced topic.17:06
RainCThi17:06
sistpoty|workhi RainCT17:06
=== DktrKran12 is now known as DktrKranz2
ScottKHello RainCT17:06
DktrKranz2persia: we are trying to have some machines to run some QA tests, let's cross our fingers :)17:07
Kopfgeldjaegerhi RainCT17:07
persiaDktrKranz2: I've every confidence :)17:08
DktrKranz2I haven't, but I really want to run them at least once17:08
DktrKranz2both piuparts and AutoUpgradeTools (or equivalent)17:09
Amaranth<asomething> QUESTION: Will piuparts be run against all uploads to REVU?17:11
AmaranthAnyone know? :)17:11
Kopfgeldjaegerhmpf. now i've made 3 packages (1 new, 2 from sid) and didnt need much time. i think it would be really cool to have them in intrepid :)17:11
DktrKranz2Amaranth: piuparts requires binary packages, REVU only has sources, IIRC17:13
sistpoty|workyep17:13
persiaREVU is unlikely to develop package building characteristics, unless lots more hardware is thrown at it.17:15
DktrKranz2what about having debian-style binary uploads?17:17
sistpoty|workpersia: actually spooky should be fast enough to handle building, but there's a lack of revu devs rather ;17:17
sistpoty|work+)17:17
AmaranthI never thought that was a good idea17:17
AmaranthExcept maybe for bootstrapping a new arch17:17
Amaranthbinary uploads, i mean17:17
DktrKranz2REVU won't become a build farm and some additional lintian checks will be showed17:17
persiaFor REVU?  That's a possibility.  Of course, REVU runs on a Sparc, so to run piuparts, people would need to submit sparc binary uploads...17:17
\shAmaranth, bootstraping should be done by buildd admins even for revu17:17
persiasistpoty|work: Does spooky have the disk space to run a buildd & associated infrastructure?17:18
\shpersia, actually it would be possible if we would find sponsors for hardware and ip traffic17:18
persia\sh: In that case, I'd rather see a REVU buildd than binary uploads.17:18
\shpersia, we need a fundraiser...17:19
\shamd + a good colo housing company17:19
sistpoty|workpersia: it has 72Gb reserved for package uploads, and an 18 Gb root partition, so it cannot rebuild the archives in total17:19
Hobbseeor just abuse ppa for the purpose17:19
persiaHobbsee: PPA doesn't do sparc.17:19
\shand no hppa17:19
Hobbseeoh, bah.17:19
\shwell, having a hppa or sparc buildd wouldn't make sense, because most people don't have sparc hw or hppa hw at home17:20
\shso building a source doesn't mean it runs as expected17:20
StevenK\sh: I have both17:20
\shStevenK, well, there are exceptions :)17:20
* StevenK grins17:20
HobbseeStevenK: are you normal?  :)17:20
persia\sh: It would be useful for running piuparts on spooky though :)17:20
StevenKHobbsee: Doubtful17:21
sistpoty|workwell, I don't mind using spooky as a developer box too much (e.g. for pbuildering), as long as uwsa take responsibility ;)17:21
DktrKranz2debian has community boxes, it's a shame we don't (or on a limited basis)17:22
persiaDepends on spooky's speed.  I remember sparky having resource contention issues between developer use and REVU.17:22
sistpoty|workpersia: spooky is fast... and has lots of ram :)17:23
persiaOK.  Depends on UWSA, but even just for hunting down FTBFS, it might be useful (as we're not all as equipped as StevenK)17:24
\shDktrKranz2, debian has a lot sponsors for hardware and ip connectivity17:26
DktrKranz2\sh, yeah :(17:26
ScottKIf someone wants to do a great service for hppa, what it needs is someone who cares to figure out getting that java infrastructure working.  As it is, any package with a java anything (AFAICT) will FTBFS on hppa.17:27
* sistpoty|work is off home now... cya17:33
ScottKDktrKranz2: Are you still ack'ing SRU's?17:42
DktrKranz2ScottK: office time ran out, if you have a quick one, sure17:42
ScottKDktrKranz2: http://launchpadlibrarian.net/13954003/pyslide_0.4-10ubuntu2.1.debdiff and the last few comments in Bug #19901417:42
DktrKranz2ScottK: fine for me, remember to fix it in intrepid somehow17:44
ScottKWill do.17:44
DktrKranz2thanks17:45
ScottKIIRC the version in Debian doesn't actually need it anymore, but I'll get it taken care of.  Did you mark it in the bug?17:45
DktrKranz2ScottK: right now17:46
ScottKThanks.17:47
* ScottK is getting a lot of LP timeouts right now, so can't tell.17:47
jdong*sigh* I give up on Launchpad for the day17:48
ScottKI'm sure we're just not using it right.17:48
* DktrKranz2 off17:55
davromaniakhi18:07
davromaniakI have a little question about the tshirt with all the names written on it, what was the condition to have his name on the shirt, because it's kind of strange that my name isn't on it, so if there was a quota of work done for hardy, I understand it.18:09
persiadavromaniak: Was your name on a changelog for hardy?18:10
davromaniakah, no, I only did bug reports18:11
persiaAre you an ubuntumember?18:12
davromaniakyes, since september18:12
persiaThat's likely it then.18:12
davromaniakok18:12
=== rexium is now known as rexbron
persiaAnd don't discount bugwork.  Bugs are a major way in which Ubuntu is improved.18:13
jdongpersia: big +118:14
jdongbug QA'ers are my heroes here.18:14
davromaniakok thanks persia I will ask nemphis about this18:15
jdongwhat is this t-shirt that people keep referring to?18:16
* jdong feels lost18:16
nxvlwhat t-shirt with names on it?18:16
* nxvl wants18:16
* nixternal too18:16
nxvldavromaniak: what t-shirt are we talking about?18:17
asomethingI'd imagine it's this: http://www.seqfault.de/blog/index.php?/archives/87-Einfach-mal-Danke-sagen.html18:18
persiahttp://www.seqfault.de/files/hardy-thankyou.png ?18:18
asomethingI didn't know it was made into a t-shirt though18:18
* ScottK is curious where to get this shirt.18:18
persiaWell, it's an image.  Making a shirt is a matter of handing the image to your local silkscreener.18:19
ScottKRight.18:19
persiaOught cost ~5 euros for decent quality shirts in bulk.  Maybe 10 for an individual order.  Cheap shirts are about 3 (in bulk).18:19
* ScottK was hoping for more of a point/click/hand over a credit card number solution.18:19
* ScottK senses an entreprenurial opportunity for someone.18:20
persiaAh.  Hmm..  That takes a couple weeks to set up...18:20
jdongScottK: likewise :D18:20
persiaAnyone have a merchant account and a relationship with a silkscreener?18:20
jdongI would certainly buy one18:20
ScottKNot /me (which is why I ask).18:20
nxvlwhere can i can i buy one?18:21
persiajdong: If I send you contact info for a reputable silkscreener in Needham, can you organise some?18:21
jdongpersia: -ENOTIME :(18:21
persiaheh.  Unfortunately, the only silkscreener I've worked with is in Needham, and I'm not sure anyone else is close enough for that to matter.18:22
ScottKjdong: You belong to a loco that needs some fund raising perhaps?18:22
persiaTrue.  Anyone in that loco ought be able to get there.18:22
* persia notes that it likely also needs someone to secure the rights to the image...18:23
persia(personal use is likely fine, but fundraising / sales is likely to require paperwork, even if everyone is amenable to no charge solutions)18:24
* nxvl blogs18:24
sebnerI also should consider making a t-shirt. I'm also on the list ^^ xD18:26
* asomething was pleasantly surprised to see his name18:28
asomethingAny one have experience with registering the new x-content mime type used by the nautilus media tab? I'm trying to add ;x-content/audio-cdda;x-content/audio-player; to Exaile but it doesn't seem to show up in nautilus after installing the the package. adding a dh_desktop call didn't seem to help. Is there any thing special about this? Bug #19147518:35
ubotuLaunchpad bug 191475 in amarok "[hardy] media tab in file management preferences missing applications" [Low,Confirmed] https://launchpad.net/bugs/19147518:35
=== Amaranth_ is now known as Amaranth
davromaniakI sent an email to nemphis to know if there's a "selection"18:38
copprois there any way to make Firefox use KDE MIME associations? If not, it might make a good package18:40
=== fta_ is now known as fta
mahmoud3Hello .. May a MOTU repackage grsync from debian sid ,  this fixes LP bug #14827218:54
ubotuLaunchpad bug 148272 in grsync "grsync crashes on save session" [Medium,Confirmed] https://launchpad.net/bugs/14827218:54
james_wmahmoud3: that will happen automatically once this archives open for intrepid.18:55
zul\sh: ping18:55
* asomething slaps forehead when he realizes that he's just not calling dh_desktop in the right place18:57
=== gnomefre1k is now known as gnomefreak
FestorIs it possible to make a control file translatable?18:59
Festor18:59
FestorI refer to appear in several languages depending on the system where you install the package18:59
=== santiago-php is now known as santiago-ve
=== gnomefre1k is now known as gnomefreak
FestorIs it possible to make a control file translatable?19:03
FestorI refer to appear in several languages depending on the system where you install the package19:03
lagaFestor: no need to repeat your question. if someone knows, they'll answer19:03
persiaFestor: I don't believe the translations belong in debian/control directly (and no need to repeat yourself).  Take a look at http://www.debian.org/intl/l10n/ddtp for some pointers that might lead to you a solution.19:03
Festorsorry19:03
Festorthanks persia :D19:04
Kopfgeldjaegerif i need someone to upload some packages i made (not only now, but also later | mostly merges from debian), would it make sense to look for a mentor?19:27
sebnerKopfgeldjaeger: a mentor is not forced to upload for merges. The archives for intrepid are still so wait some days and subscribe u-u-s then19:29
sebnerhey jono :D19:29
sebnerargh. still closed19:31
Kopfgeldjaegeryeah, i know that a mentor isnt really for uploading. thanks.19:35
ScottKKopfgeldjaeger: There's a sponsorship process.  I suggest following it.  People getting impatient about sponsorship is a good way to end up getting ignored.19:35
Kopfgeldjaeger(just fto be sure: the thanks was for the tip with u-u-s and not sarcastic in any way :) )19:36
Kopfgeldjaegerok19:36
KopfgeldjaegerSo, for every package I made, create or change a bug report, set it to confirmed, upload a debdiff (?) there and subscribe u-u-s ?19:42
=== gnomefre1k is now known as gnomefreak
jdongKopfgeldjaeger: that's correct19:43
Kopfgeldjaegerok, thanks.19:43
sebnerKopfgeldjaeger: if the debdiff is for universe packages, yes19:44
jdongScottK: why isn't bug 223789 valid for Ubuntu Mercurial?19:47
jdongit seems to be a wishlist/update bug19:47
ubotuLaunchpad bug 223789 in mercurial "[needs-packaging] mercurial 1.0" [Undecided,Invalid] https://launchpad.net/bugs/22378919:48
ScottKjdong: It'll be auto sync'ed from Debian.  Dunno what the bug would be for.19:48
sebnerAlways wanted to do a FFe for it but debian never had this 1.0 version ^^19:48
jdongScottK: ah, I was unaware the version desired was already in Debian19:48
ScottKhttp://ftp.debian.org/debian/pool/main/m/mercurial/mercurial_1.0-4.dsc19:49
=== frostburn2 is now known as frostburn
\shuhm? the archives are open?20:18
sebner\sh: what?20:18
sebnerintrepid?20:19
sebnerwth?20:19
\shregarding intrepid-changes ...20:19
\shor is it only the time to get the toolchain up2date?20:19
sebnerdamn it20:19
sebnerI want to become a ubuntu member first ^^20:19
ScottK\sh: Toolchain.20:20
\shgrmpf20:21
\shScottK, so it's still time to relax and watchings things to come closer to a workable state...20:24
sebnerScottK: on LP intrepid is now "frozen" :) but edgy should be removed ...20:25
ScottKsebner: Give them a few days on Edgy.  It just went eol over the weekend.20:26
sebnerkk. np20:26
\shsebner, actually it should say: deprecated, please upgrade to feisty or gutsy or hardy20:26
ScottK\sh: SRUs20:26
\shScottK, na...-security and new crack for me :)20:27
\shclaws-mail testing :) wine on lpia20:27
ScottKleonel: I could really do with some clamav debdiffs for Feisty/Gusty ...20:27
\shand wireshark on dapper :(20:27
ScottKspeaking of security.20:27
=== x-spec-t is now known as Spec
sebner\sh: also want to add a testimonial? ^^ https://wiki.ubuntu.com/StefanEbner20:30
RainCTDo you believe? sebner impersonates MOTUs and writes bad stuff about himself -.- (https://wiki.ubuntu.com/StefanEbner, https://wiki.ubuntu.com/StefanEbner?action=info).. lol20:31
sebnerRainCT: damn you ^^ wait some seconds and I have a second testimonial :D20:32
\shhmm...20:33
leonelScottK: sorry for the delay ,  I can do it today20:33
ScottKOK.  Great.20:33
leonelScottK:  what happened to  bug 21350020:33
ubotuLaunchpad bug 213500 in clamav "heap corruption before 0.92.1" [Medium,Confirmed] https://launchpad.net/bugs/21350020:33
ScottKleonel: I should have the Debian clamav 0.93 package today.20:33
ScottKleonel: Nothing AFAIK.20:33
\shsebner, why did you change your nick from hellboy to sebner?20:34
ScottKI'd combine those changes with the new ones in one debdiff.20:34
leonelScottK:  so shuld I cancel tha20:34
leonelScottK:  ok20:34
sebner\sh: ah now you recognise me ^^20:34
sebner\sh: because it was stupid and for potential copyright issues20:34
\shsebner, na...I knew it already...but I never had the time to ask :)20:34
sebnerah. kk20:35
\shsebner, you mean the marvel comic and movie "Hellboy"?20:35
\shsebner, this second class C movie? ;)20:35
sebneryeah ^^. late in 2005 I was looking for a nickname and I was young *gg*20:35
leonelScottK: so hardy and dapper are  updated  just gutsy and feisty need patches ??20:36
\shsebner, this guy with red skin and some horns ?20:36
sebner\sh: It's not that bad though I'm not a fan of it ^^20:36
sebner\sh: yep20:36
ScottKleonel: Hardy is fine.  Dapper is fixed in backports and I hope to convince and archive admin to copy that to updates.20:36
ScottKSo please concentrate on Gutsy/Feisty.20:36
\shsebner, well, I think I have to decline your application, because what we really need, is a red skinned devil, drinking whisky and smoking cigars and always ready to draw a really big gun ;)20:37
RainCTxDDD20:37
sebner\sh: ohh sad but I understand xD20:37
RainCTapachelogger: lol20:37
leonelScottK:  OK20:38
sebnerhrhr20:38
\shsebner, no, IO20:38
sebner\sh: ^^. please read second testimonial20:38
ScottKsebner: Fancy looking into Bug 222486?20:38
ubotuLaunchpad bug 222486 in klamav "KlamAV does not work if scanning ARJ files is enabled" [Undecided,New] https://launchpad.net/bugs/22248620:38
* ScottK runs off to the bank.20:38
* sebner hides xD20:38
apacheloggerRainCT: \sh did it!20:38
RainCTapachelogger: with your name? o_O20:39
apacheloggerah, right, he is a whitish hat, bad excuse I guess -.-20:39
sebnerScottK: maybe on weekend. doesn't look like it now but I have to work for school ^^20:39
sebnerScottK: also want to add something?20:39
ScottKsebner: Figure the fix for that one and I'll get over my hurt feelings about not being asked.20:39
sebner^^20:40
* apachelogger gives ScottK a cookie20:40
sebnerI think with that testimonial I should replace mark xD xD xD20:41
RainCTsebner: bah and you don't even apologize to ScottK. you *are* evil!20:41
RainCT*g*20:41
sebnerMy passion, my pleasure :)20:42
\shapachelogger, what did I do?20:42
\shsebner, hope it helps...and always look on the bright side of life :)20:43
sebner\sh: omg. great. xD xD xD20:44
\shapachelogger, my testimonial is longer then yours ;)20:44
\shit's really the time to open the archives...and not writing strange things on wiki pages ;)20:45
\shsebner, I'm looking forward to welcome you to the inner circle of hard work and old farts, aka MOTU :)20:45
sebner\sh: hrhr20:45
apachelogger\sh: hard work? Oo20:46
apacheloggeromg20:46
sebner\sh: well. this testimonial is just for the new universe contributors page ;)20:46
apacheloggernone told me -.-20:46
sebnerapachelogger: hrhr20:46
rzrhi guys20:46
rzrare you all running hardy ?20:46
sebner\sh: page = group20:46
apachelogger\sh: btw, it's not always the length that matters :P20:46
\shapachelogger, well, look in the mirror, I can't even count your wrinkles anymore ;)20:46
apacheloggergood point20:47
* rzr thought about upgrading on n+120:47
sebnerlol20:47
\shapachelogger, right, but I'm using sbuild, so I know the technique very well too...regarding my age and my...oh damn, I should go to bed ;)20:47
* apachelogger is wondering when 8.10 development starts20:47
sebnerapachelogger: some days20:47
\shapachelogger, it already begun ;)20:47
* apachelogger doesn't see it20:47
apacheloggerit is hiding, that isn't a good sign IMO20:48
\shapachelogger, don't you read hardy-plus-one-changes?20:48
rzr\sh: any url so suggest ?20:48
sebner\sh: motu candidature will come in 2-3 months but I hope I can keep your comment for it ^^20:48
\shapachelogger, matthias and adam are already pushing the toolchain20:48
apachelogger\sh: no... that said, I should be reading maths20:48
apacheloggerhoooray20:48
apacheloggeroh, hold on, I will only join intrepid development in july20:49
sebnerapachelogger: school doesn't matter ;) not for me and it shouldn't for you :P20:49
\shapachelogger, hmmm...but for linuxtag you have time, right? I don't want to sleep  next to a german ,->20:50
apacheloggerlol20:50
apacheloggerI have a talk @ LT20:50
\shapachelogger, ok...I think it's time to make a secret public...20:50
sebnerapachelogger: about? kde, amarok?20:51
apacheloggersebner: I dunno20:51
sebnerxD20:51
apacheloggerNightrose: is doing the talks I am responsible for the jokes20:51
NightroseoO20:51
Nightroseyou didn't tell me that yet honey :P20:51
* apachelogger is afraid which secrets \sh might make public20:51
sebnerlol20:51
sebner\sh: we hear :P20:52
apacheloggerNightrose: now you know :P20:52
Nightroseapachelogger: thx for telling me20:52
Nightrose:P20:52
* \sh likes apachelogger , me fell in love with an austrian ,->20:52
* apachelogger blushes20:52
sebner\sh and apachelogger sitting on a tree and kissing ... xD20:53
\shsebner, not really...no...20:55
sebner^^20:55
apacheloggerhm20:56
apacheloggerI have acrophobia or whatever the correct spelling is20:56
\sharachnophobia?20:56
lagaagoraphobie?20:56
sebner\sh = spider? hmm xD20:56
lagas/ie/ia/20:56
* \sh is just afraid of stinking feet20:57
\shok...time to stop being funny.../me needs to fix some things on a server20:57
apacheloggerhttp://en.wikipedia.org/wiki/Acrophobia20:57
affluxsebner: evening :)20:58
sebnerafflux: aloha ;)20:59
affluxsebner: will you appear at linuxtag in berlin?20:59
sebnerafflux: unfortunately not. Too far away and no time :(20:59
apacheloggerpfft20:59
affluxah, pity :(20:59
apacheloggerlame excuse20:59
leonelScottK: been thinking  about clamav  and can  we  keep the lattest  clamav for  the  current ubuntu versions  and add a dialog or alert box to the clamav package that use the backports  or  keep it on ppa  ?20:59
sebnerapachelogger: yes?20:59
\shsebner, try to get a ride with apachelogger20:59
apacheloggerif I can, sebner can as well20:59
affluxhehe20:59
apachelogger\sh: I am flying most probably20:59
\shapachelogger, bah....moneytrader you20:59
apacheloggerwell21:00
sebner\sh: better would be to get rid *of* apachelogger ;)21:00
apacheloggerI don't know who is paying yet21:00
sebnerapachelogger: amarok :P21:00
apacheloggerI guess canonical could buy my for the kubuntu booth21:00
apacheloggeror KDE21:00
affluxhope we'll meet at the ubuntu area then :P21:00
apacheloggerotherwise I will have to work @amarok21:00
affluxjuliux asked me to come and I got a suspension at school21:00
\shapachelogger, I think we can mix it up this year :) I'll come around and show off amarok how it should supposed to be working ,)21:01
apacheloggeruhh, then I can do nerdtalk @ the kubuntu booth :D21:01
apacheloggerafflux: LT is great fun21:02
\shafflux, you are suspended from school, because julius asked you to visit the linuxtag?21:02
\shoh dear, I'm sorry..21:02
affluxapachelogger: LT?21:02
\shafflux, LT == LinuxTag21:03
affluxah right21:03
apacheloggerthere we have the nerdtalk again21:03
\shafflux, if you would like to come to LT, please join the kubuntu-de booth, there we can have beer...not at the ubuntu-de booth, there it's forbidden to drink beer in the evening ;)21:03
affluxawawaw. apachelogger fights against me in 5-a-day, I *WONT* :P21:04
affluxwell, fight is the wrong expression. He beats ubuntu-de-loco :)21:04
* apachelogger doesn't even 5-a-day half his bugs :P21:05
apacheloggerfar too lazy21:05
affluxthat's why I have this nice applet21:05
apacheloggerdoesn't help21:05
Syntuxguys, I read in Ubuntu Newsletter that you have mentoring space now21:07
RainCTSyntux: it says just the opposite, iirc21:08
lagano mentoring available? sad21:08
RainCTbtw, I'm thinking about mentoring someone.. feel free to convince me (but not now, I should be studying since hours)21:09
* laga sends RainCT to studying21:09
\shRainCT, mentor me :)21:10
crimsuncool, then \sh can mentor me :)21:11
ajmitchthen crimsun can mentor me21:11
* sebner is off for today. doing some work for school :(. gn8 @ all21:12
crimsunwoo!21:12
affluxsebner: good night21:12
RainCTand then ajmitch can mentor me and we get a nice loop :)21:12
RainCTgn8 sebner21:12
sebner:)21:12
RainCTwell, I'm closing irssi as else I won't do anything lol21:13
RainCTgood night21:13
* \sh too...time to say good night :)21:13
jdongwho runs the ubuntu QA blog?22:02
jdongI am a bit disappoitned the latest post to Planet from that account seems to undertone "Hardy's released, let's stop caring about it and work on the next release"22:02
jdong:-/22:02
jdongI think mentioning the point release schedule and encouraging work on SRUs wouldv'e been better22:02
ScottKleonel: No.  I want to work within the process for update to the official repository.  This would be easier if the upstream were more sane.22:10
=== x-spec-t is now known as Spec
YokoZarScottK: I'm aware of wineconfig and it's author idles in #ubuntu-wine with me.  There's some upstream work being done on Wine (at my request) to allow configuration from the command line so we can replace wineconfig with some more generic configuration tools (eg, being able to remove Wine apps from Gnome-App-Install)22:17
ScottKYokoZar: The reason I ask is that large chunks of kde-guidance are likely to get dropped in Intrepid due to kde4 transition.  I'm trying to figure out what we want to keep around.22:18
leonelScottK:  I agree  we need to make security patches  but can we  just recommend to use  a newer backported  clamav ?22:33
jdongleonel: I thought we were doing exactly that in hardy-backports?22:33
jdongleonel: but if they keep changing the API/ABI and needing us to rebuild our reverse deps it makes it a pain to backport22:33
ScottKleonel: My hope is to convince the archive admins to copy 0.92.1 into dapper/feisty/gutsy updates.22:33
leoneljdong:  what I mean is just  to make more clear to clamav users that it's better  if they don't get hit by a api change  to use backports22:35
leonelScottK: lets keep pushing ..22:35
Kopfgeldjaegern822:47
=== rzr is now known as rZr

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