[12:14] Hey pochu. === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [12:16] Hi TheMuso [12:16] Heya geser. [12:18] hiya [12:20] Heya Hobbsee. [12:20] You're up late, although thats nothing new. [12:20] heh [12:20] going to bed soonish [12:22] Hobbsee: how's UDS going? [12:22] beuno: good :D [12:22] it's fun :) [12:23] I just saw a video with Jono's music in the background, seems like fun :D [12:23] hehe [12:23] yeah, that's a cool video :) [12:27] I hear that the power is still up and down like a yoyo. [12:28] lol at #uds-sevilla [12:28] TheMuso: at which bit? [12:28] power? no, power's up [12:29] lots of people are having trouble with the above-basement wifi, though === _czessi [n=Czessi@dslb-088-073-061-149.pools.arcor-ip.net] has joined #ubuntu-motu [12:29] right === Q-FUNK [n=q-funk@cs181044250.pp.htv.fi] has joined #ubuntu-motu === wolfeon [n=wolfeon@alpha.wolfeon.com] has joined #ubuntu-motu [12:33] man. can't breath in #ubuntu.. too many users. [12:34] heh :) [12:34] oh oh [12:34] I need to remember to report the python-fam bug, heh [12:35] stupid module is so outdated they still use the old way of deallocating memory which makes python segfault [12:36] :/ [12:36] *opens launchpad and sends patches* === jwhitlark [n=jwhitlar@h-67-102-70-2.snfccasy.covad.net] has joined #ubuntu-motu === leonel [n=leonel@189.155.119.92] has joined #ubuntu-motu [12:37] hello motus ... [12:37] to add a patch to a deb [12:37] hiya leonel [12:38] unpack the package.orig.tar.gz [12:38] you add a patch to the source, not a patch to the deb. [12:38] apply the diff [12:38] then apply my patch [12:38] and then get the new diff ?? [12:38] so I can rebuild the .deb ? [12:39] I mean I have the orig.tar.gz the diff.gz and the dsc [12:39] leonel, you almost never patch the original source directly: instead, you use a patch system, such as dpatch or quilt, and place your patch in debian/patches (or similar). When you've verified that that works as expected, then you build a new source package, and use debdiff. [12:39] oooo [12:40] micahcowan: thanks .. [12:40] Unfortunately, that's fairly complex. :/ ...but there are very good reasons why it is done that way. [12:40] micahcowan: ok thanks [12:41] it's for squrrelmail [12:41] I've downloaded the orig.tar.gz dsc and diff [12:42] http://www.squirrelmail.org/patches/1.4.10-security/ there's the patch for 1.4.9a that is in feisty [12:42] I want to backport it to Dapper [12:42] i've already done the .deb on dapper [12:43] now I need to apply that patch [12:43] let's see dpatch .. [12:43] thanks === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-motu === Jucato [n=jucato@210.5.112.137] has joined #ubuntu-motu === Amaranth_ [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu [12:46] leonel, if you have questions or need help, I'd be happy to help via email (I don't know that I'd have a block of time to help interactively), at micah@cowan.name. Note that I am not a MOTU, but only a hopeful, currently. [12:46] micahcowan: thank you very much === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu [12:56] leonel: If you get the patch packaged correctly, keescook could publish it in dapper-security, then everyone would benifit. [12:56] ScottK: let's do it ... [12:57] leonel: First step is get the source package and see if the patch applies. Have you packaged stuff before? [12:57] I have rebuilded the package from feisty on dapper [12:58] OK [12:58] and now the patch is what stoped me [12:58] OK. What version of squirrelmail are you trying to patch? [12:58] 1.4.9a from feisty [12:59] OK === schultmc [n=schultmc@c-68-58-138-203.hsd1.in.comcast.net] has joined #ubuntu-motu [12:59] But you want to run it on Dapper? [12:59] and apply this http://www.squirrelmail.org/patches/1.4.10-security/ [12:59] Ahh [01:00] ScottK: on dapper and Festy but edgy could do .. [01:00] OK. [01:01] Let's do Feisty first then. [01:01] ok [01:01] Have you made a pbuilder before? [01:02] You are going to need them before we are done, and they take a while to build. [01:02] nop just get the sources and rebuildem [01:02] OK [01:02] It's better to build in a pbuilder because then you know you always have a clean build environment. If you don't mind, let's start with that. [01:03] ok [01:04] pbuilder installed === Kmos [n=gothicx@243-233.dial.nortenet.pt] has joined #ubuntu-motu [01:04] Go here http://revu.tauware.de/~laserjock/ and get the script called pbuilder-feisty. Put it somewhere convenient. By default data will be storted in ~/pbuilder. Run the script sh pbuilder-feisty create. [01:05] Note for later, you can copy that script and rename it pbuilder-dapper and pbuilder-edgy to make pbuilders for those distros. [01:05] It's going to run for a while. [01:05] Let me know after you get it started. [01:06] is running [01:07] OK [01:07] You have the source package for Feisty? [01:07] source from upstream ? [01:07] No, [01:08] Make a new directory and then apt-get source squirrelmail if you are running Feisty. [01:08] ok [01:08] done with the source === TheMuso th inks that the pbuilder script should be in ubuntu-dev-tools. [01:10] Now I looked at the source package and it does not appear to have a patching system installed. Your patch is 408 lines. This just got complex. [01:10] TheMuso: I agree. === TheMuso adds it then. [01:11] TheMuso: Would you have a moment to take a look a leonel's squirrelmail problem. [01:11] squirrelmail today released a new version security fixes only [01:11] ScottK: Whats the problem? [01:11] He's got a 408 line security patch, no patching system in the source package, and it's a package that uses debhelper, so it's non-trivial to add dpatch. [01:12] and I'd like to have those fixes on squirrelmail [01:12] this is the patch for 1.4.9a that is on feisty http://www.squirrelmail.org/patches/1.4.10-security/ [01:12] The wiki says adding dpatch is in the don't bother it's to hard catagory, but I don't see doing a 408 line change without it. [01:12] ScottK: Same. [01:13] ScottK: Let me add the pbuilder script to ubuntu-dev-tools, and I will be right with you. [01:13] ScottK, ! ...what do they propose as an alternative? [01:13] TheMuso: Thanks. I am going to have to go cook dinner in moment. [01:13] micahcowan: What do you mean? [01:13] Squirrellmail just released a new version. Not there problem how to package the in service version. [01:13] there/their [01:14] ScottK, I mean, if not dpatch, then what? ...it doesn't seem to me to be any more difficult to roll patches with than, say, quilt, and the only thing easier than that would seem to be... directly editing the sources. [01:14] micahcowan: The problem is that dpatch integration into debian/rules when it's not there at all is non-trivial. [01:14] micahcowan: If you are a motu-hopeful, it would be a good learning experience. [01:16] Ah. Okay, that I could understand. Haven't yet had to do it: I'm mostly patching debs that already have some system or other in place, or else rolling new ones (one) that don't have patches yet. :) [01:16] micahcowan: If you look at the current pysol package and diff it with the previous Gutsy version, you can see what's invovled. [01:16] BTW, aren't you also a "hopeful"? :) [01:17] Yes, but I've done it once and I have to go cook dinner. === ScottK is trying to get someone else to help leonel [01:17] :) enjoy [01:17] thank ScottK [01:17] ScottK: Sure. [01:17] Where did you get up to? === tmr0 [n=tmr0@71-208-74-89.hlrn.qwest.net] has joined #ubuntu-motu === yttmr0 [n=tmr0@71-208-74-89.hlrn.qwest.net] has joined #ubuntu-motu [01:18] We got up to he's building his Feisty pbuilder, has the upstream patch and so we need to add dpatch to the source package. [01:18] Right. [01:18] Just fetching the source now to look for myself. [01:18] Great. It's a security update, so I feel it's urgent. I feel badly I can't stay. [01:18] I am not sure where to go once we have the package ready however. [01:19] I've not done security before [01:19] I know kees does it however. [01:19] leonel: Do you have information on the impact of the security issue? [01:19] TheMuso: having hte package is a Great advance [01:19] ScottK: I know. === yttmr0 [n=tmr0@71-208-74-89.hlrn.qwest.net] has left #ubuntu-motu ["Leaving"] [01:20] TheMuso: What I would do is let leonel gather impact information, ping keescook once you know. All that changes in the end is does it got to feisty-proposed or feisty-security and the version number === ScottK is guessing if squirrelmail pulled the trigger on a new upstream release, keescook will want it for -security. [01:21] -security is really easy. You make the package and then keescook parts the waters and it's published. [01:21] Gotta run. [01:22] ok [01:23] Plan B would 'encourage' micahcowan to do it and give him advice along the way. [01:23] Right. [01:23] ScottK: http://www.squirrelmail.org/security/issue/2007-05-09 [01:24] TheMuso: http://www.squirrelmail.org/security/issue/2007-05-09 this is the advisory === schultmc [n=schultmc@c-68-58-138-203.hsd1.in.comcast.net] has joined #ubuntu-motu [01:24] leonel: Just had a glance at it. [01:25] ScottK, I'm not opposed to that :) ...however, I wouldn't have time to do an actual walkthrough right now... via email or something could work. :) [01:25] leonel: So this is for dapper, correct? [01:25] that's for dapper edgy and feisty [01:26] Ok. [01:28] leonel: SO do you have your pbuilder set up yet? [01:28] leonel: Make sure you have universe enabled for it. [01:28] just finish [01:28] Ok. [01:28] it's [01:29] Ok. Have you downloaded the source package for Ubuntu? [01:31] TheMuso: yes [01:31] leonel: Ok. We need to do a couple of things to be able to apply the patch to the source. [01:32] ok [01:32] leonel: Ok. Go into the top directory of the source package. By this I mean the squirrelmail directory. [01:33] leonel: Before we go much further, do you have dpatch installed? If not, install it. [01:33] yes [01:33] Ok. [01:34] The first thing we need to do is set up the patch system. So open debian/rules in an editor, and find the second occurrance of build-stamp [01:35] It has a : after it. [01:35] found it [01:35] Ok after build-stamp: you need to add patch-stamp [01:36] before clean: [01:36] ? [01:36] No, on the same line as build-stamp: [01:36] SO it would look like this [01:36] build-stamp: patch-stamp [01:36] done [01:37] Ok. I just missed something we also need to do. Below the line #export DH_VERBOSE=1, add the following: include /usr/share/dpatch/dpatch.make === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has joined #ubuntu-motu [01:38] done [01:38] I suggest putting a blank line between DH_VERBOSE and the include line, and a blank line under the include === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has left #ubuntu-motu [] [01:38] done === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu [01:38] Ok. Now after clean: you add unpatch. So it would look like [01:38] clean: unpatch [01:38] done [01:40] Ok. Now we need to create the patch. [01:40] Exit the editor, and return to the prompt. [01:40] done [01:40] Make sure you are in the squirrelmail directory, i.e with debian/ as a subidrectory, and run the following command: [01:40] dpatch-edit-patch 01_name-of-patch <-- Where name-of-patch is a short name for what the patch does. [01:41] so in squirrelmail-1.4.9a do that ? [01:41] We number patches, so that if one patch depends on another, we know what order they need applying. [01:41] Yes. [01:41] so this is the first patch is 01 [01:41] Yes. [01:42] I rename the patch to that name ? [01:42] and put it in squirrelmail-1.4.9a ? [01:42] No. [01:42] Whats the name of the patch? [01:42] 1.4.9a.patch [01:42] its on ~/Desktop [01:43] Ok. It may be worth naming it something better, like html-security-fix for example. [01:43] So you would run dpatch-edit-patch 01_html-security-fix [01:43] and the patch where i put it ? [01:44] Once you have run that comand, apply the patch against the sources. [01:44] So patch -p1 -i whatever.patch [01:44] ok [01:44] make sure to run dpatch-edit-patch first [01:44] as explained above [01:44] fakeroot dpatch ? [01:45] No. [01:45] ok [01:45] That probably gets run by dpatch-edit-patch [01:45] haven't installed fakeroot [01:45] installing it [01:45] ok [01:45] exit 230 [01:45] right [01:46] As you can see, it says edit the files as you need to. [01:46] You will also notice that you are in a /tmp directory. [01:46] SOmething like /tmp/dpep-work.Kz6879/squirrelmail-1.4.9a [01:46] ok [01:46] yes [01:47] Now you apply the patch against the sources as you would normally. So patch -p1 -i whatever.patch [01:47] done [01:47] patching file functions/mime.php [01:47] patching file src/compose.php [01:47] patching file src/view_text.php [01:47] Now exit as explained above. [01:47] ok [01:48] just type exit ? [01:48] Now if you look in debian/aptches, you will notice the patch file [01:48] exit 230 [01:48] type exit 230 ? === macd_ [n=d@adsl-156-70-60.msy.bellsouth.net] has joined #ubuntu-motu [01:48] yes [01:48] Error: Shell exited with an exit value of 230, aborting [01:48] Ah sorry, thats to abort., [01:49] Ok lets try again. [01:49] Rerun dpatch-edit-patch [01:49] ok [01:49] You can use your up arrow to get to it quickly again if you don't want to type it all out [01:49] done [01:49] just exit ? [01:49] permission denied [01:49] go with sudo ? [01:50] hang on [01:50] ok [01:50] how did you get permission denied [01:50] runned dpatch as my user [01:50] now [01:50] sudo dpatch [01:50] now [01:50] no [01:50] and finshed with [01:50] dpatch-edit-patch: /home/leonel/sq/squirrelmail-1.4.9a/debian/patches/01_html-security-fix.dpatch created. [01:51] Did you apply the patch against the sources after running dpatch-edit-patch? [01:51] in the shell [01:51] root@ubuntu:/tmp/dpep-work.B11409/squirrelmail-1.4.9a# patch -p1 -i /home/leonel/Desktop/html-security-fix [01:51] patching file functions/mime.php [01:51] patching file src/compose.php [01:51] patching file src/view_text.php [01:51] root@ubuntu:/tmp/dpep-work.B11409/squirrelmail-1.4.9a# exit [01:51] exit [01:51] dpatch-edit-patch: * Creating new patch /home/leonel/sq/squirrelmail-1.4.9a/debian/patches/01_html-security-fix.dpatch [01:51] dpatch-edit-patch: Warning: debian/patches/00template not exist, using hardcoded default. [01:51] dpatch-edit-patch: /home/leonel/sq/squirrelmail-1.4.9a/debian/patches/01_html-security-fix.dpatch created. [01:51] that was with [01:52] sudo dpatch-edit-patch 01_html-security-fix [01:52] [01:52] I need to do a phone call urgent [01:52] dpatch-edit-patch does not get run with sudo [01:52] give me 10 minutes [01:52] Sure. === gnomefreak doesnt ever remember needing sudo [01:52] gnomefreak: You don't. [01:52] but its been a month or so [01:52] How he got permission denied, I don't know. === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu [01:52] he wasnt in /temp === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has joined #ubuntu-motu === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has left #ubuntu-motu [] [01:53] hes also using full path [01:53] /tmp is used as a temporary placeholder for when one is creating patches with dpatch-edit-patch [01:53] right [01:53] Once you exit, it returns you to where you are [01:53] s/are/were before running dpatch-edit-patch/ [01:54] so when he runs dpatch-edit-patch he should be in /tmp/ [01:54] after he runs it [01:54] /tmp/whatever/squirrelmail-version yes [01:54] You make your modifications, and when you exit, a patch file is created, and you should be back to where you had the source originally. === Hanusz_Leszek [n=leszek@9.154-65-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu [01:54] shouldnt this drop him into /tmp/? [01:54] dpatch-edit-patch: [01:54] /home/leonel/sq/squirrelmail-1.4.9a/debian/patches/01_html-security-fix.dpatch [01:54] Patching systems like this aren't easy to explain. [01:55] That was created after he exited. [01:55] oh [01:55] Dpatch is not easy to explain. [01:56] But once you understand how it works, its really handy. [01:56] dpatch is handy but i have only used it a few times since mozilla/dpatch wasnt/maybe still not working [01:57] Right. [01:57] i dont mind appling them by hand === jml [n=jml@203-113-250-169-static.TAS.netspace.net.au] has joined #ubuntu-motu === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu [01:59] asac_: home pc still down? === jdong_ [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has joined #ubuntu-motu [02:04] debian/changelog should only have package() gutsy urgency=low right? === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has left #ubuntu-motu [] [02:04] gnomefreak: If its for gutsy, yes. [02:04] i shouldnt need to add universe to it right? [02:05] No. [02:05] Nowhere do we specify universe in any package metadata. [02:05] We don't put universe anywhere in the package. [02:05] gusty shouldnt need to be in caps right [02:05] gutsy is all lower case [02:06] You've specified an unknown `target distribution' for your upload in [02:06] N: the debian/changelog file. [02:06] That can be ignored [02:06] if its gutsy its fine [02:06] error itself is E: iceape_1.1.1+1-0ubuntu1_source.changes: bad-distribution-in-changes-file gutsy [02:07] that's fine. [02:07] than it lists the N stuff [02:07] if that is fine why are people telling me to change it [02:07] before they revu it [02:07] :( [02:08] who's telling what? [02:08] i cant view the changes file atm im on different patition and i dont have access on revu [02:09] crimsun: a few guys (cant remember who) 3 days ago told me to fix that error before it can be reviewed [02:09] crimsun: here is the source http://revu.tauware.de/details.py?upid=5064 [02:10] TheMuso: I'm back sorry [02:10] leonel: Ok thats fine. [02:10] leonel: What directory are you currently in? [02:11] /home/leonel/sq/squirrelmail-1.4.9a [02:11] Ok. [02:11] Lets start with the patching again. rm -rf debian/patches and we will do dpatch-edit-patch again. [02:11] Because sudo shouldn't be used with it. [02:12] ok [02:12] rm -rf debian/patches [02:12] PLOP wrong window :-P [02:12] yes [02:13] all the debian dir go away ? [02:13] No. [02:13] rm -rf debian/patches [02:13] Only the aptches dir will be removed [02:13] permission denied [02:13] sudo ? [02:13] Yes. [02:13] done [02:13] Ok. === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [02:13] So run dpatch-edit-patch 01_name-of-patch again [02:14] Whatever you called the patch. [02:14] without sudo ? [02:14] Yes. [02:14] shell [02:14] now patch ? [02:14] Apply the patch [02:14] done [02:14] exit ? [02:14] Ok and just type exit [02:15] mkdir: cannot create directory `/home/leonel/sq/squirrelmail-1.4.9a/debian/patches': Permission denied [02:15] Ok thats weird. [02:15] How did you unpack the source package originally? [02:15] sudo apt-get source squirrelmail [02:15] ah!! [02:15] remove all an redo it ? [02:15] You don [02:16] You don't run apt-get source with sudo. [02:16] learned .. [02:16] Before you remove it, copy debian/rules to somewhere else [02:16] you can [02:16] ok [02:16] jmg: If you want to do everything as root, sure. [02:16] copied [02:16] removed [02:16] leonel: Fetch the source again without using sudo. [02:17] leonel: chown -R name sq [02:17] sudo chown [02:17] downloaded [02:17] leonel: Is it unpacked? [02:17] yes [02:18] Ok. COpy the rules file you backed up into the debian dir. [02:18] replace rules ? [02:18] Yes. [02:18] done [02:18] dpatch ? [02:18] Ok. Check that the rules file still has the patch modifications we made earlier. [02:18] include /usr/share/dpatch/dpatch.make [02:19] build-stamp: patch-stamp [02:19] So its there? Great. [02:19] clean: unpath [02:19] ok [02:19] that should be clean: unpatch [02:19] yes it is [02:19] Ok good. [02:19] was a typo here [02:19] Just checkig. [02:19] checking [02:19] Ok. now run dpatch-edit-patch as before. [02:20] better be safe :) [02:20] patch-edit-patch: /home/leonel/sq/squirrelmail-1.4.9a/debian/patches/01_html-security-fix.dpatch created. [02:20] done [02:20] leonel: You applied the patch to the source after dpatch-edit-patch? [02:20] yes [02:21] Great! [02:21] leonel@ubuntu:/tmp/dpep-work.p12582/squirrelmail-1.4.9a$ patch -p1 -i /home/leonel/Desktop/html-security-fix [02:21] patching file functions/mime.php [02:21] patching file src/compose.php [02:21] patching file src/view_text.php [02:21] leonel@ubuntu:/tmp/dpep-work.p12582/squirrelmail-1.4.9a$ exit [02:21] GOod. [02:21] Now, open up debian/control in an editor. [02:21] ok [02:22] Find the line starting with Build-Depends: At the end of that line, you need put the following: [02:22] , dpatch [02:22] So a , straight after the ). [02:22] Build-Depends: debhelper (>= 5), dpatch [02:22] The whole line should look like this: [02:22] Build-Depends: debhelper (>= 5), dpatch [02:23] ok [02:23] Yes. [02:23] Save the file and exit. [02:23] done [02:23] Now we need to tell dpatch about the patch. Go into the debian/patches directory. [02:24] done [02:24] You will see the patch file there that we created. Simply echo the file name into a file called 00list, like this. [02:24] echo 01_patch-filename.dpatch > 00list [02:25] that on debian/patches ? [02:25] Yes. [02:25] leonel@ubuntu:~/sq/squirrelmail-1.4.9a/debian/patches$ ls -l [02:25] total 28 [02:25] -rw-r--r-- 1 leonel leonel 28 2007-05-09 18:25 00list [02:25] -rwxr-xr-x 1 leonel leonel 21023 2007-05-09 18:20 01_html-security-fix.dpatch [02:25] leonel@ubuntu:~/sq/squirrelmail-1.4.9a/debian/patches$ [02:25] ok [02:25] leonel@ubuntu:~/sq/squirrelmail-1.4.9a/debian/patches$ cat 00list [02:25] 01_html-security-fix.dpatch [02:26] Great. [02:26] crimsun: Where do we stand regarding people preparing security packages, changelogs, and letting Kees know? [02:26] crimsun: I haven't dealt with security yet, so am unsure. [02:27] we do need to test the new-spun source packages alongside [02:27] otherwise, community contributions are always welcome [02:27] Right. So should we create a changelog entry at this point, and if so, what target? === persia [n=persia@p1033-ipbf37marunouchi.tokyo.ocn.ne.jp] has joined #ubuntu-motu [02:28] ok, for feisty-security [02:28] Right. [02:28] 2:1.4.9a-1ubuntu0.1 [02:28] leonel: Ok, return to the top directory of the source package. [02:28] jdong: you still around? [02:28] crimsun: Thanks. [02:29] np [02:29] TheMuso: done [02:29] on squirrelmail-1.4.9a [02:29] Ok. Do you have devscripts installed? [02:29] Right. [02:29] installing [02:29] Ok [02:30] installed [02:30] Ok. run the following command: dch -i [02:30] THis will create a new changelog entry, and place you in an editor so you can edit the file. [02:30] wow [02:30] leonel: On the top line, change the version to 2:1.4.9a-1ubuntu0.1 [02:31] and change feisty to feisty-security [02:31] has : [02:31] squirrelmail (2:1.4.9a-1ubuntu1) feisty; urgency=low [02:31] change to 0.1 ?? [02:31] Yeah change to the version I stated above [02:31] o feisty security [02:32] so 2:1.4.9a-1ubuntu0.1 [02:32] will it upgrade like that? [02:32] ah sorry, 2:1.4.9a-1ubuntu1.1 [02:32] ;) [02:32] hmm? [02:32] squirrelmail | 2:1.4.9a-1 | http://archive.ubuntu.com feisty/universe Sources [02:32] changed squirrelmail (2:1.4.9a-1ubuntu0.1) feisty-security; urgency=low === jpon [n=jpniane@neu67-3-82-239-80-181.fbx.proxad.net] has joined #ubuntu-motu [02:33] leonel: change version to 2:1.4.9a-1ubuntu1.1 [02:33] crimsun: I am now confused. [02:33] there's no Ubuntu delta currently in 7.04's source package; it's a direct sync from Debian [02:33] gnomefreak: no [02:33] see above [02:33] ubuntu0.1 < ubuntu1 [02:33] for security, we use dot increments just as in -proposed and -updates [02:34] gah of course [02:34] the correct procedure is to bump 1 -> 1ubuntu0.1 [02:34] 2:1.4.9a-1ubuntu0.1 is still greater than 2:1.4.9a-1 [02:34] leonel: I'm still learning here too, so 2:1.4.9a-1ubuntu0.1 is what you want. [02:34] but he stated the changelog version was 2:1.4.9a-1ubuntu1 [02:34] gnomefreak: that's the default for dch -i [02:34] is that current feisty version [02:35] THats what dch -i created [02:35] oh ok [02:35] ok [02:35] 2:1.4.9a-1 = version that is in feisty [02:35] than right? === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu [02:35] 2:1.4.9a-1ubuntu0.1 is ? [02:35] Yes. [02:36] k [02:36] squirrelmail (2:1.4.9a-1ubuntu0.1) feisty-security; urgency=low [02:36] ok [02:36] done [02:36] gnomefreak: yep. On a current feisty box, ``apt-cache madison squirrelmail'' [02:36] Now. You will notice a * on an empty line. You need to explain what has been changed, in this case, the security fix. [02:36] im not on feisty atm :( [02:37] This is done by creating bullet points of each change. [02:37] gnomefreak: cheat and use LP :) https://launchpad.net/ubuntu/feisty/+source/squirrelmail [02:37] crimsun: What necessary information is required in a changelog for the security fix? An URL to an explanation [02:37] :) === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [02:38] TheMuso: pitti mentored me, so to speak: include the files changed, what changed in those files, and include the CVE(s) [02:38] crimsun: Ok. [02:38] leonel: Is there a CVE entry for this fix, and do you know what has been changed in the files that get patched? === TheMuso is starting to feel that the rest of this is beyond him, as he's not dealt with security fixes. [02:39] TheMuso: http://www.squirrelmail.org/security/issue/2007-05-09 [02:39] e.g., * src/asplode.c::ohno() : Use strncpy() instead of strcpy(). [02:39] * CVE-somenumber [02:39] leonel:Does that mention a CVE entry anywhere? [02:40] CVE-2007-1262 [02:40] I also normally put [SECURITY] above the first changelog entry [02:40] TheMuso: the above i posted [02:40] is the cve [02:40] the yes [02:40] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1262 [02:40] gnomefreak: Just saw it. [02:40] it's a 408 lines patch === Hanusz_Leszek [n=leszek@9.154-65-87.adsl-dyn.isp.belgacom.be] has left #ubuntu-motu [] [02:41] leonel: Ok we need to know what files have been changed, and what was changed in them. === Hanusz_Leszek [n=leszek@9.154-65-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu [02:42] leonel: how many different files doe sit patch? [02:42] does [02:42] TheMuso: there where 3 files patched [02:42] leonel: Yes, do you know what was changed in them to fix the issue? [02:42] and the patch is 408 lines long === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu [02:43] in each file ?? [02:43] that's something long [02:43] I don't know how else to explain whats required. [02:44] can we put [SECURITY] put the fixed things and add the url for the advisory ? [02:44] we cant use debian/patches: added to fix LP bug#xxx? [02:45] looking at the change log [02:45] previous bugfixes say [02:45] gnomefreak: I think it needs to be done the same as, or mostly similar to what crimsun said above... [02:45] * New upstream security release. [02:45] - Additionally tightens HTML filter for IE <= 5 parsing [02:45] absolutely everything and it's hors [02:46] 408 lines == a little less than 200 fixes give or take maybe less without looking at patch [02:46] wait a minute [02:46] http://www.squirrelmail.org/security/issue/2007-05-09 the 5 or so fixes that the patch made [02:46] :) [02:46] cheat if you can === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu [02:47] This release contains fixes for the following: [02:47] - HTML attachments containing "data:" URLs and so on [02:47] might want to chage it a bit but to get idea of what was change [02:47] d [02:49] leonel: Unfortunately, I have to run. Sorry I am unable to help you any further at this point. [02:49] so finishing the change log ? [02:49] just rebuild ? [02:49] Sorry, I really have to go now. [02:49] Ok [02:49] thanks a lot [02:50] No problem. [02:51] leonel: use [SECURITY] once before the first changelog item (marked by an asterisk), then include the URL to the announcement in a References section [02:51] leonel: I normally place the vendor URL(s) beneath the CVE(s) [02:53] crimsun: [02:53] * [SECURITY] [02:53] - This Release applies the bugfixes for CVE-2007-1262 [02:53] - http://www.squirrelmail.org/security/issue/2007-05-09 [02:53] like that ? [02:54] I would use separate sections [02:54] [SECURITY] [02:54] * foo blah [02:54] References [02:54] * CVE-2007-1262 [02:54] http://www.squirrelmail.org/security/issue/2007-05-09 === RAOF [n=Chris_@matht464.maths.unsw.edu.au] has joined #ubuntu-motu === Hanusz_Leszek [n=leszek@9.154-65-87.adsl-dyn.isp.belgacom.be] has left #ubuntu-motu [] === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu [03:00] the one. the only! bddebian. [03:00] &freeflying [03:00] Heya gang [03:00] Hi crimsun [03:00] morning crimsun, bddebian :) [03:01] allo RAOF [03:01] Hello RAOF [03:01] crimsun: hi [03:01] bddebian: hi [03:01] Hello freeflying [03:01] h bddebian [03:02] Heya persia [03:02] Hello freeflying, persia [03:02] Fixed the world yet persia? :-) [03:02] RAOF: hi [03:02] crimsun: [03:02] [03:02] [SECURITY] [03:02] * Cross site scripting in HTML filter [03:02] References [03:02] * CVE-2007-1262 [03:02] http://www.squirrelmail.org/security/issue/2007-05-09 [03:02] bddebian: Nah, someone else handles the gaia package :) [03:02] [03:02] like that ? [03:05] leonel: Can you glean from the patch(es) what was actually done to fix the XSS? [03:06] leonel: something along the lines of: "Properly escape user input to fix XSS in HTML filter" [03:07] New bug: #113717 in blueprint "jesus, if you dont speak ubuntu it will take you down all kinds of blind alleys. make it easy[..] " [03:07] hehe [03:11] * Cross site scripting in HTML filter [03:11] - HTML attachments containing "data:" URLs; [03:11] - Internet Explorer in various versions accepts many permutations of HTML [03:11] and JavaScript in many charsets. We now properly canonicalize the incoming [03:11] HTML to us-ascii before applying further filters. IE only. [03:11] - Request forgery through images. It was possible to include "images" in [03:11] HTML mails which were in fact GET requests for the compose.php page sending [03:11] mail. These images are now properly detected, and the compose form will only [03:11] send mail through a POST request. [03:11] * References [03:11] CVE-2007-1262 [03:11] http://www.squirrelmail.org/security/issue/2007-05-09 [03:11] whoa [03:11] [03:11] just added the advisory descriptions [03:11] no need for that level of detail [03:12] a reader can glean that from navigating to the URL [03:12] that's what I though when just put : [03:12] a simple "Validate input to resolve XSS in HTML filter" will suffice as the description [03:13] Hmm, reviews or stare at bugs I probably can't fix... [03:13] both! [03:14] Maybe just play F.E.A.R. instead.. :-) [03:15] bddebian: That's the spirit! [03:15] [03:15] [SECURITY] [03:15] * Validate input to resolve XSS in HTML filte [03:15] References [03:15] * CVE-2007-1262 [03:15] * http://www.squirrelmail.org/security/issue/2007-05-09 [03:15] like that ? [03:15] persia: I'm all washed up anyway. :-( [03:16] leonel: with the trailing 'r' in filter appended, but yes. [03:17] done [03:17] now ? [03:19] leonel: attach the debdiff to the bug [03:20] leonel: then subscribe (don't assign to!) ubuntu-universe-sponsors === jml_ [n=jml@121.44.221.65] has joined #ubuntu-motu === ScottK is back for a moment. [03:23] Heya ScottK [03:23] leonel: Good job sticking with it. [03:24] attach to the bug ?? [03:24] TheMuso: THanks for all the help you gave leonel. Sorry again I had to run. [03:24] leonel: The debdiff, yes. [03:24] run debdiff ? [03:25] leonel: I didn't see in the scrollback where you made a new source package. Have you done that yet? [03:25] leonel: debdiff eventually. [03:25] ScottK: runned dpatch-edit-patch [03:25] OK [03:25] added the patch to the source [03:25] One more step. [03:26] done the patchlist [03:26] Then we make a source package. [03:26] Right [03:26] edited the change log [03:26] and [03:26] ScottK: came .. [03:26] from within the source tree, do debuild -S -uc [03:26] That will build a new source package. === concept10 [n=concept1@adsl-70-251-0-137.dsl.rcsntx.swbell.net] has joined #ubuntu-motu [03:27] parsechangelog/debian: error: badly formatted trailer line, at file debian/changelog line 11 [03:27] debuild: fatal error at line 617: [03:28] OK. We need to fix that. [03:28] leonel: Please pastebin the first roughly 15 lines of your changelog [03:28] Some amount more than 11. [03:29] squirrelmail (2:1.4.9a-1ubuntu0.1) feisty-security; urgency=low [03:29] [03:29] [SECURITY] [03:29] * Validate input to resolve XSS in HTML filter [03:29] References [03:29] * CVE-2007-1262 [03:29] * http://www.squirrelmail.org/security/issue/2007-05-09 [03:29] -- Leonel Nunez Wed, 9 May 2007 18:30:32 -0600 [03:29] squirrelmail (2:1.4.9a-1) unstable; urgency=high [03:29] * New upstream security release. [03:29] - Additionally tightens HTML filter for IE <= 5 parsing [03:29] absolutely everything and it's horse. [03:29] !pastebin | leonel [03:29] leonel: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [03:29] ScottK: ok [03:30] You've got things a bit out of order. [03:30] http://paste.ubuntu-nl.org/20100/ [03:30] plop === ScottK looks [03:31] Actually it's just one extra line [03:32] You have two lines before the line with your name on it. Remove 1 and run debuild -S -uc again. [03:33] now on line 10 [03:33] running [03:33] missed a space between my Leonel Nunez ScottK: ok [03:33] That'll do it too. [03:33] dpkg-buildpackage (debuild emulation): source only, diff-only upload (original source NOT included) [03:33] done [03:34] now move up to one level above your source tree and you should see a bunch of new files [03:34] ok [03:35] debdiff packagname-version.dsc packagname-version0.1.dsc > patchname.debdiff [03:35] Debdiff like that. [03:35] That will give you a diff you can attach to the bug. [03:36] Once that's done, sh /path/to/pbuilder/script/pbuilder-feisty build packagname-version0.1.dsc to do a test build of the new binary .deb. [03:36] the patchname is the filename on debian/patches ? [03:37] patchname is the name you want on the debdiff. It can be anything, but should be descriptive [03:37] feisty-squirrelmail-security.debdiff [03:37] For examplse [03:38] When you are pbuilding the package, check and make sure the patch gets applied. [03:38] gpg: failed to create temporary file `/home/leonel/.gnupg/.#lk0x811ce20.ubuntu.16030': Permission denied [03:39] ok [03:39] got the debdiff [03:40] Good. [03:40] run the pbuilder-feisty ? [03:40] Does this have a bug in LP yet? [03:40] Yes [03:40] don't know [03:40] Yes to pbuilder Feisty. === ScottK looks [03:41] leonel: It does not have a bug. While the pbuilder is running, make a new bug, mark it for security, but not confidential. [03:41] Don't mark either if you aren't sure. [03:41] Then attach the debdiff. [03:43] sh /home/leonel/pbuilder-feisty build package.dsc asks for password ? [03:44] Normal [03:44] Normal for me anyway. [03:45] ok [03:45] running [03:47] leonel: Are you filing the bug now? [03:47] yes [03:48] where do I uplodad the debdiff ? [03:48] in [03:48] Add a comment/attachment ? [03:48] Yes [03:48] Hmm, I wonder if Bug #46318 even makes sense. It's a recommends not a depends [03:48] Launchpad bug 46318 in tutos2 "Change dependency from postgresql to postgresql-client" [Medium,Unconfirmed] https://launchpad.net/bugs/46318 [03:49] what description ? [03:50] ScottK: ? === tudenbart [n=willi@xdsl-213-196-227-124.netcologne.de] has joined #ubuntu-motu [03:51] bddebian: The linked bug (45968) seems to provide a compelling argument in the last comment. Otherwise, perhaps suggests? Odd to have a recommends (which typically autoinstalls) for a server on my workstation, when I might already have it installed on my server. [03:51] ScottK: the pbuilder finished [03:51] leonel: "debdiff for fixed package"? [03:52] what ROAF said. [03:52] this attachment is a patch ? [03:52] If the pbuilder was successful and the patch applied, mention that as a comment on the bug. [03:52] Yes [03:53] ok [03:53] comment added [03:53] debdiff submited [03:53] now ? [03:53] Pizzas for everyone ? [03:54] Back to base for debriefing and coctails! [03:54] persia: True 'nuff [03:54] now can I build the package ? [03:55] You just did [03:55] look in ~/pbuilder and you should see the new .deb [03:55] What's the bug#? [03:55] bug # 113725 [03:56] Great === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu === RAOF is offering a free pony for anyone who can get C++ code to compile in less than 10% of the estimated age of the universe. [03:58] Bug #113725 [03:58] Bug 113725 on http://launchpad.net/bugs/113725 is private [03:58] makeit public ? [03:58] leonel: You made it private. Yes. [03:58] This vulnerability is not a secret. [03:59] Already disclosed. [03:59] crimsun: Can you look at it after he makes it public? I have to be afk for a while again? [04:00] keep confidential ? no [04:00] ? === RAOF goes off to cure cancer while scribus-ng builds [04:00] hehe [04:00] Bug #113725 [04:00] Launchpad bug 113725 in squirrelmail "Cross site scripting in HTML filter" [Undecided,Unconfirmed] https://launchpad.net/bugs/113725 [04:01] ScottK: now ? [04:01] bddebian: I'm confident I'll have something before it's finished :P [04:01] what's next ? [04:02] leonel: Now that you've got a debdiff for a fixed package up on launchpad, and you've subscribed ubuntu-universe-sponsors, and at least one MOTU knows about it, you're done. [04:03] subscribed to ubuntu-universe-sponsors ? [04:03] I'm done ? [04:03] leonel: Add the link for the CVE and subscribe UUS [04:03] Add CVE linke [04:03] Then you are done with Feisty. Still need Edgy and Dapper.... [04:04] those can be done with backports ? [04:04] or has to do the same ? [04:04] leonel: No [04:04] the CVE marks as under review [04:04] Pull down the source package for their current verions and see if the patch applies. Some or all of it will. === wb32 [n=wbeechin@S0106000c7602bc5e.ed.shawcable.net] has joined #ubuntu-motu [04:04] We don't fix bugs with backports. [04:05] ok [04:05] For backports, wait for the new upstream to hit gutsy and propose backporting that. [04:05] now suscribte to the ubuntu universe sponsor ? [04:05] Yes [04:05] I've got to run. [04:05] that's a mailing list ? [04:05] It's a team of people that approve uploades [04:05] what this means I'm I a motu now ? [04:06] leonel: Thank you VERY much for your contribution. === wb32 [n=wbeechin@S0106000c7602bc5e.ed.shawcable.net] has left #ubuntu-motu [] [04:06] No, it means you are a contributor though. [04:06] ok [04:06] I'll work with dapper and edgy later on [04:06] MOTU is people who know enough to have their stuff uploaded without review. Not me yet. [04:06] MOTUS YOU ROCK ! [04:06] Great. [04:06] You know the process now. [04:06] Great ! [04:06] Good job. [04:06] Good night all. [04:07] wait === tudenbart is now known as dothebart [04:07] it's a list the ubuntu universe sponsor ? [04:09] ok [04:09] suscribed === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu === koke [n=koke@146.Red-80-39-189.dynamicIP.rima-tde.net] has joined #ubuntu-motu === paran [n=paran@cust.fiber-lan.snet.lk.212.214.112.112.visit.se] has joined #ubuntu-motu === concept10 [n=concept1@adsl-70-251-0-137.dsl.rcsntx.swbell.net] has left #ubuntu-motu ["Showering] === effie_jayx [n=valles@190.37.172.173] has joined #ubuntu-motu [04:38] ScottK: No problem. Looks like you've dealt with security before. [04:39] ScottK: TheMuso crimsun Thanks [04:39] now to work on the dapper patch [04:39] but that will be tomorrow [04:39] leonel: You're welcome. Sorry I had to leave when I did. [04:40] TheMuso: no problem [04:40] leonel: Has anybody uploaded the update for dapper yet? [04:40] leonel: This was the firehose method of learning. You did well. [04:40] Sorry, gutsy [04:40] hehe [04:40] TheMuso: don't know [04:40] ok [04:41] TheMuso: No one has. Since it's a straight Debian package and there's a new upstream release, it might make sense just to wait. [04:41] ScottK: Yeah true that. [04:41] IMO anyone running Gutsy just now deserves whatever they get.... [04:41] Hense me using a chroot/pbuilder only. === ScottK too. [04:42] TheMuso: no there's no dapper bug report [04:43] leonel: Yeah I just saw that. [04:43] but there are other bugs for dapper [04:43] I think I can do the diffs for those [04:44] leonel: The bug report you did is now nominated for Dapper too. [04:44] And edgy. [04:44] but will it work ? [04:44] Bug #113725 [04:44] Launchpad bug 113725 in squirrelmail "Cross site scripting in HTML filter" [Undecided,Unconfirmed] https://launchpad.net/bugs/113725 [04:44] You need to check it and see. [04:45] ScottK: because there are other reports for edgy and dapper [04:45] thos had to be done separated ? [04:45] or can be done in the same diff ? [04:45] leonel: Other reports for this issue or other problems? [04:45] leonel: Just fix the security problem in the security upload. [04:46] There is another, more deliberate process for non-security fixes to stable releases. See https://wiki.ubuntu.com/MOTU/SRU [04:46] You can combine multiple fixes in the same diff, just not security with non-security. === ScottK will be around most of the day during the day (US East Coast) tomorrow if you have questions. [04:48] Good night again everyone. leonel - Great job tonight. [04:49] Gnight ScottK. You're the master! :) [04:50] No, just old and sneaky. [04:50] ScottK: thanks good night every one === rollerskatejamms [n=rollersk@pool-71-249-99-9.nycmny.east.verizon.net] has joined #ubuntu-motu === gbutler69 [n=gbutler@cpe-24-165-183-184.neo.res.rr.com] has left #ubuntu-motu [] [04:56] good night everyone [04:56] got to go [04:56] and thanks for all the help === aplg [n=me@amarok/rokymotion/apachelogger] has joined #ubuntu-motu === mattva01 [n=matthew@c-69-143-121-184.hsd1.va.comcast.net] has joined #ubuntu-motu === IanC [n=IanC@gipp-p-144-139-165-176.prem.tmns.net.au] has joined #ubuntu-motu [05:10] Gah, damnit [05:11] ? [05:11] I patched the wrong version :-( [05:12] Whoops! [05:13] heh === matid [n=matid@195.116.35.6] has joined #ubuntu-motu [05:39] anyone think I am going to far on this? http://www.sharms.org/blog/?p=101 === AnAnt [n=anant@196.218.60.121] has joined #ubuntu-motu [05:41] Hello, === rollerskatejamms [n=rollersk@pool-71-249-99-9.nycmny.east.verizon.net] has joined #ubuntu-motu [05:41] if I got 2 packages X & Y [05:41] Y depends on X [05:41] and it is better that since you got X to install Y [05:42] ie. in the Depends: field of Y , there is X [05:42] so is it correct to put Y in the Suggests: field of X ? === jml [n=jml@121.44.221.65] has joined #ubuntu-motu [05:42] sharms: Dunno, it is pretty harsh, I hope it was called for by the article. That quote you have in no way seems to have called that kind of response. [05:43] AnAnt: Only if most users of X want Y. If X is independently useful, no need to suggest Y. [05:45] persia: ok, thanks [05:47] sharms: the article does not call for that, IMHO. === AnAnt [n=anant@196.218.60.121] has left #ubuntu-motu [] [05:49] sharms: But it is in alignment with some of the content you have been putting out on the planet that I have read. === zenrox [i=zenrox@pool-71-120-243-30.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === tmr0 [n=tmr0@71-208-74-89.hlrn.qwest.net] has joined #ubuntu-motu [06:07] ha [06:07] appreciate the view [06:11] see I take offense to the fact that he claims Ubuntu is "So let Ubuntu take the lead in building the better horse." === brentc4m [n=brent@adsl-75-62-178-87.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu [06:14] sharms: where is the original url? [06:14] oh, found it. [06:15] sharms: Sure, but that is his opinion, and then yuo went and dissed mugshot, olpc, and maybe others, I can not remember. You went on a defensive by doing an offensive. [06:16] sharms: this is weird [06:16] hes going on about how havoc pennington tried to change the desktop [06:16] and failed [06:17] talking about the purchase of yahoo as if it were possible [06:17] We should be positive as a community, it looks better. Not to blame you at all, I understand how hard it is in certain situations to be positive. I leave my replies to sit for a while if what I am replying to annoys me. [06:17] yeah I am about 50/50 on removing it [06:17] I wanted to vent, but I don't want a war of who can piss on who [06:18] yep [06:18] i actually think it doesnt dignify response [06:18] Ya. [06:18] his is just an unstructured rant [06:18] But see someone else's opinion still. You can always readd it, when the thoughts ripen more. [06:19] ha [06:19] he replied to my post [06:19] I just took it down though [06:19] who is this guy and why cant he use a real name? [06:19] WHat was the reply? [06:20] So why not post your rejoinder on Shadowmans blog? Thats what the comments section is for, after all. :) [06:20] jmg: Havoc...:) [06:20] he only refers to himself in the 3rd person [06:20] shadowman@redhat.com === concept10 [n=concept1@adsl-70-251-0-137.dsl.rcsntx.swbell.net] has joined #ubuntu-motu [06:22] I think he makes an OK point. But there will still be a need for horses for a long while, and bug #1 is bug #1. [06:22] Launchpad bug 1 in Ubuntu "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/1 [06:22] what a retard [06:22] jmg: his post really offends you that much? [06:22] dabaR: definitely. He is saying our work is worthless [06:22] that is pretty darn mean [06:22] dabaR: it just strikes me as the delusions of a crackhead [06:23] because redhat is apparently full of visionaries, who are claiming their mugshot site with its 12 users is some huge thing [06:23] sharms: I don't think so. He just says that the goals we have are worthless. And different people have different goals. The widespread usage of Ubuntu points that the goal is not so bad. [06:23] sharms: lots of people say lots of things. His work on $whatever doesn't make him a deity. [06:24] crimsun: his comments are in the official redhat magazine, meaning that represents the company [06:24] sharms: that doesn't make him or Red Hat the biggest thing since toilet paper. [06:24] its weird hes going [06:25] sharms: well, every newspaper has a columnist that is a little opinionated. That is what gets conversations like this going. And you linked to him. In google terms, you voted for him. [06:25] agreed, just it really frustrated me [06:25] "the desktop doesnt matter, only online matters" [06:25] jmg: to me it is only an admission of defeat. [06:25] because ubuntu broke the choke hold of wintendo on dell [06:25] and not deadrat [06:25] hehe:) [06:26] dabaR: it's not defeat though, in the same way where if someone punches me in the face I can't sit there and just smile back and know I am right [06:26] i bet if it had been deadrat installed on michael dell's laptop, hed have become so frustrated, "this will never work for the end user" and buried the project [06:26] sometimes you need to be right, and punch them back === jacquesmerde [n=michael@220-253-28-172.VIC.netspace.net.au] has joined #ubuntu-motu [06:27] after doing an apt-get source package, and editing package/debian/rules, how do i install it? [06:27] sharms: OK. Again, like I said, the post went with the personality you portray in your blog posts. And every person has their place in the world. [06:28] jacquesmerde: build it in pbuilder or debuild? [06:28] sharms: yeah....how do i do that? [06:29] all i've done is add a confure option [06:29] *configure [06:29] !debuild [06:29] Sorry, I don't know anything about debuild - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:29] !pbuilder [06:29] pbuilder is a system to easily build packages in a clean chroot environment. To get started with PBuilder, see http://wiki.ubuntu.com/PbuilderHowto === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [06:31] http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html [06:31] how do i use debuild? i think thats what i want [06:31] jacquesmerde: debuild is part of devscripts === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu [06:32] jacquesmerde: Just run debuild in the package directory (foo-x.y) [06:32] jacquesmerde: try running debuild -uc -us -b -i [06:32] jacquesmerde: this is required reading: http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html [06:32] jacquesmerde: if you get an error about your GPG key with just debuild. === philwyett [n=philip@bb-87-81-146-45.ukonline.co.uk] has joined #ubuntu-motu [06:35] sharms: it would take me a while to get the background knowledge to understand all of that link. does that mean i shouldnt be fiddling with packages? [06:36] jacquesmerde: fiddle all you want, but the answer to your question and many more future ones are in that link [06:36] sharms: then i'll bookmark and hopefully come back to it later in more detail [06:36] awesome [06:38] fakeroot && debuild gives me: "debuild: fatal error at line 987: You do not appear to have all build dependencies properly met, aborting." why won't it tell me the critical build dependency? [06:38] apt-get build-dep [06:39] "E: Build-dependencies for bmpx could not be satisfied." EQUALLY useful [06:42] how do i find out what i'm missing? [06:43] as sharms said, use apt-get build-dep [06:43] Oh, nm [06:43] i did, thats where the above error came from [06:43] debuild should tell you what packages it can't meet [06:43] it didnt [06:43] Try to install them 1 by 1 [06:43] Use dpkg-buildpackage [06:44] boo [06:44] aahh [06:45] should apt-get build-dep package install all deps of that package? [06:45] All build-deps, yes [06:45] jacquesmerde: It's supposed to do that, but sometimes is has trouble if there are conflicts. [06:46] whats the install equivalent of build-dep? not isntall-dep... [06:46] jacquesmerde: just plain installing will do it [06:46] dependencies are at install build-dependencies are build time [06:47] jacquesmerde: There isn't one. Try `sudo gdebi -i foo.deb` to help with this. === superm1_ [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [06:49] i'll just do apt-get install && apt-get remove (not autoremove) [06:50] i dont have a .deb yet [06:51] I think the difference b/w libX and libX-dev will cause problems in this case. [06:54] i have to use a lot of -dev packages to build its dependency [06:56] to build it, there are many required -dev packages? [06:57] you have all the source repos enabled, right? [06:57] ok, i'm trying to install bmpx, but i want to use the soulseek feature, so i had to install moodriver from source (which required getting a lot of dev pacakges to build somehow), and now i've added a configure option to bmpx which is enable-moodriver [06:59] dabaR: i THINK so... [07:00] jacquesmerde: you could show the sources file on pastebin. I will look at it. [07:01] in synaptic i went to options, repositories, then selected the source option (below universe, multiverse, etc...) and then clicked reload [07:01] this all seems too complicated for me. maybe i should go back to archlinux [07:01] Anyway, gnight gang [07:02] dabaR: is that all i'm supposed to do to enable sources? [07:02] jacquesmerde: I would personally just ./configure, make, and then sudo checkinstall [07:03] jacquesmerde: I have not used synaptic in ages, but it sounds right. Post your /etc/apt/sources.list file to paste.ubuntu-nl.org, please. I will see whether that is properly set up. [07:06] http://paste.ubuntu-nl.org/20110/ [07:09] sudo apt-get build-dep bmpx [07:09] Reading package lists... Done [07:09] Building dependency tree [07:09] Reading state information... Done [07:09] E: Build-dependencies for bmpx could not be satisfied. [07:09] jacquesmerde: yes, it is fine. If you do not need to use debuild, I would recommend checkinstall myself. [07:10] just some words of caution: "checkinstall" really is likely to send us into convulsions. [07:10] so just do ./configure && make && sudo make install? [07:10] will that take into account my changed /debian/rules? [07:10] jacquesmerde: did you apt-get build-dep bmpx ? [07:10] i tried! [07:11] see directly above... [07:11] jacquesmerde: are main and universe components both uncommented for deb /and/ deb-src? [07:11] crimsun: thanks for the words of caution. I was a little scared of recommending it, but I did it because it always works here. [07:11] dabaR: are they? [07:11] crimsun: Yes, they are, see http://paste.ubuntu-nl.org/20110/ [07:12] crimsun: I also get the same error. [07:13] hmm, so do I. Let's walk the stack. [07:13] walk the stack? i'm guessing i'll have to sit this conversation out... [07:13] jacquesmerde: it means, roughly, "check the entire list of build dependencies". [07:14] ouch! === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu [07:16] crimsun: can we see that with the apt-cache show bmpx command? [07:16] crimsun: can we see the list, that is. [07:16] apt-cache showsrc bmpx|grep ^Build [07:17] crimsun: Thanks. === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [07:18] ah, libfam-dev [07:19] sudo aptitude install libgamin-dev && sudo apt-get build-dep bmpx [07:20] so what went wrong?? [07:20] why didnt build-dep install that? [07:22] libfam-dev is a direct build-dependency, but another build-dependency needs libgamin-dev (which provides and replaces libfam-dev) [07:23] apt-get threw its arms up because it can't resolve conflicting dependencies [07:24] libgamin-dev provides, conflicts, and replaces libfam-dev, rather [07:24] so the debian/rules file needs to be fixed? or somethnig less superficial as well? [07:25] change debian/control's libfam-dev build-dependency to libgamin-dev, or just remove libfam-dev altogether [07:25] the background and necessary reading is here: http://www.debian.org/doc/debian-policy/ch-relationships.html === jwhitlark [n=jwhitlar@64-121-52-87.c3-0.snmt-ubr1.sfrn-snmt.ca.cable.rcn.com] has joined #ubuntu-motu === jwhitlark [n=jwhitlar@64-121-52-87.c3-0.snmt-ubr1.sfrn-snmt.ca.cable.rcn.com] has left #ubuntu-motu [] [07:39] ok, i'm apt-get build-dep bmpx now. then fakeroot && debuild? [07:39] crimsun: ? [07:39] are you filing a bug report? [07:39] debuild will call fakeroot its self ( as will pbuilder iirc ) [07:40] so all i have to do is type `debuild' in the directory? [07:40] then how do i install it? [07:40] dpkg-buildpackage is the only one you would call fakeroot -rfakeroot [07:40] depends on exactly what you want to do, most likely you want `debuild -us -uc` if you looking for something to install [07:40] the rest call it automagically [07:41] heya nixternal [07:41] hola imbrandon [07:41] i've dont an apt-get source, and just edited /debian/rules... [07:41] this is all new to me [07:42] do we automatically sync from sid now? or need file bug [07:42] sure, but what are you wanting to do ? [07:42] freeflying, automagicly [07:42] imbrandon: thanks === Lutin [n=Lutin@ubuntu/member/lutin] has joined #ubuntu-motu [07:43] install an existing package in universe, just with an extra configure --enable-moodriver [07:43] then yes, call `debuild -us -uc` in the directory [07:43] and it will make a .deb for you in ../ [07:44] too late, did a plain debuild. it seems to be going ok. do i cancel it and add -us -uc? [07:44] ( assuming it builds ) [07:44] jacquesmerde, well at the end it will fail because you likely dont have the secret key to the last person in the changelog [07:44] no need to cancel [07:44] right. [07:45] right? so i DO need to cancel? [07:45] its up to make... [07:45] or wait for it to bomb, upto you [07:45] there's no need to cancel. [07:46] the "right" referred to imbrandon's comment [07:46] crimsun: no need to cancel coz i can just wait for it to fail then start again? [07:46] debsign's the step that will fail. By that point, the debs will have been generated. [07:46] crimsun: did you file a bug report about the libfam-dev thing? [07:47] debs? plural? [07:47] jacquesmerde: no, I'm in a meeting. Feel free to file one. [07:47] (if one doesn't already exist) [07:47] crimsun: i would, but i dont really understand the problem === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu [07:47] see ``apt-cache showsrc bmpx|grep ^Bin'' [07:48] the bmpx source package builds three binary packages. [07:48] a single source package can generate more thna one .deb binary [07:48] crimsun: i need to install them all? in the right order? [07:49] i havent looked but assuming one is -dev and one is -dbg so no [07:49] probbaly not [07:49] so just install the one without the -dev or -dbg, etc..? [07:49] if you dont need/want those ( and assuming i was correct in my assumption ) [07:49] yes [07:50] sweet [07:50] and i can just install the .deb via nautilus yeah? [07:50] sudo dpkg -i blah.deb [07:50] right click, install, or whatever... [07:50] -i = install? [07:50] man dpkg for the diffrent options like -i ( but -i is all you should need ) [07:51] yes [07:51] sweet [07:51] this a whole lot harder than archlinux's ABS and pacman, but i'm guessing a LOT mroe powerful to justify it? [07:51] if you're using gnome, just secondary-click the .deb and install it [07:51] or yes gdebi via natilus should work too, but its good to know the other ways [07:51] crimsun: yeah, thats what i meant [07:52] (gdebi is what does the work for you if you secondary-click and choose install) [07:53] i'm still put off that there was a case with ubuntu that i had to use the cli when i felt i shouldnt have had to [07:53] not this case, of course... [07:53] what case? [07:53] for ? [07:53] samba shares [07:54] i did 99% of it via gui, and it never hinted there was a cli part too [07:54] gnome i'm guessing ? ( not to pot shot but KDE has a GUI samba share util in the control center ) [07:54] what part via the cli ? [07:54] the cli part was just setting smbpasswd. does kde do THAT via gui? [07:55] i think debuild has crashed [07:55] not sure to be honest, never tried it using smbpassword [07:56] well, with the gnome one, it shared a directory over samba fine, but i couldnt ACCESS the directory without a username and password, which i had to set vis smbpasswd [07:57] ahh [07:58] back in a bit, time for some lunch === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu [08:02] jacquesmerde: what do you mean by crashed? [08:03] crimsun: sorry, i take that back === kjcole [n=kjcole@ubuntu/member/kjcole] has joined #ubuntu-motu === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [08:11] crimsun: What does one do with a bug like https://bugs.launchpad.net/ubuntu/+source/revelation/+bug/113728 ? I have confirmed the error. I am unable to get the fix they cite in their bts tested, as their code is undergoing major changes. [08:11] Launchpad bug 113728 in revelation "Cannot export to xhtml/css" [Undecided,Unconfirmed] [08:14] dabaR: set it to Confirmed === Hanusz_Leszek [n=leszek@9.154-65-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu === Hanusz_Leszek [n=leszek@9.154-65-87.adsl-dyn.isp.belgacom.be] has left #ubuntu-motu [] === Hanusz_Leszek [n=leszek@9.154-65-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu [08:16] For packages maintained by Debian QA, is minimal-diff still best policy, or are things like adding debian/patches, updating to current policy, etc. received well? [08:17] persia: want to adopt it? :-) [08:17] minghua: I'm not a DD. I hear the process is lengthy. Otherwise, sure. [08:18] which package are you offering? [08:18] persia: you can always send you patches to Debian BTS [08:18] ASCIIGirl: I'm working on freqtweak. [08:18] persia: if they are good patches, someone in QA group can upload it [08:19] minghua: That's my plan: I just didn't know if a general update would be accepted. Usually, I try to keep the patches small. [08:19] Im a DD, if you need help on uploading to Debian... [08:19] persia: after sending several good patches, I believe it's easy to find a sponsor (you don't need to be a DD to maintain a package) [08:19] My understanding is you don't *need* to be a DD to maintain a package, you just need a sponsor === koke [n=koke@146.Red-80-39-189.dynamicIP.rima-tde.net] has joined #ubuntu-motu [08:19] right.. RAOF... you need a sponsor to upload your package [08:19] correct. There are also several DDs{,' clients} here. [08:20] persia: or you can ask around here, there are quite a few DDs in the MOTU and they are very willing to sponsor packages [08:20] ASCIIGirl: Great. If you're up for that, I'll grab the CVS for the never-to-be-released 0.7.0 (basically inactive upstream), and bring the package up to current standards. [08:20] Thinking of which, once I get around to working out what dh_iconcache (IIRC) acutally does, I'll need a sponsor for specto :) [08:20] perfect persia :) === dabaR_ [n=dabaR@wnpgmb09dc1-93-248.dynamic.mts.net] has joined #ubuntu-motu [08:23] crimsun: What does one do with a bug like https://bugs.launchpad.net/ubuntu/+source/revelation/+bug/113728 ? I have confirmed the error. I am unable to get the fix they cite in their bts tested. [08:23] Launchpad bug 113728 in revelation "Cannot export to xhtml/css" [Undecided,Unconfirmed] [08:25] dabaR_: dabaR: set it to Confirmed [08:25] minghua: thanks. [08:30] minghua: Regarding scim-hangul, does this just need forward-porting of your previous patches, or is it more involved? === Q-FUNK [n=q-funk@cs27009116.pp.htv.fi] has joined #ubuntu-motu [08:35] persia: you mean the skim module thing? [08:36] minghua: Yes. I don't mind running patches and testing, if you're short time, but I don't know skim that well, so if it's deep code changes, I won't grab it. [08:36] I am new to the ubuntu build process. I just created a pbuilder environment and compiled a modified version of nautilus for testing. How can I test this modified version without screwing my system? Can i uncompress /var/cache/pbuilder/base.tgz and chroot in it ? Is it the default method ? [08:37] persia: I think scim-hangul has a new upstream version, let me check [08:38] persia: yes, upstream has 0.3.1 now [08:38] persia: as to my patch, I am not so sure about its quality, and haven't touched for a year [08:39] minghua: OK. Thanks for the feedback. I'll take a quick look against 0.3.1. [08:39] persia: there is also the complexity of scim-hangul being main package [08:40] persia: and lack of feedback from Korean users. I basically just lot the motivation. [08:40] minghua: I've had two main uploads for gutsy so far, so I'm OK with that :) [08:40] minghua: Do we have a very active Korean community? Most of what I see is for Chinese or Japanese. [08:40] persia: cool. feel free to ping me if you have any questions [08:41] minghua: Thanks. [08:41] persia: atie (the bug reporter) was quite active at that time (dapper development cycle, I believe), but not anymore [08:41] persia: but I didn't see anyone else [08:43] hrm am i missing something or is libapache-mod-php5 not in feisty [08:43] !info libapache-mod-php5 feisty [08:43] Package libapache-mod-php5 does not exist in feisty === jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu [08:44] !info libapache-mod-php5 edgy [08:44] Package libapache-mod-php5 does not exist in edgy [08:44] It's only in sid. [08:44] hrm [08:44] wtf, over! [08:44] so i cant use php5 with apache 1.3 ? [08:44] ( in feisty ) [08:44] But why use Apache 1.3? [08:45] because it much less of a resource hog than apache2.2 [08:45] on my poor old webserver [08:45] Use the apache2.2 prefork MPM with a low child count? === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu [08:46] StevenK, hrm your speeking greek to me, and what would that do when there are tons of hits , give thema server busy ? [08:47] Not sure. [08:48] is there a reason its not in feisty or ... === imbrandon consders building the sid packages for ubuntu === Loic [n=Loic@ram94-2-89-85-122-46.dsl.club-internet.fr] has joined #ubuntu-motu [08:50] morning [08:51] heya ajmitch [08:51] imbrandon: your buddy is haunting me damnit [08:52] ? [08:52] who? [08:52] he is like a cold sore, he disappears for a while, and then all of a sudden he shows back up [08:52] the ninja [08:52] NINJA! [08:52] jbruouhard or w/e his nick was? [08:52] yup [08:52] hahahahahaha [08:52] glad you find that funny [08:53] he is trying to sell all of his stuff now [08:53] send him to cutiecoders chan :) [08:53] he has like 5 machines for sale [08:53] cutiecoder is dead I thought [08:53] overdosed on BS [08:53] he is always selling something, thats how i met him , buying an iBook from him [08:53] ya, i reember that [08:53] reember, must be from watching to much cheech and chong [08:55] brb === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [08:56] now that i've installed a universe package from source, how do i stop update manager trying to update it? [08:58] jacquesmerde: Choices include: pinning it, giving your local copy a higher version number, and probably some others. [08:58] jacquesmerde, http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html read up on pinning [08:58] or give it a bigger version [08:59] yea what RAOF said :) [08:59] imbrandon: hi. libxvidcore4 in feisty-proposed has received 3 "Ok" and has been out for one week now at https://bugs.launchpad.net/ubuntu/+source/xvidcore/+bug/84705. Do you know how to get it into main? [08:59] Launchpad bug 84705 in xvidcore "[Feisty] libxvidcore missing dependency for yasm for i386 arch : more than 3 times slower than in edgy" [Undecided,Fix committed] [08:59] haha [08:59] Loic, its been in -proposed 7 days ? [08:59] Yeah [09:00] It's been in proposed since 05/02 [09:00] k , i'll upload it here in just a bit [09:00] why is everybody recommending pinning when a simple "apt-get hold" should solve the problem? === gizmo [n=gizmo@87.139.112.143] has joined #ubuntu-motu [09:01] Thank you [09:01] np [09:02] thanks, will the pinning be a problem if i want to remove the package, and then install a higher one with dpkg? === RAOF didn't recommend "apt-get hold" because he didn't know about it. But claims that it falls under "probably some others" :P [09:04] updatemanager wanted to update as soon as i'd installed it. i think its the SAME version [09:04] so what version do i put it inpreferences? [09:04] and why did i have to MAKE the preferences file? === doko [i=doko@conference/ubuntu-developer-summit/x-9f61a05a28a0f4a3] has joined #ubuntu-motu === ogra [i=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [09:05] if it was me personaly i woudl just rebuild with a higher version number [09:05] ( done via editing the debian/changelog and then rerunning `debuild -us -uc` ) [09:05] can i just pin at version 0.000000000001? === ogra [i=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [09:07] Rejoice, for scribus-ng merge is now available to clog the build-daemons with hours of C++ building fun! (u-u-s bug #113758) [09:07] Launchpad bug 113758 in scribus-ng "Please merge scribus-ng 1.3.4.dfsg~cvs20070427-1 from Debian" [Undecided,Unconfirmed] https://launchpad.net/bugs/113758 [09:07] you can but then if there are security updates etc it will not update, but if you add ~jacquesmerde to the version it will ( but not right now ) [09:08] but if i update it, i'll lose my configure options, yeah? [09:09] yes, but security update > configure options IMHO [09:10] imbrandon: I wouldn't say that for my music player, though === vil [n=lada@ubuntu/member/vil] has joined #ubuntu-motu [09:10] imbrandon: yeah, but in this case the configure is required for the only functionality of the app i want! [09:11] i had to set version to 0.1 and priority to 1000. this seems kinda hacky to me, to solve a fairly commonplace problem... [09:12] RAOF: You should open the bug earlier - keeps anyone from pouncing :) [09:13] persia: Ok. I *had* commented on DaD, but I'll also open launchpad bugs if you recommend it :) === Hobbsee [i=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [09:14] RAOF: To the best of my knowledge, DaD and MoM have about equal brainshares currently. Once DaD takes over completely, the bugs can probably go away. === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu [09:14] Why would DaD take over completly? [09:14] Because it has the comment field :) [09:14] StevenK: Why not? [09:14] Because Canonical have spent money developing MoM? [09:15] i forgot we were canonical ... === imbrandon ducks [09:15] StevenK: I'm just guessing, but if DaD is as good or better than MoM, it would be worth reassigning developers. Depends on the DaD community, really. [09:15] oh [09:15] Hm, it seems that [09:15] DaD doesn't like the faad2 package very much. === minghua just realized why DaD is called so === RAOF has an epiphany also. [09:16] Yes. Done and Dusted [09:16] or something ... [09:17] Ok, rather than see whether MoM likes faad2, I'll go and do some of the marking I need done by tomorrow :) === sorsis [n=sorsis@cs145083.pp.htv.fi] has joined #ubuntu-motu [09:17] how may I join this jolly group? [09:18] sorsis, as in MOTU? [09:18] yes [09:18] sorsis, just jump in :) http://wiki.ubuntu.com/MOTU is a good place to start [09:18] and poke arround in here [09:18] i have seen it [09:19] we always love new blood , keeps us on our toes [09:19] mmm....blood [09:19] oh wait. [09:19] i've joinde launchpad [09:19] Hobbsee, heh [09:19] i tried to join motu group but it's restricted [09:19] sorsis, well tobecome a full fledged MOTU with upload rights normaly takes a few 6 months or better contributing [09:19] and learnging the systems [09:20] no problem [09:20] but to help out and start its very trivial [09:20] just pick something and start asking questions :) [09:20] i've been using debian quite many years now so i know the basics [09:20] heya Hobbsee :) [09:20] is there software development needed? [09:20] hi imbrandon :) [09:21] i saw that you need some people to test packages [09:21] sorsis: If you want to build some awesome software, we'll be happy to help you package it :) [09:21] packages and iso images [09:21] sorsis: We always need help testing packages and fixing bugs :) [09:21] sorsis, yea testing is always needed, bug triage is ALWASY needed and packageres of patches is always welcome too [09:22] fooooood bbiab [09:24] is there anywhere any assignment to apply or should i just poke blindly [09:25] Depends on what you want to be doing. If you want to bugfix/triage, you should check out the untriaged bugs. [09:25] sorsis: I recommend checking the bug pages for packages for which you understand the source, picking a package that looks like you can fix the bugs, and hitting as many as you can. [09:25] If you want to help package, then merging/syncing packages from Debian is what we're currently doing [09:26] sorsis, https://launchpad.net/ubuntu/+bugs?field.tag=bitesize is a good place to start off [09:26] IMHO [09:26] Or the mentoring bugs? https://launchpad.net/~ubuntu-dev/+mentoring [09:26] those are the bugs deemed bitsized [09:27] RAOF, there is a + beside the bitsized ones with mentoring too [09:27] I have a package that I'm trying to debianize, it's an app that should have a .desktop file, but it doesn't. What would be the proper means of patching it to add a .desktop file? Thanks for any hints. [09:27] Cool, take the intersection! :) [09:27] orion2012: I'll walk you through it. [09:28] persia: Thanks. [09:28] thank you. i'll start looking for those === luisbg [i=d33p@conference/ubuntu-developer-summit/x-068a3027fcd577cb] has joined #ubuntu-motu === Burgundavia [i=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [09:30] hello all === macd [n=d@adsl-156-70-60.msy.bellsouth.net] has joined #ubuntu-motu === EtienneG [i=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu [09:38] RAOF: How long does scribus-ng take to build? === TheMuso considers whether he is game enough to sponsor... [09:38] On an Athlon64 3500+ with 1Gb of ram? About an hour. [09:38] Hmmm. === dholbach [i=daniel@conference/ubuntu-developer-summit/x-4ae7a49f779da9de] has joined #ubuntu-motu [09:39] good morning [09:40] c'mon, you know you've got an hour of processor time lying around spare :P === xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu [09:42] TheMuso: go for it [09:42] hi dh [09:42] hi dholbach === Hobbsee kills the tab key [09:43] hello Hobbsee === dholbach hugs Hobbsee ecstatically :) [09:43] dholbach [09:43] ! [09:43] ajmitch [09:43] Hobbsee! [09:43] :) [09:43] help! i'm being squished! [09:43] [09:43] oh noes, it's ajmitch!!!! [09:43] run aways! [09:43] careful, ajmitch likes picking people up, and attempting to throw them into the pool! [09:44] I would never [09:44] can i suggest a project where i could be member? [09:44] of course [09:44] ajmitch: sure you wouldnt. i believe there are incriminating pictures. [09:45] i would like to help people choose their programs [09:45] and some to make some kind of tutorial of linux to be excecuted in start of first start up [09:46] TheMuso, oh, you are poking on scribus-ng ? i was planning to replace scribus in main with it since the one we have there is not supported upstream anymore [09:46] ogra: Go ahead. [09:46] I wasn't really thinking of doing it. [09:46] Don't have time atm [09:46] TheMuso, well, i was to busy last release to manage that .... [09:47] right [09:47] how could i drive this forward? [09:47] so no promises from my side ... i was hoping debian would have done the switch before we sync the archive ... but they seem to want to keep the old one === Burgundavia [i=corey@conference/ubuntu-developer-summit/x-18634cdc4b3f4771] has joined #ubuntu-motu [09:48] sorsis: sounds like it may be related to 'ubuntu welcome centre', which is a project I've only heard of [09:49] ogra: Ok then, if nobody does it in the next couple of hours, I will probably poke at it. [09:50] TheMuso, well, i'm at UDS, i will surely not do it while being here ... === ionte [i=jonatan@193.12.222.90] has joined #ubuntu-motu [09:50] Righto. [09:50] ogra: I just thought another sponsor might. [09:50] sorsis: write the program, then package it? === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [09:51] Hobbsee: there is quite a lot of depencies to other programs as far as i have planned it. i can't do it alone. [09:52] actually to other project would be better word [09:52] projects :) [09:52] Mez: Hey. Whatever happened to nostromo? [09:52] well.. i quess i can contact other project members and start doing work.... [09:53] hey persian === Pricey [i=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === Pricey [i=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === blackskad [n=blackska@vpnb180.ugent.be] has joined #ubuntu-motu === BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu [10:00] UUS Team: Do you tend to use bugmail or +subscribed to track UUS bugs? [10:00] persia: i use subscribed, but keep an eye on bugmail [10:01] persia: i've filed a bug to be able to get all bugs sub'd to a team, for a distro, so hopefully that'll happen [10:01] persia: Combination of both. [10:02] Hobbsee, TheMuso: Thanks. That matches my understanding of how it works. I'm just concerned about bug #58410, and wanted to verify that +subscribedbugs was important. [10:02] Launchpad bug 58410 in malone ""Subscribe Someone Else" should be restricted to drivers of relevant software" [Low,Confirmed] https://launchpad.net/bugs/58410 === elkbuntu [i=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu [10:06] persia: interesting [10:07] hey guys. i would like to make a whole new distro of Ubuntu [10:07] Rubuntu [10:07] Raw Ubuntu with Ubuntu-welcome-center [10:07] go for it [10:07] i need help [10:07] what's Ubuntu-welcome-center? === BugMaN [n=BugMaN@151.100.133.15] has joined #ubuntu-motu [10:07] it's empty project since last summer [10:07] no code done [10:08] so i guess i have to be making my own [10:08] but i need help of some more experienced ubuntu "developer" [10:08] quite likely [10:08] but, is it useful to all the current ubuntu flavours? [10:09] actually it would be quite raw version of ubuntu [10:09] raw? [10:09] yes [10:09] more closer to xubuntu than ubuntu or kubuntu [10:10] man jono seems to be the superstar of blogs from UDS :) [10:10] more like installation media of edubuntu, xubuntu and kubuntu === eck_ [n=_@69.228.170.52] has joined #ubuntu-motu [10:10] with spices [10:10] guess he's doing his job [10:10] lol === zenrox [n=zenrox@pool-71-120-243-30.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [10:11] sorsis: i'd suggest you write the program, then look at exactly how you put it in [10:11] Hobbsee: but see. there is some depencys on other projects and before i want to write it i would like to ask how they would think of it [10:12] imbrandon: http://jonobaconfanclub.co.uk/ [10:12] sorsis: it's all GPL'd - you can link against anything in the repos [10:12] of course, depending on what you link to will partly define where it goes [10:13] ajmitch, ahhahahahahaha [10:13] zomg [10:13] and marque ... [10:14] Hobbsee: wouls spare a moment of you time for private conversation? i would like to have oppinion of more experienced ubuntu maintainer/developer. [10:14] would you [10:15] or should i spit out the ideas what i'm thinking of [10:15] on this channel [10:15] sorsis, your welcome to here if it becomes tooooooo far offtopic someone might point you elsewhere for more info [10:15] etc [10:15] ok [10:16] this channel === Hobbsee is in a session at the developers summit at the moment [10:16] ( note too a good portion of the ubuntu devs are in spain atm ) [10:16] Hobbsee, what session ? [10:16] imbrandon: bug reporting [10:16] quite many people install first regular ubuntu, and then later kubuntu because they want more intitive interface etc. other want more simple system to save power of their laptop [10:19] it would be nice if installation media would execute a dialogue which would ask are experienced linux user etc. i'm not going to interfere this experienced guys while they install their system, but would like to make installation media to preconfigure their installation on their true needs [10:19] then installation media would install needed packages from internet if everything wouldn't be on the CD or DVD [10:20] so that one disc wouldn't be for a certain kind of system [10:20] so you're really trying to integrate with ubiquity [10:20] which isnt a separate distro thing [10:20] young hippies and energy saving laptop owner wouldn't get so much fof eye candy and so on [10:20] or flavour [10:22] i don't know what i'm doing so thats why i'm talking with you guys [10:23] i have planned some code and system integration but like i said it would be nice to have some help with it === Hanusz_Leszek [n=leszek@9.154-65-87.adsl-dyn.isp.belgacom.be] has left #ubuntu-motu [] [10:23] and if installation media would benchmark the system before installation starts user, wouldn't get un wanted slowness and new comp users would have all the eye candy unless they are energy saving hippies [10:25] i'm just thinking these to make user experience of first trial more pleased for newbies, older people and other people who don't want to know how much their CPU has cache === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu [10:26] and it would allso be nice if old people would get easy system to have make contact with other older people [10:26] and so on [10:27] isn't ubuntu about people collaboration? lets try to bring everyone around the linux [10:28] lets not try to compete favor of geeks who can spell asbcd... in binary [10:29] of course. so write it :) [10:29] lets make them dependat about it because their mother uses it and they want to make their mother silent by creating more easier system to contact her friends [10:29] i need help [10:29] i think you're looking for cjwatson, for the installer [10:29] My thought was the Installer was pretty easy already. [10:30] Precisely because it *doesn't* have (much) configuration? [10:30] but the problem is that it install ubuntu. not the system you mother wants [10:30] So you'd rather the Ubuntu Live CD be a Vista DVD? === StevenK is confused. === dholbach [i=daniel@conference/ubuntu-developer-summit/x-10c17e23ba0b7b36] has joined #ubuntu-motu [10:31] i'm not sure that your mother who hasnt used ubuntu before actually *knows* what she wants [10:31] in terms of which particular apps, by names === persia is sure she doesn't [10:31] Maybe the better solution is to make ubuntu the system your mother wants? [10:31] se can could say for the installation media that "news of my home country are very important for me" then installation media would bring links on the desktop for those news [10:32] maybe an rss reader [10:32] most easiest system to use [10:32] not the best [10:32] easiest === allee [i=ach@conference/ubuntu-developer-summit/x-7809b893888d91bd] has joined #ubuntu-motu [10:32] damn this keyb and my messy head === Acksys [n=acksys@cpe-024-088-056-038.sc.res.rr.com] has joined #ubuntu-motu [10:33] she could say to installation media that "news are very important for me" [10:33] But that is a slippery slope. [10:33] why so? === Hobbsee thought that gnome picked the easiest stuff to use anyway [10:33] Wasn't there a "Common configurations" spec sometime? Sounds like (1) you probably don't want to implement this in the installer, and (2) you want to implement some common configuration profiles [10:33] i mean, who doesnt want an easy system? [10:33] (unless they use kde) [10:33] :) [10:33] Because if add that, then the installer should add support for every other thing you want set up? [10:34] StevenK: now i don't see where's the problem [10:35] sorsis: Because if you offer a lot of choice, you've made the problem worse. === koke [n=koke@14.Red-88-26-177.staticIP.rima-tde.net] has joined #ubuntu-motu [10:36] "choose between 10 billion optoins for which type of users you are" [10:36] Exactly. [10:36] How do I know if I want to select "news is very important for me"? [10:36] You make the installer quick and simple, and then configure the installed system. [10:36] but your mother is not capable to configure that system [10:37] Additionally, she's not capable of choosing between a whole bunch of options. [10:37] i still think that amount of eyecandy should be selected with benchmark program in installation procedure [10:37] RAOF: she could say that se wants energy saving system [10:37] few options [10:37] Which it does by default. [10:37] not much [10:38] then other guy would like all the neatiest eye candy, but is not capable to configure hes system [10:38] ...and he goes System->Preferences->Desktop Effects [10:38] And it just works [10:39] Sane defaults, easy configuration. [10:39] > * [10:42] sorsis: It sounds like you might want to extend some things (maybe add a metapackage or too to the repositories, extend some Gnome capplets). [10:42] yes [10:43] But I don't think you want to ask as few questions as possible on install. [10:43] not as few as possible === jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu [10:43] Since they don't have any idea as to the concequences then. [10:43] more intuitive dialog [10:43] I still think my mom shouldn't be installing ubuntu, it's my job. I ask her what she wants, install for her, then tell her which apps to use. [10:44] it's always going to be hard to have a computer program asking what computer-illiterate people want === persia agrees with minghua - If I'm not nearby, the shop should configure my mother's PC. [10:45] or you can search in synaptic/adept, by category [10:45] but when your mothers friend wants ubuntu too because it's so pretty and it has something nice and her son is not capable to set ubuntu properly on her laptop [10:45] i'm not sure that the gnome-app-install already does this [10:45] are you going to travel 50 miles to set up a system just to please your mother === bersace [n=bersace@81.185.38.57] has joined #ubuntu-motu [10:46] and then again it would be nice if people could copy their installation set from their friend === Burgundavia [i=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [10:46] That might be worth doing, and pretty simple, too. Is it already done, in fact? [10:46] partly yes [10:47] in debian there was a project which allowed it [10:47] RAOF: only with dpkg. it's not well known [10:47] but the problem is that it's not an option on regular installation media [10:48] RAOF: ie, you can --get-selections, and pipe that, then install selections, or something [10:48] it's rather a corner case, though [10:48] Hobbsee: I knew it was possible with dpkg, I just thought it's probably something someone's wanted to put a trivial GUI on sometime. [10:48] yes, of course [10:48] i'd like to see that [10:49] and remember those energy saving hippies. linux can easliy beat vista in energy consumption. [10:49] meta package of "energy saving easy programs" [10:49] sorsis: So add a "make my system really energy efficient" option to System->Preferences->Power === RAOF is not sure what an "energy saving program" would be, or why it wouldn't be installed by default. [10:50] i don't have preferences button under "System" [10:51] Then you're presumably using that system-control thingy [10:51] It'd be System->Settings or something like that then. [10:52] maybe i should note that i'm using kde [10:52] Indeed, you should. [10:52] :) [10:52] i'm not that energy saving hippie. i like eye candy [10:53] But you want to implement the ability to be an energy saving hippy. That implementation should be in the power-management config applet for $DESKTOP_ENVIRONMENT [10:54] to be truly power saving it needs more than just hibernating settings etc. [10:54] I don't see what the problem is. [10:54] So make the power-management thing do what it needs to do. [10:55] ripped interface with with very few services on background [10:55] ok. [10:55] Ah, so you want to enable a "cripple my system" option, rather than a "save power" option :) === TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu [10:55] i want it to install crippled system from start [10:55] no unneeded service [10:55] so on [10:55] dholbach: did you get my email yesterday? Any thoughts? [10:56] sorsis: That is, in my opinion (and I'm pretty sure it's the consensus here), a bad idea. [10:56] sorsis: Install sane defaults, configure later. [10:56] woot, crippled [10:56] DRM too? [10:56] ok [10:56] If you want no unneeded service, install gentoo :P [10:56] but how about that copied installation of reference computer [10:56] "no you may not install any other software apart from main, ever, else you cant upgrade" [10:57] sorsis: that'd be good. functionality is in dpkg, someone just needs to write a GUI for it. [10:57] sorsis: Implement the trivial GUI required to parse dpkg output. === davromaniak [n=cyril@AFontenayssB-152-1-84-16.w86-218.abo.wanadoo.fr] has joined #ubuntu-motu === Amaranth [i=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu === lfittl [i=lfittl@conference/ubuntu-developer-summit/x-59469b7e1ae0441e] has joined #ubuntu-motu [11:04] geser: Thanks. === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu === PriceChild [i=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === ivoks [n=ivoks@vipnet240-165.mobile.CARNet.hr] has joined #ubuntu-motu [11:12] dharrigan: yes, but I'm at a conference, so I didn't have much time to think about it - let me read it now === ajmitch hugs dholbach :) === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [11:13] dharrigan: wow - NO idea [11:14] dharrigan: I don't think it's as serious as harpreet says, but better to ask people like elmo or Mithrandir about that [11:14] (in #ubuntu-devel) [11:14] dharrigan: I'm not much into legal stuff [11:16] Hi :) [11:17] is there somebody using wine arround ? I'd like to "announce" wineui, GUI which allow you to uninstall your win32 softwares easily, using the UninstallString key in the registry [11:18] here is the project overview : https://launchpad.net/wineui, and here is the current branch : bzr get http://bazaar.launchpad.net/~bashelier/wineui/dev [11:19] dholbach: ping, did you get my mail about it ? :) [11:20] bashelier: yes, but I'm at a conference and didn't have much time to look at all of my mails [11:20] let me take a look at it now [11:20] dholbach: ok cool :) [11:21] bashelier: besto to write a spec about it, so people see what it's about and what you want to achieve until gutsy feature freeze [11:21] bashelier: the more complete the spec the better - then best to discuss it on ubuntu-devel-discuss@ [11:22] dholbach: ok thanks, let's write the spec [11:22] rock and roll :) [11:23] ^^ [11:24] dholbach: and the devel is easyer than I thaught, wine devs are doing some really good job, considering winegcc & co :) [11:24] cool === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu === hagi_ [n=hagi@adsl-84-226-99-94.adslplus.ch] has joined #ubuntu-motu [11:26] dholbach, are you in a session, or do you have time for wiki cleanup? [11:27] lfittl: we're cleaning up the wiki here in the main room [11:27] dholbach, ok, will join you in a moment [11:30] dholbach: here it is : https://blueprints.launchpad.net/wineui/+spec/easier-wine-uninstalling-apps === ajmitch waves to lfittl [11:30] bashelier: best to use http://wiki.ubuntu.com/SpecSpec for the spec format [11:30] oups ^^" [11:43] dholbach: okay, thanks for the feedback - how do I contact elmo or mithrandir? === sorsis [n=sorsis@cs145083.pp.htv.fi] has joined #ubuntu-motu [11:43] dharrigan: ping them in #ubuntu-devel [11:43] dharrigan: ta [11:43] dholbach: ta :-) [11:44] dholbach: and another thing, can a non-MOTU review package on REVU ? I've already review a couple of packages on -fr-classroom, and I wonder if there is a way to add a comment on REVU as a simple packager, but with no advocating possibilities [11:45] not advocating, but reviewing+commenting === rollerskatejamms [n=rollersk@pool-71-249-99-9.nycmny.east.verizon.net] has joined #ubuntu-motu [11:46] bashelier, sounds sane, you might poke siretart about it ( not sure who else is still active on hacking REVU ) [11:46] persia: how out of date is https://wiki.ubuntu.com/UniverseDesktopFileAbsolutePath?highlight=%28CategoryMOTU%29 ? [11:46] imbrandon: ok thanks :) [11:47] siretart: ping [11:47] success! prelim testing indicates I can wipe alsactl usage from alsa-utils.init {start,stop} completely for ubuntu and edubuntu. Now to figure out how to rig Kubuntu... [11:48] heh [11:48] Ramifications: volume control info is no longer stored through alsa state files but through PulseAudio's session restoration. [11:48] Hobbsee: Immensely. My scripts are probably aged, but I should be able to regenerate something in the next few days. On the other hand, I'm not sure if it's currently tracking a useful thing. Might it be better to just track those pacakges for which no .desktop is required? [11:48] persia: great, OK. [11:49] crimsun: Congrats! [11:49] persia: we're just doing a wiki clean up now. [11:50] crimsun: How does that help us pro audio guys? [11:50] Hobbsee: / imbrandon: do you know if kmix, if enabled as an applet (or its equiv.), restores volume state on KDE login? [11:50] Hobbsee: OK. Thanks for checking about that one. I don't really know how to merge, but I think https://wiki.ubuntu.com/UniverseDesktopFileAbsolutePath should be part of https://wiki.ubuntu.com/MOTU/Packages/NoDesktopFile, and will try to accomplish that in the rewrite. [11:51] crimsun: i believe it does. i'm not sure [11:51] TheMuso: the functionality will not disappear at all from the initscript. I'll just be shifting the targets. [11:51] persia: okay. you can merge by adding the info from one to the other, then delete/redirect teh next page [11:51] crimsun: Targets? [11:52] TheMuso: start/stop/restart/reload/reset [11:53] crimsun, it /should/ [11:53] bashelier: pong [11:53] crimsun, i havent tested it lately [11:53] TheMuso: now, one thing I haven't considered fully is whether to still call start but zero out Master, PCM, Wave, Front. [11:54] siretart: hi, is it possible to add the comment rights on REVU for a non-MOTU ? [11:54] TheMuso: it's all very, very prelim (I haven't even spec'd it yet) [11:55] bashelier: the problem is, that I cannot give out reviewing without voting rights out [11:55] TheMuso: so there are at least a couple diverging use cases: 1) don't invoke start from the udev rule, and have stop be a no-op; 2) maintain the current config for "pure ALSA users" [11:57] TheMuso: 1) having stop be a no-op essentially means we use update-rc.d's new multiuser semantics, so we don't store the state file on shutdown [11:57] siretart: ok, is it right if I ask the french MOTUs to vote for it ? [11:57] bashelier: of course! [12:00] siretart: ok, I've already ask them if it could be possible, so I think there will have no problem, I'll ask them to confirm soon, thanks a lot :) [12:02] crimsun: ok === EtienneG [i=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === reggaemanu [n=manu@ARennes-257-1-76-142.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu [12:13] https://wiki.ubuntu.com/MOTU/Logo [12:14] :) [12:15] http://www.stil-his.no/brukerfiler/Innebandy/He-man%20-%20She-ra%2004.jpeg [12:15] ^ Treenaks said: "Is that jono?" [12:15] "he sould be" === Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-motu === thekorn_ [n=thekorn@a89-182-29-41.net-htp.de] has joined #ubuntu-motu [12:18] What's the recommendation process for getting something into the distro? Isn't there a deb validation wiki? === StevenHarperUK [n=steven@fw.freeserve.as13009.net] has joined #ubuntu-motu [12:18] StevenHarperUK: hi [12:19] Hi [12:19] Yello Channel [12:19] **hello === PriceChild [i=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [12:23] dharrigan: file a bug in launchpad, and add the 'needs-packaging' tag === dharrigan is just reading the motu wiki :) Thanks siretart [12:23] dharrigan: .. or the part that's left of it anyway ;) [12:24] :) [12:25] Hobbsee: it says "MOTO possible logo" not motU [12:25] sorsis: fix it, i'ts a wiki :P === pochu [n=emilio@10.Red-83-59-168.dynamicIP.rima-tde.net] has joined #ubuntu-motu [12:44] good morning [12:44] WE ARE THE MASTERS OF THE UNIVERSE! [12:44] sorry couldn't resist. [12:44] rollerskatejamms: not me ;) [12:44] Yeah I'm not part of the team either. [12:44] I just couldn't resist saying that. === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu [12:47] dholbach and me are having a discussion: Didn't we decide that only one MOTU needs to approve a package to be uploaded to universe? https://wiki.ubuntu.com/MOTU/Packages/New/Policy mandates there need to be 2 [12:49] hm === ajmitch will look up irc logs [12:49] IIRC we still need 2 acks... [12:50] I think so [12:51] we checked yesterday with lfittl, it's two hacks [12:51] ok [12:52] how much ACK needs MOTUs creating a package? [12:52] none [12:52] geser: Used to be one, now none [12:52] https://lists.ubuntu.com/archives/ubuntu-motu/2007-March/001356.html [12:52] <\sh> dholbach, do you have any clue to give networkmanager the clue about reloading it's devices? [12:52] none *needed*, but it's often recommended to get stuff reviewed === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu [12:53] lionel, not talking about sru ;) [12:53] Oups... my bad. I'm off topic :-( [12:53] yeah, thanks lfittl :) [12:53] \sh: whenever network manager is behaving badly I do this: [12:53] daniel@lovegood:~$ cat bin/strangle-nm [12:53] sudo /etc/dbus-1/event.d/22dhcdbd restart; sudo /etc/dbus-1/event.d/25NetworkManager restart; sudo /etc/dbus-1/event.d/26NetworkManagerDispatcher restart; killall nm-applet; nm-applet & [12:53] daniel@lovegood:~$ [12:53] \sh: that's no real solution though [12:54] dholbach, you really should package that and push it to main ;) [12:54] pffft :) [12:54] Exception in thread "main" java.lang.UnsupportedOperationException at gnu.java.awt.peer.gtk.GdkGraphicsEnvironment.getAllFonts(libgcj.so.70) === Burgundavia_ [i=corey@conference/ubuntu-developer-summit/x-0601ce2b35b30c64] has joined #ubuntu-motu === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu [12:58] why oh why did i volunteer to do the packaging for compiz? :) [12:58] ooh, lunch time [12:59] Amaranth: because you are awesome and cool [01:00] Amaranth: insanity [01:00] why did i drink so many headless mexicans and margaritas last night? === apacheLAGger [n=me@N793P003.adsl.highway.telekom.at] has joined #ubuntu-motu === ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu === pochu [n=emilio@10.Red-83-59-168.dynamicIP.rima-tde.net] has joined #ubuntu-motu === TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-061-149.pools.arcor-ip.net] has joined #ubuntu-motu [01:18] is there way to distribute ubuntu packages via torrent to large cluster of copmuters? [01:22] should i try to implement that to my linux state duplicator? === MatthewV [n=MatthewV@123.200.139.103] has joined #ubuntu-motu === highvoltage [n=highvolt@196.1.61.37] has joined #ubuntu-motu [01:25] shawarma: ping? :) === rollerskatejamms [n=rollersk@pool-71-249-99-9.nycmny.east.verizon.net] has joined #ubuntu-motu === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu [01:36] for a package new to ubuntu am i allowed to use 1.1.1+1ubuntu1 or do i need to drop the ubuntu1? [01:36] 1.1.1-0ubuntu1 === bersace [n=bersace@81.185.38.57] has joined #ubuntu-motu [01:37] that would be a downgrade from 1.1.1-3.mt8 right? [01:37] gnomefreak: yes [01:37] than that wont work :( [01:38] gnomefreak: is 1.1.1-3.mt8 in the Ubuntu archive? [01:38] gnomefreak: if not, its not a problem [01:38] debian version == 1.1.1-3 [01:38] gnomefreak: then use 1.1.1-3ubuntu1 [01:38] man-di: no its in mozillas team testing repo [01:39] in m-t feisty repo. when they go to upgrade i want them to beable to upgrade smoothly [01:39] slomo: You rang, sir? [01:40] shawarma: you know that there is a channel named #debian-utopia? :) i just saw that you committed something to pkg-utopia svn [01:40] slomo: No, I didn't. [01:41] shawarma: you didn't commit? shawarma-guest@pkg-utopia unstable r1481 network-manager-vpnc/packages/unstable/network-manager-vpnc/debian/ (3 files in 2 dirs): .... [01:41] Ah, yes, I committed. [01:41] ok :) [01:41] I did *not*, however, know that there was such a channel. [01:42] :) [01:42] What do you handle in utopia? [01:44] shawarma: well, everything where i'm listed in Uploaders... dbus stuff, avahi and a bit hal [01:45] slomo: Ah, ok. === ogra [i=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu [01:58] I see the voip hasn't got any better. [02:01] all the high bandwidth went to face to face talks eh? [02:02] morning! [02:02] heh === dholbach [i=daniel@conference/ubuntu-developer-summit/x-606bb2f1c76ff421] has joined #ubuntu-motu [02:02] dholbach! === EtienneG [i=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu [02:02] jsgotangco: congrats :) [02:02] thanks! === PriceChild [i=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === doko [i=doko@conference/ubuntu-developer-summit/x-a6a9c309020a8e2f] has joined #ubuntu-motu === Jucato does a victory dance for jsgotangco === allee [i=ach@conference/ubuntu-developer-summit/x-645f5a48405c7d2e] has joined #ubuntu-motu [02:08] jsgotangco: you were the person up for CC right? [02:08] one of [02:08] gnomefreak: yes [02:08] jsgotangco: congrats :) [02:09] thanks thanks :-) === Hobbsee [i=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [02:13] Good morning Hobbsee. === Burgundavia [i=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [02:15] hi ScottK [02:15] Hobbsee! === Hobbsee throws a javellin at ajmitch [02:16] in greeting [02:16] cruel person === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu [02:20] Yay for packages changing to CDBS. Not. [02:20] Why not? === ScottK is curious... [02:20] seems like this is a non-bof === ajmitch now has ~2 hours free [02:21] Because the Ubuntu changes require changes to debian/rules, which is now CDBS-ified. [02:21] ajmitch: Play in the traffic? :-P [02:21] sounds like fun [02:21] Heh [02:22] So it all has to be redone. So is it not that cdbs is inherently bad, just that the switchover drives a bunch of work? [02:23] ScottK: Well, okay, the Ubuntu change was changing the arguments to one dh_ command. The problem I need to RTFS to see how to do it with CDBS. [02:23] The problem is === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [02:23] The problem is that cdbs is black magic... [02:23] StevenK: What was the change? [02:23] You need a different shade of black in this case. [02:23] ? [02:23] dh_installinit -- multiuser === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [02:24] Hobbsee: .desktop bits should be sorted now (barring a script). Let me know if I broke anything :) [02:24] StevenK: gimme a sec. [02:24] This package seems to be quality software. [02:24] Quality with a K, that is. [02:25] Set "DEB_DH_INSTALLINIT_ARGS= -- multiuser" [02:25] shawarma: Now how am I supposed to complain? :-P [02:26] simple [02:26] StevenK: like kino, yes. [02:26] you had to ask on irc [02:26] StevenK: Oh, there's plenty of things to complain about. :) === dholbach_ [i=daniel@conference/ubuntu-developer-summit/x-847b79ca9710d898] has joined #ubuntu-motu [02:26] StevenK: Complain about lack of documentation in cdbs. That should keep you going for a while. [02:26] Hobbsee: This is work, since it's net-snmp, and has a daemon. [02:26] Er, worse [02:27] ScottK: I tend to ignore the documentation for CDBS and read the makefiles directly. My make-foo seems to cope. [02:27] StevenK: heh === ScottK is pretty well entirely lacking in make-foo. What little he has was learned here... [02:28] wtf would cause this ( only in 3 out of 4 boots ) .... [02:28] StevenK: that is the documentation [02:28] Starting up. [02:28] [ 43.481077] crc error [02:28] [ 43.483243] Kernel Panic . not syncing: VFS: unable to mount root fs on unknown-block(0,0) [02:28] [ 43.483310] [02:28] ajmitch: Heh, yeah, well. [02:28] StevenK: as ajmitch just pointed out, you can use DEB_UPDATE_RCD_PARAMS instead. in that case, leave out the "--" [02:28] imbrandon: bad disk [02:29] shawarma: Which would you suggest? [02:29] StevenK: Now that I've also checked the dh_installinit man page, I'd go for DEB_UPDATE_RCD_PARAMS=multiuser [02:29] StevenK: find a coin [02:29] ajmitch: I'm married, what's one of them? [02:29] In case it's a multi-binary package, and you just need it for one package, use DEB_UPDATE_RCD_PARAMS_packagename=multiuser === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu [02:30] shawarma: Thanks! [02:30] StevenK: any time. [02:31] Treenaks, kk thanks === shawarma has the blue belt in cdbs-fu === lfittl [i=lfittl@conference/ubuntu-developer-summit/x-96fd807cbd32e0cd] has joined #ubuntu-motu [02:32] imbrandon: or bad ram [02:32] shawarma: That beats my dorky yellow. [02:33] imbrandon: or a bad/not well seated cable. [02:33] Treenaks, knowing the hdd's in that box its propbably the hdd's === DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu [02:42] Hi all [02:44] hello DarkSun88 [02:48] Could anyone suggest a faster solution for CONTENTS=/var/cache/apt/apt-file/archive.ubuntu.com_ubuntu_dists_gutsy_Contents-amd64.gz; for i in `zgrep usr/share/menu $CONTENTS | awk '{ print $2 }'`; do zgrep $1 $CONTENTS | grep .desktop || echo $i; done [02:49] apt-file ? [02:50] StevenK: apt-file just seems to do the zgrep $CONTENTS | grep. Is there a way to check for two things for each package? I'd rather avoid the exponential algorithm, if possible :) [02:51] You're looking for packages which don't contain a desktop file? [02:51] StevenK: From the subset of packages that do contain a menu file [02:51] Oh, which do. [02:51] May I suggest Perl? :-P === persia failed to put > /dev/null after the last grep above [02:52] persia: -q, not >/dev/null === ivoks [n=ivoks@21-54.dsl.iskon.hr] has joined #ubuntu-motu [02:53] StevenK: regarding -q, why? Regarding perl, I still need to determine how to do it without the double pass. Perhaps I'll parse the entire file, and ony check chunks at a time. [02:53] persia: grep -q won't print the match, and is less typing than >/dev/null === ivoks_ [n=ivoks@33-121.dsl.iskon.hr] has joined #ubuntu-motu [02:53] StevenK: Thanks for the advice, and very much for the -q: my keyboard will appreciate that :) [02:54] persia: Yes, I was thinking of parsing the entire contents file and printing package names that match your criteria [02:54] persia: It's just like grep -c versus grep | wc -l [02:54] StevenK: I had some scripts to do it and generate a wiki table last February, but was surprised how manual it was upon review. perl it is. [02:55] persia: I can write it as a one liner if you wish. === leonel [n=leonel@189.155.113.242] has joined #ubuntu-motu [02:56] StevenK: My perl-foo is not that strong. I'd be more than happy to use yours. I'm planning to put the script on https://wiki.ubuntu.com/MOTU/Packages/DesktopFiles so that the table doesn't need to be regenerated every couple months. [02:56] persia: I'm a cheater, because I get paid to code Perl. [02:56] Rather, the table that used to be there that I deleted. [02:57] StevenK: That's not cheating, that's just good planning. I had a job like that about 10 years ago, but somehow migrated into talking to people instead of coding... [03:00] persia: btw, do you mind if I merge blobwars (dh_iconcache change only) [03:00] Lutin: Not at all, but I'll get to it this evening if you don't. [03:01] ok === gouki_ [n=gouki@ubuntu/member/gouki] has joined #ubuntu-motu [03:02] Lutin: Umm.. so does that mean you are, or you aren't? [03:03] persia: I am [03:03] Lutin: Thanks. [03:03] persia: np [03:05] persia: Right, I think I have half of it working. === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [03:06] StevenK: Half? [03:06] Parsing the contents file. === Amaranth_ [i=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu [03:08] ok looks like i fixed iceape should i use dput *.dsc or *.changes again? [03:10] gnomefreak: .changes [03:10] i believe [03:11] ok ill try it === jekil [n=alessand@host210-194-dynamic.58-82-r.retail.telecomitalia.it] has joined #ubuntu-motu [03:12] leonel: Have you had a chance to look at squirrelmail in Dapper/Edgy yet? [03:14] persia: I'm just about done. [03:15] StevenK: OK. It must be time to change the requirements :) look for menu files in both /usr/share/menu and /usr/lib/menu. === StevenK kicks persia. [03:15] :-P [03:16] StevenK: There's only about 35 packages in all of Debian still using /usr/lib/menu, so don't really worry about it. [03:19] It's not programming if there isn't requirements creep. [03:19] hey ScottK installed the deb on Feisty and worked fine [03:19] Damn Perl not having 'x not in list' constructs. [03:20] leonel: Great. === luisbg [i=d33p@conference/ubuntu-developer-summit/x-17badd8d3fd5b312] has joined #ubuntu-motu [03:20] but ... today upstream issued another patch for a regression [03:20] OK [03:20] Need to deal with that first then. [03:20] hello all [03:21] StevenK: if( !grep { $_ eq 'blah' } @list ) { not_in_list(); }; [03:21] leonel: I just noted that in the bug. [03:21] StevenK: or maybe List::Utils [03:21] ScottK: now do the same as yesterday to add the 2nd patch ? [03:22] leonel: The Ubuntu security manager is aware of this (he's changed some stuff in the bug), so I'd say let's get this rolling. [03:22] perfect [03:22] leonel: Yes, but don't make a new version, just add the 2nd patch to your existing changelog entry. [03:22] ScottK: where can I see that change [03:23] leonel: If you pull up the bug, Bug #113725 you will see that it now has tasks for all 4 open releases [03:23] Launchpad bug 113725 in squirrelmail "Cross site scripting in HTML filter" [High,Confirmed] https://launchpad.net/bugs/113725 [03:24] leonel: I nominated it, but keescook confirmed it. He's the security manager. [03:24] Great ! [03:24] so To the 2nd patch and add the diff to the bugreport ? [03:25] Yes. [03:25] Ok [03:25] Pastebin your changelog for me to review when you get that done first though. [03:25] I've got to do some thing now but Back in 1 1/2 hours to do the job [03:25] OK === ScottK should be here then. [03:27] Another thing for dapper there are more patches needed [03:27] dapper has 1.4.6 [03:27] I think we need to add the patches for security issued as for 1.4.10a [03:27] leonel: More patches needed for the security fix or for other problems? [03:27] for other problems with dapper [03:28] but let's do first Feisty ... [03:28] The non-security stuff needs to be addressed through a different, more deliberate process. [03:28] ok [03:28] I'd be glad to help you with that after the security stuff [03:29] Yes, get Feisty first. [03:29] Ping me if you need help. [03:29] let me see if there are security things because there hasn't been updates for dapper's squirrelmail [03:30] according to changelog for dapper squirrelmail [03:30] the last update was 23 feb 2006 [03:30] has anyone thought torrent based package distribution? [03:31] and theres been some security updates [03:31] http://www.squirrelmail.org/security/ [03:31] ScottK: but lets do that after feisty got done [03:31] ScottK: ok got to go [03:31] Thanks [03:33] persia: I think that's it. [03:34] persia: Are you able to confirm one or two to see if it works? === koke [n=koke@146.Red-80-39-189.dynamicIP.rima-tde.net] has joined #ubuntu-motu [03:36] StevenK: Sure. My script is still running (something about an exponential algorithm), but I have a whole list of them. swisswatch and synaesthesia are two that just came up. [03:37] persia: My issue is it takes ~ 360Mb of RAM on my amd64. [03:38] StevenK: I'm be happy to run it (I've about 1GB free right now) and compare the results, if you like. [03:39] Hold on, I seem to have broken it. [03:39] StevenK: Just in case you want a quick abort: the first 3 that showed up for me were 3dchess, 9wm, and aatv. [03:40] I have 1357 matches. [03:40] Mine'S exponential, so I don't have that data yet. So far, I have 914 matches. [03:40] Okay, all 5 you mentioned are in there. [03:41] Beat you, etc etc [03:41] StevenK: I think it's probably good. And of course you win: you used a real algorithm :) [03:41] Not bad for 25 lines of Perl [03:42] What about "StevenK: persia: I can write it as a one liner if you wish"? === persia ducks [03:43] I still can, it involves putting it all on one line. :-P [03:43] I'm just trying to race it on my machine. [03:43] StevenK: 25 lines is probably better anyway. This is to go on the wiki for people to run if they wish, so it should be easier to understand, if possible. === afflux [i=fnord@pentabarf.de] has joined #ubuntu-motu [03:45] steven@liquified:~% zcat Contents-amd64.gz | /usr/bin/time ./find-menu-no-desktop > lets-see [03:45] 32.93user 0.84system 0:37.75elapsed 89%CPU (0avgtext+0avgdata 0maxresident)k [03:46] 0inputs+0outputs (0major+86178minor)pagefaults 0swaps [03:46] 32 seconds versus whatever time your shell script has been running. :-P === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-motu [03:47] persia: http://paste.ubuntu-nl.org/20171/ [03:49] StevenK: Thanks a lot. That's better, faster, and easier to read :) Mind if I paste it to the wiki for the various .desktop junkies? [03:49] persia: As long you put a comment in it saying I wrote it. [03:50] As long as, even [03:50] StevenK: Sure. Full Name or Handle? Also, what license? Code or general wiki? [03:51] persia: full name <(nick)@u.c> , um, GPL [03:51] persia: Which wiki page? [03:52] StevenK: https://wiki.ubuntu.com/MOTU/Packages/DesktopFiles [03:54] StevenK: http://paste.ubuntu-nl.org/20175/ [03:54] persia: Personally, I prefer e-mail address to all lowercase... Other than that, it looks fine. [03:55] StevenK: OK. I'll post it then (after fixing the email). Thanks again. === luisbg [i=d33p@conference/ubuntu-developer-summit/x-f35c659a1851fe43] has joined #ubuntu-motu [03:55] Gasp. I wrote Perl code that was understandable. === bddebian [n=bdefrees@63.81.56.182] has joined #ubuntu-motu [04:01] StevenK: As long as it's GPL, it is permissible to write comprehensible code. It's only proprietary code that must be obfuscated. [04:01] Heya gang [04:01] imbrandon: may i pm you? [04:01] hello bddebian ! [04:01] hello bddebian [04:01] :) [04:01] hi bddebian [04:02] Hello joejaxx, xxxxx1, persia :) [04:02] persia: :-P [04:02] joejaxx, sure [04:02] i might be slow to respond [04:04] heya bddebian. [04:04] Hi ScottK [04:06] ScottK: i still think that apt-get moo bug is funny [04:06] :P === fernando__ [n=fernando@189.0.245.87] has joined #ubuntu-motu === effie_jayx [n=valles@190.37.172.173] has joined #ubuntu-motu === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu === lfittl [i=lfittl@conference/ubuntu-developer-summit/x-3b24bcdfd462645f] has joined #ubuntu-motu === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU [04:17] hey guys [04:17] i need to repackage the upstream tarball without debian dir. [04:17] well [04:17] i should rename the repacked upstream tarball with +debian ? [04:18] where do I read about learning to triage bugs [04:18] xxxxx1: Do you have to or have you decided you'd prefer to? [04:18] ScottK: i have [04:18] effie_jayx: Go to #ubuntu-bugs and look at the topic. [04:18] ScottK, thanks [04:18] xxxxx1: OK. If you look (I think) in the Debian New Maintainer's Guide it tells you exactly how to do it. === ScottK doesn't have the link handy. === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu [04:26] ScottK: deb new maint guide don't mention that. [04:26] hmmmm [04:26] ScottK: but i think is necessary the +debian in the tarball name === ScottK will look in a few minutes. === hjmf [n=hjmf@6.Red-88-25-28.staticIP.rima-tde.net] has joined #ubuntu-motu === mattva01 [n=jhancock@ffzrouter.yorktown.arlington.k12.va.us] has joined #ubuntu-motu === ScottK would hate to speculate. There is a specific way to do it. [04:27] :) [04:27] Is there a good example of a python module that uses cdbs with pycentral ? === bddebian2 [n=bdefrees@63.81.56.182] has joined #ubuntu-motu [04:29] ScottK: i'm reading http://people.debian.org/~daniel/documents/packaging.html === PriceChild [i=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu [04:32] xxxxx1: See http://www.debian.org/doc/manuals/developers-reference/ch-best-pkging-practices.en.html#s-bpp-origtargz for guidance on repackaging [04:32] persia: thx === tudenbart [n=willi@xdsl-87-78-50-169.netcologne.de] has joined #ubuntu-motu [04:33] 6.7.8 Best practices for orig.tar.gz files [04:34] Yes. Just found it. [04:34] That's the one I was thinking of http://www.debian.org/doc/manuals/developers-reference/ch-best-pkging-practices.en.html#s-bpp-origtargz === ScottK should read the entire scrollback before posting... === persia was looking for it anyway... === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu === jekil [n=alessand@host210-194-dynamic.58-82-r.retail.telecomitalia.it] has joined #ubuntu-motu === tudenbart is now known as dothebart === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu [04:43] im getting an message dpkg-genchanges: warning: unknown information field `Xb-Python-Version' in input data in package's section of control info file [04:43] is that normal? [04:43] mattva01: Yes. All fields beginning with X generate that warning. [04:44] ah ok [04:44] thanks === lfittl_ [i=lfittl@conference/ubuntu-developer-summit/x-33c23e26627aebcb] has joined #ubuntu-motu [04:57] G'morning, all. === concept10 [n=concept1@adsl-70-251-0-137.dsl.rcsntx.swbell.net] has left #ubuntu-motu ["Showering] === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu [05:04] Hello Acksys === Kagou [n=Kagou@77.195.213.16] has joined #ubuntu-motu [05:07] Beautiful day where I am. [05:08] dear MOTUs [05:08] oh no, isn't that what a "breakup" letter starts with? [05:08] oh wait, that is "Dear John" [05:08] I have an upload lovingly prepared at http://people.ubuntu.com/~etienne/bzr-gtk/ [05:09] nixternal, good point, I will find another introduction for next time :) [05:09] haha [05:10] bzr-gtk depend on same major bzr release [05:10] the upload for bzr 0.16 is in the queue, waiting for my sponsor to get a little time to take care [05:10] so all the deps should be in the pipeli ne [05:11] hiya EtienneG - you're a canoical person, arent you? [05:11] *canonical === Hobbsee cant type === ivoks [n=ivoks@18-84.dsl.iskon.hr] has joined #ubuntu-motu [05:11] oh yes, to get the p.u.c, of course you are [05:11] Hobbsee, yep, and you are in Seville right ? [05:11] yep [05:11] where are you? [05:11] there (raise hand) [05:12] hand down === Hobbsee is in room B... [05:12] but I wear a "Do you Ubuntu" t-shirt [05:12] that help a lot, right ? [05:12] so do a lot of people [05:12] hehe :P [05:12] ponytail [05:12] really handsome === ivoks_ [n=ivoks@4-34.dsl.iskon.hr] has joined #ubuntu-motu [05:12] (I wish the later was true) [05:13] I hang out a lot with MagicFab [05:13] ahhh [05:13] a tad overweight [05:13] but only a very small tad [05:13] ponytails dont help narrow it down either :P [05:13] much [05:13] well, yeah [05:14] i guess I am the standard issue Linux geek [05:14] early thirties [05:14] right === psusi [i=hidden-u@iriserv.iradimed.com] has joined #ubuntu-motu [05:14] what else can I say about myself [05:14] ... [05:14] dunno :) [05:14] what's in room B ? [05:15] personal package archives (I think) [05:15] highvoltage, apparently not [05:16] highvoltage, I have the BoF chairman righ here [05:16] and I am in the pit [05:16] PPA is really something i am looking forward to [05:16] apparentl, they will do a lightning talk tomorrow morning === xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu [05:17] EtienneG: PPA. [05:17] Hobbsee, it [05:17] it is happening now ^ [05:17] ? [05:17] I am running there then [05:17] it's about ot start, eyah [05:17] right [05:18] ok, I will go grab cprov and get myself to room B [05:18] EtienneG: ah [05:18] not sure who's staying here though [05:18] or coming in === Q-FUNK [n=q-funk@cs27009116.pp.htv.fi] has joined #ubuntu-motu [05:19] A few days ago I was reading a nice tutorial on using get-orig-source for cvs snapshots, but I don't seem to be able to find it in my browser history. Does anyone have any suggestions as to what the URL might have been? === Burgundavia_ [i=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu === lfittl [i=lfittl@conference/ubuntu-developer-summit/x-76ba16332cb4586e] has joined #ubuntu-motu [05:22] I would like to reiterate my request for a review and upload bzr-gtk at http://people.ubuntu.com/~etienne/bzr-gtk/ [05:22] since the first one got lost int he scrollback === Acksys [n=acksys@cpe-024-088-056-038.sc.res.rr.com] has joined #ubuntu-motu === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu === zenrox [n=zenrox@pool-71-120-243-30.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === Denni2 [n=dennis@59.93.33.77] has joined #ubuntu-motu [05:28] EtienneG: Can you stick it on REVU? [05:28] LaserJock: !! [05:28] hi bddebian === bleinmono [n=toffel@ppp85-141-150-216.pppoe.mtu-net.ru] has joined #ubuntu-motu [05:31] Will there be any MOTU school lectures soon? [05:33] bddebian, in meeting, will do right afterward [05:33] bddebian, it's not a NEW package, though [05:33] it is an update [05:34] ScottK: ping [05:34] pong [05:35] leonel: How's the new patch going? [05:35] bad bad [05:35] ScottK: do I need to patch in the same enviroment as the previous patch [05:36] Not sure what you mean... [05:36] yesterday we finished with the debdiff [05:36] EtienneG: That's OK [05:36] OK [05:36] Like this... [05:36] bddebian, so I should still upload to REVU [05:37] Yep, please [05:37] in the same directory run dpatch-edit-patch to add the 2nd patch ? [05:37] okidoki [05:37] Go into your source directory and dpatch-edit-patch newpatchname oldpatchname [05:37] If you do it that way, your dpatch-edit-patch environment already has yesterday's patch applied, so the new one should apply directly. [05:38] ok [05:38] See man dpatch-edit-patch for examples. [05:38] let me copy from the backup I made before start adding the 2nd [05:38] bddebian, not so sure ... https://wiki.ubuntu.com/MOTU/Packages/REVU says it is for new package, and I have not uploaded my last update to REVU [05:38] so ... ??? [05:39] EtienneG: NEW and new versions. [05:40] ho, ok [05:40] NEW packages on REVU need two MOTU acks. Updates only need one. === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu === kjcole [n=kjcole@ubuntu/member/kjcole] has left #ubuntu-motu ["Konversation] [05:45] REVU admin, please stand up (need a keyring re-sync, just joined the team) === schultmc [n=schultmc@c-68-58-138-203.hsd1.in.comcast.net] has joined #ubuntu-motu [05:45] EtienneG: ok, wait a few min [05:46] ajmitch, thanks pal [05:46] it takes a few minutes to run === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu [05:50] ajmitch, do you think I can dput right away === afflux [i=fnord@pentabarf.de] has left #ubuntu-motu [] [05:51] no [05:52] ScottK: so dpatch-edit-patch 02_regression 01_html-security-fix where 01_html-security-fix is yesterday patch ? [05:52] leonel: That looks right to me. [05:52] even the 01 has already been aplied ? [05:53] leonel: Not in your original source tree it hasn't. It gets applied when you build the package. [05:53] ok [05:54] then in the shell apply the 2 patches first the 2nd ? [05:54] or just the 2nd ? [05:54] Just the 2nd. [05:54] ok [05:54] running [05:56] ScottK: http://paste.ubuntu-nl.org/20195/ [05:56] errors === ScottK looks === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [06:00] leonel: Did you start from where you finished work in your source yesterday or from a completely pristine source? [06:01] were we left yesterday [06:01] OK [06:01] should I edit the patch ? [06:01] Are you still in dpatch-edit-patch? [06:01] yes [06:01] I'am [06:01] Do exit 230 and we'll start over. [06:02] exit [06:02] No exit 230 [06:02] That makes sure nothing gets left from this attempt. [06:02] yes [06:02] exit 230 [06:02] anyone know why tk is built in ubuntu without antialiasing? === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu [06:03] leonel: Then do dpatch-edit-patch 01_html-security-fix. look into at least one of the files and make sure it's been changed by the patch, then exit 230 again. [06:04] patching file functions/mime.php [06:04] Reversed (or previously applied) patch detected! Assume -R? [n] === zenrox [i=zenrox@pool-71-120-243-30.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [06:05] ok [06:05] ok [06:05] LOOK not PATCH [06:05] ok [06:06] Can I ask a question here ? [06:06] !question [06:06] Don't ask to ask a question. Just ask your question :) [06:06] EtienneG: apologies, you can upload now :) === ajmitch was distracted by being in a bof session [06:07] leonel: Are you in dpatch-edit-patch now? [06:07] should a bug be filed before working on a merge ? [06:08] Denni2: Did you do the last merge? [06:08] ScottK: yes and the patch was applied [06:08] the 01 [06:08] OK. THat's good. [06:08] no i'm just starting [06:08] Denni2: Before you start a merge you should check with the last person to merge it and make sure they are OK with it. [06:08] ok [06:09] leonel: It looks to me like the file name changes in the new patch threw patch off. [06:09] edit the patch ? [06:10] leonel: I'm thinking yes. [06:10] ajmitch, thanks a lot [06:10] doing it right away === blueyed [n=daniel@i5387D5CC.versanet.de] has joined #ubuntu-motu [06:10] Change the 1.4.10s to 1.4.9 [06:10] Then see if it applies. [06:10] in the 02 patch ? [06:10] Yes === zenrox [n=zenrox@pool-71-120-243-30.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [06:11] ok [06:11] If not, the 02 patch only has one small code change in it, it can be applied by hand inside dpatch-edit-patch easily enough. [06:11] it'is [06:12] let me do the changes in the 02 === luisbg [i=d33p@conference/ubuntu-developer-summit/x-ad33e693db7e1ac2] has joined #ubuntu-motu [06:12] OK [06:14] renamed [06:14] now exit230 [06:14] dpatch-edit-patch patch02 patch01? === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu [06:17] ScottK: renamed in the patch [06:17] --- squirrelmail-1.4.9/src/compose.php 2007-05-09 15:46:30.000000000 +0200 [06:17] +++ squirrelmail-1.4.9a/src/compose.php 2007-05-10 10:22:49.000000000 +0200 [06:17] same error [06:17] OK === STWizard [n=stwizard@c-76-106-163-200.hsd1.fl.comcast.net] has joined #ubuntu-motu [06:17] can I [06:18] unpack the source [06:18] Then exit 230 and re-enter dpatch-edit-patch. [06:18] exit [06:18] exit 230 [06:18] exit 230 [06:18] ok [06:19] reenter dpatch-edit-patch no parameters ? [06:19] with the 01 patch [06:19] Like you did last time. [06:19] ok [06:19] shell [06:20] Then use your favorite text editor to make the code change in /src/compose.php [06:21] The bit that starts +if ( !sqgetGlobalVar... [06:22] Check it carefully to make sure you didn't get it wrong... === fraco [n=fraco@212.71.9.148.adsl.dyn.edpnet.net] has joined #ubuntu-motu === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu [06:24] done === STWizard [n=stwizard@c-76-106-163-200.hsd1.fl.comcast.net] has left #ubuntu-motu [] [06:24] just edit that ? [06:24] exit [06:24] wait === STWizard [n=stwizard@c-76-106-163-200.hsd1.fl.comcast.net] has joined #ubuntu-motu [06:24] done as in made the changes? === STWizard [n=stwizard@c-76-106-163-200.hsd1.fl.comcast.net] has left #ubuntu-motu [] [06:24] only added : [06:24] +if ( !sqgetGlobalVar('identity',$identity, $SQ_GLOBAL) ) { [06:24] + $identity = 0; [06:24] +} [06:25] and removed the -sqgetGlobalVar('identity',$identity, $SQ_GLOBAL [06:25] of course removed the + and - [06:25] And you deleted the line -sqgetGlobalVar('identity',$identity, $SQ_GLOBAL);? [06:25] yes [06:25] OK [06:25] Then exit [06:25] no 230? [06:25] just exit [06:25] No 230, just exit [06:25] ok [06:26] A regular exit will result in the changes getting saved. [06:26] ok [06:26] No we update debian/changelog [06:27] Add an entry saying the patch has been updated to fix the regressionand pastebin it. [06:27] No/now... [06:28] working.. [06:29] OK [06:29] not with vi right ? [06:29] With vi is fine. Use whatever editor you want. You can also call dch and that'll open your default editor in the right spot to add the entry. [06:30] Which in Ubuntu is nano unless you changed it... === matid [n=matid@195.116.35.6] has joined #ubuntu-motu [06:31] ok === ScottK waits for the pastebin... [06:32] hold on === bersace [n=bersace@81.185.38.57] has joined #ubuntu-motu [06:35] ScottK: http://paste.ubuntu-nl.org/20202/ === ScottK looks === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu [06:36] Close. I'll fix it and give you the pastebin back. Can't have the same version twice in the changelog [06:37] that's what I was going to ask [06:37] now ? [06:38] ScottK: http://paste.ubuntu-nl.org/20205/ ? [06:38] http://paste.ubuntu-nl.org/20204/ is what I did. I'll look at yours [06:39] leonel: That would work, but we don't bump to a new version because 0.1 has never been uploaded. [06:39] ok [06:39] put what you did ? [06:40] Yes [06:40] working === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu [06:41] ScottK: done [06:41] save and exit ? [06:41] yes [06:42] Now debuild -S -uc again [06:42] working.. [06:42] done [06:42] dpkg-genchanges: not including original source code in upload [06:42] dpkg-buildpackage (debuild emulation): source only, diff-only upload (original source NOT included) [06:44] No problem [06:45] Now pbuild the package again like you did yesterday and do a debdiff like you did yesterday. [06:45] ok [06:45] Once you've verified the new package applies the patch and works, attach the debdiff to the bug. [06:46] ok [06:47] Ping me if you have trouble. [06:47] ok === rj_ [n=rj@static.shadowbots.com] has joined #ubuntu-motu === jekil [n=alessand@host210-194-dynamic.58-82-r.retail.telecomitalia.it] has joined #ubuntu-motu [06:50] ScottK: I've juste committed the fixes for the two DaD bugs you reported :) you'll see the changes after the next update of the universe page which is at 18UTC [06:51] Adri2000: Cool. Thanks. I'll have a look. That's in ~70 minutes, right? [06:51] yep [06:51] OK [06:51] no errors after pbuilder === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [06:53] Excellent. Does it install? === jwhitlark [n=jwhitlar@66-240-26-29.isp.comcastbusiness.net] has joined #ubuntu-motu [06:55] ScottK: installed [06:55] but the debdiff is from yesterday === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-motu [06:56] Ummm you made a new one, right? [06:56] leonel? [06:56] wait [06:57] how I make the debdiff ? [06:58] can't find how I made it yesterday [06:58] debdiff packagname-version.dsc packagname-versionubuntu0.1.dsc > filename.debdff === Burgundavia [i=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu === leonel [n=leonel@189.155.113.242] has joined #ubuntu-motu [06:59] sorry [07:00] No problem. [07:00] debdiff packagname-version.dsc packagname-versionubuntu0.1.dsc > filename.debdff [07:00] thanks === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [07:02] now uploading debdiff to launchpad [07:02] OK [07:04] hmm i've added the required parts to tk8.4 to add xft support, but, well, i can't remember what amsn looked like before to see if it's made a difference and thus fixed bug 91095. is it worth me uploading a debdiff anyway? [07:04] Launchpad bug 91095 in tk8.4 "tk missing antialiasing support" [Undecided,Unconfirmed] https://launchpad.net/bugs/91095 === jwhitlark [n=jwhitlar@66-240-26-29.isp.comcastbusiness.net] has left #ubuntu-motu [] === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu [07:06] ScottK: Done ! === ScottK looks === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu [07:12] leonel: Looks good to me. I think it's ready for keescook to upload. === Hanusz_Leszek [n=Hanusz_L@112.200-65-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu [07:12] ScottK: Great ! [07:12] ScottK: Thank You very much ! [07:13] leonel: Now you do Edgy and Dapper... [07:14] ScottK: now I'll work with dapper [07:14] OK [07:14] even it installed on dapper [07:14] also [07:14] to update the dapper's version [07:14] I need to see all the pending patches in case there are any [07:14] Great. [07:14] leonel: Just don't add anything that's not a security fix and document everything you do. [07:14] and do the same [07:15] ScottK: OK [07:15] only security [07:15] there are other packages I'd like to do too ... === beuno_ [n=martin@68-155-114-200.fibertel.com.ar] has joined #ubuntu-motu [07:16] could someone review http://revu.tauware.de/details.py?upid=5093 for me? [07:16] ScottK: I'll eat a big pizza for you ! thank you [07:16] No, thank you for your contribution. === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu === luis_lopez [n=llopez@68-182-36-251-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu === jekil2 [n=alessand@host158-58-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu [07:34] ScottK: squirrelmail in dapper depends on php4 means that the security for php4 has to be checked too ... [07:35] ScottK: or can It be changed to depend on php5 ? [07:35] leonel: No [07:35] I'd just focus on squirellmail and not worry the php. [07:36] ok === rj_ [n=rj@static.shadowbots.com] has joined #ubuntu-motu === fowlduck [n=nate@205.213.122.123] has joined #ubuntu-motu [07:37] but php4 the las update was on Apr 6 2006 http://changelogs.ubuntu.com/changelogs/pool/universe/p/php4/php4_4.4.2-1build1/changelog [07:37] first things first [07:37] go with squirrelmail === Hanusz_Leszek [n=Hanusz_L@112.200-65-87.adsl-dyn.isp.belgacom.be] has left #ubuntu-motu [] === Admiral_Chicago [n=Admiral_@ubuntu/member/admiral-chicago] has joined #ubuntu-motu === fowlduck [n=nate@205.213.122.123] has joined #ubuntu-motu === Hanusz_Leszek [n=Hanusz_L@112.200-65-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu-motu === jekil2 is now known as jekil [07:48] Ok I got a new, less offensive dig at redhat now :) http://www.sharms.org/blog/?p=102 === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu === fredix [n=fredix@86.67.45.148] has joined #ubuntu-motu === Denni2 [n=dennis@59.93.33.77] has left #ubuntu-motu [] === stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-motu === Q-FUNK [n=q-funk@cs27009116.pp.htv.fi] has joined #ubuntu-motu [08:08] ScottK: squirrelmail in dapper works with php5 which is in main .. you where right don't worry for php === luis_lopez [n=llopez@68-182-36-251-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu === pochu [n=emilio@10.Red-83-59-168.dynamicIP.rima-tde.net] has joined #ubuntu-motu === jwhitlark [n=jwhitlar@66-240-27-3.isp.comcastbusiness.net] has joined #ubuntu-motu === micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu === jwhitlark [n=jwhitlar@66-240-27-3.isp.comcastbusiness.net] has left #ubuntu-motu [] === predius [n=predius@190.8.154.185] has joined #ubuntu-motu [08:26] Gah, so much crap on REVU :-( === elkbuntu [i=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu [08:28] hey guys [08:29] i used to build packages with debuild -S -sa -kblahblah [08:29] and i used to get a .tar.gz chucked out [08:29] but i don't get that not [08:29] y? [08:29] i put a .orig.tar.gz [08:29] and i get the dsc and everything else [08:29] but i don't get the .tzr.gz [08:29] why? [08:30] hey cbx33, we missed you [08:31] hi highvoltage [08:31] sorry [08:31] heheh [08:31] bddebian: could you review http://revu.tauware.de/details.py?upid=5093 for me? [08:31] howz UDS? [08:32] geser: Sure, give me a minute [08:36] hmmm === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [08:37] hmmm [08:37] the debuild says it's doing a source include [08:37] but pbuilder doesn't? [08:37] hmm [08:37] oh [08:37] maybe I didn't tell it to build a source package....oh I'm confused [08:38] been a while since i made a package [08:38] so you have an orig.tar.gz, diff.gz and dsc for your package? [08:38] yes [08:38] is that all that's needed? [08:38] yes [08:39] hello all! about repositories ubuntu main + universe == debian main? [08:39] geser, ok [08:39] how did I get just .tar.gz files beforehand? [08:39] ASCIIGirl: For the most part, yes [08:39] thx bddebian :) [08:39] cbx33: if you have no orig.tar.gz you get a tar.gz (source + changed/new files) [08:40] ahhhhhh [08:40] thanky geser [08:40] i remember now === reggaemanu_ [n=manu@ARennes-257-1-133-210.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu [08:40] that one with a orig.tar.gz is a non-native package and the other a native one === gnomefreak went through a bunch of the packages on revu and all that i saw had the .changes: bad-distribution-in-changes-file error from lintain. this is starting to look normal [08:46] is this as normal as i think it is? === jwhitlark [n=jwhitlar@66-240-27-3.isp.comcastbusiness.net] has joined #ubuntu-motu === math_b [n=mathieu@vbo91-2-82-239-207-88.fbx.proxad.net] has joined #ubuntu-motu [08:49] Yes [08:49] No [08:49] No? [08:49] Yes [08:49] Maybe! [08:49] Maybe then. [08:49] hehe [08:49] Sorry [08:49] It's normal that lintian on REVU whines about the distribution name. === persia :) [08:50] thanks bddebian [08:50] NP === x-spec-t [n=nwheeler@ubuntu/member/spec] has joined #ubuntu-motu [08:52] whos up for a review? here is the link http://revu.tauware.de/details.py?upid=5092 ignore the linda warning too ;) thats not ubuntus issue [08:53] <\sh> ScottK, if tiber is dapper, sure it whines about gutsy ,) === philwyett [n=philip@bb-87-81-146-45.ukonline.co.uk] has joined #ubuntu-motu [08:53] gnomefreak: Didn't a bunch of people give you feedback on IRC a few days ago? [08:54] bddebian: about the error i told you above and the bzr stuff is all fixed [08:54] its all fixed now. [08:54] Oh, you did a new upload, OK === Daviey [n=Daviey@unaffiliated/daviey] has joined #ubuntu-motu [08:56] How can i get an upload nuked? [08:57] Daviey: if in revu ask a reviewer to drop it [08:57] gnomefreak, are you a revu reviewer? [08:57] Daviey: nope [08:57] :( [08:58] Daviey: Why do you want it nuked? [08:58] it's been superseeded by another upload [08:58] Then don't worry about it. It will just be the most recent that gets reviewed. [08:59] ScottK, it's got a diff package name [08:59] Oh. That's different then. === rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu [09:00] A reviewer did recently added a comment; and i don't want to waste their time [09:00] Daviey: Then I'd log into REVU and leave a comment that says something like "This package superceded by X package. REVU admins please remove." === apacheLAGger [n=me@N749P013.adsl.highway.telekom.at] has joined #ubuntu-motu [09:00] I've added a comment to that effect - without the REVU admins bit tho [09:00] Right. WIth the comment they'd know until an admin got around to nuking it. [09:00] http://revu.tauware.de/details.py?upid=4566 [09:00] OK [09:00] ScottK, thanks [09:03] Adri2000: Thanks for the quit upgrades for DaD. [09:03] Looks good === eolo999 [n=eolo999_@81-208-106-72.ip.fastwebnet.it] has joined #ubuntu-motu [09:06] Daviey: I archived it [09:06] eolo999: Hello. [09:06] bddebian, thanks === eolo999 is investigating kde-guidance bug... [09:07] hi ScottK [09:07] Can you reproduce it yet? [09:07] i cannot reproduce it! [09:07] OK. Then if you can't make it happen on your machine, then I think it's unlikely you will be able to fix it. [09:07] i tried stopping my powermanager on kde and launch from command line: no import errors! [09:07] It's a very odd bug. [09:08] This is the problem is that it hasn't happened yet to someone with a chance of fixing it. [09:08] I'd say move on to another then. === jwhitlark [n=jwhitlar@66-240-27-3.isp.comcastbusiness.net] has left #ubuntu-motu [] [09:09] eolo999: You're synch of pythoncad in Gutsy got uploaded while you were offline. I marked it fix released after it built. [09:09] great ScottK [09:10] I'll continue trying with kde-guidance, but it needs a lot of time to investigate what could be the reason, in the meanwhile i can work on some other thing [09:11] Hmmm === eolo999 would like to talk with Sherlock PyHomes [09:11] Heh [09:13] ScottK, have you talked to doko? [09:13] Not yet [09:13] He's still at UDS [09:14] eolo999: Want to have a look at Bug #113803 [09:14] Launchpad bug 113803 in python-scientific "Python-netcdf crashes in Feisty" [Undecided,Unconfirmed] https://launchpad.net/bugs/113803 === eolo999 is looking [09:16] Seems to be a gentle bug....apt sourcing... === ScottK will be AFK for a little bit now. === Lamego [n=lamego@a83-132-143-43.cpe.netcabo.pt] has joined #ubuntu-motu === tarheelcoxn [n=coxn@pdpc/supporter/active/tarheelcoxn] has left #ubuntu-motu [] [09:24] package can have aliases?!??! === lamego_ [n=lamego@a83-132-143-43.cpe.netcabo.pt] has joined #ubuntu-motu [09:25] why apt-get source python-netcdf actually get python-scientific? [09:25] eolo999: Source package name and binary package name are not always the same === fowlduck [n=nate@205.213.122.123] has joined #ubuntu-motu === Hanusz_Leszek [n=Hanusz_L@112.200-65-87.adsl-dyn.isp.belgacom.be] has left #ubuntu-motu [] [09:26] Some source packages produce more than one binary [09:27] ok, thx ScottK === stratus [n=stratus@201.53.55.52] has joined #ubuntu-motu === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [09:28] Good afternoon stratus. [09:28] ScottK: hey [09:29] ScottK: afternoon, howdy? === persia grumbles about programmers making silly assumptions that work on their i386 machines [09:32] persia: ? [09:33] bddebian: It's when *foo = (unsigned) bar => *foo = (unsigned long) bar isn't enough to fix it :( [09:34] Ahh :-) [09:35] ScottK, replicated Bug #113803 [09:35] Launchpad bug 113803 in python-scientific "Python-netcdf crashes in Feisty" [Undecided,Unconfirmed] https://launchpad.net/bugs/113803 [09:36] should I tag it confirmed [09:36] ? [09:36] Yes [09:36] Yep [09:36] Then go fix it.... [09:36] heh [09:36] I promise [09:37] eolo999: Also assign it to yourself so no one else duplicates your work. [09:37] bddebian: He will fix it. === ScottK will set it's importance to medium. [09:38] bddebian, I'll try and in case ask for your help... [09:38] eolo999: Don't ask for his help, bddebian will just whine about how he doesn't know anything while he cranks through new package reviews at a rate exceeding 30 packages per hour. === lfittl [n=lfittl@31.Red-88-11-14.dynamicIP.rima-tde.net] has joined #ubuntu-motu [09:39] heh [09:39] ScottK: Thanks buddy :-) [09:40] ScottK: You've ruined the mystique that generated the most famous wiki page :) === eolo999 is getting comfortable with kde! [09:41] persia: If you are interested at all in getting involved in Python stuff in Debian, stratus, who just joined, is a founder of the Debian Python Modules Team. [09:41] eolo999: It's easy to do. === _czessi [n=Czessi@dslb-088-073-061-149.pools.arcor-ip.net] has joined #ubuntu-motu [09:41] I'm so bad with Names/Nicks. Someone remind me who William Grant is please? [09:42] Fujitsu I believe [09:42] Yep, thanks [09:42] Once you get old your memory goes ;-) [09:42] ScottK: I really don't know python. Give me C, C++, Java, perl, shell scripting, really anything but python. gaphor is an extreme exception, and only because I've been subscribed to the bug where people complain it doesn't work for the past couple years. [09:42] http://www.python.org/doc/2.5/whatsnew/whatsnew25.html [09:42] ... aa starting point... [09:44] persia: You don't need to be a python coder to package python module in most cases. You need to have deb packaging skills though. [09:45] persia: Good knowledge about Python is just a plus, you need to make sure that the package works (most of them include built-in unit tests or examples, so, not a problem here), and that it can be installed, upgraded, removed and is following the packaging policy. [09:45] stratus: I don't like to work on packages where I can't fix the bugs. I prefer to try to improve the software we have, rather than install new software. Of the roughly 70,000 open bugs, only about 100 are requests for new software :) [09:46] persia: np, work on to fix current bugs and not introduce new ones is also great indeed. [09:46] is here someone familiar with packaging python modules, distutils and namespace packages? === stratus hidess [09:47] err hides [09:47] stratus: loo late :) [09:48] geser: heh, tell me. which module? new or old stuff? what's the problem/doubt ? [09:48] !pastebin [09:48] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [09:48] stratus: DecoratorTools (see http://revu.tauware.de/details.py?upid=5093 for my current package) [09:49] DecoratorTools specifies peak and peak.util as namespace packages [09:49] and I don't know how I get python to find the installed module [09:49] stratus: nice to meet you :) I'm packaging a python app, do you suggest me pycentral or pysupport? :) [09:49] does someone using ruby-gtk ? [09:50] stratus: it works if I comment out the namespace line in setup.py [09:50] pochu: pysupport ;) [09:50] stratus: cool, ty! :) [09:51] pochu: just my preference, pycentral is also good enough [09:51] geser: d'getting the source package, hold on please [09:51] pochu: Unless it interfaces with zope - then use pycentral (that caught me for feisty). [09:51] hi, all [09:52] I am currious, if anyone here experiences strange font rendering in gutsy? [09:52] especially in firefox [09:52] persia: why, if I can know :) [09:52] vil: I don't think people are actually running Gutsy right now to know. === pochu has issues with ssl certificates [09:53] ScottK: I'm running it! :) [09:53] pochu: My experience was that pysupport didn't support as much granularity of control of which packages were compiled, and which not (zope requires uncompiled packages for includes for some reason, or it spews errors). Then again, I don't really know python. [09:54] vil: but rendering is just fine === ScottK steps away carefully... [09:54] pochu, so did you already switch to gutsy? [09:54] yep :) [09:54] but I have a feisty partition just in case something fails ;) [09:55] pochu: like Liferea? [09:55] persia: heh, no it works fine ;) === persia starts gutsy vm [09:55] pretty fine I would say :) === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === pochu doesn't know now whether use pycentral or pysupport :/ [09:56] pochu: flip a coin :) [09:56] why are there two options? if there were one, I shouldn't have to chose :) [09:56] pochu: Dedicated Python people argue about it a lot. [09:56] pochu: pysupport is easier. pycentral is more flexible. [09:56] That's what I don't like from FLOSS, that there are a lot of options! [09:56] pochu: Vi or Emacs? [09:57] (just kidding ;) [09:57] ScottK: nano :p [09:57] ScottK: ed! [09:57] geser: that's a good option :) [09:57] pochu, after some upgrade a week or so ago, something went wrong and fonts in firefox and window title changed [09:57] any idea how to troubleshoot that? [09:58] ScottK: sorry, argue about what? [09:58] pochu: pycentral or pysupport. [09:58] oh, yes :) === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu [09:58] geser: did you mean namespace_packages line? [09:58] yes [09:59] that way the deb contains the __init__.py files and it works [10:00] persia: then I think I'll go with the easier one! :) === pochu is still a n00b :) [10:01] geser: could you try with pycentral instead, please? leave the namespace_packages as is [10:02] tsmithe: Bug #113892 ... [10:02] Launchpad bug 113892 in Ubuntu "Terratec EWX 24/96 soundcard not working after installation" [Undecided,Unconfirmed] https://launchpad.net/bugs/113892 [10:02] geser: If you can do it now, better, I'll be waiting here, I've no feisty or gutsy chroot in place to do a test build. [10:02] stratus: changing debian/rules now [10:03] geser: good, remember debian/control build-depends also [10:04] bye ScottK I have to go (hard day today). collected a lot of info for the bugs... [10:04] eolo999: Good bye. Thanks for helping out. [10:05] eolo999: Have a good evening. [10:05] i'm trying [10:05] err night [10:05] just a bed. === ScottK remembers TZ difference. === ScottK would love a nap about now... [10:06] what's a nap? [10:09] can someone (crimsun since you packaged it before) take a look at plucker in MoM and tell me which way is best to go about doing it? Merge/Sync? [10:09] http://merges.ubuntu.com/p/plucker/REPORT [10:09] I just test built the debian 1.8.21.dsc package and it built fine in gutsy pbuilder [10:09] but in the Debian changelog they talk about dropping the plucker-desktop since it can't be built anymore === jekil [n=alessand@host158-58-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu [10:10] nixternal: Please consider coordinating with the Debian maintainer to migrate to 1.9.0. There's a patch available for wx2.6 for 1.9.0. [10:10] persia: you rock! [10:10] I just was catching wind of it :) === persia deletes the plucker directory from src/scratch [10:10] nixternal: Thank you :) [10:10] haha === ivoks [n=ivoks@39-35.dsl.iskon.hr] has joined #ubuntu-motu [10:11] so you were looking at it as well === luis_lopez [n=llopez@68-182-36-251-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu [10:12] nixternal: Only the wx2.6 part - I hadn't gotten to the merge yet. [10:12] nixternal: http://bugs.plkr.org/1784 [10:14] stratus: it works with pycentral [10:14] so do I use pycentral too? :-) [10:14] exit [10:15] pochu: It depends on your package [10:15] AFAICT, geser was trying to solve a very specific problem. === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu [10:15] pochu: does your package has a namespace_packages line in setup.py? [10:15] persia: looking at http://www.debian.org/doc/packaging-manuals/python-policy/ap-packaging_tools.html, I won't say python-support is easier :) === concept10 [n=concept1@adsl-70-251-0-137.dsl.rcsntx.swbell.net] has joined #ubuntu-motu [10:16] geser: it doesn't have a setup.py! === pochu is confused [10:16] pochu: Most things are similar. pysupport autocompiles everything. pycentral let's you control that in the postinst. There are other little differences. [10:17] Is that a big issue? I've already packaged it, and it works fine, but I want it to enter into debian [10:18] pochu: Is it a python application or module? [10:18] ScottK: an app (text editor) [10:18] geser: oh, keep pycentral then. I'll need to track down the problem into pysupport. [10:18] thanks for the help [10:18] geser: np, you're welcome. === luis_lopez [n=llopez@68-182-36-251-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu [10:19] pochu: The Debian Python Modules Team wouldn't do that directly, but their IRC is a good place to find people to help or possibly sponsor your upload into Debian. === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-motu [10:20] pochu: See https://wiki.ubuntu.com/ContributingToDebian/PythonModulesTeam [10:20] ScottK: thanks! === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu [10:21] ScottK: did you read the last updates at wiki.debian.org/Utnubu? Bart did some interesting work there. [10:21] stratus: No. I did not. === ScottK will look === luis_lopez [n=llopez@68-182-36-251-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu [10:24] stratus: Yes. Interesting. For Feisty I did one major update to a Python module, one new Python module, and a new Python application. They are all now in Debian and synced from Debian for Gutsy, so the process definitely works. === luis_lopez [n=llopez@68-182-36-251-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #ubuntu-motu === brentc4m [n=brent@adsl-75-62-178-87.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [10:26] bddebian: stop spamming my mailbox! :p [10:28] ^^ [10:30] stratus: I have been looking at python-dns in Debian and it looks to me like the maintainer has lost interest. I've got a number of fixes I've gotten into Ubuntu that I'd like to get into Debian. Any suggestions on how best to proceed? [10:32] I seem to be having trouble with REVU. I've uploaded, yet when I decrypt my key it results in "None" and the package isn't listed on the web page. I also never received an e-mail. Can anyone help? [10:34] gpocentek: I'm spamming your mailbox? [10:34] ScottK: hold on, I'm checking the maintainer status on NMU lowthreshold [10:35] Thanks [10:35] bddebian: yes, but honnestly, I'm glad to see all the REVU mails ;) === gpocentek hugs bddebian [10:37] ScottK: have you mailed Joerg directly ? His last upload was in 03, the last package upload was made by buxy due to the new python policy. === TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [10:37] stratus: I did not yet. [10:37] ScottK: I suggest you mailing Joerg asking permission to move the package to python-modules [10:37] gpocentek: Oh, those :-) [10:38] stratus: I will do that. [10:38] bddebian: yep :) [10:38] ScottK: let me know in some days if he replied to you or not. [10:38] stratus: Will do. [10:39] ScottK: thanks [10:44] stratus: Sent. I'll let you know if I hear back. [10:44] ScottK: ping me back even if you don't in the next week, please. === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu [10:44] stratus: Will do. [10:46] I see I've managed to move the pysupport/pycentral arguement to #debian-python (on OFTC). === koke [n=koke@87.218.96.225] has joined #ubuntu-motu [10:49] Hey, I will be contributing again tommorow, SATS ARE OVER!!!! [10:51] yay! === persia hides from the bug yellow thing [10:53] bug yello thing? [10:53] bddebian: big [10:54] OK,still, what big yellow thing? :) [10:54] You've got a planet in the way: easier to hide :) === FordCortina [n=frank@AC9F6EB8.ipt.aol.com] has joined #ubuntu-motu [10:55] Oooohh :-) [10:56] is there always need for more coders for ubuntu? i'd like to get involved and i've been reading around, but I can't tell if there's a genuine need or not [10:56] brentc4m: What do you code in? [10:57] ScottK, c/c++ at the moment, but it looks like python is the language of choice around here. it wouldn't be difficult for me to pick up other languages [10:58] Do you use Ubuntu or Kubuntu? [10:58] I don't have a ton of experience, but I can definitely get what I want done with enough time [10:58] ubuntu [10:58] Python is the language of choice for Ubuntu specific tools, but we have bug fixing to be done in any number of languages. === ScottK would suggest looking around for interesting bugs in launchpad, If you get a fix, then we can help you get it packaged and uploaded. [10:59] re. [11:00] ah, alright. I'll take a look around. thanks :) === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu [11:07] hello bddebian ! thanks for reviewing my packages volleyball (http://revu.tauware.de/details.py?upid=5096) ! you said that it should have a manpage but there is one in the volleyball-data (provided like this by the upstream author) [11:07] sorsis, is it good like this ? [11:08] ptitdav69: Hrm, no, that makes sense [11:08] s/sorsis/so :-S [11:08] ptitdav69: Does your package install the man page? === ScottK hasn't looked at it. [11:08] yes ScottK [11:08] I suppose really the man page should be with the binary package though. I'm not sure === ScottK would suggest then investigating why lintian complains then. [11:09] ScottK: It complains on the binary package but the data package contains the man page [11:09] Ah. [11:09] That would make sense. Data package doesn't need a man page, the binary package does... [11:11] so I need to extract the .6 from the source package off volleyball-data and include it on the binary package ? [11:16] ptitdav69: Yes. In fact can they not be in the same source package and just build two different binaries? [11:18] OK, except for iceape and alsa-tools, everything should have at least 1 review.. Sheesh.. [11:18] bddebian: So, what you are saying is that you are someone who quits before the job is done ;-) [11:18] Well it's time to head home [11:19] Have a good evening. You got a lot done this afternoon. [11:19] No more whining about never doing anything. [11:20] bddebian, the upstream author made one package for the binary and one other for the data... but I can ask him to merge them... and after, I will create 2 binary package... am I right ? [11:21] ScottK: Whining is what I do best :) [11:21] ptitdav69: If upstream is that way, it's OK, but really it could probably be 1 source package. Unless they are maintained seperately. But the man page should be in the binary package, not the data package. [11:23] ok bddebian, thanks a lot ! :) [11:23] No, THANK YOU! :-) [11:24] ^^ === paran [n=paran@cust.fiber-lan.snet.lk.212.214.112.112.visit.se] has joined #ubuntu-motu === ivoks [n=ivoks@39-35.dsl.iskon.hr] has joined #ubuntu-motu === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [11:41] Good Night [11:45] Gah time to head home. Later folks [11:46] bye bddebian === rollerskatejamms [n=rollersk@pat6.baruch.cuny.edu] has joined #ubuntu-motu === Ursinha [n=ursula@143.106.167.234] has joined #ubuntu-motu [11:52] folks [11:52] is there a gstreamer0.10-mms on the way? [11:54] Ursinha: only for 0.8 [11:55] i mean, there is a 0.8 now, are there plans for creating a 0.10 version? [11:56] i need it to reproduce mms streams in feisty, but i can't get it to work with 0.8 === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [11:57] Ursinha: try pkg-gstreamer-maintainers@lists.alioth.debian.org [11:58] the version exists, i just want to know if it will be packed for ubuntu :) [12:00] in gstreamer's page it seems that it's incorporated at 0.10-plugins-bad, but looking at 0.10-plugins-bad in ubuntu libmms doesn't shows as dependency [12:03] well, seems that i read wrong, actually libmms0 is there... but still doesn't work === Ursinha scratches her head... === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [12:04] ok.. i'm going, thanks xxxxx1 [12:04] bye all