/srv/irclogs.ubuntu.com/2009/01/26/#ubuntu-motu.txt

=== cody-somerville_ is now known as cody-somerville
RAOF__HorizonXP: Masters Of The Universe.00:39
HorizonXPoh lol00:40
HorizonXPso i'm trying to recompile PHP5, because apparently the PDO built-in doesn't support PDO_Informix00:41
copproinstall the build-deps, file a bug if it won't build, assuming you haven't seriously messed up your compilation environment00:41
HorizonXPwell, compiling works so far, but I can't seem to get rid of PDO. i need the right configure options. I did the following command:00:42
HorizonXPDEB_BUILD_OPTIONS="--with-mysql --with-apxs2=/usr/bin/apxs2 --with-curl --with-xsl --disable-pdo --without-sqlite" fakeroot debian/rules binary00:42
HorizonXPdoes that replace the configure options in debian/rules, or just append to them?00:42
RAOF__You're misunderstanding what DEB_BUILD_OPTIONS is for.00:42
RAOF__Neither.  DEB_BUILD_OPTIONS is a list of things like 'noopt', 'nostrip', 'parallel=3', etc.00:43
HorizonXPoh.00:43
RAOF__You want to fiddle with debian/rules.  If it's using debhelper the ./configure call will be obivous.  If it's using CDBS, you need to work out the black magics.00:44
pochuyou want DEB_CONFIGURE_EXTRA_FLAGS00:44
RAOF__Have a goat handy.00:44
pochu(for CDBS)00:44
HorizonXPso it's apparently debhelper00:46
HorizonXPthat should be easier00:46
=== RAOF__ is now known as RAOF
directhexkeep the goat, just in case00:56
HorizonXPwell, i haven't eaten at all today00:56
HorizonXPso gonna have dinner and get back to it. be back later00:56
directhexgoat curry!00:58
* HorizonXP mouth waters00:59
HorizonXPnot today. it's chicken curry actually (no joke)01:00
radixcurry is a wonderful idea01:06
anakronhi all01:36
anakroni wanna know if someone here use firestarter01:37
anakronor01:37
anakrongksu01:37
anakronif someone use firestarter, is it for an administrator or for a user with sudoers habilities01:37
anakron?01:38
anakroncan someone answer?01:40
dtchenanakron: there's really no difference between the former and the latter01:43
anakronits a little different01:44
anakronone is root01:44
anakronthe other can be like root if root give him privilieges01:44
dtchenanakron: in either case, euid == 001:45
anakron:)01:45
anakronok ok01:45
anakronim asking because in firestarter.desktop01:45
anakronits added in Exec01:45
anakrongksu -X -c firestarter01:45
anakronbut gksu does not have this options01:45
anakronand i was asking if it correct to change it to : gksu -S firestarter01:46
anakronand then it will run asking users(included in sudoers file) pass01:46
anakron:) that was01:46
dtcheni would hope that passing -S is unnecessary01:50
anakronmm01:50
dtchenis there documentation of firestarter behaving in a broken manner if one backend is used vice another?01:50
anakronin that case is better to use gksudo01:51
anakronmm01:51
anakronok01:51
anakronone question01:51
dtchengksu by itself should do the right thing based on the gconf key01:51
anakronnono01:51
anakronok01:51
anakronthanks01:51
anakronhey, if im interested in mentoring01:52
anakronasking for01:52
anakroni must sent an email to01:52
anakroni must sent an email to01:53
anakronmotu-mentoring-reception@reponses.net01:53
dtchencorrect01:53
anakron:-) ok thanks01:53
dtchenyw01:54
anakronone more01:58
HorizonXPok back, so i'm trying to reconfigure the PHP5 package so that it doesn't compile PDO support into PHP directly, so I can use the PECL modules.01:58
anakronwhat i can do if a patch is applied to my source package and i can't apply my change01:59
HorizonXPin debian/rules, i see a bunch of CFLAGS that seem to set those options. is there not a way to just override those configure options?01:59
dtchenanakron: meaning conflicting patches? it's normally best to use upstream's patch [for maintenance rationale]01:59
dtchenanakron: if you don't mean conflicting patches but just fuzz changes, you can normally rediff your change/patch02:00
anakronmm02:00
anakronediting the patch?02:00
anakronmaking a debdiff of the changes that ill apply to the patch?02:01
dtchenyou certainly could edit the patch directly using a variety of utilities in the patchutils package02:02
anakronok02:02
dtchenif the source package has a patching system (e.g., cdbs, quilt), use that instead02:02
anakronhow i can know it02:02
dtchenlook at debian/control:^Build-Depends02:03
dtchenyou may also need to look at debian/rules02:03
anakrondpatch02:03
anakrondpatch in both02:04
anakronmm so i must use dpatch-edit-patch02:04
anakronthe problem was that th old desktop file use "su-to-root" with -X -c02:05
anakronbut when the patch owner change it , he does not take out -X -c02:05
anakronand gksu does not have any option like these02:05
dtchennormally that can be migrated directly to gksu (without any options)02:08
anakronyes02:08
anakronhow can i do it02:08
dtchenis there any particular reason why you're dropping su-to-root? are you trying to remove menu as a dependency?02:09
anakronnow it says, after i do "dpatch-edit-patch 21-gksu.patch02:09
anakronno02:09
anakronit was done02:09
anakronim taking out "-X -c"02:09
anakronok02:10
anakronafter doing dpatch appears02:10
anakronNow launching an interactive shell in your work directory. Edit your files...02:10
anakroncan you explain it please?02:10
anakroni need to know "HOW"02:11
dtchenjust modify the desktop file, then exit 002:11
dtchenyou might want to take a lok at dpatch-edit-patch(1)02:11
anakronbut editing the desktop file02:14
anakronit will change the patch?02:14
anakronok thanks!02:15
anakronthanks for your patience02:15
Turlhi02:33
Turlwhat does W: specto source: debhelper-but-no-misc-depends mean?02:33
bddebianIt means the package uses debhelper but doesn't have a depends on ${misc:Depends}02:33
Turlso I should add ${misc:Depends} then?02:35
bddebianYep02:35
Turlon build depends, am I right?02:35
bddebianNo, in the binary package, Depends:  Should be next to ${shlib:Depends} if it uses it.02:36
Turlit's a python program, so I guess it doesn't use it02:37
bddebianAh, but it uses ${python:Depends}, right?02:37
Turlyep02:37
bddebianJust add it after that :)02:37
TurlDepends: ${misc:Depends}, ${python:Depends}, python-gtk2, python-glade2, ....02:38
Turlok?02:38
bddebianI would normally ${python:Depends}, ${misc:Depends} but it shouldn't matter.02:38
TurlI wanted to keep all the python things together (there are more python- packages)02:38
Turlalso, there is dpkg-source: aviso: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field02:41
Turlthe version is -0ubuntu2~ppa1, iirc this indicates there's no debian package for it, so why does it complain?02:41
bddebianI don't think it can differentiate, but I'm not sure about that one.02:44
Turlit's harmless then02:44
HorizonXPhey guys, so i'm trying to recompile PHP5. I'm trying to get PDO_Informix to install, and I figured out that I can just compile it as an extension directly. but how do I get configure to pick it up? my documentation is saying to use buildconf --force02:55
fabrice_spScottK, sorry for the late answer (if you are still there). I spli the pacakge this way to avoid lintian warning with both packages (no man page in DVDStyler of desktop command not found, ...)04:40
ScottKfabrice_sp: OK.  Reasonable enough.04:42
ScottKfabrice_sp: Since dvdstyler depends on the data package it would have been OK, but not a big deal.04:43
fabrice_spScottK, you're right. At first, I put recommend instead of depends, but dvdstyler alone was hardly usable (a lot of errors). I just wanted to have a really clean package(from a lintian stand point :-) At the end, the package size has been divided by 204:45
ScottKGood enough.04:46
ScottKThe most correct way to do it would have been to move all the arch all data to the -data package and add lintian overrides, but I think it's not a big deal.04:47
fabrice_spyou mean non-arch to data, right? This was the first thing I did (usr/bin from in dvdstyler and usr/share in dvdstyler-data)04:50
fabrice_spScottK, I'm changing the package to put usr/bin in dvdstyler and usr/share in dvdstyler-data, and I'll upload again in few minutes (and will have to re-ask mok0 for his advocate :-) )04:53
ScottKOK.04:54
ScottKAdd the lintian overrides too then.04:54
ScottKfabrice_sp: Please test build before you upload.04:54
fabrice_spyes. I didn't thought about the overrides (and I also always do a sbuild before uploading. That's why I will last a bit :-) )04:55
ScottKOK.  If I'm not still up when you're done I'll advocate it tomorrow.04:55
fabrice_spok. Thanks04:55
fabrice_spScottK, as I move .desktop file and icon to dvdstyler-data, I should call dh_icons in binary-indep, right?05:07
ScottKYes.  I think that's right.05:08
fabrice_spok.05:08
=== fabrice_sp_ is now known as fabrice_sp
dholbachgood morning06:30
fabrice_spGood morning dholbach06:31
dholbachhiya fabrice_sp!06:31
btmAfter I upload a package to revu, and add a link to it to the bug (tagged with needs-packaging), do I need to do anything else to notify someone that it's ready (email a list) or do MOTU folks just queue through the needs-packaging bugs?06:31
fabrice_spbtm, reviewers go through REVU, in the "Needs review" view. As you can see, there is quite a lot of packages there already, so the better your package is, the quicker it will be06:35
btmfabrice_sp: do I need to do anything in revu to flag a package so it shows up in 'needs review'?06:38
fabrice_spbtm, no. Just upload it to revu.06:38
btmWhen I set the maintainer field to motu and moved my name to XSBC-Original-Maintainer in control, revu started throwing lintian errors about this being an NMU. Is this normal?06:40
fabrice_spbtm, it's because your version number is not correct06:41
btmGot it. When I set distribution to jaunty in changelog I get 'bad-ubuntu-distribution-in-changes-file06:46
btmset distribution to my current distribution (intrepid) and that lintian error went away.06:51
iulianbtm: Change it back to jaunty and ignore that error.06:59
btmiulian: gotcha07:00
btmrevu gives an automatic comment of (legal), clicking on it shows a few files marked UNKNOWN, one with a copyright line. In the file it's clearly marked GPL though. Do I need to resolve these?07:05
fabrice_spbtm, if you are sure that all the source files have a copyright header, it's ok07:08
btmfabrice_sp: not all of the source files have a reference to the license, but they have a copyright header. The readme has matching copyright with license information. Is that acceptable?07:17
didrocksmorning07:45
iulianGood morning didrocks, DktrKranz.07:49
didrockshello iulian07:50
jpdsmorning.07:50
schmiedc morning07:51
DktrKranzmorning iulian :)07:51
WebspotHey. If there are any MOTUs around and available, could they review my packages at REVU? One is osm-gps-map, which is a GTK widget for embedding openstreetmap. And the other is pyofa, which creates audio fingerprints for files. http://revu.ubuntuwire.com/details.py?package=osm-gps-map http://revu.ubuntuwire.com/details.py?package=pyofa - Thanks :-)07:54
=== BugMaN1 is now known as BugMaN
LaneyDktrKranz: Hey, here's a list of the syncs we still need to do and what they wait on: http://pastebin.com/fe76d60310:12
Laneydholbach: I don't see that ftbfs on washngo with an amd64 sbuild chroot :(10:13
dholbachLaney: let me try again10:13
LaneyHowever at that file it did hang for a long time, but eventually got going10:14
Laneymaybe it's a pbuilder/sbuild thing10:14
DktrKranzHi Laney, I didn't look at rebuilds (girlfriend wanted priority...), I'll have a look this evening. For syncs, they can be processed as usual because DEPWAIT are handled automatically, for hdbc-*, they need to be processed at a later stage when hdbc is published.10:20
dholbachLaney: now it got past that point - give me the bug number and I'll ACK it once it proceeded fully10:27
LaneyDktrKranz: I didn't check how tight he made the build-deps actually10:30
Laneybut slangasek has already processed them10:31
DktrKranzI see10:32
Laneydholbach: bug #32124910:32
ubottuLaunchpad bug 321249 in washngo "Please sync washngo 2.12-6 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/32124910:32
DktrKranzso they could be synced straight10:32
Laneythey can now10:33
dholbachLaney: build succeeded - perfect :)10:33
dholbachLaney: no idea what happened before10:33
LaneyI always do a test build ;)10:34
dholbachLaney: I wasn't saying that you weren't - you're definitely a good guy :-)10:35
* dholbach hugs Laney10:35
=== asac_ is now known as asac
Laney\o/10:37
james_wDktrKranz: thanks for the uw-imap work10:38
DktrKranzjames_w: just three rebuilds, no problem :)10:43
dolanorHello11:06
dolanorAnyone to check my package attempt to hexdiff ?11:07
dolanoron revu, of course11:07
* tuxmaniac is looking for one more advocate for his package gresisotr on REVU. If someone can have a look at it it will be nice! Thanks in advance.11:10
Mezsan nin faai lok to all our chinese friends out there12:17
=== Kmos_ is now known as Kmos
mok0tuxmaniac: looking at gresistor now13:04
mok0tuxmaniac: the email address in changelog is invalid13:04
mok0tuxmaniac, n/m, fixed & uploaded13:16
tuxmaniacmok0: thanks :-)13:20
mok0tuxmaniac: should appear in the new queue shortly13:21
mok0tuxmaniac: nice app13:21
loic-mWhat's the method for removing a patch in debian/patches from a package that uses quilt - just delete the patch and the reference to it in debian/patches/series?13:22
james_wthat'll work13:22
loic-mand no need to modify the rules files?13:22
mok0loic-m: actually, just remove the series entry13:22
loic-mjames_w, mok0 thanks a lot13:22
loic-mIf it's the only patch, is it better to delete the debian/patches repository?13:23
mok0loic-m: heh, good question. I find it convenient with a patch system in place in case I want to fix something13:24
loic-mmok0: actually you answered - delete the series entry and leave the patch thx13:24
loic-mthe rules files has unpatch in the clean target - is it safe to leave, or better removed?13:25
mok0loic-m: just leave it13:25
mok0loic-m: it will discover there's nothing to do13:25
loic-mthanks mok013:25
=== LucidFox_ is now known as LucidFox
loic-mIf I update from upstream a package that's usually synced from Debian, do I keep Standards-Version: 3.7.2 or do they use a newer one now (like 3.7.3)?13:52
slomoRAOF: you can sync banshee now i guess... and probably also taglib-sharp :)13:53
dolanorAnyone to check my package attempt to hexdiff on REVU ?13:56
stefanlsdloic-m: leave it like the debian version14:00
Myrtti!longdesc14:09
ubottuThe long description should provide all the information needed to let the user decide whether to install the package. See http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-pkg-desc for Best Practices.14:09
Myrttiexcellent14:09
mok0!synopsis14:14
ubottusynopsis is The synopsis line (the short description) should be concise. See http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-pkg-synopsis for Best Practices.14:14
jcfpAnybody in for a review please consider http://revu.ubuntuwire.com/details.py?package=sabnzbdplus (popular binary newsreader, written in python)14:15
mok0jcfp: You've been working on that for some time ;-)14:21
Laneyjcfp: Does it use that embedded copy of cherrypy?14:26
jcfpmok0: unfortunately :/  people apparently don't fancy reviewing python packages, and thing like newly created libjs-* packages also create delays...14:26
jcfpLaney: no.14:26
Laneyexcellent14:26
mok0jcfp: I will take a look shortly14:26
jcfpmok0: tia14:26
POXjcfp: I heard that there's a secret place where people are reviewing Python related packages, few guys here know a magic spell that opens a channel with lots of people who can review your package if you follow some strange rules ;-)14:43
POXScottK, pochu, RainCT: ^^14:44
jcfpPOX: i'm not harry potter but do eloborate :)14:44
mok0jcfp: +114:45
ScottKjcfp: If you're interested in getting your package into Debian and syncing it into Ubuntu from there, you can join #debian-python on OFTC.14:45
ScottKjcfp: https://wiki.ubuntu.com/ContributingToDebian/PythonModulesTeam14:46
jcfpScottK: would that be faster? or is there alot of extra work in getting debian to accept too14:47
jcfpmok0: :)14:47
ScottKIt wouldn't necessarily be faster, but there's more Python specific expertise.14:47
ScottKAlso If POX uploads it to Debian, I'm generally going to make some assumptions about package quality.14:48
ScottKSo working in parallel can make it faster.14:48
jcfpso what would be best - trying via revu and directly to debian at the same time?14:50
mok0jcfp: you'll be waiting forever finding a Debian sponsor, so why not?14:52
jcfpmok0: is it that bad :/14:53
LaneyDoing it in a team is usually easier14:53
Laneythan e.g. through mentors14:53
PiratenaapjeIf any reviewers or MOTUs are available, could you please take a look at http://revu.ubuntuwire.com/details.py?package=grnotify ?14:56
ScottKmok0: Not in the Python team.  There it's very easy to get sponsored.  That's part of what POX was hinting at.14:58
mok0ScottK, that's good to know14:58
mok0Piratenaapje: are you in contact with upstream?14:59
Piratenaapjemok0: I am upstream14:59
mok0Piratenaapje: ah, then I can really have a go at you ;-)15:00
Piratenaapjemok0: That doesn't sound too good :p15:00
jpdsmok0: Factoids added to ubottu database.15:00
mok0Piratenaapje: just trivial stuff, not hard15:00
=== a|wen- is now known as a|wen
tuxmaniacPiratenaapje: sorry for not replying to the changes you made. Thanks for that.15:07
Piratenaapjetuxmaniac: That's ok, thank you for reviewing :).15:07
WebspotHi all. I've fixed all the problems people identified in my packages on REVU. Are there any MOTUs available to review my packages? http://revu.ubuntuwire.com/details.py?package=osm-gps-map http://revu.ubuntuwire.com/details.py?package=pyofa - Thanks :)15:12
savvasPiratenaapje: I think the right way for closing an LP bug is (LP: #30828515:13
savvas* (LP: #308285)15:13
savvasI might be wrong though :)15:14
jpdssavvas: No, that's fine.15:15
savvasmy bad then15:16
Piratenaapjemok0: thanks for reviewing, I'll try to fix everything later today15:16
loic-mDoes Debian accept Standards-Version: 3.8.0 ? I was under the impression it was still 3.7.X, but some packages in Debian have 3.8.015:16
ScottK3.8.0.1 is the current standards version in Debian.15:17
jpdsloic-m: Yes, it does, it's the lastest Debian policy version.15:17
loic-mjpds, ScottK thanks15:18
savvaspackages qa show that as well: http://packages.qa.debian.org/f/flumotion.html15:18
savvas"The package should be updated to follow the last version of Debian Policy (Standards-Version 3.8.0 instead of 3.7.2)."15:18
bddebianHeya gang15:19
loic-msavvas, thx, when I googled it I didn't find references to the number15:19
ScottKHeha bddebian.15:19
bddebianHeya ScottK15:19
savvasglad to help out :)15:20
ScottKloic-m: Try rmadison -u debian debian-policy15:20
* POX think it would be weird if Ubuntu would provide its own version of debian-policy (and thus have its own Standards-Version)15:22
savvasScottK: I've noticed that, but why don't they use 3.8.0.1 in the Standards-Version?15:22
POX+s15:22
ScottKPOX: ubuntu-policy | 3.8.0.1ubuntu4 | jaunty/universe | source, all15:23
savvasPOX: There is a package with ubuntu-policy :P15:23
POXoh, so you have your own Standards-Version? /me didn't know that15:23
ScottKsavvas: The 4th digit doesn't change policy, it's about the package.15:23
ScottKIt's a recent development.15:23
savvasah, ok15:24
ScottKYou can diff debian-policy and ubuntu-policy and see where the distro policies are different.15:24
POXScottK: is it possible to tell which policy is the package following after looking at Standards-Version?15:29
ScottKNo.  We don't put the Ubuntu revision in debian/control.15:29
ScottKWe just started having a separate policy document recently and so we're trying to figure out what to do with it.15:30
ScottKIn fact we have a policy of not changing the policy version in packages we get from Debian as it needlessly clutters the diff.15:31
* POX suggests to add something to the version that will allow him to detect that this package is not following the Debian policy15:32
loic-mScottK thanks, I was on another screen. rmadison works well15:32
POXu.3.8.0 or 3.8.0-u or 1:3.8.0 or something like this15:32
loic-mScottK: could you please check my changelog entry at http://paste.ubuntu.com/109839/ ?15:33
savvasand XSBC-Original-Standards-Version ? :P hehe15:33
ScottKloic-m: Don't bump standards version and don't mention the maintainer change in debian/changelog.15:34
ScottKloic-m: Also 'should be solved' sounds a bit weak.  Either it is or it isn't.15:34
loic-mScottK: I don't have Intel hw to check15:35
loic-mThe code isn't there to be patched anymore in the first place15:35
ScottKOK.  Then say patch dropped, code changed upstream.15:39
ScottKDon't make a statement about is the bug fixed.15:39
loic-mScottK: can you tell me how you saw that so I know?15:40
ScottKMake it sound a little better than that though.15:40
loic-mScottK: or did you also chack the Debian bug report?15:40
ScottKSaw which?  The patch thing just from reading your changelog15:40
loic-mNo, how did you find "Then say patch dropped, code changed upstream." ?15:41
loic-mThe Debian bug comments sin't that assertive15:41
ScottKBecause you told me the code had changed upstream and it wasn't there to be patched.15:41
loic-mOk.15:42
loic-mhttp://paste.ubuntu.com/109843/ is that ok now?15:42
ScottKI think that's find.15:44
ScottKfind/fine15:44
loic-mScottK: thanks15:44
ScottKno problem.15:44
loic-mNow I'd like to fix the debian/watch but there's something I don't get15:45
loic-mhttp://sf.net/desmume/desmume-(.*)\.tar\.gz downloads desmume-0.9-mac.tar.gz15:45
loic-mHow do I make sure it downloads desmume-0.9.tar.gz ?15:46
loic-mAFAIU, (.*) should only pick the version numbers, shouldn't it?15:47
petskiloic-m, see http://wiki.debian.org/DEHS | grep dversionmangle15:49
petskiarf, i misunderstood your question15:51
petskitry (\d+\.\d+) instead of (.*)15:51
PiratenaapjeMy package was just rejected, and I don't really get why. It says: Details follow: * grnotify_1.0.2_source.changes:Changed-By: Kristof Bamps15:53
Piratenaapje<bamps.kristof@gmail.com>15:53
jpdsPiratenaapje: That would be my email.15:53
Laneycosmicray versions his packages weirdly: http://packages.debian.org/changelogs/pool/main/m/missingh/current/changelog15:53
Piratenaapjejpds: Could you explain why it was rejected? I didn't think the mail was too clear15:53
jpdsPiratenaapje: Please see the buttom of the email for steps on how to fix it.15:54
Piratenaapjejpds: Oh, I thought my key actually was on lp, thanks15:55
Piratenaapjejpds: But how did the package got filed under my name if I didn't correctly set my key?15:55
jpdsPiratenaapje: The name is set in debian/changelog.15:56
jpdsPiratenaapje: The package uploads are checked against the keyring and if it can't find your key, just pops your package into rejected/.15:57
Piratenaapjejpds: Ok thanks, I'll have to look into what I did wrong :s15:57
loic-mpetski: it works perfect. What man / doc should I look for if I want to learn about the operators like +d without having to learn a programming language?15:57
quadrisprohi! w-scan needs a review -> http://revu.ubuntuwire.com/details.py?package=w-scan15:57
savvasquadrispro: There's an error in macchanger-gtk (1.0-1ubuntu1) [universe] package in jaunty - In debian/control it says "XSBC-Orginal-Maintainer", whereas it should be "XSBC-Original-Maintainer"15:58
loic-mand do I need to mention the change in the watch file in the changelog?15:58
jpdsPiratenaapje: Adding your key to LP and logging into REVU ought to fix everything.15:58
quadrisprohi savvas, thank you, I work on it now15:58
savvasnp :)15:58
jpdsPiratenaapje: I'm off for now, but feel free to reply to the email when you're done.16:01
PiratenaapjeThe key DF191D95B44054ABA32283735B401CF3BC8C303C has already been imported.16:01
mok0hyperair: I fixed codelite for you16:02
jpdsPiratenaapje: OK; it's in the revu keyring, let me move the upload back to he processing queue.16:02
Piratenaapjejpds: But I didn't do anything :s16:02
hyperairmok0: eh? you did? and reuploaded?16:02
hyperairmok0: got a debdiff?16:03
jpdsPiratenaapje: Hmm, odd, it's in the keyring16:03
mok0hyperair: I can make one16:03
hyperairmok0: thanks16:03
mok0hyperair: there were still some COFF binaries16:03
hyperairmok0: yeah i noticed. *.exp16:03
jpdsPiratenaapje: Date: Wed, 14 Jan 2009 16:01:00 +0100 - maybe you added the key recently?16:03
mok0hyperair: I removed the sqlite3 tree and added it to the build-depends instead16:03
hyperairmok0: did you change debian/rules?16:03
mok0no16:03
hyperairah16:03
hyperairremoved the sqlite3 tree eh16:03
mok0hyperair: it was under wxsqlite316:04
mok0hyperair: I hope it works now lol16:04
hyperairmok0: have you tested whether it'll build?16:04
quadrisprosavvas: bug 321504 :)16:04
ubottuLaunchpad bug 321504 in macchanger-gtk "Little typo in debian/control" [Undecided,New] https://launchpad.net/bugs/32150416:04
mok0hyperair: it builds fine16:05
Piratenaapjebah, total system freeze :/16:05
hyperairmok0: okay then16:05
mok0hyperair: I'll have to bump the release to make a debdiff16:05
jpdsPiratenaapje: Hmm, it's even on REVU: http://revu.ubuntuwire.com/details.py?package=grnotify - I wonder why it got rejected.16:05
hyperairmok0: ah nevermind then16:05
hyperairmok0: you didn't touch debian/ right?16:05
Piratenaapjejpds: I don't know either :s16:06
mok0hyperair: I added libsqlite3-dev to build-deps16:06
mok0hyperair: I edited changelog16:06
LaneyDktrKranz: bug #321499, bug #321501, bug #321503, bug #321505 for you good sir16:06
mok0hyperair: I added README.source16:06
ubottuLaunchpad bug 321499 in missingh "Please sync missingh 1.0.3.2 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/32149916:06
ubottuLaunchpad bug 321501 in hdbc-odbc "Please sync hdbc-odbc 1.1.6.0.1 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/32150116:06
ubottuLaunchpad bug 321503 in hdbc-postgresql "Please sync hdbc-postgresql 1.1.6.0.1 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/32150316:06
ubottuLaunchpad bug 321505 in hdbc-sqlite3 "Please sync hdbc-sqlite3 1.1.6.0.1 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/32150516:06
savvasquadrispro: cool, confirmed!16:06
* jpds raises eyebrown at Laney.16:06
mok0hyperair: I changed get-orig-source rule16:06
mok0hyperair: that's it I think16:06
* Laney lowers them for jpds 16:07
hyperairmok0: could you diff just the debian/ folders then?16:07
Piratenaapjejdps: so everything should be ok now?16:07
hyperairmok0: i'd like to reflect the changes on my local bzr tree.16:07
jpdsPiratenaapje: Yep, sorry for the confusion.16:07
mok0hyperair: yes16:07
hyperairmok0: thanks16:07
Piratenaapjejpds: Ok thanks :)16:07
mok0hyperair: of course16:07
mok0hyperair: 2 minutes16:07
DktrKranzLaney: mind subscribing me to them?16:09
mok0hyperair: dcc'ing you the patch16:11
hyperairmok0: i'm not very sure if dcc works. could you pastebin it?16:12
mok0sure16:13
mok0hyperair: what's your irc client?16:13
LaneyDktrKranz: done16:13
Piratenaapjejdps: will my package stay in the 'needs work' category?16:13
hyperairmok0: smuxi16:13
mok0hyperair:  http://pastebin.com/fe94121216:13
hyperairmok0: but dcc's failed miserably before, because i'm behind a router16:14
mok0hyperair: never heard of it16:14
hyperairmok0: it's in the ubuntu repo =)16:14
mok0hyperair: using pidgin myself16:14
hyperairmok0: it's a little buggy, but it's lightweight and nice16:14
mok0hyperair: well I have a quad duo so...16:14
hyperairmok0: i used to use pidgin, until a few weeks back. if you leave it on too long (in my case) it starts hanging every 15 minutes or so if the irc backlog gets too long16:15
hyperairmok0: hmph16:15
mok0hyperair: I've not noticed that16:15
hyperairmok0: it happens if you're using msn16:16
hyperairmok0: anyway... you didn't have to remove wxconfig/sqlite316:16
hyperairmok0: it's removed automatically when you exclude wxconfig16:16
mok0hyperair: it wasn't16:16
hyperairmok0: perhaps you meant sdk/wxsqlite3?16:16
mok0hyperair: yes sdk/wxsqlite3/sqlite316:17
mok0hyperair: look at the pastebin *^16:17
petskiloic-m, google for "regular expressions"16:17
petskiloic-m, or try "perldoc perlre"16:17
petskihave to go now, bye  bye16:18
hyperairmok0: well it's documented in README.source as sdk/wxconfig/sqlite316:18
mok0ehm, that's wrong16:18
mok0hyperair: sorry16:18
quadrisproanyone on bug 321504?16:19
ubottuLaunchpad bug 321504 in macchanger-gtk "Little typo in debian/control" [Undecided,Confirmed] https://launchpad.net/bugs/32150416:19
hyperairmok0: #16:19
hyperair+       GZIP=-9fn tar --exclude=*.dll --exclude=*.exe --exclude=sdk/curl --exclude=sdk/wxconfig/sqlite3 \16:19
hyperairmok0: that was in debian/rules16:19
mok0hyperair: that's also wrong16:19
loic-mpetski; thanks16:19
hyperairmok0: but that's in debian/rules! check your paste16:19
mok0hyperair: I made a mistake, typing from memory, didn't repackage using that rule16:19
hyperairah16:19
mok0hyperair: I used tar --delete directly on the tarball16:20
hyperairah16:20
mok0hyperair: fix it in the patch before you apply it :-)16:20
hyperairmok0: alright.16:20
mok0hyperair: if the package gets uploaded, please remember to fix it there too16:21
loic-mliw: I've got a question about piuparts after your presentation last week16:22
liwloic-m, go ahead16:22
loic-mliw: when testing upgrades, can I also test how a backported package would upgrade?16:23
hyperairmok0: how do i do it?16:23
mok0hyperair: do what?16:23
hyperairmok0: fix it. i don't have uber motu powers16:24
liwloic-m, with the correct incantation of --mirror options, I'm sure you can16:24
liwloic-m, however, I haven't tried it16:24
Piratenaapjejpds: will my package stay in the 'needs work' category?16:24
mok0hyperair: 1) file a bug in LP. 2) bump to -0ubuntu2 3) fix error 4) make debdiff 5) attach debdiff to bug filed under 1)16:25
loic-mliw: so if I want to test how a backport that's not yet in the repos upgrades, I could use f.e. a ppa?16:25
liwloic-m, sure; with --mirror you can add any apt repositories you wish16:25
hyperairmok0: regarding 1), are there any tags i should put?16:25
hyperairmok0: also, once i attach the debdiff, could i ask you to sponsor it for me? =p16:26
mok0hyperair: you just subscribe "ubuntu-universe-sponsors" to the bug16:27
hyperairmok0: alright16:27
mok0hyperair: then it appears on this list, and the first available motu will patch & upload https://bugs.edge.launchpad.net/~ubuntu-universe-sponsors16:28
hyperairalright16:28
loic-mliw: one last question: can't one use a non-repository package instead (f.e. for Hardy) then test how it would upgrades with those in the repos for Intrepid and Jaunty?16:29
liwloic-m, I can't think of a way to do that, off the top of my head16:29
liwloic-m, it's not a use case I imagined in 2005, basically16:30
loic-mliw: ok, thanks16:31
=== dholbach_ is now known as dholbach
hyperairmok0: README.source is in srcdir or srcdir/debian?16:35
mok0hyperair: debian/16:35
jpdsPiratenaapje: If someone reviews it and acks it, it'll move up to advocated packages.16:35
hyperairmok0: strange, the patch dumped it into ./16:35
mok0hyperair: hm16:36
hyperairmok0: nevermind, i'll just shift it16:36
hyperairstrange16:36
mok0hyperair: did you apply patch from topdir/.. ?16:36
hyperairmok0: no, but i used -p216:37
mok0hyperair: that's probably why16:37
mok0hyperair: you stripped off debian/16:37
mok0hyperair: try using patch -p0 from $topdir/..16:38
Piratenaapjejpds: Ok, still have alot of things to fix first16:39
hyperairmok0: no i didn't. the other files patched just fine16:39
mok0hyperair: I'm puzzled16:39
hyperairmok0: so am i.16:39
hyperairmok0: should i upload to revu?16:46
mok0hyperair: wait & see if it gets accepted16:47
hyperairmok0: okay16:47
jpdsNought in ~ftp/incoming.16:48
Turlhello :)16:53
Turlis it a good practise to copy a package to other ubuntu releases in a PPA?16:54
Turllike I did in https://launchpad.net/~specto/+archive16:54
loic-mWhen updating a package from upstream, I just open a Launchpad bug, attach the new .diff.gz, subscribe u-u-s, Status>confirmed, Assign>Nobody, but should I look for a sponsor or is it ok like that?16:57
oojahTurl: If the package doesn't need rebuilding for the different releases (because of incompatible library versions for example), then it's ok afaik.16:57
Turlloic-m: did you subscribe ubuntu-universe-sponsors?16:58
Turloojah: then it's OK I guess16:58
Turlit's python, not even compiled16:59
loic-mTurl: going to subscribe u-u-s, didn't finish filing the bug16:59
oojahTurl: Even better then.16:59
jpdsRainCT: Do you know what this mini_file.tmp and test_file.tmp are doing in spooky's /srv/uploads?17:08
jpdsthese*17:09
RainCTjpds: nope17:10
jpdsRight, rm time.17:10
quadrisprocould someome review this? http://revu.ubuntuwire.com/details.py?package=w-scan17:14
quadrisprojames_w: sugar patch is coming, i'm very busy in the last period :)17:15
james_wquadrispro: excellent, thanks. There's no rush, in fact it may be better to just drop the change in the next merge, what do you think?17:16
quadrisprojames_w: yes, in fact I'm workin on the merge with 0.82.9-5 (from debian unstable)17:18
james_wah, perfect, thanks.17:18
quadrispro:)17:18
james_wfeel free to subscribe me directly for sponsorship17:19
quadrisprooh, thanks a lot :)17:19
iefremovHi All! MOTUs needed for review ugene - genome analysis suit based on Qt. http://revu.ubuntuwire.com/details.py?package=ugene17:32
mok0iefremov: building it now...17:54
=== Jazzva_ is now known as Jazzva
rugby471quick question: I am fixing a bug in SCIM's .desktop file18:08
rugby471in debian/patches there is already a patch that edits the .desktop file18:09
rugby471do I create a new patch, or create a patch for the patch?18:09
rugby471anyone? If there is a bug that involves the same part of a file that a patch already exists for, do I create a new patch or edit the old one?18:15
=== ApOgEE-_ is now known as ApOgEE-
rugby471hello?18:20
rugby471i'm trying not to be impatient but is anyone going to help?18:24
PiratenaapjeI would, but I don't know the correct answer, no use giving you incorrect info :p18:26
mok0rugby471: what patch system?18:29
rugby471dptach18:30
rugby471dpatch18:30
rugby471Piratenaapje: thats fine :-)18:31
mok0rugby471: the best and most maintainable is to apply the old patch first, then the new patch18:31
rugby471so create a new patch?18:31
mok0rugby471: yes, that operates on the file as it looks after the first patch has been applied18:31
rugby471it's just that the patch in question actually edits the exact line that the new patch will need to18:31
mok0rugby471: where does the first patch come from?18:32
rugby471um..18:32
rugby471looks like debian18:32
mok0rugby471: Then it's better to make a second patch like I said18:33
rugby471ok18:33
mok0rugby471: you can send your change to the Debian maintainer18:33
rugby471how do I make sure it gets applied last?18:33
mok0rugby471: list it after the first one in 00list18:33
rugby471ok18:33
rugby471thanks18:33
rugby471:-)18:34
mok0rugby471: go for touchdown!18:34
rugby471hehe18:34
mok0:)18:34
mok0I have to go, see you guys18:34
rugby471see ya18:34
doctormoWhere is the best place to go for deb advice? I'm trying to rebuild a debian package, but my experence has been only with python debs, this is c.18:38
doctormohmm I copied a rules file from somewhere else, seems to have worked :-/18:40
iefremovAny alive MOTU here? reviewer is needed for ugene - complex bioinformatics tool. Already reviewed by mok0. http://revu.ubuntuwire.com/details.py?package=ugene18:43
sochi18:54
socare there any plans to update texlive from release 2007 to release 2008?18:54
fabrice_spdoctormo, if it is an existing debian package, why do you copy another rules file?19:10
socooops, sorry closed the window ...19:10
socmy question was:19:10
socare there any plans to update texlive from release 2007 to release 2008?19:10
fabrice_spsoc: is there a bug report?19:10
socmom19:10
fabrice_spin mom, you only have from 2007.dfsg.8-1ubuntu1 and 2007.dfsg.15-1 in Debian19:12
doctormofabrice_sp: the existing rules, don't exist, I have only the binary deb.19:12
fabrice_spso no 2008 release there19:12
fabrice_spdoctormo, where did you download it from?19:12
fabrice_spyou should be able to ownload also the source pacakge19:12
sochttps://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/28750219:12
ubottuLaunchpad bug 287502 in texlive-base "please package TeXLive 2008" [Undecided,Confirmed]19:12
doctormofabrice_sp: http://specificcrap.arbitrarycrap.com/ I've contacted the developer, and had a look round for other debs19:13
DktrKranzLaney, syncs ACKed and rebuilds uploaded :)19:15
fabrice_spdoctormo, you can package it from scratch if you don't have the source. Just follow the packaging guide (https://wiki.ubuntu.com/PackagingGuide)19:15
fabrice_spsoc, did you see the packager comment in debian bug? Doesn't seems the package will ahppen soon, except if someone makes the upgrade19:17
fabrice_sp(soc, are you volunteer?)19:18
doctormofabrice_sp: I shall take this opertunity to learn fromt he well troden path.19:20
_stochastic_I was pointed toward the new debian machine-readable copyright format: http://wiki.debian.org/Proposals/CopyrightFormat by mok019:20
socfabrice_sp: i did already create an official package ...19:20
_stochastic_Is this something ready for use in Ubuntu?19:20
socbut texlive seems to be a bit too complucted for me19:21
soc_stochastic_: you can just use it19:21
socit doesn't change that much19:21
fabrice_spsoc, even upstream is saying it's complicated, so I understand you. Maybe you can have a look at their svn, as it seems the debian subdirectory is there19:21
socah k19:22
_stochastic_If the addresses for the FSF in some of the source files in a package are wrong, do they need to be manually changed, or just mentioned that it's an incorrect address in the debian/copyright file?19:24
socfabrice_sp: where do they have a svn?19:25
doctormoI'm not too happy about any of the choices given by dh_make, is an xorg input module a library or a kernel module?19:25
fabrice_spsoc, http://www.tug.org/texlive/svn/19:27
fabrice_spdoctormo, I would say xorg input module is a module, no?19:28
_stochastic_DktrKranz, I was supposed to remind you about bug #211798 a few days ago but I wasn't around during evening time in europe19:28
ubottuLaunchpad bug 211798 in jack-rack "jack-rack open file hangs" [Undecided,Confirmed] https://launchpad.net/bugs/21179819:28
fabrice_spbut I really don't know :-/19:28
doctormofabrice_sp: yes, but is it a kernel module? dh_make seems to assume a great deal about that in the rules. So I think it's best perhaps if I call it a single binary19:29
DktrKranz_stochastic_, indeed, thanks ;)19:29
fabrice_spdoctormo, really don't know. Maybe someone else could help you19:30
_16aR_Hello, can anyone review hexdiff ? package to visually analyse binary differences between 2 files (in hexa off course). Nobody has put any comments right now, so it could be cool to look at it : http://revu.ubuntuwire.com/details.py?package=hexdiff19:35
socsome chinese user here?19:42
doctormoThis is an odd error "dpkg-source: error: cannot represent change to wizardpen-0.6.0.2/debian/wizardpen/usr/lib/xorg/modules/input/wizardpen_drv.so: binary file contents changed"19:55
doctormoanyone know what it means?19:55
furicleHi All - hubackup has been broken since edgy - 2006 - see bug#64594 - I think it should be dropped from universe - Docs I've found talk about sponsoring new software, but aren't clear about requesting removal if you aren't a dev.  What's the next step??19:58
JontheEchidnaBasically you file a request for removal stating why it should be removed, then once an motu has said that it's ok they will subscribe the archive admins19:59
JontheEchidnawho will then remove the package from the archives19:59
=== neversfelde_ is now known as neversfelde
furicleforgive the potential stupidity here - but file the request where?  Create yet another bug?  It's been requested on that bug a couple of times by various people.  Or?20:00
fabrice_spdoctormo, you miss something in the clean target20:01
JontheEchidnafuricle: you would want to file a separate bug for that20:01
fabrice_spdoctormo, at least a call to "make distclean" or similar20:01
doctormofabrice_sp: looked like the extra make arguments that dh_make sticks in20:01
_stochastic_If the addresses for the FSF in some of the source files in a package are wrong, do they need to be manually changed, or just mentioned that it's an incorrect address in the debian/copyright file?20:01
doctormofabrice_sp: this code has no make clean or make distclean20:02
fabrice_spdoctormo, this error comes from a binary file that you left behind not deleted in the clean target)20:02
doctormook20:02
JontheEchidnafuricle: here's an example: https://bugs.edge.launchpad.net/ubuntu/+source/plasmoid-lancelot/+bug/30108320:03
ubottuLaunchpad bug 301083 in plasmoid-lancelot "Request for removal from archive (plasmoid-lancelot)" [Wishlist,Fix released]20:03
furicleThank you for the info - I'll go do that.20:04
JontheEchidnaYou're welcome20:04
maxbIs there anything that should be done to flag such a bug for MOTU ack-ing attention?20:06
maxbThere are quite a number of packages which have been ftfbs for a number of releases.20:07
JontheEchidnahmm20:10
JontheEchidnaI usually just poke some motu I know in #kubuntu-devel whenever I need an motu-ack :P20:10
* JontheEchidna isn't an motu quite yet20:10
=== coppro is now known as harriman
=== harriman is now known as coppro
fabrice_spScottK, I've just uploaded dvdstyler (http://revu.ubuntuwire.com/details.py?package=dvdstyler). Can you check it's ok so  that I can ping mok0 to ack it? thanks20:14
loic-mDoes anybody know how I can set it up so I only have to provide my password once when running debuild -S -sa ?20:18
jpdsloic-m: Run gpg-agent.20:22
loic-mjpds: thanks20:23
doctormofabrice_sp: huh, now I'm trying to get the actuall files to go with the package. I tried added usr/lib/xorg/modules/input/ to dirs, but no luck.20:24
fabrice_spdoctormo, you have to build the files first. After that, all the magic happen in the rules files20:34
NecrosanAny of you do the sparc work here? The archives are all screwed up.20:34
jpdsNecrosan: How do you mean screwed up?20:36
Necrosanjpds: tons of unsolved dependencies. linux-sparc64-smp will not install, xserver-xorg-video-sunffb also will not20:37
NecrosanThis is on intrepid20:39
NecrosanGonna update to  jaunty and see if the crap is fixed20:39
Necrosansurprised that all slipped through the cracks..20:39
lfaraoneHey, shouldn't we blacklist debian-edu since they A) don't provide anything other than metapackages and B) are a subdistrobution of debian made redundant by edubuntu?20:43
Necrosanmakes sense20:49
lfaraoneNecrosan: ok, how can I get uit BL'd?21:09
=== fta_ is now known as fta
pwnguinloic-m: you gonna update desmume?21:22
loic-mYes, I already filed the information in Launchpad21:23
loic-mThey build ok with pbuilder (jaunty/intrepid, i386/amd64) and I tested the Intrepid amd6421:24
loic-mdebian should be in freeze, so i figured it would be to late when they upload it21:24
loic-mit's at bug #32152521:25
ubottuLaunchpad bug 321525 in desmume "Please update Desmume to latest upstream release (0.9)" [Undecided,Confirmed] https://launchpad.net/bugs/32152521:25
pwnguinloic-m: it still has bad sound in kirby, but that's probably unavoidable in the near term21:28
loic-mpwnguin: it should be the same if you build it from source. Do you want to test the packages (in case you've got another arch than me)?21:29
=== cyberix_ is now known as cyberix
ScottKfabrice_sp: Looking21:37
doctormofabrice_sp: I don't understand where the rules files specifies what files need to be added to the binary deb21:38
doctormothe files are build and exist in the debian dir21:38
lapriceIs there a good document that explains the interaction between dependencies, apt and dpkg?21:44
pwnguinloic-m: ive got jaunty and intrepid i386 i can test with if you like21:44
tarimarihi guys21:45
tarimarithere is a ppa for xorg crack pushers. when these new version will be backported at intrepid?21:45
tarimariand a more general question: i use experimental ppa repos for kde 4.2, openoffice, xorg etc. when these will be officially available at ubuntu backports, then the official repos will automatically have some priority so the update will happen from official repos, or should i disable the experimental repos firstly?21:46
loic-mpwnguin: sure21:46
pwnguintarimari: that sounds like a question for #ubuntu-x21:47
pwnguinthe xorg crack at least21:47
tarimariwhat channel is ubuntu-x?21:47
tarimariah21:47
tarimariok21:47
tarimaribut what about the general question?21:47
tarimariubuntu understand so that it replaces the experimental packages, when they are officially available, or should i follow the new, to see when to disable the experimental?21:48
loic-mtarimari: I wouldn't bet on packages as critical as xorg/kde2/OO to be backported in Intrepid, too much risk of breakage. But you should ask on the relevant mailing list. Best bet is you'll upgrade from intrepid>Jaunty when it's released21:52
tarimaritoo much time to wait :)21:53
tarimariso what it is expected to be backported in intrepid? :)21:53
loic-mtarimari: independent programs, usually not too big, not involving massive changes in other areas, bringing relevant new functionnality21:54
tarimariok i understand this for xorg or kde, but OO.org bring a lot of new functionality?21:55
LaneyDktrKranz: \o/ thanks21:58
loic-mtarimari: OO is also a pretty big beast, it had AFAIR some regressions even in 3.0 final, and going from 2.4>3.0 might mess things in some use cases22:01
loic-mtarimari: for OO3 you have a ppa (you'll have to look for it though) or you can use the binary they provide)22:02
=== _neversfelde is now known as neversfelde
ScottKActually we're planning on backporting KDE 4.222:08
ryanakcaUmm... I received an email from REVU saying that ``There has been a new upload for package aoeui.'' today and that I had uploaded it... but I've done no such thing? Any idea why this would happen?22:09
Necrosanryanakca: Someone got y'r l/p?22:10
ryanakcaNecrosan: Someone got my launchpad?22:12
* ryanakca scratches his head confusedly22:12
NecrosanYou tell me. ;)22:12
ryanakcaAre you talking about my launchpad account?22:12
ryanakcaIf so, then no, I'm the sole own of my launchpad account....22:13
ryanakcas/own/owner/22:13
NecrosanIf you're sure it's secure, probably just a mistake then.22:14
ryanakca*nod*22:14
loic-mScottK: that's good news for KDE users. I still have kde-desktop installed, that'll be at least one reason to change the session ;)22:15
jpdsryanakca: Dude, that was my email.22:16
RainCTryanakca: you're subscribed to that packages; all subscribers get mails concerning it22:16
RainCTnvm then :P22:16
ryanakcajpds: You sent two?22:16
jpdsRainCT: No, I mailed everyone who had a package in rejected/, with BCC:22:16
ryanakcaI know I got one from you, but I also got one from motu-reviewers later on that day22:16
jpdsryanakca: Oh, right.22:17
jpdsryanakca: Oh, I also pushed everything in rejected/ to the processing queue to clear out any possible duds, that might of triggered the other email.22:17
ryanakcajpds: Ah, that's probably it22:18
oojahjpds: I presume that packages in rejected/ will just disappear without intervention at some point?22:19
jpdsoojah: They'll stay there until someone deletes them, but I mailed everyone who has a package thee today.22:19
RainCToojah: they are manually removed from tme to time22:20
jpdsRainCT: Why aren't binary uploads moved to rejected/?22:21
jpdsRainCT: I found some .deb's in uploads, rm'ed them tho.22:22
oojahYeah, I got an email about it. There's something in rejected because I hadn't logged into revu before uploading. The package in rejected has had later versions uploaded to revu though, so it's surplus to requirements.22:22
jpdsoojah: Which package?22:23
oojahralcalc22:23
jpdsoojah: It's on REVU already? So I can remove the rejected .changes file?22:24
jpdsoojah: OK; it does look like you did that upload before logging in.22:26
oojahCorrect22:26
oojahYes, I did.22:26
jpdsThanks.22:26
oojahjpds: It might be worth ammending your email in the future to point out what to do if you don't want the rejected package any longer.22:29
jpdsoojah: There's a first time for everything, I'll do better next time.22:30
oojah:)22:30
oojahI wasn't intending to have a go at you...22:30
jpdsoojah: I didn't it as such, don't worry.22:31
stoojHi all - wondering if I could get some advice: I've just started out with learning to package and have found something that should be a doddle to do. However, it's a policy change rather than a bugfix, and I wanted to know how to find out whether it was an appropriate change with the devs or not. Any suggestions where to ask/look?22:36
directhexjust ask22:36
ScottKfabrice_sp: Advocated.22:39
stoojOK. Uhm, it's the background for gnometris22:39
stoojTwo secs22:39
imbrandongitfm22:40
imbrandonerr22:40
jpdsHey imbrandon.22:41
imbrandonheya jpds , hows it goin22:42
imbrandonryanakca: also when a sync happens and you requested it , it will/can show you did it22:42
jpdsimbrandon: Not too bad, yourself?22:42
imbrandonnot saying thats the case but just FYI ( re: aoeiu )22:42
ryanakcaimbrandon: *nod*22:42
imbrandonjpds: good good, been crazy at work because of the $$ in the US , but its all flatening out now22:43
imbrandon:)22:43
stoojhttps://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/138713 - is this OK to try to package?22:44
ubottuLaunchpad bug 138713 in gnome-games "Gnometris uses Gnome foot logo instead of Ubuntu theme" [Wishlist,Invalid]22:44
imbrandonjpds: contemplating getting a new laptop, or more specificly a "netbook" but not 100% sold on the idea yet22:44
imbrandonstooj: it uses that logo by choice, not a matter of theming22:44
jpdsimbrandon: I have an Acer Aspire One, which is doing pretty well, apart from the annoying tiny keys.22:45
stoojSo, not appropriate to do. OK, thanks imbrandon22:45
ScottKfabrice_sp: Uploaded.  Thank you for your contribution to Ubuntu.22:45
imbrandonyea thats what i was looking at, i had an eeepc 90022:45
imbrandonand dident like the tiny keys22:45
imbrandonstooj: yea, upstream uses that logo, its not a matter of theming per se22:45
imbrandonjpds: just curious , why the new nick ? ( ment to ask the other day , lol )22:46
jpdsimbrandon: I felt like a change.22:46
imbrandon:)22:46
imbrandoni think a 12'' notebook would be perfect but .... hrm .... i just wish they made the 12'' powerbooks still, that was like my "perfect" laptop22:47
imbrandonnot tooo small but not bulky , and plenty of power but not a "gamer" etc22:47
directheximbrandon, dell latitude e4300!22:48
imbrandonfor now i just lug arround my lenovo t61 :)22:48
imbrandonhow solid are those? seems every dell product i've touched seems to feel "cheap"22:49
imbrandonaside from the server line22:49
directheximbrandon, this is my second latitude. it's... what i wanted22:49
directheximbrandon, backlit keyboard, lovely styling, more or less works with intrepid22:50
directhexmeaning the wifi drivers which someone shoved into the intrepid kernel a few weeks before release aren't quite 100% reliable22:50
imbrandondirecthex: cool, i'll give it a look22:51
imbrandondirecthex: no biggie, being an (ex-) core-dev i'm not oposed to tinkering getting hardware to work :)22:52
imbrandonanyhow dinner time, bbiab22:52
imbrandonjpds: you running kde 4.2 ?22:53
ScottKimbrandon: I've got a Latitude D430 I'm very happy with.22:59
ScottKIME their Inspiron line are toys that break, the Latitudes aren't bad.23:00
pwnguinholy crap, imbrandon is alive23:00
pwnguinimbrandon: toshiba makes some interestingly small tabletPCs23:02
Laneyjames_w: You're a forest/derby fan? (just seen identi.ca...)23:02
* Laney is going to the replay23:02
pwnguina ksu sysadmin showed me a few and they seemed to run okay on a liveCD i had on me23:03
imbrandonpwnguin: hahah yea, as always, i just shy away from IRC sometime ( months at a time )23:03
imbrandonirc eats alot of time23:03
imbrandonbut i'm always "arround"23:04
pwnguinwhat part of the country are you in these days?23:04
imbrandonback in KC for  the moment, will be headed to London at the end of Feb23:05
pwnguinoh my23:05
imbrandonfor 8 months to a year23:05
imbrandonour company just bought out a UK company , and there is the whole "rebranding" thing23:06
imbrandonand i get to head it up and kick off a new site for our largest UK customer :)23:06
DktrKranz_stochastic_, uploaded23:06
james_wLaney: Forest23:16
Laneygood choice23:16
LaneyI shall be there tomorrow too23:17
james_wexcellent23:19
=== cody-somerville_ is now known as cody-somerville

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