=== lengau__ [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [12:23] dabaR: to /usr/share/applications/ === math_b [n=mathieu@vbo91-2-82-239-207-88.fbx.proxad.net] has joined #ubuntu-motu === iceman__ [n=iceman@cable-87-244-154-165.upc.chello.be] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu [12:28] pochu: I meant in the source package. [12:28] ... directory structure. [12:28] Night MOTUs and MOTU padawans! :) [12:28] night. [12:28] dabaR: doesn't matter. It can be in debian/, or in data/ [12:28] or in other places. [12:29] OK, thank you. === iceman__ [n=iceman@cable-87-244-154-165.upc.chello.be] has left #ubuntu-motu ["Bye!"] [12:29] yw === Subhuman [n=jack@host86-147-106-193.range86-147.btcentralplus.com] has joined #ubuntu-motu [12:31] dabaR: When adding new files, it's best to put them in debian/ if possible. This makes the distribution patches only be to one directory, and it's easier to see what is local and what is upstream. [12:33] persia: do you know exactly what to do with a .install to make one of its files install to a specific directory? [12:33] plucker is garbage === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu [12:34] if we merge from Debian, it is a useless cause for GUI users [12:34] dabaR: you should read some up in the Ubuntu Packaging Guide or Debian New Maintainers Guide [12:34] or even look at a program you know has one [12:34] OK, I guess shortcuts are bad:) [12:35] I will do this later, thanks. [12:35] well no, it's a matter of teaching you where to go for these things [12:35] the general syntax is: [12:35] file.desktop usr/share/applications/ [12:35] where file.desktop is the path to the desktop in the source [12:36] nixternal: :) [12:36] hrmm..so if I(we) do this merge, there will be no plucker-desktop...good news is I can close one bug though by adding a patch :) [12:36] plucker is dead [12:37] nixternal: You can also mark the wx2.4Migration done, as it doesn't have a GUI anymore. Are you sure you don't want to move to a snapshot? [12:40] a snapshot of what? [12:40] there hasn't been any dev work to plucker for 2 years now [12:40] unless they are working somewhere top secret [12:41] I am going to give that patch a try [12:42] actually, I am going to eat, and then hack on plucker [12:42] nixternal: http://www.plkr.org/snapshots/plucker_snapshot.tar.gz I took a CVS snapshot for freqtweak (with similar lack of work for years) and it looks better - upstream just never released the final version. [12:42] hrmm..ya I might give that a try then..thanks for that! === jml [n=jml@121.44.219.152] has joined #ubuntu-motu [12:45] hey jml [12:46] ajmitch: good morning === bryce_ [n=bryce@71.237.200.28] has joined #ubuntu-motu [12:50] TheMuso: arround ? [12:50] lionel: Yes. [12:50] I checked my patch, and it works here :-( [12:50] What version of the package are you patching against? [12:51] which version of wu-ftpd did you use ? [12:51] The one from sid. [12:51] Debian version 2.6.2-26 === concept10 [n=concept1@ppp-70-247-163-181.dsl.rcsntx.swbell.net] has joined #ubuntu-motu [12:51] (grab from DaD) [12:51] ah no. [12:51] ah... [12:51] sorry, my fault. [12:51] you dget .dsc ? [12:52] no problem :) [12:57] lionel: Uploaded. [12:57] TheMuso: thanks! [01:02] Hey persia, uploaded a new one which I think will fix "hopefully" everything. [01:03] PriceChild: Thanks a lot. Looking now... === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-motu [01:12] Morning.. question.. how do I use the .install files properly? [01:12] pschulz01: What build system is being used to build the package? [01:12] I have a multi-binary package/control file. [01:13] I have used 'dh_make' to set everything up. [01:13] Howdy TheMuso ! [01:13] pschulz01: Did you explicitly tell dh_make to use cdbs? [01:13] ? no [01:13] If not, you are using debhelper. To use the .install files, you need to use dh_install. [01:14] Which goes in the install target. [01:14] It will read all *.install files and do its thing. [01:14] the manpage tells you how to make a .install file. [01:14] The dh_install man page talks about building and copying from debian/tmp [01:14] Yes. [01:14] Thats what .install files are for. [01:15] .. but I get debian/ [01:15] You run make install or whatever into a temporary location, then you use dh_install to move everything into the proper packages. [01:15] so make install DESTDIR=debian/tmp and then dh_install does the rest, using the files in debian/tmp. === TheMuso tries to think of a package you can look at that does the same thing. [01:15] The source uses the GNU auto tools.. === RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu-motu [01:16] But you said that it was a multi-binary package? [01:16] So I use './configure --prefix=/usr' [01:16] RAOF: Hey there. Just took care of your pyinotify merge. [01:16] pschulz01: That should have already been done for you in debian/rules. [01:16] TheMuso: Yay. [01:17] I got a quick shell problem, I've got a directory full of files with spaces in the names, how can I get rid of the spaces? [01:17] TheMuso: Well. there were a whole lot of other options that were messing things up.. (architecture etc.) [01:17] LaserJock: qmv [01:17] LaserJock: for file in *; do mv "$file" `echo "$file" | tr ' ' '_'`; done [01:18] TheMuso: Learn about $() [01:18] pschulz01: Right. [01:18] And I've almost got a Sid VM so I can check that the python-versions bug applies to Debian! [01:18] StevenK: ?? [01:18] I want to spilt the result of the build into a collection of packages, and the *.install' files seem to be be the most sensible method. === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu [01:18] StevenK: Is that more posix compliant or something? [01:19] TheMuso: hmm, that gave me a whole lot of _. I was trying to compress the names [01:19] LaserJock: Oh. [01:19] TheMuso: $() can be nested. ` can't. [01:19] Well instead of tr ' ' '_' you could do tr -d ' ' [01:20] StevenK: Aaaaah! [01:20] TheMuso: genius!! === alfredoj69 [n=alfredoj@CPE000d880181a5-CM000a73660589.cpe.net.cable.rogers.com] has joined #ubuntu-motu [01:21] :) [01:21] I'll be back later.. [01:21] TheMuso: Cheers. [01:21] pschulz01: np. === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu === luis_lopez [n=jabba@ip216-239-76-67.vif.net] has joined #ubuntu-motu [01:22] Ok... That clears the merge qeue for now. [01:25] Hurrah! === Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu === ceruno [i=JorgeTor@cable201-233-49-43.epm.net.co] has joined #ubuntu-motu [01:28] persia: You on uus and the ml for it yet? === iceman [n=iceman@cable-87-244-154-165.upc.chello.be] has joined #ubuntu-motu [01:33] TheMuso: UUS, but not the ML. I subscribe to the bugs I touch, and use LP to pick new ones. [01:33] persia: Right. [01:34] I like bugmail, but not for things I haven't looked at yet, and might never touch. [01:34] Fair enough. [01:34] I'm on a few teams, so I am kinda used to it now. [01:35] Just got to work out a way of filtering team email that is not going to an ML. [01:35] TheMuso: So far, none of my teams subscribe me to bugs :) Is there any non-bugmail on the UUS ML? [01:35] persia: No. === owh [n=onno@59.154.24.148] has joined #ubuntu-motu === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu [01:41] hrmm...quick question here...I have a file 'pluck-comics.py.in' and instead of #!/usr/bin/python it has @PYTHON@..is this cool, or should it be changed to #!/usr/bin/python? [01:41] ok, another merge down, hopefully this one isn't as broken as the last :) [01:41] #!@PYTHON@ to be exact [01:42] nixternal: that's why it's an .in, but it means it'll end up hardcoding a specific python version [01:42] depending on what @PYTHON@ resolves to [01:42] OK, so I should go ahead and make a patch to do #!/usr/bin/python instead [01:42] depends on the above ^^ [01:42] nixternal: .in files are usually processed by ./configure, so it is likely replaced. On the other hand, I thought we recommended #!/usr/bin/env python instead (which would be used for the value of PYTHON for configure). [01:43] well, the 1.8 is patched to remove #!/usr/bin/python2.2 and replace it with #!/usr/bin/python [01:44] nixternal: But 1.9 uses @PYTHON@ instead of #!/usr/bin/python2.2? [01:44] I am working on the snapshot, which has a lot of changes/updates to it..I was surprised actually [01:44] persia: yes [01:44] persia: #!/usr/bin/env python is annoying, because the script shows up as "python2.5" in process views, rather than "foo". [01:44] if we keep the @PYTHON@ then we can drop a patch === blackskad [n=blackska@d54C1A48C.access.telenet.be] has left #ubuntu-motu [] [01:45] RAOF: /usr/bin/env is doubly annoying because $LUSER might have python1.5 installed as /usr/local/bin/python [01:45] nixternal: I recommend either digging through the build process to change the variables, or building it to see what you get, and if it's not correctly, searching for it in the original source and patching it there, rather than replacing @PYTHON@. [01:45] Oh, really? And env will pick that up in preference to our shiny new python2.5? [01:45] persia: roger! [01:45] env goes by $PATH only. === persia has been disabused. Thank you. [01:47] And based on our path, /usr/local/bin trumps both /usr/bin and /bin. [01:47] Our default $PATH, I should say. [01:49] TheMuso: Has anyone dealt with your main upload? [01:49] StevenK: No. [01:50] TheMuso: Would you like me to? [01:50] StevenK: Only if you have a minute. [01:50] StevenK: I'm happy to wait otherwise, no rush. [01:50] Yeah, it's no problem. [01:50] TheMuso: Can you clag the bug number so I don't have to dig? [01:51] StevenK: SUre. Bug 116167 [01:51] Launchpad bug 116167 in gnome-speech "Please merge gnome-speech 1:0.4.12-3ubuntu1" [Undecided,Unconfirmed] https://launchpad.net/bugs/116167 [01:51] 2nd debdiff. [01:52] Right. Looking now. [01:52] Anyway, afk for a bit. [01:52] StevenK: Thanks. === Ppjet6 [n=ppjet@lns-bzn-51f-81-56-130-254.adsl.proxad.net] has joined #ubuntu-motu [01:55] TheMuso: Your debdiff looks to remove control.in, is that intended? [01:55] TheMuso: Also, why did you bin the Uploaders field? === Jucato [n=jucato@210.5.108.135] has joined #ubuntu-motu === angasule [n=angasule@190.49.230.99] has joined #ubuntu-motu === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu [02:17] morning all [02:17] Mornin Hobbsee [02:17] :) [02:18] Good morning [02:18] :) [02:21] PriceChild: Getting much closer, but I found a few things left :) [02:21] hehe :) [02:21] I just noticed i still have COPYING and wondered what to do about it. [02:23] dang. my optical mouse just stopped working. [02:23] Time for bed now though I'm afraid :( [02:23] PriceChild: I don't know. I think you need COPYING for the GPL content, but it doesn't provide a good overview for COPYING the package. Perhaps NOTICE needs to be updated? But that's really an upstream thing. [02:23] not even the red light works [02:23] keescook: i thought mice were overrated for you terminal lovers? [02:23] PriceChild: When you have time (tomorrow maybe), ask here for someone strong with copyright to look at the package. They may be able to provide better advice. [02:24] Ok thanks. [02:24] thanks for reviewing it again, have a good day! :) [02:24] Hobbsee: my work day just ended, I was gonna go play the BSG demo. :P [02:24] haha [02:25] I can't chase the cylons with my marble mouse, so I plugged in my (previously) trusty optical mouse, and... nothin'. === Hobbsee wonders what a marble mouse is === Hobbsee googles [02:25] It's a brand. [02:26] marble, like, the ball is a marble I roll around with my thumb [02:26] oh right, where you move the trackball [02:26] trackball! that's it. yup. I sure know how to use my words. === StevenK chuckles. [02:35] hehe [02:35] it's the lack of beer [02:38] Does anyone know the name of the KDE menu editing tool offhand? [02:39] kmenuedit [02:39] kmenuedit [02:39] jynx [02:39] Hobbsee: nixternal: Thanks. [02:39] nixternal: beat you. try not to use pointyclicky vista and forget how to type [02:39] jynx jynx double jynx [02:39] nixternal: Not quite - the timestamps won't match in the logs. === Hobbsee ducks [02:39] they match here [02:39] 19:39:08 [ nixternal] kmenuedit buxy [02:39] 19:39:08 [ Hobbsee] kmenuedit [02:40] sorry buxy...silly irssi [02:40] nixternal's clocks must have different microseconds then mine. Do you use ntp? [02:40] Hobbsee wins here. [02:40] yup [02:41] Neither one of you can claim they win since most clients print the line before sending it. === RAOF_ [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu-motu === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu === Hobbsee wins, just due to being Hobbsee. duh. [02:45] Heh === RAOF_ [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu-motu === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [02:57] Hobbsee: I'm also interested in what you have to say about my clamav proposal for Friday's meeting. Are you going to be there? [02:57] ScottK: i'll be there === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-motu [02:58] superm1: did you fix the FSF address in COPYING? [02:58] yes crimsun [02:58] i uploaded it this morning before work [02:59] Hobbsee: Great. [02:59] ok, I'll once-over upid=5244 now. [03:00] ok wonderful. thanks :) [03:01] ScottK: i'd have to read the mail again, but the idea of keeping the newest in the repos under a different name is smart [03:03] Thanks. [03:03] mythbuntu-artwork-usplash_0.1_source.changes: done. [03:03] Successfully uploaded packages. [03:03] archived on REVU. [03:03] Thanks crimsun [03:03] thank _you_ :-) [03:04] yay [03:05] I guess I should upload this merge, it appears to actually work [03:05] ajmitch: Which? [03:06] python-ldap === StevenK had fun with pycairo last night. [03:06] since I said I'd take some of doko's merges since he did a lot of -dbg additions [03:06] heh [03:06] can't be as fun as pygobject [03:06] I'm so not touching gobject. [03:06] I did, and I broke it good [03:07] Heh === RAOF likes cairo. How did pycairo go? [03:07] python-pam is my next target [03:07] RAOF: Oh it wasn't bad, just a lot of Ubuntu changes, a lot of Debian changes, and a shedload of upstream changes. All blended together. [03:07] Wheee! [03:07] python-ldap was fairly easy [03:08] The debdiff on patches.u.c for pycairo was a shade under half a meg. [03:08] python-gobject was a mess [03:08] 1 conflict in python-pam, only in debian/control [03:08] Hooray. New python-dns bugfix upstream release after only 4 years of inactivity! [03:08] Hmph. My upload isn't much better, at 367K. [03:09] Of course, if I could be bother sending some of the trivial changes to the Debian maintainer, it'd be easier. [03:12] oh nasty [03:12] python-pam is a native package with a debian versioning scheme [03:13] I'd say it's been like this for awhile [03:13] Yummy. [03:13] wo0t... persia, building plucker with wx-config :) [03:14] 2.4 is fine correct/ [03:14] http://ftp.egr.msu.edu/debian/pool/main/p/python-pam/python-pam_0.4.2-10.1.tar.gz <-- from 2003 [03:14] nixternal: If you can build with 2.6, I'd be extra happy. Does the patch in 1784 not apply? === iceman__ [n=iceman@cable-87-244-154-165.upc.chello.be] has joined #ubuntu-motu [03:14] and I'm just building 0.4.2-12ubuntu1 [03:14] persia: I can build with 2.8 ;) [03:14] this is a really active package === iceman__ [n=iceman@cable-87-244-154-165.upc.chello.be] has joined #ubuntu-motu [03:15] persia: don't need that patch when using a snapshot [03:15] nixternal: If you build with 2.8, it'll be months to get it back to Debian. I suggest 2.6. Great news about the patch though. === RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu-motu [03:15] I am testing a snapshot..and if needbe, I will do the patch to the current version in the repos [03:15] 2.6 it is then === persia celebrates another package that doesn't depend on wx2.4 anymore! [03:16] Are you going to request wx2.4 gets booted out? [03:17] StevenK: When it has no reverse depends, yes. If I can get the patches back to Debian, Ron will request removal there. [03:20] persia: Sensible. [03:20] StevenK: Did you want it for something? [03:20] persia: Certainly not, I'm just curious how you're handling it. [03:20] so have we removed ion3 from ubuntu yet? [03:21] Not according to madison-lite. [03:21] shame [03:21] the author really seems like an arrogant sod [03:22] StevenK: Bah! Thats what I get for merging late at night. Uploading a new debdiff. [03:22] Ohhh, neat. [03:22] ajmitch: bug 115142 [03:22] Launchpad bug 115142 in ion3 "New distribution conditions based on trademark claim" [Medium,Confirmed] https://launchpad.net/bugs/115142 [03:22] You have to be scared when one of the Ubuntu changes for a package is "Work with a recent glibc" [03:23] heh === mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu [03:24] ajmitch: http://people.ubuntu.com/~ubuntu-archive/removals.txt is a good place to watch. [03:24] persia: iff I'm interested in it :) === persia has apparently made invalid assumptions again :) [03:26] StevenK: New diff uploaded. [03:26] TheMuso: Okay, I'll look in a little while. [03:26] StevenK: No rush. [03:26] c [03:26] ugh === ajmitch wonders why python-xml is on the merge list === concept10 [n=concept1@ppp-70-247-163-181.dsl.rcsntx.swbell.net] has joined #ubuntu-motu [03:29] Lutin: I've been working with upstream and Debian for the new uqm. Do you mind if I take the merge? [03:30] config.status: I need this new plucker to run autoreconf first, or is there a way around that before it builds the configure file [03:30] ajmitch: Yeah, I've been watching the ion3 saga... Upstream seems a really nice guy, and has promised to never release anything other than binaries for other software he writes. === StevenK giggles at Womble2's sig in the ion3 diat^Wbug. [03:33] TheMuso: Now you have "Uploaders: Uploaders: " [03:34] nixternal: Huh? Could you rephrase your question? [03:34] Womble2? [03:34] Fujitsu: Ben Hutchings [03:35] Ah, yes. [03:36] nixternal: you need to build-depend on autotools-dev (if you aren't already build-depending on autoconf/automake1.7+), then modify debian/rules as necessary [03:37] nixternal: although you've not stated why you want config.status to actually be significant... [03:43] well, configure is in config.status [03:43] that is why I said it [03:44] You mean, there's a config.status rule in debian/rules which calls configure? [03:44] yes [03:44] how would I call the autoreconf? [03:44] As "autoreconf" presumably. [03:45] nixternal: Ah. If you want to run autoreconf before ./configure, just add it to the config.status: rule, prior to the ./configure call. [03:45] You've made a change to configure.ac or Makefile.am, yes? [03:45] roger...I am guessing it didn't work because I didn't have the autotools-dev [03:45] RAOF: no changes made [03:45] so why do you need to run autoreconf? === RAOF is puzzled [03:45] the tarball doesn't have configure [03:45] ... [03:45] Upstream sucks. [03:45] haha [03:46] nixternal: Don't forget to update config.{sub,guess} beforehand (and delete in clean) if you're not doing that already. [03:46] I will check that [03:47] OK, there is no config.{sub,guess}, so that needs to be added [03:47] There's notes on that for autotools-dev [03:47] Wow, great upstream you have there. [03:48] They couldn't be bothered releasing a "make dist"d tarball, obviously. [03:49] RAOF: It's a development snapshot. They stopped work several years ago without explanation. [03:49] Cool. [03:52] Fujitsu: Did you see my python-scipy question in your scrollback? [03:53] make: *** No rule to make target `autoreconf', needed by `config.status'. Stop. [03:53] ScottK: No, sorry. [03:54] Got a minute... [03:54] hehe [03:54] Ah, right, there. [03:54] Found it. [03:54] Didn't highlight for some reason. === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu [03:54] nixternal: http://paste.ubuntu-nl.org/22087/ [03:54] That's something I've been wondering about for a while, but I really have no idea about it. [03:54] persia: thanks [03:55] OK. It looks to be based on looking at the code and what LaserJock told me the python-numpy should conflict python-scipy-core, not python-scipy conflict python-scipy-core [03:55] OK. Well scipy definitely does not provide what scipy-core provides, so I am dead certain that the current situation it wrong. [03:55] Right, that makes more sense. [03:56] I really thought that was odd [03:56] OK. I'll go fix it that way and we'll see what happens... [03:56] does python-numpy conflict with python-scipy-core [03:56] well, just a sec though [03:56] I think perhaps it's ok for python-scipy to conflict with python-scipy-core [03:57] I *think* that our version of python-scipy won't work with python-scipy-core [03:57] We're in sync with Debian. [03:57] LaserJock: Then why do we even have scipy-core? [03:57] Hrm. I think I'm done with iputils. [03:58] StevenK: Gah its not my day is it. === Sarah [n=user@14.5.233.220.exetel.com.au] has joined #ubuntu-motu [03:58] ScottK: well, for people who have scipy-core code [03:58] StevenK: cutting through the merges? [03:58] TheMuso: Heh [03:58] ajmitch: This will be my fourth since yesterday afternoon. [03:59] Looking at the source, scipy-core and numpy have definite overlaps. I think they should ideally be configured via update-alternatives, but at the very least conflict as they do provide some of the same files. [03:59] StevenK: not bad [03:59] ScottK: well, numpy is scipy-core-ng ;-) === ajmitch has filed a couple of sync requests, and has done 5 merges, but some are from awhile ago === ajmitch waves to Sarah [03:59] Right. Which makes replace/conflict seem very sensible. [03:59] numpy is renamed and somewhat rewritten scipy-core [03:59] hi ajmitch [04:00] our version of scipy depends on numpy === Kr4t05 [n=andrew@dsl-206-251-14-231.dsl0.crls.pa.net] has joined #ubuntu-motu [04:00] but a person could have code written for scipy-core [04:00] StevenK: Fixed... [04:00] Does anyone want to tackle getting StepMania 3.9 into Gutsy? [04:00] Kr4t05: Is it in Debian? [04:01] whats it blocking on? [04:01] persia: Hrm... Not that I know of. [04:01] Kr4t05: you do [04:01] I'll have to look. One moment. [04:01] actually, stepmania is on REVU, iirc [04:01] yeah [04:01] Hobbsee: Ah, good to know. :) [04:01] Ok, thanks for the info. [04:02] LaserJock, do you want to get that feather torture session thing done tonight? === Kr4t05 [n=andrew@dsl-206-251-14-231.dsl0.crls.pa.net] has left #ubuntu-motu ["Konversation] === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [04:02] oh yeah [04:04] TheMuso: Okay, third time lucky. [04:04] LaserJock: Then maybe the right answer is to do nothing. I asked the bug reporter to install numby and see if that worked. I'll wait and see what they say I guess. [04:05] well, the bug report was a tad odd [04:05] but if the issue is "where did the distutils go?" [04:05] then perhaps we need a fix for that [04:07] StevenK: what other python merges are you touching? [04:07] That seemed to be the issue. === ajmitch has done python-{ldap,pam,pysqlite2} [04:11] english.aljazeera.net broken for anyone else? [04:11] ajmitch: Nothing at the moment. [04:11] StevenK: ok, I might borrow python-mysqldb as well [04:12] Looks like python-adns is orphaned in Debian and an upstream release behind... [04:12] ScottK: there are a few packages like that [04:13] ajmitch: I'm thinking I might adopt it. [04:13] I'm already maintaining one similar package (python-dns) [04:13] may as well [04:13] are you sure it's orphaned? [04:13] python-adns (1.1.0-3) unstable; urgency=low [04:13] . [04:13] * New maintainer (closes: #379683). [04:14] Nevermind then I guess. I was looking at the -2 diff. [04:14] clicked on the wrong one... [04:15] I guess that's one less thing to worry about tonight... [04:17] TheMuso: Patch looks good. [04:18] StevenK: Ok thanks. [04:18] TheMuso: Third time lucky. :-) [04:18] StevenK: As you said. === StevenK sighs, and updates his chroot so libespeak-dev can actually be installed. [04:25] StevenK: How long since it was updated? :) [04:25] Yesterday. [04:25] we are close..configure craps out searching for a cross-compiler [04:25] My sid chroots on the other hand ... :-) [04:26] nixternal: That's just build-deps :) [04:26] ya, seems it may be m86k-palmos-gcc [04:27] StevenK: I'm guessing libespeak-dev wouldn't install due to a newer one being in the archives now? [04:28] Correct. [04:29] TheMuso: Okay, rubber-stamping. [04:30] StevenK: Thanks. [04:30] Now to fix the packages relying on what was libgnome-speech3. [04:33] TheMuso: Bug updated, and status slammed to Fix Commited. [04:33] StevenK: Thanks. [04:33] Will keep an eye out. === StevenK bites his tongue. [04:33] :-P [04:33] heh [04:34] lol === effie_jayx [n=valles@190.37.174.62] has joined #ubuntu-motu === ceruno is now known as ClintManssel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu === hendrixski [n=hendrixs@cpe-66-66-116-69.rochester.res.rr.com] has joined #ubuntu-motu [04:47] to package a python program, do I need distutils? [04:49] hendrixski: Need, no, but if you have a good setup.py, a good debian package is a snap. === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [04:53] ScottK, Ok... because I just wrote a helloworld,py and a setup.py and ran "python setup.py install" [04:54] hendrixski: That'll work on your local system, but not if you want to package something to be distributed by Ubuntu. [04:55] ScottK, so if I want to turn it into a .deb I have to tarball those two files and then dh_make? [04:58] It's a little more complex. What Ubuntu release are you running? [04:58] ScottK, I'm working through this manual on python distutils and I'm not even sure if it installed it on my system (well, on my chroot) so i dunno if I'm ready to move onto the debianization part of it [04:59] I'm on edgy [04:59] OK. [04:59] Gimme a sec and I'll point you at a simple python package you can look at for an example. [05:00] ScottK, that would be good. I was looking at democracy player's .deb package, and it's HUGE, so I'm confused [05:00] Not a good place to start [05:01] hendrixski: in a new directory, try dget -x http://ftp.debian.org/debian/pool/main/p/pyyaml/pyyaml_3.05-1.dsc [05:03] k. getting === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === etank [n=etank@ubuntu/member/etank] has joined #ubuntu-motu [05:05] ScottK, Ok so what specifically should I look at when I delve into one of these anyway? 'cause I have this terrible feeling that I'm always looking at the wrong things [05:05] i have an app that i would like to make into a deb. what is the recommended way to do that? [05:05] Look in the /debian dir. That's where all the packaging information is. === persia made a mistake. Is there any way to kill an upload? [05:10] persia: You can upload over the top before the next scanning run (every 5 minutes) [05:10] persia: ask an archive admin, or jsut upload another which reverts the changes [05:10] Fujitsu: I'll try. Thanks [05:12] ScottK, that's a pretty small debian/rules I assume cdbs just does all that with one fell swoop? === hsitter [n=me@N797P025.adsl.highway.telekom.at] has joined #ubuntu-motu [05:18] persia: you're probably far too late already [05:19] ajmitch: Yes. Very much so. Alas. [05:20] actually, I'm still pretty confused... python-yaml is an extension to python.. so it uses the distutils.. can I use the distutils for packaging applications, like my helloworld? [05:21] I'm getting the impression from reading stuff that distutils is only for adding functionality to the python language itself? is that, kind of close to true? [05:21] distutils is used for applications as well [05:23] hmm, I can't seem to unmount a proc mounted in schroot [05:23] LaserJock: kill whatever's using it [05:24] LaserJock: `sudo lsof | grep schroot` [05:25] ajmitch, Ok. so... if I wanted to install helloworld.py on my dchroot, is the command python setup.py install the one I'm looking for? because it doesn't seem to install it. === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu [05:27] if you're writing an application, you need to create setup.py with the right info === hendrixski is going to become a great Ubuntu packager some day, just can't figure out the manuals to save his life [05:28] ajmitch, :-) I have a setup.py with just a setup(name, version, py_modules) [05:30] ajmitch, that's all they have in this manual... but when I ran install, I'm not sure that what it did is installing a program :-( [05:31] persia: how does that help me, I got quite a few results === man-di_ [n=mkoch@dyndsl-080-228-199-090.ewe-ip-backbone.de] has joined #ubuntu-motu [05:32] and that's all the same stuff that's in pyyaml, which ScottK had sent me. [05:32] all I see is a bunch of dbus stuff [05:32] LaserJock: OK. Just for you: sudo kill -9 `lsof | grep schroot | awk '{ print $2 }' | uniq` [05:33] dbus, mysql, and apache are the big culprits for me. I anxiously await the possible introduction of allowing installation of daemons without immediate start. [05:33] persia: I think mine is dbus [05:34] persia: that's a feature, not a bug :) [05:35] ajmitch: I heard nice things about it being possibly addressed in the LIghtning Talks section of the debconf 2006 videos. [05:35] (plus it breaks sbuild on schroot on LVM snapshot) [05:35] hendrixski: If you want an application (a simple one) see dget -x http://ftp.debian.org/debian/pool/main/p/pypolicyd-spf/pypolicyd-spf_0.3-1.dsc [05:36] hendrixski: Yes, for a simple package, cbds and python-support do all the heavy lifting for you. === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu [05:39] persia: How? [05:40] persia: spamd in spamassassin installs default not started, so it is possible. [05:40] StevenK: When sbuild detects it is running in a session-managed chroot, it doesn't remove the build-deps after the build. When there are daemons running, they stay running, and schroot cannot clean up after itself, leaving an extra snapshot. After a while the snapshot partition gets full. [05:41] Ahh. [05:41] pbuilder manages to cope with this ... :-) === StevenK plays "Tempting persia With Pbuilder", take #27420 [05:42] StevenK: These need to be manually removed by killing the offending processes and running `schroot -e -c long-complicated-random-string-generated-at-build-time`. If they are forcibly removed with `sudo lvremove /dev/data00/long-complicated-random-string-generated-at-build-time`, schroot gets confused. [05:42] StevenK: pbuilder requires me to untar each time. Snapshots are instantaneous. [05:42] ScottK, aaahh cool [05:43] Perhaps if pbuilder could use snapshots. [05:43] persia: How do snapshots help sbuild anyway? [05:43] sbuild and schroot that is. [05:43] StevenK: Perhaps, but then it might run afoul of the same problem, because some smart person might apply the small, simple, and wrong solution, and not clean up after each build. [05:44] ok, so apparently it's just my gutsy chroot that's messed up [05:44] :( [05:44] Ah. [05:44] alright. Enough packaging excitement for one night. Thanks again. I'l play with those packages a little more and come back with more questions [05:44] well, I mean I can't get into my gutsy chroot === TheMuso still wonders what use snapshots are... [05:45] TheMuso: I have a master chroot, which only has base, build-essential, and devscripts installed. Each build is done on a snapshot, so the master schroot is always clean. Multiple simultaneous builds are possible, without any chance of interference. [05:45] persia: Ah. [05:45] Well pbuilder does this in another way. It unpacks a base tarball that goes ina dir named after the pid of the pbuilder process. [05:45] persia, what's the difference between schroot and dchroot? [05:46] TheMuso: Right. sbuild on schroot mounts to /var/lib/schroot/mount/long-random-string to do the same thing. [05:46] hendrixski: schroot is a rewrite, and provides all of the functionality and more of dchroot. [05:46] hendrixski: Nothing any more. They used to be different, and dchroot is older [05:46] persia: I think that the random string, is something like an UUID, or something along those lines. [05:47] ohh... so like a fork? [05:47] TheMuso: I think it's the UUID of the snapshot, generated at the time of snapshot creation, but I'm not sure. It does match the Logical Volume name. [05:47] hmm, I really don't want to have to recreate this chroot :( [05:47] Not sure if schroot forked dchroot. [05:48] Dchroot depends on schroot. [05:48] LaserJock: I have a local mirror, so building a chroot takes a few minutes. :-) [05:48] TheMuso: Now dchroot is just a wrapper. It used to be it's own program, until schroot took over. [05:48] TheMuso: I does now, yes. [05:48] Right. [05:48] yeah, I was irritated about that [05:48] LaserJock: Your master chroot is corrupted? [05:48] but now it's ok [05:48] master chroot? [05:49] I just have one chroot for gutsy [05:49] I don't use snapshots === persia apparently incorrectly assumed Laserjock was using LVM [05:49] SO I guess a snapshot only records the differences between the master and the new changes? [05:49] TheMuso: Exactly. [05:49] heavens no, LVM does not work well for me [05:49] oh. that's interesting. I just learned how to set up the dchroot (and what chroot is, which is kind of cool) so it doesn't matter which type I use? [05:50] hendrixski: I recommend learning schroot instead of dchroot. The wrapper will eventually go away. [05:50] StevenK: I wonder if pbuilder would be more efficient if it were to work with lvm snapshots. [05:50] persia: Really? News to me. [05:50] I really don't like LVM yet [05:50] TheMuso: I have been too. [05:50] LaserJock: Use a server with it, you'll learn to love it. === StevenK has a few Ubuntu servers with LVM around the place here. [05:51] I just screwed everything up === TheMuso is learning lvm now, with noncritical data, so he knows how to handle it when it comes time for his server to be built. [05:51] LaserJock: why? [05:51] well, I don't know if it was me exactly [05:51] TheMuso: Why not? I suspect it'll take about three Debian releases, but someone will probably get tired of maintaining legacy compatibility options. [05:51] nothing seems to work with LVM [05:51] LaserJock: Such as? [05:51] persia: Ah right. [05:51] persia, oh. I picked up the dchroot from the Ubuntu packaging guide. Is there a manual you'd recomend for schroot? [05:51] any time I install an OS it either wipes my LVM or doesn't know anything about LVM [05:51] persia: We should look at porting pbuilder to using snapshots... [05:52] % df -h / | tail -n 2 | head -n 1 [05:52] /dev/mapper/system-root [05:52] LVM has been nothing but a headache for me === ajmitch has used lvm for years, even on the laptop [05:52] I know [05:52] ajmitch: wow. [05:52] TheMuso: wow? [05:52] ajmitch: you're the one that convinced me to try it [05:52] TheMuso: dancer listed that on the TODO list, so it's probably very welcome upstream. [05:52] ajmitch: Never thought one would use it on a notebook. [05:52] I guess I'm to dumb for LVM ;-) [05:53] *too [05:53] TheMuso: same reason as on a desktop - snapshots, and space for things like xen [05:53] hendrixski: I used https://help.ubuntu.com/community/SbuildLVMHowto, but it's really sparse, and a little out of date. === TheMuso is hoping to gradually move from dchroot to schroot with snapshots. [05:53] LaserJock: I'm happy to talk to you about it if you like. [05:53] persia: ask keescook about it then :) [05:53] persia: Whats that howto missing? [05:53] StevenK: well, I just don't have a reason for it, tbh [05:54] my "server" has only one disk I care about (hda is Windows) and I just have large partitions [05:54] TheMuso: It's not missing anything per se, but it assumes you run hoary or breezy and want to build dapper packages. The updated mk-sbuild-lv.sh works quite well. === ajmitch just does lvm on md [05:54] persia: Ah ok. [05:54] Also, some of the configuration syntax has changed. [05:55] anywho, I just want to figure out why my silly gutsy chroot won't work [05:55] LaserJock: What happens when you try and chroot? [05:55] persia: I use sbuild every day. :) what can I help with? [05:56] mount: proc already mounted or /var/lib/schroot/mount/gutsy-ca068666-0b74-4953-8014-bfccdd6b5b19/proc busy [05:56] mount: according to mtab, proc is mounted on /proc [05:56] E: gutsy-ca068666-0b74-4953-8014-bfccdd6b5b19: Chroot setup failed: stage=setup-start [05:56] keescook: The text on https://help.ubuntu.com/community/SbuildLVMHowto is a little out of date (although your script works great). It's the best place I can find to point people working with sbuild/schroot/LVM, but it feels old. [05:57] persia: yeah, I wasn't sure how to go about updating the page. It's kinda like "use this script" :P [05:57] persia, hhm.. so I assume dchroot does the stuff with the lvm as part of being a wrapper? [05:57] keescook: Also, I think it would be assisted with some troubleshooting data, like the use of lsof and schroot -e to shut down stale schroots that didn't close due to daemons running, etc. [05:57] LaserJock: yikes. schroot should have taken care of all of that for you. Ah, perhaps you don't have my schroot patches? [05:57] hendrixski: If schroot is set up to use LVM, yes. [05:58] keescook: is there any chance to get you to explain the script a bit in the wiki page. I was pretty hesitant to use it [05:58] persia: aah, yeah. [05:58] keescook: I'm running from the archives. Are your patches applied? [05:58] well, my dapper and edgy chroots work fine === Knightlust [n=Dax@ubuntu/member/knightlust] has joined #ubuntu-motu [05:58] LaserJock, persia: I have a few patches I wrote prior to getting ubuntu-dev membership, they're sitting in the Debian BTS still [05:58] it seems like only my gutsy one that I can't get into [05:58] I note them at the top of the script. [05:59] persia, Ok. and the sbuild they talk about in there can create binary .debs, so I don't need pbuilder? [05:59] they fully clean up the chroot before shutting down (i.e. find all running processes and kill them) === persia didn't read the script, just trusted keescook to write good scripts === Kim_ [i=Kim@wnpgmb01dc2-136-100.dynamic.mts.net] has joined #ubuntu-motu [05:59] hendrixski: correct [05:59] LaserJock: Does --verbose help? [05:59] persia: hehe. :) === hendrixski realizes he probably has a lot of annoying questions, but is just SSSOOO excited to be learning about this stuff [05:59] :) [05:59] hendrixski: That'll wear off. :-P [05:59] StevenK: hah [05:59] let's see, I'll go patch schroot right now... [05:59] cynical yet? :) [06:00] If a bug has been resolved in a newer version of Ubuntu, do I set the status to fix released? [06:00] Then you'll be bitter and twisted like ajmitch. [06:00] exactly [06:00] keescook: Thanks. [06:00] filled with hate for the world [06:00] And possibily, a New Zealander, which is as bad. [06:00] only if you're an australian [06:00] StevenK, :-( aaawww, don't tell me that [06:00] hendrixski: I'm poking fun, that's all. :-) [06:00] ajmitch: Hah [06:01] hendrixski: It takes years. You can have fun first. It's like making cheese. [06:01] StevenK: nope, --verbose doesn't help much [06:01] making cheese? [06:01] dabaR_: yes [06:01] Hobbsee, thank you. Do I also assign noone to the bug? [06:02] doesnt matter [06:02] if it's closed, it doesnt show unless you speciifcally search for it [06:03] Hrm. It looks like the path from accepted to the archive is closed. [06:04] why the heck does it think proc is mounted? [06:04] grrr [06:04] StevenK: hm? [06:04] LaserJock: Okay, can I get you to strace schroot and pastebin the result? [06:04] alrighty, really have to go to sleep. Thanks again. [06:04] LaserJock: strace -s 1500 schroot ... === hendrixski [n=hendrixs@cpe-66-66-116-69.rochester.res.rr.com] has left #ubuntu-motu [""goes] [06:04] ajmitch: https://launchpad.net/ubuntu/gutsy/+queue?queue_state=2&queue_text=&start=20 === zenrox [n=zenrox@pool-71-120-243-30.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [06:05] so it's empty.. [06:05] Oh bloody hell, it wasn't a few seconds ago. [06:05] :) [06:06] does strace output to stderr? [06:06] strace -o filename [06:07] LaserJock: you likely have a "bind" mount [06:07] try [06:07] umount /var/lib/schroot/mount/NAME/proc [06:08] mount | grep -c /var/lib/schroot, too [06:10] no help [06:10] I had some stuff mounted from my dapper chroot [06:10] pastebin the output of "mount" ? === nixternal kicks plucker right in the arse [06:13] keescook: http://paste.ubuntu-nl.org/22097/ [06:13] LaserJock: hunh. so what's the error you're seeing? [06:14] mount: proc already mounted or /var/lib/schroot/mount/gutsy-d44ee894-8d17-4b92-82c4-866ffd620fd0/proc busy [06:14] mount: according to mtab, proc is mounted on /proc [06:14] E: gutsy-d44ee894-8d17-4b92-82c4-866ffd620fd0: Chroot setup failed: stage=setup-start [06:14] keescook: Where do we get the template for the schroot/sbuild script, or do we just make our own from sources.list? [06:15] TheMuso: the script has an internal sources.list, but you can make your own and name it ~/.mk-sbuild-lv.sources === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu [06:15] Gotcha. [06:15] where "RELEASE" will automatically be replaced by the release it's building a chroot for [06:15] dude, wtf? [06:16] https://launchpad.net/bugs/116344 [06:16] Launchpad bug 116344 in Ubuntu "Sifilinaptic Package Error for 3 days" [Undecided,Unconfirmed] === persia liked that bug :) === Hobbsee wants to reply "please dont screw up yoru system, then file bugs on it that are PEBKAC [06:17] particularly: [06:17] Learn how to fix the bugs automatically. [06:17] Learn from Windows at least something [06:17] Windows fixes bugs automatically? [06:17] users are so much fun [06:18] lol @ Sifilinaptic [06:18] is someone going to reply and tell him to fix his /etc/apt/sources.list? [06:18] LaserJock: I would do: [06:18] sudo mount -o bind /proc /var/lib/schroot/mount/gutsy-d44ee894-8d17-4b92-82c4-866ffd620fd0/proc [06:18] and lol at i384 [06:18] and try it again === Hobbsee rejects === cables [n=cables@216-15-119-176.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has joined #ubuntu-motu [06:19] and the reporter's ID is Usuchtu [06:19] I assume that's supposed to be Usucktu [06:20] I don't think said user is going to understand your message [06:20] words like PEBKAC are too esoteric and complicated [06:20] An Exaile dev is going to make a patch for a bug that basically changes the list of file formats it's allowed to transfer to iPods. Is that going to be updated in the repos, or will I have to build the new version myself? [06:20] keescook: ok, I've got it mounted, but I get the same error [06:21] oh wait... you're trying to shutdown an schroot, right? I see. Sorry, umount that again, and just delete /var/lib/schroot/session/gutsy-d44ee894-8d17-4b92-82c4-866ffd620fd0 [06:21] Simon80: definition added [06:22] lol [06:22] it looks like everything was already umounted, it just thinks there's still a session running [06:23] cables: you could put it into the repository [06:24] Hobbsee, how could I possibly do that? [06:24] LaserJock: here's a rather aggressive script I wrote to clean that sort of thing up: http://people.ubuntu.com/~kees/scripts/u-schroot-cleanup [06:24] cables: when are they going to release their next upstream? [06:24] Hobbsee, I'm not a MOTU :) I'm just wondering if that sort of stuff gets updated [06:24] be careful with it; it hasn't deleted my harddrive yet. :) [06:24] cables: sure, if someone sees it, and acts on it. [06:24] cables: and that's why we have sponsorship [06:24] keescook: Bind mount / and try it. :-P [06:25] Hobbsee, I need more coding and building knowledge before I can think of becoming a sponsor. I'm going to try to learn Python, is that a good starting point? [06:25] maybe by "learn from windows" the reporter mean we should give a blue screen with "your /etc/apt/sources.list is corrupt, please reinstall Ubuntu" or something? :-) [06:25] minghua: Hah [06:25] keescook: You overuse awk. :-P [06:25] blue is nice. Calming. [06:25] cables: i'd first go and ask the exaile people when tehy plan to release their next version [06:25] StevenK: yes, yes I do. :P [06:26] keescook: cut is your friend. :-) [06:26] minghua: people like that dude deserve windows, hehe [06:26] StevenK: yeah, since 2007 or so, I've switched to cut more often than not === stratus [n=stratus@201.53.55.52] has joined #ubuntu-motu [06:26] keescook: Oh yes, the 1980's called, it wants their subshell quoting rules back. [06:27] Hobbsee, he says he's writing the patch tomorrow, I was just on IRC with him and told him the bug [06:27] keescook: Use $() :-P [06:27] StevenK: hehehe. that's another change I've made. ;) [06:27] patches are welcome. ;) [06:27] :-) [06:27] keescook: no go :( [06:28] LaserJock: okay, so, just so I understand, you're trying to shut down an schroot, right? [06:28] well, not exactly [06:28] cables: right. if they're going to release a new tarball before our upstream version freeze, tehn you may as wlel make sure that the new version gets into ubuntu, rather than putting in the patch now [06:28] I'm trying to get *into* my chroot [06:28] and this was built using the mk-sbuild-lv.sh script? [06:28] Hobbsee, you mean before gutsy's freeze? I don't know the lingo :) [06:29] keescook: nope [06:29] yes [06:29] LaserJock: ah, in that case, I'm not entirely sure what your config looks like, but does "id" show you as being part of the "sbuild" group? [06:30] I'm not using sbuild, sorry [06:30] oh. hm [06:30] I'm literally just trying to chroot in [06:31] I can sudo chroot in [06:31] but schroot is no go [06:31] LaserJock: Are you either listed directly, or in a listed group for the chroot in schroot.conf? [06:31] I'm listed directly [06:32] LaserJock: I spent a lot of time beating my head against schroot. Once I got a schroot working, I wrote that script to reproduce it. :P I've kind of be ignoring the internals ever since. :P [06:32] when's UVF? [06:32] Simon80: August [06:32] k [06:32] wiki.ubuntu.com/GutsyReleaseSchedule [06:32] lots of time to get into debian instead, I hope [06:32] keescook: well, it *was* working [06:33] I guess I want to know when DIF is [06:33] June 20 I think [06:33] keescook: Have you considered adding the patch to schroot for Ubuntu? [06:33] LaserJock: sorry for wasting your time, I should just look it up next time [06:33] but thanks [06:33] TheMuso: yup, just uploaded it now. [06:34] keescook: Ah ok. === persia rushes to get a taste of new schroot crack [06:34] Simon80: not a waste exactly, it's just nice to know where to look it up yourself ;-) === TheMuso manually patches hsi copy in feisty. [06:34] his copy even [06:35] anyway, it's ok to miss the DIF, I can just request a sync [06:35] right? [06:35] Simon80: You need to draft a Rationale to get a sync after DIF. Most good reasons are fine. [06:35] what if the reason is it's a package I made? [06:35] persia: No he doesn't. [06:36] I didn't think so [06:36] StevenK: No? It used to be that way. [06:36] it's not like the other freezes, you just file a bug [06:36] my understanding [06:36] persia: You don't need a rationale even after UVF if it's a new Debian upload. [06:36] Simon80: Just mention the improvements in debian (debian/changelog update is usually enough) [with the old way of doing things] [06:36] well, you'd have till new packages freeze universe [06:37] persia, in this case it would be a new package upload [06:37] sponsored, since I'm not a DD === StevenK made that mistake, and filed a nice, complete UVF exception request for 1.0.0-2 -> 1.0.0-4 and was then told he didn't need an exception. [06:37] StevenK: What happened to Rationale? Was it decided that it was too much trouble to judge, and we'd do better to trust Debian? [06:38] persia: I've had to rationalize new upstreams, but not a new Debian revision. [06:38] Wow. First it was sparc, now ia64 lags behind. :) [06:38] ia64 should be catching up. [06:38] what about a new package? [06:39] StevenK: I understand. I was told to write Rationale a long time ago, and wasn't told it was a waste of time until now. I want my keyboard wear reversed :) [06:39] Ahh, now a new package will probably require rationale after DIF. === persia feels smug === RoAkSoAx [n=wo@200.37.190.223] has joined #ubuntu-motu [06:40] However, now persia has confused me, so please check yourself. :-P [06:41] ok, wow [06:41] StevenK: I don't think we need a whole UVF report, just a couple sentences (new bugs fixed, compiles properly in current development snapshot, etc.). [06:41] I figured it out [06:42] LaserJock: Share! [06:42] somehow I had proc mounted in the actual chroot [06:42] Neat. [06:42] LaserJock: Nifth! === jwhitlark [n=jwhitlar@64-121-52-87.c3-0.snmt-ubr1.sfrn-snmt.ca.cable.rcn.com] has joined #ubuntu-motu [06:42] s/h/y/ [06:42] but it didn't show up in mount ore df -a or anything [06:42] LaserJock: that's not unusual [06:42] it would have shown in /proc/mounts though [06:43] hmm [06:43] well, now that I've spent the last hour working on that ... [06:44] :) [06:46] anyone seen an upstream version of a package that has a hyphen in it? [06:46] I'm wondering if I should tweak my own script to take that into account [06:47] nvm, lol, I just thought of a better way, using the output of dpkg-parsechangelog [06:48] damn shell [06:48] it's so convoluted, and yet so useful that it's not going away anytime soon [06:50] Simon80: xfonts-wqy has hyphen in upstream version number [06:50] hehe, cool === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [06:50] well, my method should work [06:51] hi spam. [06:51] uh oh, it's a CC member! [06:51] Look busy! === ajmitch is on his best behaviour [06:51] I was just trying to find a reliable way to figure out the orig tarball in shell [06:52] Simon80: By parsing the .dsc? [06:52] nah [06:52] before that [06:52] I can't think of a reliable way, then. === Hobbsee quickly looks around for something to do [06:53] so far what I do is take `basename $PWD` and remove -{the upstream version}, then add _{the upstream version} [06:53] Simon80: What are you working on? [06:53] little script to backport packages for different dists, then upload them to my new personal repo [06:54] probably something someone else has already done [06:54] that, or probably I should share it :) [06:54] Simon80: If you can reliably determine upstream, consider uscan - it has some handy logic to name orig.tar.gz [06:55] rm -rf pluck* === did448 [n=didier@mon75-2-81-57-110-167.fbx.proxad.net] has joined #ubuntu-motu [06:55] what the pluck! [06:55] nixternal: Why ?!? [06:55] haha, man it is so close [06:55] http.h [06:55] that is what I am trying to figure out now [06:55] #include [06:55] persia, is it more complicated than just name_upstream.orig.tar.gz? [06:55] need to find out what that is provided by [06:55] Simon80: No. [06:56] well then, no need [06:56] Simon80: DOn't forget that some packages are native, i.e there is no revision. [06:56] persia, LaserJock: I made my first stab at updating the instructions on https://help.ubuntu.com/community/SbuildLVMHowto [06:56] and autoreconf & ./configure == evil..there is an autoconf.sh file which does everything..and it works [06:56] TheMuso: brain... meting [06:56] melting* [06:56] I don't need to worry about that for a while [06:56] okay, to bed for realz [06:57] fo realz [06:58] keescook: That looks great. My only confusion is early discussion about gutsy, and lots of examples with feisty. Thanks a lot. [06:58] in those cases, my script isn't appropriate anyway, it's for backporting [06:58] ...so how would I append ~something to the debian release if there is no release number? [07:00] hmm, nevermind, I see existing backports just append to the upstream version [07:03] I should probably put this and the other script I have on a wiki page or something at some point [07:03] I'm using reprepro with a wrapper that adds packages from an incoming directory [07:04] so this script copies the source directory to a temp dir, updates the changelog to add a ~dist1 thing, builds it, dputs it, and then dput runs the wrapper, it goes into the repo [07:05] ah cool. [07:05] dunno how that compares to what other people use for repos, I'm still unsure what others use [07:05] I guess it depends on how automated/manual you want the repo to be. [07:05] yeah [07:06] well, I mean, if you want a pool, different dists and components [07:06] Simon80: Does reprepro do that? [07:06] yes [07:06] generates contents files too [07:06] Right. [07:09] Reprepro is the best tool I've found so far for doing deacent repositories. [07:09] I disagree. [07:09] But whichever. [07:10] StevenK: please point out what you prefer [07:10] I actually set up a mini-dinstall repo just before this before realizing it outputs trivial repos only [07:10] Simon80: I don't need my own repository, have you had a look at falcon? [07:10] a bit [07:11] mini-dinstall is worse than reprepro. [07:11] not from the repo maintainer's end [07:11] yeah, it is [07:11] StevenK: Where can one find more info on falcon? === StevenK kicks rubygems. Hard. In the face. === racarr [n=robb@pool-71-163-244-36.washdc.fios.verizon.net] has joined #ubuntu-motu [07:11] I've heard of it a few times, but not seen it [07:12] TheMuso: https://launchpad.net/falcon [07:12] Oh ok. [07:12] it's hard to find its homepage [07:12] Woooo [07:13] Something like this has been needed for a long time. [07:13] it's been around for a while [07:13] Are there any official releases of it? [07:14] i.e I see two branches, but not sure which one to use. [07:14] I'm pretty happy with reprepro now that it's set up ;) [07:14] I see falcon-2, but not sure if its unstable, etc. [07:15] I think that's the one you want [07:15] I've not used falcon, but I had talk about the branches with somebody in the know [07:15] *had a [07:16] it's ironic that it's aiming to be user friendly, but it's impossible to find a canonical upstream source to obtain it from [07:16] of course [07:16] that's one thing I dislike about Launchpad [07:17] Does LP not provide a place to download project binaries? I thought I just couldn't find it. [07:17] heh, there IS no upstream source to obtain launchpad from [07:17] if one thinks about it that way [07:18] quick question, is there another "big" upstream to Ubuntu other then: Debian, Gnome, KDE and Xorg? [07:18] persia: not that I know of [07:18] beuno: Linux? === persia considers trolling LP buglists again [07:18] LaserJock: as in "kernel"? [07:18] yeah [07:18] persia: it's planned to have project homepages and mailing lists [07:19] that should clear things up I think [07:19] LaserJock: that would seem like a bug upstream, yes, can you think of any other [07:19] LaserJock: Thanks for saving me the effort. I like planned. I'd like it more if I could actually read the blueprints instead of just diffs when they are updated :) [07:19] hehe [07:19] I tried to get access to the wiki [07:20] just too much "super secret" stuff I guess ;-) [07:20] beuno: GNU :-) [07:20] jsgotangco: Ubuntu downloads packages straight from GNU? === TheMuso pondrs... [07:20] Devel was updated more recently than falcon-2. [07:20] beuno: well if you want a super upstream that is [07:21] LaserJock: What I don't understand is why external parties are sent diffs. I'd rather not get anyting other than whiteboard updates than diffs to an original I can't see, which only gives me the full picture over time. [07:21] beuno: well, most packages come from Debian regardless [07:21] yeah [07:21] persia: because they didn't know that was happening ;-) [07:21] beuno: The build-chain is often taken straight from upstream, so yes. [07:21] I'm looking from places Ubuntu actually downloads them, not "origin" [07:21] python? [07:21] Debian [07:22] i can think toolchain === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [07:22] even then [07:22] it depends on the release [07:22] sometimes we're ahead of Debian more than other times [07:23] maybe this helps, I'm trying to put together similar to this: http://en.wikipedia.org/wiki/Image:Debian-package-cycle.png [07:25] beuno: what do you mean by "download"? all packages are _uploaded_ by maintainers [07:25] minghua: right, as in what comes down to Ubuntu [07:26] I'm out for tonight [07:26] goodnight everybody [07:26] Night LaserJock [07:26] good night === minghua should go sleep as well === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu [07:36] ...yet its not updated to use deps in feisty/gutsy... [07:37] persia, ping :) [07:37] ASCK [07:37] ASCIIGirl: Hello. [07:38] Yay, it seems I have sbuild+schroot+LVM working. [07:38] Fujitsu: Congrats. [07:38] It turns out that the only problem with my previous setup was it not mounting my LUKSed home directory. [07:38] And that caused it to go up in flames and generally diep. [07:38] *die [07:39] Fujitsu: LUKSed? [07:39] TheMuso: On a volume encrypted with LUKS. === robitaille [i=robitail@ubuntu/member/robitaille] has joined #ubuntu-motu [07:39] Oh. === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu === Fujitsu grabs the new Gutsy schroot [07:43] Fujitsu: Careful of sbuild. I've had trouble with 0.54. [07:44] It's not unmounting the snapshot because of processes still run. The last upload supposedly fixes that. [07:44] Fujitsu: That's schroot. Schroot is good crack. [07:44] But I guess it won't have published yet. [07:44] Heheh. [07:47] persia: np, feel free to merge uqm [07:47] ello all [07:47] Well its currently building on all but ia64. [07:47] Fujitsu: The workaround is to use sudo kill -9 `lsof | awk ' /schroot/ { print $2 }' | uniq` [07:47] Hey imbrandon. [07:47] persia: I found another issue with the new plucker [07:47] Lutin: Thanks. I just saw your name on DaD, and wanted to check. [07:47] moins TheMuso [07:47] it requires libhttp which isn't in the repos [07:48] persia: the name just changed :) [07:48] nixternal: Ah. This is deep (and requires REVU), or shallow, and only requires copying a couple files? [07:48] 1 file really [07:48] http.h [07:49] nixternal: Presumably, it depends on having http.c as well, and so on, no? [07:51] nixternal: Also, do you know which libhttp? I see several when searching with Google. [07:52] http://www.softorchestra.com/downloads/ [07:52] it is in the README located in parser/c++/ === TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [07:52] I copied the files over to /usr/include [07:52] I am going to do a quick dpkg-buildpackage -rfakeroot to see how it goes [07:53] if it goes through, then a quick libhttp package shouldn't be to painful [07:53] Seems easy. Is the "LEAVE ME ALONE" license DFSG-free? === davromaniak [n=cyril@AFontenayssB-152-1-24-119.w83-114.abo.wanadoo.fr] has joined #ubuntu-motu [07:54] persia: GPL v2 only, and don't ask me anything === persia is slient as instructed, but confused. [07:56] Hah [07:56] I'm making a joke about the 'leave me alone' license. :-P [07:57] persia: well it doesn't seem to be using a license of any type [07:57] StevenK: I'm looking at http://pastebin.ca/504649 [07:57] http://paste.ubuntu-nl.org/22107/ [07:57] persia: ^^ [07:57] nixternal: That's a license., just a strange one. [07:58] lol === Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu [08:06] nixternal: Comparing with http://www.debian.org/social_contract#guidelines, I think it's safe, as long as you have a good enough debian/copyright. === Hobbsee_ [n=Hobbsee@CPE-124-189-12-176.nsw.bigpond.net.au] has joined #ubuntu-motu === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [08:13] any DDs available to sponsor my package at http://mentors.debian.net/debian/pool/main/w/wired ? [08:13] wo0t [08:13] the new plucker closes at least 1 bug on malone [08:14] nixternal: I can open more if you want a longer changelog :) [08:14] no thank you [08:14] my lord...the build deps got nasty === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu [08:15] tsmithe: hello [08:16] tsmithe: did you pinged me for sponsoring? [08:16] man-di_, yup :) [08:16] tsmithe: please mail to me konqueror@gmx.de, then I can look into it later [08:16] thanks muchly :) [08:16] later as in "in some hours" [08:17] i don't care - i gotta go to school soon ;) [08:17] anibal, :) [08:17] ASCIIGirl, :) [08:20] persia: is there anywhere I can read on what the criteria for the "updates" repo is? === did449 [n=didier@mon75-2-81-57-110-167.fbx.proxad.net] has joined #ubuntu-motu === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [08:22] beuno: https://wiki.ubuntu.com/StableReleaseUpdates and https://wiki.ubuntu.com/MOTU/SRU (use `apt-cache madison packagename` to decide. Also, asking generally will often get a faster response than asking a single person. Especially because I'm not an expert with SRU's :) [08:23] persia: I agree, but since you've answered all my questions up to know, I thought, "why not" :D [08:23] thanks a bunch [08:23] beuno: :) === Fujitsu_ [n=william@c58-107-52-79.eburwd7.vic.optusnet.com.au] has joined #ubuntu-motu [08:24] Is anyone both good with python and http and willing to solve an issue for me? [08:24] Gr, I don't like schroot taking down my kernel with it. [08:25] persia: maybe I can help, what's your problem? [08:26] beuno: webboard. Specifically, webboard 0.2.1-0ubuntu3 doesn't work in gutsy. I applied a patch for 0.2.1-0ubuntu4 which appeared to do the right thing, but it doesn't work either. I don't really know python, so I'm not sure how to fix it. [08:27] persia: lemme download it, what's the bug? [08:28] beuno: I haven't filed a bug yet :) If you are making progress, please open one. If you don't make progress, let me know, and I'll open one. [08:29] persia: oh, I haven't got gutsy installed here, thought I might be able to take a peak at it from Feisty, I'll dl it tomorrow and try it from Gutsy if you like :D [08:30] beuno: Great. Thanks. === robitaille [i=robitail@ubuntu/member/robitaille] has joined #ubuntu-motu === tudenbart [n=willi@xdsl-81-173-225-161.netcologne.de] has joined #ubuntu-motu === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu === thekorn [n=thekorn@a89-182-28-89.net-htp.de] has joined #ubuntu-motu === dholbach [n=daniel@i59F70E5E.versanet.de] has joined #ubuntu-motu [08:41] good morning [08:43] Heya dholbach. [08:43] hey dholbach [08:44] hi dholbach [08:45] hey TheMuso, hey elkbuntu, hey Hobbsee [08:48] :) [08:49] how's it going? [08:49] TheMuso: thanks for the gnome-speech merge - do we have to do a couple of rebuilds now? === Hobbsee is still fighting kdebuilding, and cooking. [08:49] TheMuso: or it might have to go through binary NEW first === tudenbart is now known as dothebart === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu [08:54] dholbach: Binary new first, but once its through, I can do the updates for the packages that depend on it. === Admiral_Chicago [n=freddy@adsl-68-255-98-227.dsl.chcgil.ameritech.net] has joined #ubuntu-motu [08:56] TheMuso: thanks a lot === dholbach hugs TheMuso [08:56] dholbach: np. [08:59] who of you would be interested in doing mentoring? [09:00] it'd be nice to have some mentors available once I announce the new mentoring process [09:00] depends what it entails [09:01] dholbach: I'm up for it. [09:01] dholbach: Sure. I am sorta mentoring a couple of people now. === TheMuso should read that wiki page, and goes to do so. [09:01] from what I experienced until now, people send you a mail saying: "I want to contribute, I love Ubuntu, I've been doing some C++ until now. Where do I get started?" [09:02] I've gotten a couple "I see your name in Launchpad. Can you help me help out?" [09:02] so if you're mentoring somebody it'd be nice if you had some easy tasks for the contributor at hand, some wiki links, if you did some reviews for her/him every now and then and so on [09:03] we've been quite bad at tracking progress, so the reception would ask back every now and then how it's going [09:03] if you're unsure, better only offer one or two mentoring slots in the beginning and go from there [09:04] the good thing about the new mentoring process is that we will try this dedicated thing, so people don't have to cope with millions of contributors and take care of them properly [09:04] ... let's see how that goes :-) [09:04] dholbach: Could we submit names of current people? I'd like to start with some retroactive tracking. [09:05] persia: sure - just give me the launchpad id [09:05] /msg ubotu automatix [09:06] Stupid space key! [09:06] TheMuso, persia: should I add you both with 2 mentoring slots available? [09:06] dholbach: Yes pleae, although these are likely to e taken up by ubuntustudio people, which I would actually prefer. [09:06] please [09:06] dholbach: stijn-polfliet, mrcheatr, and I have one slot free. [09:07] interesting [09:07] stijn-polfliet mailed me too :) [09:07] dholbach: Very motivated, but very unfamiliar with Ubuntu. [09:08] TheMuso: do you have LP IDs of the people you mentor already? [09:11] OK, Plucker is now happy...some more tweaking as I would like to get the documentation installed and working as well [09:11] so I need to get libhttp packaged and up'd to Debian, then sync it, then die [09:11] nixternal: Congratulations. Hurrah! [09:11] dholbach: I don't really mentor anybody from ubuntustudio yet, as they haven't really got back into packaging, but probably AstralJava luisbg [09:11] are the two I'd start with [09:11] persia: it actually works quite well now [09:11] nixternal: And I presume it looks nice as well :) [09:11] I have cleaned up debian, recreated an old patch (now there are only 3 patches instead of like 10) [09:11] persia: making it look nice will be the last thing [09:11] TheMuso: ok, I added them to the list, so your 2 slots are taken [09:11] actually...I am making it look nice little by little [09:11] dholbach: Great, thanks. [09:11] remove something, test it..if it works great, if not put it back === vil [n=lada@ubuntu/member/vil] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [09:14] man, Spider works now... --filter= works now [09:17] Even dead upstreams sometimes have useful code. === pgquiles [n=pgquiles@62.43.226.52.static.user.ono.com] has joined #ubuntu-motu [09:20] persia: the dead upstream is just that 1.9.0 patch applied it seems [09:20] and the need for the silly all of a sudden [09:21] oh, that is because 1.9.0 has C++ parser now and not just Python and Perl [09:21] nixternal: Doesn't surprise me. I've seen a couple dead upstreams that have three or four patches applied from the bugtracker or mailing list, but no plans for release or real work. [09:21] that's why [09:21] now the only bug to fix with it is the documentation [09:21] I am close with it, as I just watched it build [09:22] so with libhttp, it will pretty much be a ./configure && make && make install && cp *.h /usr/include [09:24] nixternal: You'll want to check the library packaging guidelines: you need both libhttp# (to match the soname) and libhttp-dev (with .h and -a) binaries built from your source. [09:24] yup [09:24] that should be a fun one [09:25] nixternal: It's a simple library, so probably a good intoduction to library packaging :) [09:25] that is what I am hoping === ivoks [n=ivoks@83-131-53-247.adsl.net.t-com.hr] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [09:31] What is the best practice if I want to remove all Ubuntu changes from a package that isn't being merged? Should I just upload a new version and put "fakesync from Debian, dropping Ubuntu changes" in the changelog? This is for uqm-content, which changes become irrelevant with new contents in uqm pulled from upstream. [09:31] why can't you ask for a normal sync? [09:32] dholbach: The current ubuntu version is higher than the current debian version (and was also in feisty). [09:33] ah right - I'd use the debian packaging then and add a higher version number (in a new changelog entry) [09:33] dholbach: Right. But is there a standard for the changelog entry, or is the above sufficient? [09:34] sufficient, you could mention that you use the Debian packaging and maybe debuild -S -v0.0 or something so all the old debian entries appear in the changes file [09:37] dholbach: OK. Thanks. That's a huge changes file (>2K). [09:38] Ok, then just a short notice about using the Debian packaging is fine. === persia reruns debuild -S :) [09:39] yep, noting the fakesync is good. === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [09:46] g'nite all [09:46] thanks persia for your help today/tonight/this morning :) [09:46] we covered all times [09:47] night nixternal [09:56] where should I redirect mentor requests? [09:56] [for those who have emailed me directly] === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] === BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === togr-- [n=tom@spiff.phys.uit.no] has joined #ubuntu-motu === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu === luis__lopez [n=jabba@ip216-239-85-254.vif.net] has joined #ubuntu-motu [10:10] ok, so no place to redirect mentor requests yet? [10:10] hrm [10:10] for now you can send them to me and i'll find somewhere to get a list going of [10:10] mentors/mentorees [10:11] if you want crimsun [10:11] crimsun, imbrandon: send them to highvoltage or me [10:11] Rationale: I'll only be online intermittently for the next 3 years beginning 9 July, so I wouldn't make a good mentor. [10:11] we'll work something out using the reception-data thing === pochu [n=emilio@94.Red-88-3-50.dynamicIP.rima-tde.net] has joined #ubuntu-motu === cassidy [n=cassidy@host-85-27-113-193.brutele.be] has joined #ubuntu-motu [10:12] once we added some people who do mentoring to the list, I'll change the documentation and announce it [10:12] dholbach: ok, I'll continue to send them to you ande remove myself from the list, then. === pochu waves [10:12] crimsun: I'll purge the current MOTU/Mentors list quite soon anyway [10:12] crimsun: Wow dude. Sounds like a big project is coming your way. === Hobbsee hides from the mentoring [10:13] gpocentek, slomo, raphink, Toadstool: you're listed on MOTU/Mentors - would you mind if I added you with two mentoring slots each to the mentoring-reception-list? === marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu [10:14] what does that imply exactly dholbach? [10:14] TheMuso: I'll be rotating through the EU, India, and Russia AFAIK, so I'll have limited access. [10:14] dholbach, i can take one slot, dont think i have time for two [10:15] atm [10:15] raphink: that if somebody asks for a mentor that we might forward his request to you and check back every now and then and see how that goes [10:15] imbrandon, could you stop in -mythtv for a min? [10:15] superm1, sure [10:16] raphink: just check the conversation we had here two hours ago for a reference [10:16] imbrandon: what's your LP name? [10:17] imbrandon === stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has joined #ubuntu-motu [10:17] hey stijn_pol [10:17] hi! [10:17] If have a :s question [10:18] highvoltage, imbrandon [10:18] ok [10:18] imbrandon@kubuntu.org www.imbrandon.com https://launchpad.net/~imbrandon http://wiki.ubuntu.com/imbrandon [10:18] hehe :) [10:19] heh [10:19] While reading https://wiki.ubuntu.com/DebianMaintainerField I decided I needed to change maintainer to UbuntuMOTUDevelopers(The package I am changing is in universe). But It is not so clear what I should do with original maintainer. Just make an extra line with Debian-Maintainer: ... ?? [10:19] i have some other wiki pages too like on debian.org and gnusolaris.org :) [10:19] stijn_pol: use XSBC-Original-Maintainer === Hobbsee hugs dholbach === dholbach hugs Hobbsee back [10:20] :) === Hobbsee wonders how much sounder blew up today [10:24] dholbach: So I have this: [10:24] Maintainer: Ubuntu MOTU Developers [10:24] XSBC-Original-Maintainer: Sander Marechal [10:24] in control file. What should I write in changelog? something like: Changed maintainer field [10:25] stijn_pol: exactly [10:25] Allright! My first patch is almost there! [10:25] rock and roll! [10:25] :-) [10:27] oh blergh. [10:28] i'm being mentioned in that mailing list, so i'm probably now goign to have to read it all. === TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [10:30] Hobbsee: motu-council? [10:30] pochu: https://lists.ubuntu.com/archives/sounder/2007-May/thread.html [10:30] from https://lists.ubuntu.com/archives/sounder/2007-May/010269.html [10:30] onwards [10:31] Hobbsee: hehe [10:33] Hobbsee: great letter [10:33] i agree === Hobbsee hasnt posted to there. [10:33] elkbuntu: did [10:33] oh [10:33] sorry [10:34] hehe, nixternal was just saying how awesome you are :) [10:34] Hobbsee, elkbuntu, i have a video project i am planning, i want to know if you think i am being sexist [10:35] oh? [10:35] it consists of having someone try to give out ubuntu cds to women and strike up a conversation [10:35] and videoing the results [10:35] hi all [10:35] try to microsoft employees. that's fun too [10:35] hi gpocentek [10:35] the inevitable question: why just women? [10:36] dholbach: I think I won't have time for mentoring, at least during gutsy development [10:36] hello Hobbsee [10:36] gpocentek: alright - best to remove you from that page then [10:36] dholbach: yep [10:36] elkbuntu: to demonstrate the bias === Flannel [n=flannel@cpe-76-176-22-229.san.res.rr.com] has joined #ubuntu-motu [10:37] how is that going to achieve that? [10:37] elkbuntu: by documenting the humiliation [10:37] whne you use apt-cache rdepends what does the | infront of them mean? [10:37] i dont get how it will do that [10:37] afk, dinner [10:38] elkbuntu: maybe you will ahve to wait and see === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu === jmg got camera today [10:38] gnomefreak: IIRC it stands for "or" === jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu [10:38] gpocentek: that would make sense [10:38] that could be good. thank you [10:44] gnomefreak: be careful with rdepends [10:45] and likewise, with depends [10:45] im just building them to satisfy the firefox depends i was just wondering if the ones with the | were important [10:46] [note that rdepends will include both Recommends and Suggests in its list] [10:47] yeah i noticed that [10:47] wow really [10:47] that sucks [10:47] and alternates are always important, else they shouldn't be in debian/control :-) [10:48] im figuring out why ff is one of those packages that dont get backported === zenrox [n=zenrox@pool-71-115-199-53.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === pgquiles [n=pgquiles@62.43.226.52.static.user.ono.com] has joined #ubuntu-motu [10:54] crimsun: you seem to get a lot of mentoring requests - does a wiki page still say that people should contact you for mentoring or something? === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === Flannel_ [n=flannel@cpe-76-176-22-229.san.res.rr.com] has joined #ubuntu-motu [11:06] dholbach: I removed myself about an hour ago. [11:07] crimsun: ok, just wondered if there was another place you were still mentioned as mentoring contact or something [11:07] I'm away from my main inbox, but later this morning I'll go back through it and send out similar CCs so that the prospectives don't get lost in the cracks. [11:08] probably a half-dozen or so of those [11:09] yay, finally read the whole thing :) [11:10] Hobbsee is going to have fun with ALSA. :-) [11:10] crimsun: thanks a lot [11:10] crimsun: hah. no thanks. [11:12] crimsun: Seriously, w ho will work on alsa? [11:12] s/w ho/who/ [11:12] isnt there a alsa team/sound team? [11:13] the alsa team/sound team effectively has been me. [11:14] TheMuso: from gutsy forward, the bugs will be much more manageable, as we'll be tracking upstream ALSA and not "attempt to fix as many bugs as possible" [11:14] crimsun: Right. [11:15] in that sense, it'll be much more straightforward to push and pull from ALSA's bug tracker, Mantis [11:15] Right. [11:17] for the past couple days I've been hacking Toby's asoundconf-gtk; so far I've extended it to use Qt3 and fixed some bugs in his GTK+2 set. My goal is to wrap all the known-working asoundrcs into a shipped database that we allow the user to select (via checkbox, presented per-driver so only the relevant options appear). [11:18] Right. [11:18] How easy will it be to add new asoundrcs? [11:18] from upstream (where upstream in this sense is the group working in #alsa) or..? [11:20] I haven't gotten to the hook bit in my spec; I intend it to query the available list to check for new ones, both confirmed and in-progress. [11:24] Ok. [11:26] I debated using hal, but it apparently doesn't expose enough codec info [11:26] sigh, the utter inanity of it all. [11:28] Would it be too much work get hal to expose the info needed? [11:29] at this point I'm not sure it's worth it. [11:29] Ah ok [11:29] .c === gizmo [n=gizmo@87.139.112.143] has joined #ubuntu-motu === mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu === mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu ["Bye!"] === thedonvaughn [n=jayson@unaffiliated/printk] has joined #ubuntu-motu === mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-motu [11:49] TheMuso: ping [11:49] pschulz01: You sent me a contentless ping. This is a contentless pong. Please provide a bit of information about what you want and I will respond when I am around. [11:49] TheMuso: hehe... can we continue our discussion re. packaging? [11:49] pschulz01: Sure. === micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu [11:50] hi pschulz01 [11:51] TheMuso: I'm going to take this slowly (I hope you don't mind) as I want to understand what exactly is going on.. [11:51] Hobbsee: Howdy. [11:51] pschulz01: Sure. [11:52] micahcowan, LAWL! [11:52] 1. I have a package that built using GNU autotools.. [11:52] elkbuntu, which? :) [11:52] micahcowan, second [11:52] "Prove it?" [11:52] pschulz01: Right. [11:52] yeah [11:52] Lutin: you overwrote the cairo-clock package - did you talk to Mirco Mller (Ubuntu maintainer) about that? [11:53] Lutin: (he's upstream for it as well) [11:53] 1a. It's actually source from a git archive.. [11:54] micahcowan, i was tempted to respond with: "Thank You for emailing Melissa. Your email is very important to her..." but refrained ;) [11:54] :) [11:55] I'm glad that you ignored the underlying attitude, and addressed the question directly. You did a great job of doing that, too. [11:55] I, OTOH, couldn't resist. :) === jml [n=jml@121.44.219.152] has joined #ubuntu-motu === AnAnt [n=anant@196.205.22.58] has joined #ubuntu-motu === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-motu === zenrox [n=zenrox@pool-71-115-199-53.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu === vil [n=lada@ubuntu/member/vil] has joined #ubuntu-motu === asac [n=asac@debian/developer/asac] has joined #ubuntu-motu === dothebart [n=willi@xdsl-81-173-225-161.netcologne.de] has joined #ubuntu-motu === racarr [n=robb@pool-71-163-244-36.washdc.fios.verizon.net] has joined #ubuntu-motu === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === Sarah [n=user@14.5.233.220.exetel.com.au] has joined #ubuntu-motu === concept10 [n=concept1@ppp-70-247-163-181.dsl.rcsntx.swbell.net] has joined #ubuntu-motu === macd [n=d@adsl-35-254-87.msy.bellsouth.net] has joined #ubuntu-motu === dharrigan [n=dharriga@82-71-62-76.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu === reggaemanu_ [n=manu@ARennes-257-1-161-5.w86-214.abo.wanadoo.fr] has joined #ubuntu-motu === Lutin [n=Lutin@ubuntu/member/lutin] has joined #ubuntu-motu === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-motu === illovae [n=illovae@unaffiliated/illovae] has joined #ubuntu-motu === bytee [n=byte@fedora/byte] has joined #ubuntu-motu === nothlit [n=nothlit@fluxbuntu/developer/nothlit] has joined #ubuntu-motu === dabaR [n=dabaR@wnpgmb09dc1-64-123.dynamic.mts.net] has joined #ubuntu-motu === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu === paran [n=paran@cust.fiber-lan.snet.lk.212.214.112.112.visit.se] has joined #ubuntu-motu === saispo [n=saispo@ryu.zarb.org] has joined #ubuntu-motu === blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-motu === elmargol [n=elmargol@host52-60.pool8248.interbusiness.it] has joined #ubuntu-motu === AndrewB [n=andy@ubuntu/member/pdpc.student.AndrewB] has joined #ubuntu-motu === siretart [i=siretart@ubuntu/member/siretart] has joined #ubuntu-motu === stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-motu === nxvl [n=nxvl@barovia.aureal.com.pe] has joined #ubuntu-motu === [PUPPETS] Gonzo [n=gonzo@80.69.47.16] has joined #ubuntu-motu === wolfeon [n=wolfeon@alpha.wolfeon.com] has joined #ubuntu-motu === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu === buxy [n=nnnnnnnn@arrakeen.ouaza.com] has joined #ubuntu-motu === G0SUB [i=ghoseb@ubuntu/member/gosub] has joined #ubuntu-motu === torkel [i=torkel@matilda.hpc2n.umu.se] has joined #ubuntu-motu === fdiv_bug [i=fdiv_bug@66.181.8.180] has joined #ubuntu-motu === Jucato_ [n=jucato@124.106.176.15] has joined #ubuntu-motu [11:58] TheMuso: .. so far so good. [11:59] .. but there is no sign of this elusive 'tmp' directory, as I would now like to split the build up into separate packages. [12:00] Everything has gone into the first package directory. [12:01] pschulz01: You have to modify debian/rules to install into debian/tmp [12:02] TheMuso: Ok.. what would that be? [12:04] TheMuso: Do I manually set DESTDIR? === jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu [12:05] pschulz01: You set DESTDIR yes [12:05] SO something like $(CURDIR)/debian/tmp === Fujitsu [n=william@ubuntu/member/fujitsu] has joined #ubuntu-motu [12:07] TheMuso: Trying.. [12:09] Hey, one of the things persia asked me to do was "In the man page, please differentiate - by using \- and \(hy " But I don't understand what this is referring to... man page here: http://revu.tauware.de/revu1-incoming/gizmod-0705221605/gizmod-3.1/debian/gizmod.1 === BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu [12:15] TheMuso: Trying: DESTDIR=$(CURDIR)/debian/tmp ./configure --prefix=/usr [12:15] Seemed to expand correctly.. [12:16] pschulz01: Its better to change the DESTDIR in the install target. [12:16] And nowhere else should you mention DESTDIR. [12:18] TheMuso: You would mean change the lint that says.. " $(MAKE) DESTDIR=$(CURDIR)/debian/tpserver-cpp install" [12:18] dholbach: did I answer you this morning? [12:18] TheMuso: (how does your screen reader cope with code?) [12:18] raphink: you said: what does that imply exactly dholbach? [12:18] pschulz01: FIne. Yes thats the line you should change. [12:18] hehe [12:19] dholbach: ok, I signed up to be a mentor because I want to help people who need guidance [12:19] now from my experience, a lot of people write to me asking what they could do [12:19] which is not very easy to answer [12:19] TheMuso: You are right.. that didn't previous attempt didn't work :-) [12:19] raphink: would you take on two contributors and the reception would assign you when we get requests? [12:19] I kind of expected people asking how they could package or so [12:19] raphink: we'll make sure that you don't get more than you can handle [12:19] ok [12:20] raphink: we all agreed that it might be best to have a few small tasks at hand, which you can walk them through [12:20] dholbach: I don't have a lot of time lately, but when I get requests, I make my best to deal with them [12:20] raphink: so if it's a package update or a simple merge or an easy bug, that's cool [12:20] I currently have 2 or 3o people who have asked me to mentor them [12:20] raphink: if you get to many requests ask them to mail ~motu-mentoring-reception [12:20] but they haven't really stated what they wnated to be doing [12:21] raphink: if they don't know what to do, best to give them an easy task [12:21] hmmm ok [12:21] raphink: so they see that it's not all rocket science [12:21] that's an option [12:21] hehe ;) [12:21] yep [12:21] so a simple merge or so [12:21] great, I'll write some documentation on that as we go [12:21] right [12:21] ok [12:21] raphink: who are you mentoring at the moment? can you give me the LP IDs of them, so I'll add them to the list === cbx33 [i=c2df514b@ubuntu/member/cbx33] has joined #ubuntu-motu [12:22] hey peoples [12:22] hmm sure let me find them [12:22] we will ping you back like every 4 weeks on them, so we can see if they make progress or left the process [12:22] anyone here a network guru [12:22] hey cbx33 [12:22] I'm trying to demonstrate to people how easy arp poisoning is [12:22] it's working in cain and abel in a VM....but I really want to use ettercap [12:23] however when I setup poisoning between the client and the gateway, the client just loses internet connection [12:23] anyone know why [12:23] in the man page it said it's because it possibly doesn't have the right Gateway set in thekernel routing [12:23] but it does seem to.... [12:23] it's frustrating that windows is doing it right and linux can't do it === hoora_ [i=ariel@gateway/tor/x-4e1adcfd980bd396] has joined #ubuntu-motu === icf7 [n=chatzill@p57A11F31.dip0.t-ipconnect.de] has joined #ubuntu-motu === Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [12:32] TheMuso: Ok.. I now have a populated 'debian/tmp' directory... [12:33] TheMuso: Reading the man page can sometime be useful. I think I can join the dots now. [12:33] pschulz01: Great. [12:34] TheMuso: Need the option --sourcedir=debian/tmp [12:34] pschulz01: No. [12:34] ? [12:34] In the .install files, you simply put debian/tmp/ at the beginning of each line. [12:34] so debian/tmp/usr/bin/command [12:34] debian/tmp/usr/lib/liblibrary.so.* etc. [12:35] TheMuso: Is that set in stone? I'd rather put the argument in the rules file. [12:35] when a package is auto merged it doesnt leave a changelog entry does it? [12:37] gnomefreak: autosynced, you mean? [12:37] yeah [12:37] Nothing automerges. [12:37] It's synced, so no. [12:37] were we autosyncing for dapper? [12:37] It can be seen on the LP page for the source package, though. [12:38] Yes, but we only migrated to Launchpad for package management around 2006/02, so anything before then is untrustworthy. [12:38] pschulz01: Thats the way the vast majority of packages do it. [12:38] ok ty [12:38] afaik anyway [12:41] TheMuso: I'm going to try with the argument. It means that it will be easier to discuss how to split up the package with upstream... who won't care about the 'debian/tmp' === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu [12:42] TheMuso: Thank you very much for your help :-) [12:43] pschulz01: np. [12:45] TheMuso: ttps://wiki.ubuntu.com/PaulSchulz <-- People I Owe Beers/Pizza/Yiros Too [12:45] heh [12:50] TheMuso: Wahoo! That worked. [12:51] pschulz01: Great. [12:53] pschulz01: I have a list like that, it just isn't public. :-) === shawarma ponders using the powers of wiki to add himself to such lists [12:53] StevenK: If mine get's any longer, I might have to take it down as the bank might consider it a liability. [12:54] Muahaha === Sarah will take the pizza or yiros, thanks :P === hsitter [n=me@N958P026.adsl.highway.telekom.at] has joined #ubuntu-motu === stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has left #ubuntu-motu [] [01:08] back in a little while.. === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu [01:11] gpocentek: you might want to remove the Mentors link from your personal wiki page :) [01:12] dholbach: yep, I should update this page too [01:12] MOTU/Mentoring is online now [01:12] I'll announce it soon [01:13] cool === AnAnt [n=anant@196.205.22.58] has left #ubuntu-motu [] === waa [n=waa@220112.static.ctb.virtua.com.br] has joined #ubuntu-motu [01:16] dholbach: I didn't poke him as I saw he did upload to debian, I thought it was ok. any issues with it ? [01:18] Lutin: who is 'he' in that case? [01:18] Lutin: ah ok, seems he did the initial upload [01:19] Lutin: there are quite a bunch of code changes in the .diff.gz [01:19] dholbach: Mirco Mller [01:19] Lutin: I just wondered if you had had any conversation with him [01:19] Lutin: he didn't do the last upload (Bart Martens) [01:19] Lutin: as long as he knows what's going on, I'm happy [01:19] dholbach: ok [01:20] Lutin: just wanted to make sure we don't overwrite packages like that (it got my attention since I talked to him and helped him prepare that package) [01:22] ok, who are cononical employees here? [01:22] canonical even [01:22] jussi01: what do you need? === somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-motu [01:23] dholbach: I have a random sort of question, can I pm for a moment? [01:23] sure [01:24] dholbach: brw, it seems that code change (not packaging changes) were done by Mirco himself [01:24] btw* [01:25] Lutin: aha... ok [01:25] Lutin: I'm happy with it then [01:25] Lutin: thanks for looking into it [01:28] thanks dholbach [01:28] dholbach: np === highvoltage [n=highvolt@196.1.61.32] has joined #ubuntu-motu === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu === DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu === backblue [n=igor@82.102.1.42] has joined #ubuntu-motu === DrKranz is now known as DktrKranz [01:39] hello === luis__lopez [n=jabba@ip216-239-85-254.vif.net] has joined #ubuntu-motu [01:39] excuse me i a searching an admin of revu.tauware.de ? [01:40] is it the good channel for this request please ? [01:40] isn't there an email address? [01:40] This is the right channel. [01:40] hi, when i run 'pbuild build file.dsc' i get always, 'hostname: Unknown host', and after it breaks, anyone knows what it means? [01:42] backblue: is it not pbuilder build file.dsc ? === Knightlust [n=Dax@ubuntu/member/knightlust] has joined #ubuntu-motu [01:42] illovae: how can I help you? [01:42] jussi01: yes, my mistake. === siretart waves to Baby :) [01:42] anyway i fix it, thanks anyway. [01:42] :D [01:42] hello siretart === effie_jayx [n=valles@190.37.174.62] has joined #ubuntu-motu [01:43] i am a new in revu, and few days ago i've uploaded a package in revu with dput revu *_source.changes [01:44] i had signed too my packages [01:44] -s [01:44] but it seem blocked here [01:44] ftp://revu.tauware.de/incoming > it is larsbiff [01:44] according to gpocentek , the package isn't block by an human intervention [01:44] is it anything you can do ? or is normal please ? [01:45] (and sorry for my bad english, but it is not my native language :) ) [01:45] gpg: Can't check signature: public key not found [01:45] Validation FAILED!! [01:45] I'm not sure why it was rejected, but it was probably because you weren't on the REVU keyring at the time. [01:45] Right. [01:45] illovae: Add yourself to http://tinyurl.com/fgpgy to upload to REVU [01:45] illovae: did you join ubuntu-universe-contributors? [01:47] siretart: erf no... okay sorry, i join the team [01:47] i'm very sorry [01:47] it's no problem - it just means that your uploads will get rejected :P [01:47] illovae: no need to be sorry. just join the team and either ping me again to resync the keyring or wait another day [01:48] if someone has a bit time to think about how to manage packages in bzr, please comment on http://wiki.tauware.de/misc:vcs-packaging [01:49] Hobbsee: ^^" [01:50] siretart: revu packages in bzr, you mean? [01:50] siretart: okay thank you i have already sufficiently annoyed you, i'll wait an another day :) [01:50] thank you all have a nice day : === BugMa1 [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu [01:51] Hobbsee: packages in bzr in general. I'm encouraging the contributors to maintain the packages in bzr to further faciliate reviewing [01:51] ah right [01:51] well, at least the suggestion come up, and I'm currently experimenting what actually is easier === BugMa1 [n=BugMaN@nat.cabi.uniroma1.it] has left #ubuntu-motu [] [01:53] hmm siretart, did you take a look at my patch for revu? [01:54] Adri2000: duh, sorry, I forgot :( - where was the patch again? [01:54] http://adrishost.homeip.net/~adri2000/ubuntu/revu-fix-for-html-tags-in-comments.patch [01:55] hm. I remember there have been some issues with cgi.escape. I'd like to check with sistpoty about this [01:55] Would that allow javascripts to be executed and hence allowing for CSS exploits and DoS attacks? [01:56] siretart: eh ok, that explains why "from cgi import escape" way already there but commented [01:57] somerville32: with or without the patch you mean? === BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu [01:57] With the patch to allow for html tags in comments? === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-motu [01:59] it doesn't allow it [01:59] Most excellent. [02:00] somerville32: CSS being Cross Site Scripting? [02:00] somerville32: Since that is usually contracted to be XSS [02:00] somerville32: currently I think if you put an html tag in a comment, it will be interpreted. escape() replaces < > with < > so that a <...> isn't interpreted as an html tag, it will just be displayed like that "<...>" [02:00] The C and the X are so close together :P [02:01] Adri2000, Aye. [02:01] Adri2000, And you propose to allow a limited set of tags? Does escape allow for exceptions? [02:02] Hmm... python.com is not what I was looking for. === xxxxx1 [n=will@44125.static.fln.virtua.com.br] has joined #ubuntu-motu [02:03] morning people! [02:04] somerville32: do we need html for writing a comment in revu? === luis__lopez [n=jabba@ip216-239-85-254.vif.net] has joined #ubuntu-motu [02:05] Formatting can be useful in any medium. [02:05] somerville32: python.org... === ScottK has made that mistake too. === somerville32 nods. [02:05] Good $TIMEOFDAYWHEREYOUARE everyone. [02:05] Hey ScottK. === somerville32 modifies his host file to point python.com to python.org [02:06] Hello TheMuso. [02:06] Hi ScottK [02:06] Hello StevenK [02:07] It is morning here and I feel very much refreshed. === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [02:09] hey guys [02:09] Hi EtienneG [02:10] I uploaded a package a while ago using dput, but the .orig.tar.gz apparently did not get uploaded [02:10] to REVU? [02:10] yep [02:10] looking at dput man page, I cant see a switch that ask to include the source tarball [02:10] And did the other files (.dsc, .diff.gz) get uploaded? [02:10] yep, they did get there [02:11] http://revu.tauware.de/details.py?upid=5104 [02:11] ScottK: hello [02:11] Hello xxxxx1 [02:12] EtienneG: was the .orig.tar.gz in the same dir as the .dsc and diff.gz whey you uploaded them? [02:12] I believe so [02:12] I can re-dput to see [02:12] EtienneG: Was the orig.tar.gz listed in the source.changes file? [02:12] At least it's in the .dsc [02:13] persia, here it is [02:13] it's not there ... === afflux [i=fnord@pentabarf.de] has joined #ubuntu-motu [02:13] I debuild -S the package, is there a particular reason why the source tarball would not be in the source.changes ? [02:13] EtienneG: Try using `debuild -S -sa` to make sure it gets included, and re-dput. [02:14] EtienneG: With debuild -S, it's up to the tools. -sa will force it, as it were. [02:14] thanks guys, doing so right away [02:14] EtienneG: What's the Debian revision? [02:15] StevenK, there is none [02:15] StevenK: I think debuild -S always fails for initial Ubuntu uploads, because -0ubuntu1 <> 1. [02:15] I use -0ubuntu1 [02:15] That's a Debian revision. :-) [02:15] ok! [02:15] persia: Yes, sounds right. [02:16] persia, is there something to do about it ? === persia thinks debuild needs a patch, but more forking is probably bad. [02:17] EtienneG: Just always use `debuild -S -sa` when you want to include the orig.tar.gz in your package. This practice requires more attention than the Debian process, but as long as you make the right decision, it will always work. [02:17] persia: It's just fine to add Ubuntu specific changes as long as you volunteer to maintain them ... (which is probably bad in your book). [02:18] It isn't debuild that makes the decision. [02:18] It's dpkg, and we already fork that. [02:19] More correctly, dpkg-genchanges. [02:19] here it is, re-uploaded with the orig.tar.gz [02:19] if someone have a minute to look at my bzr-gtk upload, that would be nice [02:20] right now, bzr is complaining about version mismatch systematically, it is annoying for those using gutsy [02:20] ScottK: Depends on the package. I already do that for a couple packages, but some Debian maintainers are happier about forks than others. I generally don't like to make Ubuntu-specific changes that won't go back for core packages (although I'm likely to make an exception for devscripts anyway, as I want a better /usr/bin/mass-bug). [02:20] EtienneG: Do you have an account with our lovely mentors? One can be yours for the cost of a pizza and a six pack of beer. :-P [02:20] StevenK, that's certainly affordable enough! === StevenK grins. [02:21] I do not plan to make a lot of upload, it's mainly just bzr-gtk for the moment [02:22] EtienneG: Concentration is great. Some packages need more attention, and someone who knows them well can be very useful, especially for Debian and upstream coordination. === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [02:22] StevenK: just imagine a beowolf cluster of 6-pack pizzas. === luis__lopez [n=jabba@ip216-239-85-254.vif.net] has joined #ubuntu-motu === Fujitsu sends Q-FUNK back to /., then heads to bed. [02:23] persia, I ended up with maintaining the bzr/bzrtools/bzr-gtk completely by accident ... [02:23] Fujitsu: :D [02:23] I am not necessarily the best person to maintain these, but someone have to do ti [02:24] EtienneG: I understand. One learns. I started because my joystick didn't work with vegastrike, and I've now had three or four patches taken upstream for vegastrike, and actually understand why sound doesn't work in the current version (although I don't yet understand how to fix it). === luis__lopez [n=jabba@ip216-239-85-254.vif.net] has joined #ubuntu-motu === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu === ScottK merges spamassassin... === StevenK merges something more fun, valgrind [02:32] StevenK: Lovely. [02:32] TheMuso: ? [02:34] StevenK: Merging valgrind. [02:35] TheMuso: Is it possible to have separate 'conffiles' per binary package? (eg. 'debian/packagename.conffiles') [02:35] pschulz01: Yes. [02:35] Cool.. [02:36] Hey persia, sorry I didn't realise I could/should use linda and lintian on the changes file from pbuilder. I've fixed all but point 5 about - and haven't asked anyone to check over copyright yet. Could you please explain point 5 to me again as I don't understand. === persia looks [02:37] Thanks :) === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu === bmm [n=chatzill@cc400801-a.groni1.gr.home.nl] has joined #ubuntu-motu [02:39] Is it ever permited to change previous debian/changelog entries? The new spamassassin is missing the empty line between the last change and the maintainer's e-mail address and is obviously missing a return (has two changes on one line)... [02:39] ScottK: No. That's considered revisionist history. === jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu [02:40] Some people do it. [02:40] PriceChild: `lintian -iIv gizmod_3.1-0ubuntu1_i386.changes` will give you a full explanation (I don't know the relevant linda call), but basically, you need to tell the processor whether it is a minus sign "\-" or a hyphen "\(hy", as it gets confused. Use minus for all the switches, and hyphen in the descriptions. [02:40] Mostly, it's frowned upon. [02:40] What does -I for lintian do? [02:41] linda -i gives more information, -v is verbose [02:41] StevenK: it's like -t I [02:41] persia, right i'll re check again with -iIv and try and figure out the man page :) [02:41] thanks [02:41] Oh, that's right. [02:42] Show checks that are Informational [02:42] linda -iv -t E,W,I gizmod_3.1-0ubuntu1_i386.changes [02:42] StevenK: Linda doesn't talk to me. I try with `linda -f long -t E,W,X,I foo.changes`, but she always remains silent :( [02:42] persia, ah and now it tells me about the man page! :D [02:43] persia: Add -v [02:43] Well it doesn't cause an error with dpkg-parsechangelog, so I'll leave it. Thanks for the advice. [02:44] persia, do you think I need to keep the XSBC-Original-Maintainer field in control as I haven't really used any of his packaging? [02:44] StevenK: She's still quiet. Perhaps I'm just not hitting any checks. I'll hunt the rules. [02:45] persia: Replace -v with -d [02:45] Oh, actually, -vv will have her tell you she is unpacking and such [02:46] PriceChild: Ubuntu packages must have XSBC-Original-Maintainer, unless the Maintainer field is a specific person (not a list) with an @ubuntu.com address. You can set yourself as Original-Maintainer (or Maintainer) if you like. [02:46] StevenK: I think she just doesn't have anything to say. [02:46] Ok cool thanks. === BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu [02:46] persia: It must be because she's shy. [02:47] StevenK: Ah. Thanks for the explanation. I wondered :) === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu [02:47] persia: :-) [02:47] if most recent uploader == persia, ... [02:48] Hobbsee: What did I do now? [02:48] Hi MOTU team. If anybody has the time to take a look at my package http://revu.tauware.de/details.py?upid=4751 I'll be online to respond. [02:49] I think Hobbsee is quoting Linda source code. :-) [02:49] exactly [02:49] StevenK: Ah I see. I also see she has things to say about iolanguage, so I suspect Hobbsee is right. [02:51] iolanguage? [02:52] Hey, that's my package. That is one that still needs to be done correctly. [02:52] StevenK: bmm's package (that I don't really have time to review right now). [02:52] Ah, iolanguage being a package name. Right. [02:53] Oh, wait, although iolanguage needs some more help and comments, one of my other packages http://revu.tauware.de/details.py?upid=5154 (ccbuild) should be ready for it's first advocates === ScottK pushes the "Trust the Debian Maintainer" button and moves on... === Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [03:07] ScottK: where can I find that button, count me in ;-) [03:07] Sorry. It's inside the squishy part of my head. I don't like other people touching me there. === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [03:09] Rest assured, even my smallest finger can't reach that far into my own head ;-) === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-motu [03:10] bmm: You might want to borrow the LongPointyStick. === luis__lopez [n=jabba@ip216-239-85-254.vif.net] has joined #ubuntu-motu [03:10] That could be fatal. [03:10] For both of you. === lengau [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #ubuntu-motu [03:11] Drat. valgrind FTBFS. === Riddell [i=jr@kde/jriddell] has joined #ubuntu-motu [03:12] what's the best way to turn a .tar.bz into a orig.tar.gz? [03:13] Riddell: I would use dh_make -f ../something.tar.gz [03:13] Although that will leave you with some side effects, it will generate an orig.tar.gz ;-) [03:14] Riddell: bunzip2 ; gzip -9 ; mv [03:15] Riddell: https://wiki.ubuntu.com/MOTU/Packages/CommonPackagingMistakes/ChangingTheOrigTarball has a good example. === lengau [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #ubuntu-motu [03:18] Is there any whizzo at debian/copyright who could take a look at my package http://revu.tauware.de/details.py?upid=5249 and tell me what else needs to be done please? === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu === bytee [n=byte@fedora/byte] has left #ubuntu-motu [] === afflux [i=fnord@pentabarf.de] has left #ubuntu-motu [] === thekorn [n=thekorn@a89-182-20-48.net-htp.de] has joined #ubuntu-motu === stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has joined #ubuntu-motu === Monk-e [i=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [03:25] If he'd stuck around, I'd have had a comment for him ... [03:26] ScottK: I'll take your comment (if it's about the gizmod copyright). [03:27] persia: I was just going to mention that it's considered a good practice (but not REALLY mandatory) these days to have a line at then end asserting copyright over the Debian packaging and how that packaging is licensed. [03:27] ScottK: He put that in the middle, as the Apache license was really long. [03:28] persia: I was also going to suggest he grep -i -R copyright * to make sure he got everything. [03:28] persia: OK. I didn't see that then. I'd suggest it get moved to the end as that's where I've always seen it. Probably not worth another upload if the package is otherwise good. [03:29] ScottK: I think so. The part I couldn't help him with was about the COPYING in the root directory. Only a very little bit of the code is actually GPL. [03:30] OK. I didn't download the whole package to look at that. The key is to be comprehensive and make sure everything is listed. If there's a mix of ASF and GPL code you do need to make sure nothing is to closely linked as those licenses are incompatible. [03:33] ScottK: There are exceptions. I'm not strong enough with copyright to say it's done, but it needs a deep review by someone who is, as it mixes Apache, GPL, and the FSF Autoconf license. [03:33] OK. I'm not that person then. [03:34] persia: You've been a MOTU longer than me, you ought to be able to handle this ;-) [03:34] Oh, yeah, and the X license :) [03:35] ScottK: By what, 3 days? [03:36] persia: 4. [03:36] If lintian errors with a "bad-distribution-in-changes-file gutsy" it's still ok right? === persia sits corrected [03:36] bmm: Yes. You can safely ignore "bad distribution" if you know you have a good distribution, and ignore all the NMU warnings. === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu [03:37] persia: if I have an Original-Maintainer, which I do, right? [03:38] bmm: Could you rephrase the question please? I don't understand. [03:39] Of, that ignoring the NMU is ok, as long as you define the "Original-Maintainer:" in your control file. [03:40] bmm: Unrelated. NMU is a Debian thing. Ubuntu doesn't use it. === illovae [n=illovae@unaffiliated/illovae] has joined #ubuntu-motu [03:41] bmm: Those are actually two different things. Even if you forget XSBC-Original-Maintainer, the NMU warnings still appear. Separately, don't forget XSBC-Original-Maintainer :) [03:42] :-D I know, but they are related a bit right? Because NMU is "NonMaintainerUpload" which means that you have a different upload maintainer and original maintainer. [03:43] that'll happen regardless unless you are the debian maintainer [03:43] bmm: The NMU warnings happen when the Changed-By value (name & email of last changelog entry) doesn't match the Maintainer value. It's different. [03:43] Ah, so that's it. [03:43] Riddell: It also doesn't happen for Ubuntu maintainers (there are a couple from Ubuntu-only packages). [03:44] sure === Lure [n=gutsy@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu === DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu [03:48] Hi all [03:48] hi === alfredoj69 [n=alfredoj@CPE000d880181a5-CM000a73660589.cpe.net.cable.rogers.com] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === tmarble [i=tmarble@nat/sun/x-fb0bbe1e38ee70f8] has joined #ubuntu-motu === DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu [03:53] Hi everybody, my name is Alfredo and I started working to become a MOTU === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu [03:53] Hi alfredoj69 [03:54] Hello DarkSun88 [03:54] ScottK: Hello :) [03:54] Hi ScottK [03:59] alfredoj69 cool, good luck! Get used to the question: can you look at my package? ;-) [03:59] ooh for sure [04:00] hopefully I can come out with some good fixes and packages [04:02] I have a question, I am looking at a list of needc-packaging bugs [04:03] the bugs that have Status=Confirmed is because already somebody is working on that? [04:04] alfredoj69: When someone is working on it, it will be assigned to that person. If a bug is not assigned, feel free to assign yourself and start work. It's considered good practice to set the bug to "In-Progress" as well. [04:06] persia, thank you for the info [04:06] alfredoj69: No problem. Ask back here if you have trouble. [04:09] Once I have a package ready, who is the right person to send it to? [04:10] alfredoj69: Look at https://wiki.ubuntu.com/MOTU/Packages/REVU for information on getting review of your packages. === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU [04:16] persia, thanks again === Sindwiller is now known as Sind-at-orbit-ie === asac [n=asac@debian/developer/asac] has joined #ubuntu-motu [04:21] Good Morning All [04:21] morning === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [04:24] Good morning, joejaxx,bmm === leonel [n=leonel@189.155.96.140] has joined #ubuntu-motu [04:25] Heeeelllllloooooooooooooooo! [04:26] Hola, leonel [04:26] eit === lengau [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu === ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #ubuntu-motu [04:32] Well, gotto go again. Laters! === bmm [n=chatzill@cc400801-a.groni1.gr.home.nl] has left #ubuntu-motu [] === Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu === dholbach_ [n=daniel@i59F741EF.versanet.de] has joined #ubuntu-motu === tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-motu === Knightlust [n=Dax@ubuntu/member/knightlust] has left #ubuntu-motu ["Moodle..."] === vijay2000 [n=vijay@59.92.69.68] has joined #ubuntu-motu === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [04:44] dholbach: unfortunately, I have been kinda swamped at work lately and I don't think I will have time to do any mentorship during the next 2 months or so. I do plan to once work gets a little less crazy. [04:44] hi everybody [04:44] hey Toadstool [04:44] Toadstool: ok, thanks [04:45] hi persia ! [04:45] Toadstool: I purged MOTU/Mentors so you should get less mail about that [04:45] Toadstool: let us know if you're interested in joining the mentors again :) [04:45] alright, thanks === dholbach hugs Toadstool [04:45] dholbach: yep, don't worry, I'll be back ! :p [04:45] hehe :) [04:45] someone here know one good pgp keyserver software? === mode/#ubuntu-motu [+o dholbach] by ChanServ === ..[topic/#ubuntu-motu:dholbach] : Ubuntu Masters of the Universe: Universe/Multiverse Repository Maintainers | https://wiki.ubuntu.com/MOTU | https://wiki.ubuntu.com/MOTU/Documentation | Add yourself to http://tinyurl.com/fgpgy to upload to REVU | https://wiki.ubuntu.com/MOTU/TODO | Let's merge! http://dad.dunnewind.net/universe.php | Want to join MOTU? Try helping out on these: https://launchpad.net/~ubuntu-dev/+mentoring | http://wiki.ubuntu.com/Mentoring === mode/#ubuntu-motu [-o dholbach] by dholbach [04:47] dholbach: Did you mean MOTU/Mentoring? [04:47] oops [04:47] yes === mode/#ubuntu-motu [+o dholbach] by ChanServ === ..[topic/#ubuntu-motu:dholbach] : Ubuntu Masters of the Universe: Universe/Multiverse Repository Maintainers | https://wiki.ubuntu.com/MOTU | https://wiki.ubuntu.com/MOTU/Documentation | Add yourself to http://tinyurl.com/fgpgy to upload to REVU | https://wiki.ubuntu.com/MOTU/TODO | Let's merge! http://dad.dunnewind.net/universe.php | Want to join MOTU? Try helping out on these: https://launchpad.net/~ubuntu-dev/+mentoring | http://wiki.ubuntu.com/MOTU/ [04:47] persia: you're a MOTU now, right? congrats' [04:47] narf [04:47] Toadstool: Thanks. === ..[topic/#ubuntu-motu:dholbach] : Ubuntu Masters of the Universe: https://wiki.ubuntu.com/MOTU | https://wiki.ubuntu.com/MOTU/Documentation | Add yourself to http://tinyurl.com/fgpgy to upload to REVU | https://wiki.ubuntu.com/MOTU/TODO | Let's merge! http://dad.dunnewind.net/universe.php | Want to join MOTU? Try helping out on these: https://launchpad.net/~ubuntu-dev/+mentoring | http://wiki.ubuntu.com/MOTU/Mentoring === mode/#ubuntu-motu [-o dholbach] by dholbach [04:48] thanks persia === dholbach hugs persia === persia squirms happily === jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-motu [04:48] alright, got to work, I'll see you guys later, hopefully ;) [04:48] seeya === dholbach will announce the new mentoring later today [04:49] dholbach: Is there a ML for ~motu-mentoring-reception? [04:49] I'm really really happy about it [04:49] what is this new motuing thing dholbach? [04:49] persia: no, nothing yet [04:50] jikanter: mentoring :) [04:50] jikanter: a new process for making it easier to become motu and to make it easier to mentor a new contributor [04:50] jikanter: http://wiki.ubuntu.com/MOTU/Mentoring [04:51] dholbach: should i go through the contributor process? [04:52] or is it for completely new people [04:52] can anybody tell me where i can get the upstream code of clamtk [04:52] joejaxx: rather for people who are really new to people, tools, processes and all that [04:52] dholbach: oh ok [04:53] vijay2000: check debian/copyright of the source package [04:53] vijay2000: but it should be http://clamtk.sf.net [04:53] welcome vijay2000 :-) [04:53] oh and the source of clamtk resides in /usr/bin/clamtk am i right [04:54] thanks for your support [04:54] vijay2000: just run apt-get source clamtk to get the source [04:54] i regret myself for not joining the open source a bit earlier ..i already lost 6 years of my life working with windows [04:55] only 6? [04:55] Reading package lists... Done [04:55] Building dependency tree... Done [04:55] E: Unable to find a source package for clamtk [04:56] this is what i get when i try to get the source [04:56] vijay2000: Do you have a deb-src line in /etc/apt/sources.list that includes universe? [04:57] let me check [04:57] you can change that in "gksu software-properties-gtk" too [04:58] you mean this line "deb-src http://in.archive.ubuntu.com/ubuntu/ dapper universe" === somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-motu === acm [n=ameinke@p57bcc743.dip0.t-ipconnect.de] has joined #ubuntu-motu [05:01] vijay2000: That would be the line. I'm not sure why else you might not be able to find the source. === asimon [n=andreas@dslb-084-058-227-103.pools.arcor-ip.net] has joined #ubuntu-motu [05:02] got it [05:02] vijay2000: There are much newer versions in later releases. clamtk definitely could use some work. [05:03] i had that line commented [05:03] now i get this error [05:03] sh: dpkg-source: command not found [05:03] Unpack command 'dpkg-source -x clamtk_2.17-0ubuntu1.dsc' failed. [05:03] Check if the 'dpkg-dev' package is installed. [05:03] E: Child process failed === ScottK thinks you need to install devscripts [05:04] what is that [05:04] i am a new bie to linux who knows only the basics of linux [05:04] Description: Scripts to make the life of a Debian Package maintainer easier [05:05] how to install it [05:05] vijay2000: `aptitude show devscriots` will tell you about the package, and `sudo aptitude install devscripts` will install it. [05:07] i am learning a lot of new things today thanks guys === dharrigan [n=dharriga@82-71-62-76.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu === ucap [n=ucap@212-41-76-115.adsl.solnet.ch] has joined #ubuntu-motu [05:30] vijay2000: is it your correct mail address in the changelog? [05:30] no [05:30] it refers to localhost [05:31] I have this in my ~/.bashrc [05:31] export DEBFULLNAME='Daniel Holbach' [05:31] export DEBEMAIL='daniel.holbach@ubuntu.com' [05:31] oh let me try that [05:31] if you add something similar there and run source ~/.bashrc and try it again you should be up and running === dholbach checks if that's wiki-fied somewhere [05:32] nice: https://wiki.ubuntu.com/MOTU/School/PackagingBasics seems to have a bunch of answers [05:33] it'd be nice to have them in MOTU/FAQ or in the packaging guide somewhere === highvoltage saves that as bookmark === leonel makes a tatoo in his forehead with that link === bersace [n=bersace@81.185.32.206] has joined #ubuntu-motu [05:36] the problem is that I'll need a mirror to read it ... === persia suggests that most of the topics in MOTU/School are recommended reading === leonel feels that has been sent to school ... [05:36] :) === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === hoora_ [i=ariel@gateway/tor/x-451063069f158e7b] has joined #ubuntu-motu [05:38] Greetings, I have a simple package (kde-style-qtcurve) for which I use cdbs. During the build aclocal and automake are called. If I build this package with 'debuild && debuild -S -sa' I get two Makefile.in in the diff.gz. If I build it with pbuilder these Makefile.ins don't appear in the diff.gz. (both gutsy environments) Is this normal behaviour? [05:39] asimon: doesn't upstream provide a tarball where Makefile.in and friends are already generated? === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu [05:39] I mean... is it really necessary to run aclocal, automake and friends during the build? [05:39] dholbach: They are generated, but aclocal and automake-1.9 get called by 'make' and thus 2 Makefile.ins get updated. [05:40] weird, did you change the Makefile.am files or something? [05:40] The funny thing is they don't appear in the diff.gz when build with pbuilder although the build process seems exactly the same under pbuilder. [05:41] that makes perfect sense [05:41] dholbach: No, I don't do any changes on the Makefiles.* [05:41] do you build-depends on aclocal and/or automake? [05:41] if not, they should not be in the pbuilder chroot during the build and can't be used [05:41] dholbach: Yes, I have to build-depend on automake-1.9, otherwise building fails because automake-1.9 isn't found. [05:41] it works [05:42] vijay2000: great [05:42] asimon: there must be something weird with the tarball like timestamps of Makefile.in vs timestamp of Makefile.am or something [05:43] asimon: if you can't change it without lots of hassle, I'd think it's acceptable to have a diff of Makefile.in [05:43] dharrigan: Hmm... the timestamp of Makefile.am is older then that of Makefile.in. === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [05:44] asimon: hm, then it must be something else [05:44] dholbach: The issue is that I got a comment on revu about 'extra' files in diff.gz (http://revu.tauware.de/details.py?upid=5235). A possible way to remove these Makefile.ins from diff.gz would be to save the original ones before build and restore them later before the diff is generated. But I think that would clutter the rules file in an ugly way. [05:45] I agree with you [05:45] it's something that should be fixed upstream [05:46] dholbach: Okay, I will mail upstream and the author of the comment about this. Thank you very much. [05:46] what you *could* do, is add a patch to debian/patches in which you run aclocal + automake (+ whatever else is needed) yourself === bleinmono [n=toffel@ppp85-141-151-81.pppoe.mtu-net.ru] has joined #ubuntu-motu [05:46] what is cdbs [05:47] dholbach: Ah yes, that's something I did'nt think of. I will try this. Thanks [05:47] asimon: cdbs-edit-patch 01-run-autotools ... aclocal; automake; rm -r autom4te* ... ctrl-d should do the trick [05:47] vijay2000: The Common Debian Build System. It's also a package, and when installed, it includes (limited) documentation. [05:47] vijay2000: cdbs is a set of scripts that make maintainers life easier [05:47] vijay2000: it's used to write the debian/rules file (which is like a Makefile used to build a package) [05:48] oh [05:48] https://perso.duckcorp.org/duck/cdbs-doc/cdbs-doc.xhtml has more info about that === dharrigan [n=dharriga@82-71-62-76.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu === Neonightmare [n=neonight@177.75.62.81.cust.bluewin.ch] has joined #ubuntu-motu === Neonightmare [n=neonight@177.75.62.81.cust.bluewin.ch] has left #ubuntu-motu [] === tritium_ [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu [06:01] dholbach: you might want to use /MOTU/Sandbox for temp wiki pages. That way you can just delete them when you move them into a permanent home === pochu [n=emilio@94.Red-88-3-50.dynamicIP.rima-tde.net] has joined #ubuntu-motu === vijay2000 [n=vijay@59.92.69.68] has joined #ubuntu-motu === pochu [n=emilio@94.Red-88-3-50.dynamicIP.rima-tde.net] has joined #ubuntu-motu [06:02] i am getting the following error when i debuild [06:02] vijay@vijay-desktop:~/Desktop/clamtk-2.32/debian$ debuild -S -sa [06:02] dpkg-buildpackage: source package is clamtk [06:02] dpkg-buildpackage: source version is 2.17-0ubuntu2 [06:02] dpkg-buildpackage: source changed by Vijay [06:02] fakeroot debian/rules clean [06:03] LaserJock: aha? why should I use Sandbox? === vijay2000 [n=vijay@59.92.69.68] has joined #ubuntu-motu [06:04] vijay2000: hold on :-) [06:04] because that's a place to put "junk" stuff [06:04] ok [06:04] Hi guys :) [06:04] so you don't have to redirect all the time [06:04] hi tritium [06:04] Now signing changes and any dsc files... [06:04] signfile clamtk_2.17-0ubuntu2.dsc Vijay [06:04] gpg: skipped "Vijay ": secret key not available [06:04] gpg: [stdin] : clearsign failed: secret key not available [06:04] i think i overflooded [06:04] pub 1024D/D77BB7A8 2007-05-22 [06:04] uid Vijay (Vijay) [06:04] sub 1024g/F1804511 2007-05-22 [06:04] can somebody help vijay2000 with that? [06:05] does it need the (Vijay) part? [06:05] he seems to have the key alright, but debsign seems to still be unhappy [06:05] yes please help [06:05] <\sh> no secret key or wrong name and uid [06:05] vijay2000: can you try to add that to DEBFULLNAME? [06:05] u mean the vijay in the brackets [06:05] yes [06:08] How are you, dholbach? [06:08] hey tritium [06:08] fine fine - how are YOU? [06:08] Not bad, thanks. [06:10] great :-) [06:10] i have given as export DEBFULLNAME='Vijay(Vijay)' [06:10] export DEBEMAIL='vijay2000@gmail.com' [06:10] is that fine [06:10] I'm trying to get up to Portland. Maybe I'll see you :) [06:11] i am still getting the same error [06:12] dpkg-genchanges: including full source code in upload [06:12] dpkg-buildpackage: source only upload: Debian-native package [06:12] Now signing changes and any dsc files... [06:12] signfile clamtk_2.17-0ubuntu2.dsc Vijay [06:12] gpg: skipped "Vijay ": secret key not available [06:12] gpg: [stdin] : clearsign failed: secret key not available [06:12] debsign: gpg error occurred! Aborting.... [06:12] debuild: fatal error at line 791: [06:12] vijay2000: ok try debuild -S -sa -kD77BB7A8 === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [06:13] now i get [06:13] dpkg-genchanges: including full source code in upload [06:13] dpkg-buildpackage: source only upload: Debian-native package [06:13] Now signing changes and any dsc files... [06:13] signfile clamtk_2.32-0Ubuntu1.dsc D77BB7A8 [06:13] You need a passphrase to unlock the secret key for [06:13] user: "Vijay (Vijay) " [06:13] 1024-bit DSA key, ID D77BB7A8, created 2007-05-22 [06:14] vijay2000: do you run seahorse? [06:15] brb [06:21] siretart: mind if I make you an Administrator of the ~revu team? (that's for the bzr based process) === hsitter [n=me@N777P023.adsl.highway.telekom.at] has joined #ubuntu-motu [06:25] I'll wait with announcing the new mentoring process a bit - seems we might soon get ubuntu-motu-mentors@ list which might help with the process [06:25] also it'd be nice to get some more mentoring slots [06:25] we have 16 mentoring slots now, 13 of which are taken [06:26] ok 12 are taken [06:26] raphink, hello ! :o) [06:26] hey mumbly [06:26] mumbly: you just joined the REVU team right? [06:26] right ! [06:27] mumbly: so you want to use bzr for packaging? [06:27] yop mumbly [06:27] maybe ... :) [06:27] aha === AlinuxOS [n=vsichi@host122-198-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === Sind-at-orbit-ie is now known as Sindwiller === dharrigan [n=dharriga@82-71-62-76.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu === dholbach calls it a day [06:33] see you tomorrow === DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu [06:44] hello motu's [06:46] I have another small problem, I have been building my package, and have made a man page for the package. however cdbs doesnt pick up that the man page is there, how do i fix this? === jekil [n=alessand@host158-58-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === thekorn [n=thekorn@a89-182-13-162.net-htp.de] has joined #ubuntu-motu === QuickSilverII [n=matt@h236.146.40.69.ip.alltel.net] has joined #ubuntu-motu [06:54] jussi01: you have to install the manpage explicitly [06:54] jussi01: adding manpage to debian/packagename.manpages ? [06:54] asac: I have done that [06:54] Riddell: how so? [06:54] as asac says [06:54] Has anyone packaged INSPircd yet [06:54] that's debhelper which should do that, not cdbs [06:55] jussi01: you probably lack to include debhelper.mk [06:55] ahhh.... so it shouldnt be manpage.1 ?? [06:55] asac: i have that in rules, yes === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === tmarble [n=tmarble@user-38q4et6.cable.mindspring.com] has joined #ubuntu-motu [06:56] ok, thanks people, ill have a look at it. Im heading out now. see you tomorrow [07:05] Riddell: I installed the KDE 3.5.7 packages today and it fixed a whole bunch of Kontact issues. you guys rock! :) === fredix [n=fredix@86.67.45.158] has joined #ubuntu-motu === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu === hsitter [n=me@N740P009.adsl.highway.telekom.at] has joined #ubuntu-motu [07:08] highvoltage: what types of issues did you notice get fixed? [07:11] nixternal: if you opened two OOo attachements in kmail, for example, the second wouldn't open [07:11] ahh..cool [07:11] nixternal: it seemed that kmail just overwrote the first attachment, andOOo didn't like it [07:12] good deal. maybe I am not using kontact/kmail hard enough [07:12] it also sometimes crashed when applying large amount of filters. that seems better now. [07:12] in the past year, I bet I can count less than 5 crashes [07:12] highvoltage: yes, and that is when I noticed my crashes actually [07:12] I use thunderbird, but for the government work we use Kontact, since it integrates with Kolab [07:13] Thunderbird last crashed on me in 2003 :) [07:13] what government do you work for that uses Kontact? [07:13] let along Kolab [07:13] The South African government [07:13] s/along/alone [07:13] that is sweet [07:14] we're systematically going to convert the whole governmtn [07:14] *government [07:14] we're only starting now, it's exciting and scary, but I love it :) [07:15] that totally rocks...our government (you know the corrupt arse US one), they still use MS Mail at a majority of their locations [07:15] the only people who have changed are those who are on the Navy/Marine Corp network. And that is so locked down it is insane [07:15] yep, current status is the same here. Outlook is everywhere. === icf7_ [n=chatzill@p57A11F31.dip0.t-ipconnect.de] has joined #ubuntu-motu [07:16] I didn't say outlook...I said MS Mail :) from what I take, the government has the source or something to it, and they have their own secure version [07:16] MS Mail from like 3.1 [07:16] lol [07:16] we've had some resistance because of kontact's bugginess, but the kde 3.5.7 version fixes all of that for us, so it's quite cool. [07:16] aaaaah, THAT MS Mail!!! [07:16] nixternal: The people I work with are all on Exchange/Outlook and hating life. [07:16] As in... Microsoft Internet Mail :) [07:16] haha yes [07:17] ouch [07:17] Exchange is nice, if you get someone who can set it up correctly...but all of my jobs pretty much use IMAP now [07:17] only problem, I have never seen anyone set it up correctly [07:18] and most companies purchase the exchange licenses, and just use the POP3 portions, they don't use any of the funky *sharing [07:18] laserjock : i am back [07:19] Exchange is nice if you have an unlimited hardware budget for the server and you protect it behind a proper MTA so it isn't exposed to the internet... [07:19] I used to maintain and exhcange server or 2 in my day..and lets just say, I never did it right either [07:19] our problem is not so much with the mail component, but with the calendaring component [07:19] ya, calendaring is the big thing these days [07:19] there's not much in ubuntu/gnu/linux that does calendaring well [07:19] highvoltage: how is the calendaring with Kolab? [07:19] I have yet to mess with it [07:19] nixternal: it's the only thing that works properly [07:20] hehe [07:20] Heh. With the latest set of TZ changes in the US, all my customers had terrible problems with their Exchange/Outlook, but Kontact and Ubuntu had no problems at all. [07:20] I need to get a decent machine and run a Kolab server here [07:20] nixternal: kolab is currently broken in universe though, so you have to install from source [07:20] go figure [07:20] yep, employer uses Microsoft SMTPSVC. [07:20] I plan to fix Kolab in universe when I'm a motu === Loic [n=Loic@ram94-2-89-85-122-46.dsl.club-internet.fr] has joined #ubuntu-motu [07:20] highvoltage: Fix it now and we'll help you upload it. It'll help you become a MOTU. [07:21] and crimsun, you use the shiney new Vista superduper desktop featuring KDEs Aero look === ScottK feels his laptop heat up as it compiles the first try at clamav-alt for backporting... [07:21] heh [07:21] nixternal: heh, if only. I'll actually be using much more ancient tools. [07:21] ScottK: ok, it will take some work, but I will certainly put some effort into it [07:21] my laptop goes between 48C and 55C [07:21] highvoltage: Great. We're here to help you. [07:21] it doesn't go higher, and it doesn't go lower [07:21] :) [07:22] My laptop goes between leg temperature and I think I'll set it down now because that hurts. [07:22] lol [07:22] I have a cooly pad I use when I sit on the couch or in bed with it [07:22] otherwise my lap would be sweating === ScottK is a heat sink for his laptop. === effie_jayx [n=valles@190.37.174.62] has joined #ubuntu-motu [07:23] OK people, I am goingt o run out for a second, and when I come back I expect to see all the links I need for packaging a library (libhttp) in Debian [07:23] back in a few === mafix [n=marfix@181.168.76.83.cust.bluewin.ch] has joined #ubuntu-motu [07:23] nixternal: You are welcome to expect that. === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu [07:26] talk to you guys gain later, I'm on a real slow gprs connection and it seems to be getting slowr. thanks for the motivation! [07:26] highvoltage: great === _czessi [n=Czessi@dslb-088-073-037-179.pools.arcor-ip.net] has joined #ubuntu-motu === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [07:34] can anybody tell me how to confirm a open pgp key [07:34] i have galemo and firefox [07:36] galemo? [07:36] did you mean `galeon'? [07:38] yes galeon === vijay2000 [n=vijay@59.92.69.68] has left #ubuntu-motu [] === dpm [n=dpm@p54A1451D.dip0.t-ipconnect.de] has joined #ubuntu-motu [07:42] well if you /part, we can't assist you... === azeem [n=mbanck@ppp-88-217-29-11.dynamic.mnet-online.de] has joined #ubuntu-motu [07:44] :) === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [07:52] man-di_, did you get a look at wired? === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === doko_ [n=doko@dslb-088-073-090-217.pools.arcor-ip.net] has joined #ubuntu-motu === tideline [n=tideline@65.98.69.13] has joined #ubuntu-motu [08:10] /rename === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] === pochu [n=emilio@94.Red-88-3-50.dynamicIP.rima-tde.net] has joined #ubuntu-motu === pochu [n=emilio@94.Red-88-3-50.dynamicIP.rima-tde.net] has joined #ubuntu-motu === bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-motu === tudenbart [n=willi@xdsl-81-173-230-233.netcologne.de] has joined #ubuntu-motu === jwhitlark [n=jwhitlar@h-67-102-70-2.snfccasy.covad.net] has joined #ubuntu-motu === reggaemanu__ [n=manu@ARennes-257-1-117-15.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu === sacater_ [n=sacater@host86-144-187-47.range86-144.btcentralplus.com] has joined #ubuntu-motu === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu === tudenbart is now known as dothebart === DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu === DrKranz is now known as DktrKranz === Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === luisbg [n=d33p@87.217.144.80] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === thoreauputic [n=prospero@ubuntu/member/thoreauputic] has joined #ubuntu-motu === macd [n=d@adsl-6-126-200.msy.bellsouth.net] has joined #ubuntu-motu === killown [i=killown@unaffiliated/killown] has joined #ubuntu-motu === killown [i=killown@unaffiliated/killown] has left #ubuntu-motu ["Leaving"] [09:31] Any motu's willing to take a look over http://revu.tauware.de/details.py?upid=5249 ? persia mentioned "special attention to the copyright provisions and the compliance with python policy." would be good :) === mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu === cypher1 [n=cypher1@c-68-83-184-230.hsd1.nj.comcast.net] has joined #ubuntu-motu [09:33] ohh, looks like a lot of PPA stuff got done === PriceChild sat in on a little demo of PPA at uds and really liked the idea. === Spec [n=nwheeler@ubuntu/member/spec] has joined #ubuntu-motu === puchi [n=me@N772P015.adsl.highway.telekom.at] has joined #ubuntu-motu === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu [09:39] No activity... That's the power of the Champions League :) [09:40] ahah [09:42] LaserJock, really? [09:42] is it available for the masses? [09:43] hello LaserJock [09:43] LaserJock: hmm? [09:44] it's getting there === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === apacheLAGger [n=me@amarok/rokymotion/apachelogger] has joined #ubuntu-motu === crevette [n=crevette@man06-2-88-167-44-76.fbx.proxad.net] has joined #ubuntu-motu [09:45] hello [09:45] I need some pointer to package some fonts [09:46] I seen that fonts packages uses defoma rules === fraco [n=fraco@213.219.134.250.adsl.dyn.edpnet.net] has joined #ubuntu-motu [09:47] please read https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2007-May/000968.html first. [09:49] Okay I'll do this rigtht away [09:49] tx === apachelogger [n=me@N718P018.adsl.highway.telekom.at] has joined #ubuntu-motu [09:51] crimsun: you're involved in fonts packaging ? [09:51] crevette: haven't been in quite some time [09:56] I ned also advice from someone from legal [09:56] because I don't have knowledge in that and the fonts licence is GPl with a restriction [09:57] it's best to raise that on the Alioth pkg-fonts mailing list [09:57] crevette: still those redhat fonts? [09:58] my goodness, it's slomo! [09:58] slomo: I didn't had time to consult someone until now [09:59] crevette: people in #gnome-debian talked about the license and afaik result was that it's non-free and that they wanted to contact redhat about it [09:59] crevette: iirc other distros had a problem with it too... but i didn't really follow the discussion [09:59] hi LaserJock :) === TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu === finalbeta_ [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === luisbg [n=d33p@87.217.145.73] has joined #ubuntu-motu === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-motu [10:07] OK...I truly dislike building a lib package from scratch [10:08] why? It builds character. === math_b [n=mathieu@vbo91-2-82-239-207-88.fbx.proxad.net] has joined #ubuntu-motu === jimpop [n=jimpop@c-76-17-105-118.hsd1.ga.comcast.net] has joined #ubuntu-motu === micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu === DRF [n=d@host81-155-87-205.range81-155.btcentralplus.com] has joined #ubuntu-motu [10:20] Trying to change the name of the clamav package for the backport alternative is currently building character in this quarter. [10:20] builds character? headaches != character :) [10:22] The character building part is that I've not thrown anything, broken anything, or lost my temper. === ScottK really thought it would build this last time... === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu [10:25] ScottK: i've added the commitmessage to http://revu.tauware.de/details.py?upid=5180&text=from+SVN%3A%0D%0Ar5173+%7C+ajc+%7C+2007-05-23+10%3A29%3A48+-0400+%28Wed%2C+23+May+2007%29+%7C+5+lines%0D%0AChanged+paths%3A%0D%0AM+%2Ftrunk%2Fcitadel%2Fopenldap%2Fcitadel.schema%0D%0AM+%2Ftrunk%2Fcitadel%2Fopenldap%2Frfc2739.schema%0D%0A%0D%0ARemoved+some+spurious+copyright+info+from+the+openldap%0D%0Aschema.+This+text+applied+to+the+RFC+from+w === _czessi [n=Czessi@dslb-088-073-054-181.pools.arcor-ip.net] has joined #ubuntu-motu [10:25] ugh. [10:26] whats that. [10:26] sorry all. [10:26] http://revu.tauware.de/details.py?upid=5180 [10:26] hehe [10:26] dothebart: I would urge you to concentrate on libical first. [10:27] dothebart: Since that's a build-dep for citadel, it'll have to get uploaded, get throught NEW queue processing, and build before we could upload citadel in any case. [10:27] yes, i just posted your comments on that licensing issue on the citadel devel room... [10:27] OK [10:27] and this was the reaction. [10:28] From a critical path perspective, the build-deps are all that matter at this point. [10:28] ok. [10:29] but that issue on citadel can be thought as solved? [10:29] I actually didn't look yet. [10:29] i just want to know if i have to take further actions on that. [10:30] I looked and based on your comment, I would say yes. I'd need to see the actuall wording to know for sure. [10:31] Ubuntu is pretty particular about getting the copyright stuff correct and you don't find out until you get to the front of the NEW queue (after some wait) if the archive admin is happy or not. Better to work really hard up front to be complete and correct. [10:32] http://tar.gzipped.org/citadel.schema [10:32] and [10:32] http://tar.gzipped.org/rfc2739.schema === apacheLAGger [n=me@amarok/rokymotion/apachelogger] has joined #ubuntu-motu [10:34] dothebart: http://tar.gzipped.org/rfc2739.schema now lacks any mention of licensing. It needs at least the GPL mention you have in the other one. [10:34] wouldn't that be implicit with the package? [10:35] Why not mention it and avoid risk of confusion? This is in a grey area and may or may not be OK in the end. Why take a chance? [10:36] ok, i'll post it over. [10:37] Did you understand my point on libical about the COPYING file OK? === schultmc___ [n=schultmc@69.92.10.9] has joined #ubuntu-motu [10:37] not yet totaly, didn't have the time to view it with concentration... [10:38] OK. [10:38] http://www.softorchestra.com/downloads/libhttp-1.1.tar.gz [10:38] Ideally when you package something, the only place you should touch in the package is inside the debian dir. [10:38] just returned from a 64 km ride with the roadbike after riding 20 km home after work ;) [10:38] anyone feel like looking through that and telling me just how involved the debian/rules file would be [10:39] I have everything else already configged...rules is my only problem...more than likely would have to reconfigure Makefile (dpatch/patch) [10:39] If you have to repack the original tarball, there are rules you have to follow. Since you are upstream, put the COPYING file in the original tarball. It'll be easier. [10:39] dothebart: Watch out, excercise is dangerous. [10:40] well, being upstream i don't need the patches dir as long as my changes go well with the rest of the users. [10:40] ok. [10:41] i think there soon will be a .30 of libical available on upstream, and it looks as if evolution is going to use it again instead of their fork. [10:41] OK. So you are not upstream for libical then? [10:42] well, i can become with one question to the citadel team leader. [10:42] but, as long as my changes are reasonable, they won't be questioned. === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu [10:44] OK. Then I'd ask them to add the COPYING file in their upstream tarball. === sdgreen [n=sdgreen@S0106000d88f15d27.gv.shawcable.net] has joined #ubuntu-motu === Sarah_ [n=user@14.5.233.220.exetel.com.au] has joined #ubuntu-motu === micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu === Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu === AlinuxOS [n=vsichi@host122-198-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === Q-FUNK [n=q-funk@88.195.85.121] has joined #ubuntu-motu === Lamego [n=lamego@a83-132-143-63.cpe.netcabo.pt] has joined #ubuntu-motu === stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has left #ubuntu-motu [] === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu === cypher1_ [n=cypher1@c-68-83-184-230.hsd1.nj.comcast.net] has joined #ubuntu-motu [11:23] bye all === angasule [n=angasule@190.49.230.99] has joined #ubuntu-motu === AlinuxOS [n=vsichi@host122-198-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === cypher1_ [n=cypher1@c-68-83-184-230.hsd1.nj.comcast.net] has joined #ubuntu-motu === AlinuxOS [n=vsichi@host122-198-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === AlinuxOS [n=vsichi@host122-198-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu [11:32] I uploaded my work in progress clamav-alt package to REVU. Comments/help appreciated at http://revu.tauware.de/details.py?upid=5254 [11:32] See you all later. Time for me to go play Daddy for the evening. === fretchen [n=fred@dslb-088-073-236-132.pools.arcor-ip.net] has joined #ubuntu-motu [11:37] hello, where is a nice forum to discuss problems with packiging the examples of the documentation? === tudenbart [n=willi@xdsl-81-173-169-228.netcologne.de] has joined #ubuntu-motu [11:45] re. [11:46] Any motu's willing to take a look over http://revu.tauware.de/details.py?upid=5249 ? persia mentioned "special attention to the copyright provisions and the compliance with python policy." would be good :) === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu === fretchen [n=fred@dslb-088-073-236-132.pools.arcor-ip.net] has left #ubuntu-motu [] === tudenbart is now known as dothebart === jml [n=jml@121.44.219.152] has joined #ubuntu-motu === reggaemanu [n=manu@ARennes-257-1-117-15.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has joined #ubuntu-motu === somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-motu === Tonio_ [n=tonio@mar92-13-88-165-255-149.fbx.proxad.net] has joined #ubuntu-motu [11:57] ScottK: by motu, do you mean signing that paper? === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has left #ubuntu-motu [] [11:57] aka being ubuntero? i did that. [11:58] No. Gimme a sec, I'll get you the link [11:58] https://wiki.ubuntu.com/MOTU ? === zenrox [n=zenrox@pool-71-115-199-53.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [11:59] No, https://wiki.ubuntu.com/DebianMaintainerField [11:59] dothebart: Read that and it'll tell you how to fill out Maintainer. [11:59] ok, tnx. === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu [12:01] See you later. [12:01] yes, SIG_SLEEP === highvolt1ge [n=highvolt@196.1.61.32] has joined #ubuntu-motu === nuu [i=neuro@host50-149-dynamic.55-82-r.retail.telecomitalia.it] has joined #ubuntu-motu [12:12] does anyone know what would be requiered to setup an offcial mirror of the Ubuntu repos?