/srv/irclogs.ubuntu.com/2006/12/07/#ubuntu-motu.txt

LaserJockanything in the clean rule needs to be in Build-Depends12:13
phanaticthat's right... i was just a bit confused because of the cli policy12:14
shawarmaLaserJock: It appears they're actually identical, only the metadata differs.12:15
jorgpI found my issue12:15
LaserJockshawarma: metadata?12:15
shawarmaLaserJock: time of compression, for instance.12:15
shawarmaLaserJock: it's stored in the gzip header.12:15
LaserJockah12:15
shawarmaLaserJock: Upstream is just one .c file.12:15
LaserJockheh12:16
shawarmaLaserJock: ..so of course they're going to differ. Go figure.12:16
LaserJockso they are the same versions?12:16
shawarmaLaserJock: totally12:17
LaserJockdoes the upstream make new releases very often or is it dead12:17
shawarmaLaserJock: Will a sync just overwrite our .orig.tar.gz and will that break anything?12:17
shawarmaLaserJock: No idea.12:17
shawarmaLaserJock: I think upstream is alive.12:18
LaserJockwe could just not sync until the next upstream12:19
shawarmaLaserJock: Oh. Might be a while though.12:19
shawarmaLaserJock: I think he only does his magic when he implements new RAW formats into the library.12:19
shawarmaLaserJock: So until then I'll just merge, shall I?12:20
LaserJockshawarma: look at -devel12:21
shawarmaOr rather just leave it alone..12:21
phanaticcould anyone have a look at this package: http://revu.tauware.de/details.py?upid=3694 ? thanks...12:22
vilLaserJock: no, it's not in Debian at all, so no merge12:23
LaserJockshawarma: so you know what to do now?12:23
LaserJockvil: ok, then I guess you just upload. Just make sure it's going to feisty12:24
shawarmaLaserJock: Think so. 12:24
vilLaserJock: ok, thanks12:24
=== _czessi [n=Czessi@dslb-088-073-030-220.pools.arcor-ip.net] has joined #ubuntu-motu
shawarmaLaserJock: Debian is 1.27-2. I'll create 1.27-2ubuntu0build1 ? ubuntu0 to signify that nothing was changed. The changelog would of course reflect this. 12:27
LaserJockI think 1.27-2build112:29
LaserJockbut that's why I asked cjwatson about Feisty+112:29
LaserJockshawarma: ok, make it 1.27-2build112:31
shawarmaLaserJock: Right. I wasn't aware that 'build' or 'ubuntu' in the version string actually meant anything.12:33
shawarmaLaserJock: It's makes good sense, though.12:33
LaserJockyeah, build is ignored in the autosync12:33
shawarmaClever.12:34
LaserJockthat's why we use it to "fakesync"12:34
LaserJockbecause we know it'll get synced next time12:34
LaserJockor at least that's the idea12:34
shawarmaAlright. Thanks for your help!12:35
=== mat [n=mat@igoan/mat] has joined #ubuntu-motu
=== rmjb [n=richard@cuscon22147.tstt.net.tt] has joined #ubuntu-motu
T`is there anyway to repack files into a deb file after i extract it with ar?12:46
T`i made a few changes in the control/data tarballs12:47
shawarmaT`: ar can pack files.12:47
T`shawarma, but xxd shows there is some special header for .deb files.. does that matter?12:47
shawarmaT`: I seriously doubt it.12:48
T`shawarma, anyway to run dpkg -i as a test-run?12:49
shawarmaT`: You could try? :-)12:49
T`ah.. dpkg-split does what i want12:49
shawarmaT`: Maybe --no-act12:49
T`hmm guess not..12:50
shawarmaT`: Otherwise dpkg-deb -b is probably the best solution.12:50
shawarmaT`: Actually, in any case 'dpkg-deb -b' is probably the best solution.12:50
T`i'm trying to get to use it.. i have three files in my folder.. control.tar.gz, data.tar.gz and debian-binary12:51
=== geser [n=michael@dialin104091.justdsl.de] has joined #ubuntu-motu
T`tmp $ dpkg-deb -b . tmp.deb12:53
T`dpkg-deb: building package `xfce4-verve-plugin' in `tmp.deb'.12:53
T`tar: -: file name read contains nul character12:53
T`any idea why that happens?12:53
shawarmaT`: It's all right.12:53
shawarmaT`: That's what's supposed to happen.12:53
T`oh12:54
shawarmaT`: Assuming you unpackged control.tar.gz to DEBIAN ?12:54
T`yup i did12:54
shawarmaT`: That's it then.12:54
=== cormil [n=cormil@d83-184-110-206.cust.tele2.it] has joined #ubuntu-motu
=== holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-motu
shawarmaT`: What kind of package is this anyway?12:55
=== rexbron [n=rexbron@complex1-372-036.resnet.yorku.ca] has joined #ubuntu-motu
T`xfce4-verve-plugin12:55
T`brb on phone12:56
shawarmaT`: Any particular reason why you're patching it this way instead of patching the source? (Just answer when you're off the phone again. No rush)12:56
=== jonh_wendell [n=wendell@40-88-199-200.vcnet.com.br] has joined #ubuntu-motu
=== ajmitch returns
ajmitchphanatic: note that the CLI policy stated that you must keep debhelper in build-depends:01:02
T`shawarma, i dont know how to patch the source and build a deb package.. i tired for last 3hrs and got no where01:03
T`shawarma, so i just built the sources from the latest version.. and planning on just updating the deb archive with proper binaries01:04
T`shawarma, if u have some better proposals i can try it out..01:04
shawarmaT`: Oh, it's actually pretty easy.01:07
=== lotusleaf [n=lotuslea@kernel-panic/member/carne.asada.burrito] has joined #ubuntu-motu
shawarmaT`: You do 'apt-get source xfce4-verve-plugin'01:08
rmjbajmitch: any experience packaging a driver?01:08
rmjbthat uses firmware?01:08
rmjblooking for a couple pointers01:08
shawarmaT`: That fetches the source. Then go into the source directory, mess around, add an entry to debian/changelog, run dpkg-buildpackage -uc -us -rfakeroot -b, and that's it.01:08
ajmitchrmjb: nope01:09
T`ok i have 3 files..01:09
T`and a directory with source from old version..01:09
=== rmjb wonders if he bit off more than he can chew
shawarmaT`: Are we talking minor patches or a new upstream version?01:10
T`shawarma, but the version number changed from 0.2.0 to 0.3.401:10
T`sharms, can i somehow make that happen?01:10
T`i want to make this pkg for myself.. not for ubuntu repo or anything..01:10
shawarmaT`: Oh, I just thought we were talking about minor patches.01:10
T`nop :(01:11
phanaticajmitch: sorry, you're right...01:11
shawarmaT`: Trust me: When you get the hang of it, doing it the right way is MUCH easier.01:11
=== jonh_wendell [n=wendell@40-88-199-200.vcnet.com.br] has left #ubuntu-motu ["Bye"]
T`shawarma, if you wanna help me out a bit, i can try the process again.. i followed verbatic what ubuntu packaging help had about debuild and stuff01:11
phanaticajmitch: could you review the package?01:11
T`it didn't work :(01:12
shawarmaT`: LaserJock wrote some documentation on getting started on packaging stuff. That would probably be a good starting point.01:12
T`s/verbatic/verbatim01:12
shawarmaT`: hey, wait a minute..01:12
rmjb!packaging guide01:12
ubotuThe packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources01:12
T`yup thats the one i followed..01:13
ajmitchphanatic: I've given a few tips but I don't have time to sit & do a proper review right now01:13
=== Arrogance [n=aks@ottawa-hs-64-26-148-159.d-ip.magma.ca] has joined #ubuntu-motu
ajmitchI'll try & add it to my todo list01:13
=== bronson [n=bronson@66.160.177.201] has joined #ubuntu-motu
shawarmaT`: Are you by any chance running Feisty?01:14
phanaticajmitch: thanks for the tips, and i hope you get to the package once...01:14
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu
shawarmaT`: If you are, you're in luck. 0.3.4 of xfce4-verve-plugin was just packaged today. It should hit the archives any minute now. :-)01:15
shawarmaT`: If not, you're also in luck. :-) You can just fetch the source from Feisty and build it. Very easy stuff.01:15
T`shawarma, oh really!01:16
T`shawarma, where can i get it from?01:16
T`i'm on edgy01:16
shawarmaT`: Alright. Open your sources.list and add a deb-src line with 'feisty' instead of 'edgy'. Just the deb-src!01:16
T`ah right.. ok 01:16
T`shawarma, i will first see what the diffs look like between the original release and their package01:17
shawarmaT`: Then: sudo apt-get update && sudo apt-get -b source xfce4-verve-plugin01:17
shawarmaT`: You'll see when you fetch the package, actually. It's all contained in a diff.gz file.01:18
T`yup that will help me i guess... in future..01:18
=== bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu
T`actually i'll try to build it myself usign those files...01:18
shawarmaT`: Excellent. Have fun and don't hesitate to ask again.01:19
shawarmaT`: You'll be hooked in no time and then you can help out here as well. :-)01:19
T`sure :)01:19
T`Failed to fetch http://mirrors.kernel.org/ubuntu/pool/main/x/xfce4-verve-plugin/xfce4-verve-plugin_0.3.4-0ubuntu1.dsc  404 Not Found01:20
T`arg.. which mirror are you looking on?01:20
shawarmaT`: https://launchpad.net/distros/ubuntu/+source/xfce4-verve-plugin/0.3.4-0ubuntu1  <--- There's links at the bottom.01:21
T`.orig.tar.gz is guaranteed to be untouched form?01:23
T`i.e. the release tarball from developer?01:23
holycowhey guys01:23
holycowi'm looking to find out if a particular set of nforce open source drivers have been backported for dapper or whether or not there is a plan to do so01:24
holycowi would be willing to sponsor that if anyone is interested01:24
shawarmaT`: half an hour ago I would have said yes.01:24
T`haha why ?01:24
shawarmaT`: Since then I've seen two packages where it's not the case, but in general they should be the same.01:25
T`verve $ diff -ur verve-plugin-0.3.4/ tmp/verve-plugin-0.3.401:25
T`verve $ 01:25
shawarmaT`: Beats me. Careless developers, I suppose.01:25
holycowthe chipset that i cant find support for under dapper right now is NF6100-405 Chipset01:25
T`yup.. this one isn't modded01:25
holycowon this mobo: http://www.asrock.com/product/AM2NF6G-VSTA.htm01:25
=== FunnyLookinHat [n=david@64.140.73.92] has joined #ubuntu-motu
shawarmaT`: It pisses me off, though.01:26
T`+include /usr/share/cdbs/1/class/xfce.mk01:26
T`what does this mean? 01:26
T`i dont think i have that file01:26
shawarmaT`: It means it add that particular line to debian/rules.01:26
holycowoh and pls let me know if i am asking in the right channel01:26
holycow:) thanks!01:26
T`and i dont see it as part of the patch01:26
shawarmaT`: It includes a makefile from something called cdbs.01:27
T`shawarma, yea, but where is it coming from01:27
T`hmm ic01:27
=== holycow [n=a@mail.wjsgroup.com] has left #ubuntu-motu ["Ex-Chat"]
shawarmaT`: You'll notice it build-depends on cdbs which is another package that has extravagant makefiles for a lot of stuff.01:27
T`so shouldn't this makefile be shipped as part of the diff?01:27
=== holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-motu
holycowwrong tab01:27
holycow-_-01:27
T`shawarma, aah so i need that cdbs before i can compile this package!01:27
shawarmaT`: No. the build-depends makes sure that it's around when you want to build the package.01:28
T`right, but i'm on edgy :p01:28
shawarmaT`: Yes. Try: apt-get build-dep xfce4-verve-plugin01:28
shawarmaT`: No problem.01:28
fbondmidisport-firmware needs just a glance before it's ready to go ... anyone want to revu it real quick?01:28
shawarmaT`: Same command. Try it.01:28
T`aah.. new package.. cdbs..01:28
shawarmaT`: Indeed. While you're add it, you'll want fakeroot as well.01:28
shawarmaT`: s/add/at/01:29
T`yup i got all those as part of my previous trial01:29
T`but this means to make my own deb pkg.. i need this cdbs make file01:29
T`i cant make a package for like myXYZprog for ex..01:29
shawarmaT`: Huh?01:31
T`how to make debian packages for apps which dont have this make file from cdbs?01:31
T`wow.. he made almost no changes... just some adds to Build-depends01:32
T`i could have just copied the entire debian/* from older package to my new sources and gotten it to compile i gues.. grr01:32
=== _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
shawarmaT`: Heh.. Maybe.01:33
LaserJock\o/ beat my first level of wesnoth ;-)01:34
T`how does it know where the installed apps are and stuff?01:34
bddebianw00t LaserJock :)01:34
T`does it do a 'make install' in fakeroot ?01:34
holycowheh01:34
holycowfun game01:34
ajmitchLaserJock: you should be packaging :)01:34
fbondis wesnoth apt-get'able ?01:35
shawarmaT`: It installs it into a temporary directory and puts that into the data.tar.gz.. Kind o.f01:35
bddebianYeah LaserJock get to work..01:35
shawarmafbond: Sure.01:35
=== bddebian hides
fbondshawarma, good, need something bad for me that is not smoking cigarettes.01:35
ajmitchbddebian: you too01:35
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
shawarmaLaserJock: I found another package with a tainted .orig.tar.gz. Bastards...01:35
LaserJockajmitch: of course I should be, just wanted to try it out01:36
=== chuck_ [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
bddebianajmitch: I don't do anything :-)01:36
shawarmafbond: You could start doing drugs. It all the rage these days.01:36
fbondbut seriously, LaserJock, you could be revu'ing midisport-firmware.01:36
ajmitchbddebian: you want me to pick up some of your merges then?01:36
fbondhardware support is a goal for feisty :)01:36
bddebianajmitch: Sure, you can have them all :-)01:36
=== chuck_ [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
ajmitchbddebian: I don't want to step on your toes or anything :)01:36
shawarmabddebian: I can take a few off your hands as well.01:37
fbondshawarma, I tried that once.  I need something bad for me that is not dehabilitating.01:37
shawarmafbond: Oh, right.01:37
ajmitchshawarma: as long as it's coordinated with others01:37
TheMusoYou know, we really should make some sort of list of people who won't be able to contribute to a merge cycle before the cycle starts, so new people/other motus know who they can pick up merges from.01:37
fbondYou can't make .debs on drugs :)01:37
fbond(or can you ... :)01:37
joejaxxoh shoot what happens if a computer crashes during an upgrade ?01:37
shawarmafbond: You can make them while you're drunk.01:37
fbondgranted01:37
joejaxxa ubuntu upgrade that is01:37
fbondfor a limited time only01:37
joejaxxlike from breezy to dapper01:37
shawarmajoejaxx: A kitten dies.01:37
bddebianDo I have that many left?  I sent a lot of my "fixes" upstream in the Dapper cycle01:38
fbondkittens don't seem to be good for much except dying. That's the only thing they do that people talk about.01:38
bddebianPlus, I don't really do much ;-P01:38
ajmitchbddebian: you have a few01:38
T` fakeroot debian/rules clean01:38
T`/usr/bin/fakeroot: 152: debian/rules: Permission denied01:38
T`shawarma, any idea why thats happening?01:39
shawarmaT`: chmod +x01:39
TheMusoajmitch: I took a few of them previously, as bddebian said he wouldn't be able to help for a while.01:39
fbondchmod a+x debian/rules01:39
T`oh01:39
shawarmaT`: Did you apply the diff manually?01:39
T`yup01:39
ajmitchbddebian: maybe 20 or so still on the list01:39
T`it can be done automatically?01:39
bddebianEeks, I should get to work ;-P01:39
shawarmaT`: That's why. dpkg-source -x does a chmod +x debian/rules for you.01:39
T`so after i apt-get sources and untar the orig.tar.gz.. i just do dpkg-source -x in the extracted folder?01:40
fbondoh jeez.  I can apt-get install wesnoth, but if I want to enjoy it, I have to install recommends, too.01:41
bddebianEgads, Holotz Castle is back again..01:41
shawarmaT`: No, fetch the .dsc, diff.gz, and orig.tar.gz. Then do dpkg-source -x file.dsc01:41
T`ah01:42
T`ls01:42
T`oops.. ok cool deb is made and works :)01:42
T`thanks sharms 01:42
T`shawarma*01:42
shawarmashawarma: Any time.01:43
fbondshawarma recommends drugs and then talks to himself ... hmm.01:43
zulheloo01:43
ajmitchheloo zul01:44
=== fbond wonders if shawarma is free now, and could take a look at midisport-firmware :)
T`oh no.. this package doesn't include the scritps01:45
T`i think i should file a bug01:45
fbondthe saga continues01:45
shawarmafbond: I do that all the time. 01:46
shawarmafbond: write to myself that is. Not recommend drugs.01:46
=== fbond /joins addicts-anonymous
fbondhmm.  guess I'm the only one.  channel was empty01:48
bddebianHmm, maybe copying my edgy pbuild environment to a feisty one wasn't such a good idea.. :)01:49
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
LaserJockwhy?01:50
geserajmitch: hello, what are the requirements to join u-u-s?01:50
LaserJockajmitch: being able to sponsor ;-)01:50
ajmitchgeser: you've joined the team?01:51
LaserJockor rather geser 01:51
T`shawarma, can i somehow stop and look at the built source code when i do dpkg-source? i want to see if verve-focus is made or not..01:51
gesernot yet therefore I ask01:51
ajmitchgeser: then if you're confident of reviewing changes, join it01:51
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== fbond smells fresh motu blood
shawarmaT`: If you ran dpkg-buildpackage -b, the built source is still around.01:53
=== fbond should shutup before I get banned
geserafter creating enough debdiffs I should be able to review some of them :)01:53
ajmitchgeser: I'd hope so01:53
=== bddebian still can't
T`shawarma, ah right.. i do see the built binary but its not included in the debian package01:54
fbondT`, maybe you need debian/install01:55
T`fbond, can i smoehow mimic the method dpkg uses to create the data.tgz?01:56
fbondhmm.  I'm out of the loop.  What is data.tgz?01:56
T`data.tar.gz in .deb01:56
T`the file with the file/dir structure of stuff to be installed..01:56
=== lophyte [n=dsulliva@bas5-toronto63-1096729699.dsl.bell.ca] has joined #ubuntu-motu
fbondI wouldn't worry about that.  I've made many .debs and have never touched a data.tgz ...01:57
T`fbond, oh i know.. but just curious why this isn't getting included01:58
geserfbond: a deb is ab ar archive consisting of a control.tar.gz (postinst, etc.) and data.tar.gz (the package contents)01:58
T`i am wondering if make install is broken01:58
fbondAfter you build the .deb, there should be the same directory structure in a subdir of the debian dir.01:58
ajmitchgeser: and most people should never need to worry about that01:58
T`so i want to test by doing a make install but i would like the files to end up in some local dir01:58
geserajmitch: true01:59
fbondyeah, I think I manually unpacked a .deb only once over the last ~10 years02:00
shawarmaT`: What's the name of the binary?02:00
T`verve-focus02:01
T`its in scripts/ 02:01
shawarmaT`: http://packages.ubuntu.com/cgi-bin/search_contents.pl?searchmode=filelist&word=xfce4-verve-plugin&version=feisty&arch=i38602:01
shawarmaT`: That's the contents of the official build.02:01
T`yea .. see.. its messed up :p02:01
T`after dpkg-buildpackage, i see it in scripts/02:02
shawarmaT`: It's not usr/lib/xfce4-verve-plugin/xfce4/panel-plugins/xfce4-verve-plugin ?02:02
T`shawarma, nop.. thats the plugin02:02
T`there is another script which will let you get focus to the plugin when you run it02:02
shawarmaT`: Oh, ok.02:02
T`that way you can setup a keyboard shortcut02:03
shawarmaT`: Well, you probably just need to add it to the install file.02:03
shawarmaT`: You could totally fix your first ubuntu bug. :-)02:03
T`but there is no debian/install02:03
T`atleast in this diff..02:03
shawarmaT`: No, it probably guesses.02:04
T`hmm02:04
shawarmaT`: ...You can just add a debian/xfce4-verve-plugin.install02:04
T`can you explain what its guessing please?02:04
T`or point me to the .install concept and what ti does..02:04
shawarmaT`: man dh_install02:05
T`verve-plugin-0.3.4 $ DESTDIR=$PWD/tmp make install02:05
T`ok i did that and looked in tmp02:05
T`there is a /usr/bin/verve-focus02:05
shawarmaT`: This might help: https://perso.duckcorp.org/duck/cdbs-doc/cdbs-doc.xhtml02:07
T`there is another reason why the official release doean't have this02:07
T`its only installed if you have DBUS libs while compiling02:07
T`it could be possible the author doesn't have dbus-glib and dbus-102:07
shawarmaT`: Nah. You can see the build logs here: http://librarian.launchpad.net/5273261/buildlog_ubuntu-feisty-i386.xfce4-verve-plugin_0.3.4-0ubuntu1_FULLYBUILT.txt.gz02:09
shawarmaT`: verve-focus is there.02:09
T`can i see the contents of a built .deb ?02:09
shawarmadpkg --contents file.deb02:10
shawarmaor -c, maybe02:10
geserdpkg-deb -c file.deb02:10
geserand dpkg-deb -I file.deb for the package description02:10
T`ok this is very strange02:10
T`i did dpkg-buildpackage and when it came to the make-install part02:10
T`i Ctrl+Z'ed and looked if verve-focus is in the right place02:11
T`/home/total/stuff/installs/verve/verve-plugin-0.3.4/debian/xfce4-verve-plugin//usr/bin/verve-focus02:11
T`it is moved into the temporary package place.. along with other plugins..02:11
T`so only during packaging /usr/bin is lost!02:11
T`looks like it just doesn't blindly pack the entire debian/xfce4-verve-plugin.. but chooses which folders to pick from it right?02:12
T`ooh!!!!02:12
T`wtf!!02:12
T`if test -x /usr/bin/dh_desktop; then dh_desktop -pxfce4-verve-plugin ; fi02:12
T`if test -x /usr/bin/dh_iconcache; then dh_iconcache -pxfce4-verve-plugin ; fi02:12
T`rm -rf debian/xfce4-verve-plugin/usr/bin02:12
T`lol.. why does it rm -rf bin !!02:12
T`you can also see it in the logs you posted shawarma ... 02:13
=== sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-motu
holycowhow about i rephrase my question02:13
shawarmaT`: You're right.02:13
holycowwould someone be able to repackage a kernel greater than 2.6.18 for dapper?02:13
shawarmaT`: It's in the debian/rules02:13
shawarmaT`: It definitely looks intentional.02:14
holycowi would be willing to pay for that of course02:14
T`ah!02:14
T`the post-install rm02:14
holycowwould be nice to get dapper to support the 405 nforce chipset02:14
T`may be the author wants to make it a seperate package?02:14
shawarmaT`: Exactly. cdbs allows you to insert commands at various points in the build process.02:14
shawarmaT`: No, there's other means for that.02:15
rmjbholycow: that's a rather hefty backport, why not just use edgy?02:15
T`shawarma, hmm then i dont see why author is removing this.. i'll file a bug and ask02:15
T`shawarma, thanks for the input02:15
shawarmaT`: You can ask him. It's Gloubiboulga.02:16
shawarmaGloubiboulga: around?02:16
T`ooh02:16
T`Gloubiboulga, ping02:16
shawarmaNah, he seems to be away. 02:17
T`hehe yea.. dont worry.. i'll hunt him down later02:17
holycowrmjb, i want to but i don't seee a kernel greater than 2.6.18 in any repo ... 02:17
holycowlet me check again02:17
T`for now i removed that rm line and made my deb pkg with everything :)02:17
T`woohoo. first .deb pkg made!02:17
shawarmaT`: Congrats!02:17
T`haha.. thanks02:17
holycowyeah02:17
shawarmaWell, I'm off to bed. It's almost 2:30 AM..02:18
T`nite shawarma !02:18
ajmitchnight shawarma 02:18
holycownforce 405 is not properly supported on anything than 2.6.18 accoding to posts online02:18
shawarmaG'night, guys!02:18
bddebianGnight shawarma02:19
rmjbg'night02:19
bddebianOh gads, I know if I create my feisty pbuilder I am going to get sucked in...02:21
LaserJockdo it!02:21
LaserJockdo it!02:21
bddebianNoooo02:21
holycowrmjb, would it be easier to have the nforce open source drivers backported to dapper then in your estimation?02:22
rmjbyou'd have to ask the backporters, try jdong02:23
holycowah okay02:23
holycowdanke02:23
bluefoxicyfeisty gaim is busted02:23
bluefoxicyguifications says you have gaim-gtk but gtk is needed for guifications02:23
bluefoxicysame for like half the other plug-ins02:23
ajmitchso file a bug02:23
holycowwhois jdong02:24
holycowbah sorry02:24
bluefoxicyajmitch:  I cherry picked gaim from feisty02:24
bluefoxicyI'm running edgy with 2.6.19 and a new gaim02:24
bluefoxicyis it possible I broke this myself, or is it really ok to go ahead with a bug02:25
=== ajmitch shrugs
ajmitchI don't know the package, so I don't know what you've broken02:25
bluefoxicyah o.o you don't use gaim02:25
ajmitchI use it, but I don't care about its packaging one bit02:25
ajmitchas long as it's on the desktop & works02:26
=== bluefoxicy nods
=== Burgundavia [n=corey@S0106000fb085cc63.gv.shawcable.net] has joined #ubuntu-motu
bddebian sudo pbuild-feisty create... nnnooooo02:28
=== Hawkwind [n=SoS@ulteo/community-leader/Hawkwind] has left #Ubuntu-MOTU ["It's]
LaserJockbddebian: dooooo it!02:33
=== hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu
bddebianLaserJock: It's running :-(02:34
bddebianHmm build-essential blew up on libc6-dev02:34
ryanakcahmmm... for feisty, should I package "Monkey Studio Beta  2006.1.6.0-d-1.0.1" or "Monkey Studio Stable  2006.1.5.3"? Monkey Studio = development app...02:35
ryanakcabddebian: ouch... that doesn't sound good02:35
=== ryanakca 's pbuilder-feisty create ran fine :)
=== MatthewV [n=MatthewV@202.183.119.215] has joined #ubuntu-motu
LaserJockbddebian: why are you doing and upgrade as opposed to making a fresh one?02:37
LaserJocks/and/an/02:37
LaserJockrmjb: you still around?02:43
rmjbjust got off the phone02:43
rmjb'sup?02:43
LaserJockrmjb: check your REVU email02:44
=== rmjb does happy dance!
rmjbYAY!!! I might get my name into Ubuntu!02:44
ajmitchhm?02:45
crimsungetting one's name in is easy. Keeping one's name out of bug e-mail is NP hard.02:45
rmjbwell... as the maintainer or packager of a hardly used package02:45
LaserJockrmjb: ah crap, I forgot to say, get rid of the config.* in the diff.gz02:45
LaserJockrmjb: can you fix that and reupload real quick?02:45
rmjbit's in the source tarball...02:46
rmjbI guess it got updated when I did a test build02:46
LaserJockit's also  in your diff.gz02:46
rmjbthe change is a timestamp02:46
LaserJockprobably from the clean: rule02:47
LaserJockcrimsun ajmitch: are those ifneq "$(wildcard /usr/share/misc/config.sub)" "" lines in clean: from debhelper really needed02:48
LaserJockI've never figured out why they are there02:48
ajmitchto update them when building02:48
ajmitchuseful for the weird & wonderful architectures debian has02:49
LaserJockok but they aren't normally needed are they?02:49
minghuaautotools-dev's README has good explanation for that02:49
ajmitchkeep them up to date in 1 place, instead of relying on the upstream maintainer02:49
rmjbI extracted the orig.tgz again but when I do a rebuild of the source package it updates the files again02:51
rmjbshould I just edit the diff manually?02:51
LaserJockminghua: hehe "(Before packaging something in Debian that uses GNU autoconf, you must read the02:51
LaserJock"Introduction" and the "Calling GNU configure properly" sections)"02:51
LaserJockthat's nice to know *now*02:51
minghuahehe02:52
LaserJocknice place to hide it too02:52
minghuadon't worry, I didn't read them until one year after my first upload either ;-)02:53
LaserJockrmjb: I think you could take out the lines from debian/rules in the clean: rule that copy them in02:54
bddebianLaserJock: I did a create not an update02:55
LaserJockoh02:57
rmjbLaserJock: thanks, doing that now02:57
bddebianGah, what a moron..02:59
bddebianNow I remember why I stopped working.. 'Cause I'm an idiot..02:59
rmjbwhy do I have to remove the use-agent line from gpg.conf every time I reboot?03:00
crimsunbecause you're special.03:03
bddebianAny of you kernel hacker types?03:07
LaserJockbddebian: at least you're in good company03:08
bddebianLaserJock: Bah, you're a STUD03:08
crimsunfor some tiny portion of the kernel, mayhap03:08
bddebianDo you happen to know how cpu_has_fxsr gets set?03:09
joejaxxHello All03:10
joejaxxLaserJock: i am on that Wallstreet :)03:10
joejaxxit took literally all day to upgrade to dapper03:10
bddebianPowerbook?03:10
joejaxxfrom breezy03:10
joejaxxyes a powerbook03:10
bddebianEeks, that's OldWorld right?03:10
joejaxxyes03:10
bddebianWhat bootloader did you use?03:11
joejaxxBootX03:11
=== stefg [n=chatzill@dslb-088-072-215-076.pools.arcor-ip.net] has joined #ubuntu-motu
bddebianoof03:11
joejaxxi have a 300mb partition and a 30gb one03:11
joejaxxthe 300mb partition holds os903:11
LaserJockbddebian: STUD? hardly, crimsun's the only stud around here03:11
joejaxxfrom which i boot into ubuntu03:11
bddebianjoejaxx: Aye, I used to run Debian on a few oldworlds.  In fact I think i still have an old WallstreetII around here somewhere03:12
joejaxxhaha nice :)03:12
joejaxxbddebian: you are the one that runs hurd right?03:12
bddebianAye03:12
bddebianOh crap, I have a feisty pbuilder now.. :'-(03:13
ryanakcabddebian: I have pbuilder-dapper, pbuilder-edgy and pbuilder-feisty :)03:13
=== ryanakca thinks pbuilder is sick though... http://pastebin.ca/270098
ryanakcaany idea what that's about?03:14
bddebianOne of the mirrors in pbuilderrc is hosed?03:16
ryanakcahmm... 03:16
=== ryanakca checks
ryanakcanope, archive.ubuntu.com is still up :)03:17
=== FunnyLookinHat [n=david@64.140.73.93] has joined #ubuntu-motu
=== awbassett [n=awbasset@206.135.97.35] has joined #ubuntu-motu
bddebianryanakca: Local hostname issue?03:21
crimsunbddebian: do you use lxr?03:21
ryanakcadon't think so...03:21
bddebiancrimsun: lxr?03:21
crimsunbddebian: for 2.6.17ish, see arch/i386/kernel/traps.c::trap_init()03:23
bddebianGah I only have 2.4 on that box :-(03:24
crimsunwhich 2.4?03:24
bddebian2.4.33.303:24
crimsuninclude/asm-i386/bugs.h::check_fpu()03:25
crimsunLaserJock: nosir, you're the MOTU superstar!03:26
bddebianboot_cpu_data.hardmath?03:26
LaserJockcrimsun: has-been superstar maybe ;-)03:27
crimsunbddebian: see if (cpu_has_fxsr) ...?03:28
crimsun(it's a macro)03:28
bddebianAye but how does that macro get set?  It's the value of X86_FEATURES_<something>03:28
nixternalcrimsun == the supernova (remember, stars burn out - we can't afford that)03:29
LaserJockhmmm, good point03:29
nixternalsupernovas blow up though don't they? i can't remember, last time i took that kind of junk was probably 20 years ago03:30
LaserJockand maybe bddebian is a black hole :p03:30
=== nixternal holds back the comments
crimsunbddebian: arch/i386/kernel/setup.c::x86_fxsr_setup()03:30
=== LaserJock reminds himself to think before speaking in front of nixternal
bddebianLaserJock: Are you saying that I suck? :-)03:31
=== nixternal fo tnorf ni gnikaeps erofeb kniht ot flesmih sdnimer kcoJresaL
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu
nixternali can't even think forward let alone backwards03:32
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has left #ubuntu-motu []
=== ajmitch is a lump of rock, floating out in space
bddebiannixternal: :-)03:33
rmjbso it was recommended in this fine chat room some time ago that we could use bzr to manage the changes to our debian/ files in our packages03:34
=== nixternal lines up the Laser(Jock) to take out the ajmitchstroid
rmjbI *started* to do that... but how do you get out a previous version?? that's the whole reason I wanted version control03:35
rmjbto be able to go back03:35
bddebiannixternal: hehe03:35
rmjbI tried the branch command but that didn't seem to work on one file03:35
lifelessrmjb: what do you want to achieve ?03:35
bddebiancrimsun: And my dumb ass is supposed to understand that?03:35
bddebianstatic int __init x86_fxsr_setup(char * s)03:35
bddebian{03:35
bddebian        set_bit(X86_FEATURE_XMM, disabled_x86_caps);03:35
bddebian        set_bit(X86_FEATURE_FXSR, disabled_x86_caps);03:35
lifelessrmjb: give me a specific case, not a general case03:35
rmjblifeless: I have 6 files in a directory that's managed by bzr and I want to go back a few versions on one of the files03:36
lifelessrmjb: bzr revert -r -3 filename03:36
rmjbthanks03:37
rmjbis there a bzr gui with all this functionality? I have Olive 0.11.0, but it's not in there03:38
rmjband I didn't see it on the command list (though I do now)03:38
lifelessnautilus-bzr might, I'm not siure03:38
lifeless#bzr is the right channel to get better answers to that question, sorry.03:39
bddebiancrimsun: Thx btw :-)03:39
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== doko_ [n=doko@dslb-088-073-097-055.pools.arcor-ip.net] has joined #ubuntu-motu
=== fowlduck [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
bddebianDamnit how do I dump the output from dpkg --compare-versions again?04:17
=== tonyyserver [n=anthony@d235-240-148.home1.cgocable.net] has joined #ubuntu-motu
GloubiboulgaT`: pong04:19
T`Gloubiboulga, hey!04:19
Gloubiboulgahi T` 04:19
T`Gloubiboulga, are u the guy who made feisty verve-plugins?04:19
T`0.3.404:20
GloubiboulgaI didn't update that package, but I usually take of the Xfce apps04:20
Gloubiboulgathere's a missing binary in the package, right?04:20
Gloubiboulga(I read the logs)04:20
T`yup..04:21
T`verve-focus04:21
T`i downloaded your source pkg and built my own binary pkg.. so not worried about propogation time atm..04:21
GloubiboulgaI'll fix that ASAP04:22
T`thanks.. we were thinking you might have some reason to not do it04:22
bddebianHeya Gloubiboulga04:22
T`Gloubiboulga, its just removing two lines from debian/rules04:22
Gloubiboulgahello bddebian :)04:22
T`what does MOTU stand ford?04:23
T`for*04:23
LaserJockMasters Of The Universe04:24
=== rmjb always wondered who in Ubuntu was He-Man
rmjband more importantly... She-Ra :)04:26
LaserJockhmm04:26
=== tonyyserver [n=anthony@d235-240-148.home1.cgocable.net] has joined #ubuntu-motu
LaserJockwell She-Ra is a bit easier to narrow down04:26
bddebianHobbsee? :)04:28
LaserJockwe have Prince Holbach for sure ;-)04:28
LaserJockHe-Mark?04:28
ajmitchscary04:29
ajmitchthough hobbsee is scary enough by herself :)04:29
bddebianhehe04:29
bddebianajmitch: How do I get the result of dpkg --compare-versions?  I thought it was like >> stdout or some such?04:30
englaI'd like to package this app: eqe http://rlehy.free.fr/ Or in any case just have it packaged. But the upstream tarball is really unclean, shipping with debian/ and rpm/ already etc 04:30
ajmitchbddebian: return value04:30
bddebianajmitch: ?04:31
LaserJockyou'd think it's spit out something like "yep, it's bigger"04:31
bddebianLaserJock: Aye, no shit :-)04:31
LaserJocks/it's/it'd/04:31
LaserJockbddebian: you have to echo the return value04:32
=== ademan [n=dan@h-68-164-186-127.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
bddebianLaserJock: I know but I don't remember how04:32
minghuaecho $?04:32
ajmitchor test the return value04:32
LaserJockat least somebody around here knows how to use a shell04:32
LaserJock;-)04:32
ajmitchhehe04:33
=== tonyyserver [n=anthony@d235-240-148.home1.cgocable.net] has joined #ubuntu-motu
bddebianUhm...04:33
ajmitchyes04:36
=== dous_ [n=dous@124.104.0.197] has joined #ubuntu-motu
bddebianI don't get it :'-(04:40
=== jaldhar_ [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
rmjb!feisty04:42
ubotuThe next version of Ubuntu (7.04; codenamed "Feisty Fawn"), it should be released in April 2007. At the moment it is pre-alpha. Schedule: https://wiki.ubuntu.com/FeistyReleaseSchedule - Specifications (goals): https://features.launchpad.net/distros/ubuntu/feisty - Help in #ubuntu+104:42
=== dous_ [n=dous@124.104.0.197] has joined #ubuntu-motu
rmjbat DebianImportFreeze MoM stops?04:43
ajmitchrmjb: yes04:43
rmjbI thought that went up to UVF04:43
ajmitchnot anymore04:43
ajmitchpartly because etch may release before UVF, so we don't want everything automatically breaking04:44
rmjbso this is only in place for feisty?04:46
ajmitchmaybe04:46
ajmitchthere were other reasons as well04:47
rmjbalso, isn't sid not controlled by etch... except that with a release imminent less people will be working on sid and more on etch04:49
minghuarmjb: no, currently many people are holding uploads of new stuff to sid because they don't want to affect etch04:51
minghuarmjb: only once etch is frozen people can really start working on sid and don't think about etch04:51
rmjbwell, while it gives ubuntu a lot of time to stabalise, and with etch coming out soon (hopefully) it makes sense now, it'll mean ubuntu ships with a majority of packages that are possibly up to 4 months old04:51
rmjbokay, I've learned something about the debian release process tonite04:51
rmjbhey minghua haven't seen you around for a while04:53
=== _Enchained [n=cyrille@81.56.226.96] has joined #ubuntu-motu
rmjbbut I'm not on all the time so...04:53
_Enchainedhi04:53
minghuarmjb: yeah, didn't do much on ubuntu the past two weeks04:54
_EnchainedSomeone can help me on the choice of the section for a package ?04:55
rmjbhey _Enchained04:55
rmjbwhat kind of package?04:56
_Enchainedthe soft is dvd9504:56
_Enchainedit's on REVU04:56
rmjbyou can see the package sections here http://packages.ubuntu.com/feisty/04:56
rmjbwhat does dvd95 do? Play dvds?04:56
_Enchainedgloubiboulga reviewed it and said that the "x11" section isn't maybe the best choice04:56
_Enchainedit convert DVD9 to DVD504:57
rmjba video transcoder then04:57
_Enchainedto burn backup of video dvd for example04:57
rmjbsounds like acidrip or mencoder04:57
rmjbsee what section they're in04:57
_Enchainedit rip a DVD9 in a ISO file (4,7G)04:58
rmjbwell... since it deals with video it might still fit in the section with video transcoders04:59
rmjbhttp://packages.ubuntu.com/feisty/graphics/ lists acidrip and mencoder so maybe you can use graphics05:00
rmjbif not there's always misc... but I'd try graphics first05:00
rmjbnote I'm not an MOTU, I'm just a hopeful like you05:01
=== midwinter [n=brandify@189.226.220.203.dial.dynamic.acc01-comm-mtg.comindico.com.au] has joined #ubuntu-motu
_Enchainedyes acidrip is for ripping DVD too so I try graphics (even if it seems strange to me)05:03
_Enchainedthanks05:03
rmjbnp, anytime05:03
rmjbg'night all05:03
_EnchainedCan I delete all commented lines in my debin/rules to make it smaller or should I let them for understanding ?05:05
_Enchaineddebian*05:05
LaserJockhmm, do the DVDs have Ubuntu and Kubuntu on them?05:14
ajmitchthey have all of main, I believe05:15
LaserJockdo you know it it give you options at boot as to what you want to install?05:16
LaserJock*if05:16
LaserJockhmm, the .list file doesn't have kubuntu/edubuntu/xubuntu meta packages on it05:17
bddebian2 down05:18
bddebian+1 rejected bug05:18
LaserJockrockin'05:18
LaserJockyou da man05:19
_EnchainedSomeone can help me in the choice of a section for a package ?05:19
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
ajmitchbddebian: you've done more than I have now05:19
=== ajmitch stands in awe
LaserJock_Enchained: graphics sounds ok to me05:20
_Enchainedthere is dvdrtools in otherosfs section and acidrip in graphics section. Mine is a tool that convert (rip) DVD9 to DVD5, so what's the best ?05:20
_Enchainedok LaserJock05:21
_Enchainedto update a package in REVU, a simple dput like the first ?05:21
LaserJockyeah05:21
_Enchainedok ;)05:21
=== bddebian kicks ajmitch in the shins ;-P
T`MOTU05:24
T`heh.. seems like a natural thing to say in such a situation ;)05:25
=== XiXaQ [n=joerlend@112-191.dsl.freewave.no] has joined #ubuntu-motu
XiXaQhello everyone.05:25
bddebianHello XiXaQ05:26
XiXaQCould you please make FreeNX part of Feisty Fawn? :)05:26
XiXaQFreeNX is really boss.05:26
bddebianWhat is FreeNX?05:27
LaserJockit's a free NX ;-)05:27
XiXaQIt's an extremely fast terminal server for unix. 05:27
bddebianLaserJock: And NX is? ;-P05:27
XiXaQIt makes RDP look like stoneage technology.05:28
=== mneptok [n=mneptok@montreal.canonical.com] has joined #ubuntu-motu
LaserJockXiXaQ: I don't think it's a trivial package05:28
bddebianHow's it licensed?05:28
LaserJockI think Seveas has a package perhaps05:28
XiXaQLaserJock, installing it is really straight forward. 05:28
XiXaQbddebian, GPL.05:28
bddebianInstalling it != packaging it ;-)05:29
XiXaQLaserJock, he does. And the wiki has guides to installing it, but I feel it should be a natural part of Ubuntu.05:29
LaserJockI think there are reasons why it isn't05:29
bddebianGah, that reminds me, I want to package FreeLords05:29
_Enchainedwhen doing dput : Already uploaded to revu.tauware.de05:29
XiXaQbddebian, oh, I see. But it's so cool, I think it deserves some special attention.05:29
_Enchainedthere is an option for update ?05:29
bddebian -f05:30
LaserJockXiXaQ: you are welcome to help get it in :-)05:30
XiXaQLaserJock, how?05:30
_Enchainedok bddebian thx05:30
LaserJockby learning how to package and maintain05:30
LaserJockif you have an interest in it then perhaps you would find it fun05:31
XiXaQLaserJock, I probably will learn that in time. I've got ways to go until I'm that advanced though.05:31
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu
LaserJockwell, there are lots of people here learning05:32
=== bronson [n=bronson@adsl-75-36-147-248.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu
bddebianExcept for LaserJock.  He's the Master in MOTU ;-)05:32
XiXaQbut I don't know C++ or anything.05:32
LaserJockI don't really either05:32
LaserJockyou certainly don't need to know C++05:33
LaserJockif you're interested I'd suggest reading through the Ubuntu Packaging Guide05:33
LaserJock!packagingguide05:33
ubotuThe packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources05:33
bddebianXiXaQ: Aye, many of us are not "programmers"05:33
LaserJockXiXaQ: do you know where the existing source package is?05:35
XiXaQLaserJock, Seveas has packages on his site. http://wiki.ubuntu.com/FreeNX 05:35
bddebianendeavour done05:36
XiXaQbut as I stated earlier, I think NX is so cool, it should be given priority. We use Ubuntu in order to speed up Remote Desktop Connection between Windows clients and Windows Terminal server :)05:36
_Enchainedthe package is updated :) Can someone take a look at ?05:37
LaserJockXiXaQ: it could be that nx is the problem05:37
ajmitchfreenx is not in ubuntu for some good reasons, the chief ones being that the upstream source is an utter mess :)05:37
LaserJockbah05:38
LaserJockthat hasn't stopped many upstreams ;-)05:38
XiXaQajmitch, what do you mean by that?05:38
ajmitchshipping xfree86 libs that have been heavily modified, etc05:38
ajmitchthe concept is nice05:38
ajmitchthe implementation works, but isn't nice05:38
XiXaQit doesn't just work, it works great. Far better than RDP. 05:39
ajmitchI know it works great, I've used it quite a bit05:40
ajmitchfull KDE desktop on a 128kbps transtasman link, etc05:40
XiXaQyes, I have 640Kbps upstream bandwidth, and I have no difficulties serving ten clients. 05:40
LaserJockyeah, I've always had problems with it, but it seems cool05:41
LaserJockI usually end up using VNC though05:41
ajmitchNX is just not something that'll be easy to integrate well05:41
ajmitchmithrandir has looked at it in the past & can tell you more, I think05:42
XiXaQbesides, the NX client is able to connect both NX and RDP servers. If offices starts using that client instead of the builtin MS RDP client, and Ubuntu has support for the FreeNX server... 05:42
XiXaQLaserJock, that's probably because you're using the clients from Nomachine.com, right? Those doesn't work with freenx.05:43
LaserJockno, I've always had problem with ssh stuff05:43
LaserJockbut also that05:43
XiXaQajmitch, oh, I'll chat with him when he gets up then.05:43
bddebiangnushogi sync requested..05:45
ajmitchit was a while ago, so things will have changed05:45
ajmitchbut not much improvement, from what I last saw a couple of months ago05:45
XiXaQajmitch, well, I don't know the process of adding new software to the repositories, but it seems to me, that if seveas is able to do it by himself, then MOTU should be able to too?05:46
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
LaserJockseveas has basically stopped doing it though, I believe05:46
LaserJockbecause it's such a pain05:46
LaserJockand I don't think he thought they were ready for Ubuntu proper05:47
bddebianAre we still adding dh_iconcache?05:47
ajmitchXiXaQ: seveas didn't make packages that were anywhere near close enough for inclusion05:48
XiXaQajmitch, how much work could it be? If the packages are updated once a year or something? 05:50
bddebianTry it and see ;-)05:50
XiXaQThat's not fair :) I'm not qualified, so I _would_ use alot of time.05:52
bddebianNot all of us are "ultimately" qualified either :-(05:52
bddebianLaserJock: Are we still adding dh_iconcache?05:52
LaserJocknot exactly sure, I believe we are keeping them in merges, but I'm not positive about that05:53
LaserJockyeah, I think we are05:53
bddebianD00d, you are the All Knowing :-)05:53
LaserJockif it uses the gnome or KDE CDBS it doesn't need it05:53
LaserJockXiXaQ: if you can find somebody that has time to make it into a proper package and get the upstream stuff worked out then go for it05:54
ajmitchXiXaQ: it's not so much a case of how often they're updated, but how much work needs to be put into making them work nicely in a distro05:54
LaserJockI just know that I personally don't have time for it05:54
minghuabddebian: I know for packages using cdbs dh_iconcache is definitely not needed anymore, not sure about others05:55
bddebianminghua: Aye, I knew that, thanks05:56
LaserJockarggg, it looks like I've got bashisms everywhere05:57
bddebianw00t05:57
LaserJockor maybe not05:57
LaserJockthis ./autogen.sh is *not* working like it did on Edgy05:58
ajmitchback later05:59
bddebianlater ajmitch05:59
LaserJockI just get a bunch of lines like:05:59
LaserJockgnome-doc-utils.make:104: if $(DOC_USER_FORMATS: non-POSIX variable name05:59
LaserJockgnome-doc-utils.make:104: (probably a GNU make extension)05:59
XiXaQajmitch, so they would _have_ to be updated for every distro?06:00
joejaxxanyone know where gnome keeps the gdm themes?06:00
LaserJockjoejaxx: I'd just dpkg -c one of the gdm theme .debs06:00
bddebianshit..06:01
LaserJockXiXaQ: I don't think it's so much that06:01
joejaxxLaserJock: uh06:01
LaserJockXiXaQ: freenx would need a lot of work to integrate properly in Ubuntu and be up to Ubuntu's standards for inclusion06:02
LaserJockand it would also take a fair amount of work to maintain it as well06:02
LaserJockbug fixing, etc.06:02
LaserJockI've worked on vnc a bit and it's a headache and I'm guessing freenx is moreso06:03
XiXaQThen it's a matter of priority? I think FreeNX deservers that.06:03
LaserJockit's not a matter of priority06:03
LaserJockit's a matter of finding somebody willing to do it06:03
minghuaXiXaQ: It's more about people instead of priority06:03
LaserJockso I guess it's somewhat priority based06:03
LaserJocksomebody needs to feel it's priority enough to do it06:04
minghuaXiXaQ: you need to find some one who is willing to work on FreeNX06:04
bddebianWell I hope gramps works.. :-(06:04
XiXaQminghua, that's why I'm making such a fuzz out of it. I was hoping someone here would be. :)06:04
LaserJockwell, FreeNX has been around for quite some time06:05
LaserJockyou're welcome to email ubuntu-motu asking for volunteers or work on it yourself06:05
LaserJockwe can help you learn to package06:05
XiXaQyes, but if I understand correctly, it takes more than being able to package it?06:06
LaserJockwhy?06:06
minghualet's call "maintain it" instead of "package it"06:06
XiXaQI don't know. You were talking about integration with Ubuntu..06:06
LaserJocksure06:06
minghuaXiXaQ: that's what package mean, or at least "properly package" mean06:07
LaserJockit needs to be a good enough quality package that we think it should go in06:07
LaserJockwe have to make sure we don't mess up users systems, break other packages, etc.06:07
XiXaQminghua, ok, so it doesn't require altering the code itself?06:07
minghuaXiXaQ: not necessarily.06:08
minghuasometimes it just need good communication with upstream06:08
minghuaso you can forward Ubuntu user's bug report to upstream and let the developers fix it06:08
XiXaQI see.06:10
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
XiXaQthe last few weeks, I've been demonstrating Ubuntu desktop with OO.org and Evolution as an alternative to windows desktop with MS Office and Outlook. The common response is that they feel Ubuntu is more user friendly. I would absolutely love it if Ubuntu could be an equal competitor to Windows Terminal Server. 06:13
LaserJockmhm06:15
minghuadon't we already have a team working on LTSP stuff?06:16
Burgundaviawe do06:16
Burgundaviawell, if ogra == a team06:16
LaserJockBurgundavia: little more then just ogra06:18
LaserJockbut yeah06:18
BurgundaviaLaserJock: depends if you count scott as ours our upstreams06:20
=== seaLne [n=seaLne@ubuntu/member/sealne] has joined #ubuntu-motu
LaserJockwell, he is both06:20
LaserJockhe has declared himself an Edubuntu guy :-)06:20
bddebianheh06:21
LaserJockI think he's even an edubuntu-member06:21
Burgundaviaright, that means we do have a team06:22
LaserJockmoquist is working on it to I believe06:22
LaserJockI'm not sure though06:22
=== Catshrimp [n=blfisher@64.108.5.134] has joined #ubuntu-motu
=== Catshrimp [n=blfisher@64.108.5.134] has left #ubuntu-motu []
Burgundaviamoquist is working on linking edubuntu to AD06:24
LaserJockouch, planet gnome has "Flash+Firefox+AMD64 Edgy" issues06:24
crimsun"Flash" is all I needed to see.06:25
LaserJockwell, it did involve alien06:25
Burgundaviacrimsun: you can stop twitching06:26
minghuaflash 9 doesn't seem to play with anybody06:27
minghuamany input methods causes firefox + flash to crash as well06:27
BurgundaviaI have inconsistent luck with 906:28
crimsunI don't know what's worse, the fact that it's Flash 7 being used or that it's Flash at all06:28
Burgundaviaok, it is somewhat ironic I am the primary triager of compiz bugs right now06:29
LaserJockis it?06:29
LaserJocknothing like spite to make the bug count go up ;-)06:30
Burgundaviagiven my stated opposition to be against the whole raison d'etre of compiz by default, yes06:30
Laser_awayI'm heading home to a new seagate06:32
Laser_awaycya tomorrow06:32
lifelesstchau06:32
bddebianLater Laser_away06:34
=== Burgundavia rages about LP
BurgundaviaI hate its dupe handling06:40
crimsunbddebian: (you will want to follow sync req policy as outlined at https://lists.ubuntu.com/archives/ubuntu-devel-announce/2006-August/000181.html )06:44
bddebiancrimsun: Thanks.06:45
bddebianSee, I knew I should have stayed away ;-P06:48
bddebianAnyway, time for bed. Gnight folks06:51
crimsun'night06:51
lifelesshow can I get beryl running ?06:52
Burgundavialifeless: first you take this gun and point it toward your head06:55
lifeless..06:56
elkbuntulifeless, he has a point, it will be more pleasant07:07
lifelesscant give feedback until I have tried07:07
lifeless... so how ?07:07
lifelessis there a wiki page ?07:07
elkbuntuthere might be. there's also the beryl site... which i dont know the url of07:08
Burgundaviaberyl-project.org07:09
elkbuntuyeah, that's it07:09
Burgundaviathere is a package coming soonish, once they busy cleanup upstreams drool07:09
elkbuntuhttps://help.ubuntu.com/community/BerylOnEdgy07:10
lifelesselkbuntu: what about fisty ?07:19
elkbuntulifeless, dont ask me, ask them #beryl-dev iirc07:20
=== nixternal [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu-motu
elkbuntulifeless, im not likely to be trying to get it working any time soon... DBO had to use every hack and workaround to get it going on my laptop at UDS07:21
lifelessah07:21
elkbuntulifeless, compiz on dapper worked easy peasy. figure the problem.07:22
Burgundavialifeless: fisty is what beryl is going to do your laptop, yes07:24
lifelessBurgundavia: :)07:24
lifelesslater y'all07:24
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu
=== vil [n=vladimir@catv-tisnov-86.selfnet.cz] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
=== ArwynH [n=arwyn@PPPf184.saitama-ip.dti.ne.jp] has joined #ubuntu-motu
=== Catshrimp [n=blfisher@64.108.5.134] has joined #ubuntu-motu
=== astopy [n=adam@taurus.moosoft.net] has joined #ubuntu-motu
=== tsmithe` [n=bip@82-70-109-22.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu
=== bronson [n=bronson@adsl-75-36-147-248.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu
=== Lure [n=lure@external-7.hermes.si] has joined #ubuntu-motu
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
=== guibis [n=guibis@bxu92.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
=== dholbach [n=daniel@i59F71381.versanet.de] has joined #ubuntu-motu
dholbachgood morning08:52
ajmitchhey daniel08:56
ajmitchhow are you?08:56
dholbachfine thanks, just waking up - how are you?08:56
ajmitchfine, though it's quite wet & not like summer at all here :)08:56
dholbachhehe :)08:57
ajmitchhow goes the bug squashing?08:58
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
dholbachi cleaned up my mailbox from answered bugs already, but I still have 800 to go09:00
dholbachcleaned up all the art bugs yesterday - we'll see what I do today :)09:00
ajmitchgot grayskull sorted? :)09:00
dholbachseesm that the TB is happy with it09:01
ajmitchyeah, I saw that09:01
dholbachyoooho :)09:01
=== ajmitch sat through the meeting
ajmitchseems like they're happy with approval by TB of members to be done outside of TB meetings, by a single TB member09:01
dholbachyes, I added that to the spec09:02
ajmitchyay :)09:03
ajmitchso pitti will be on the team?09:03
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
dholbachI'm not sure09:04
dholbachFor my taste he's too busy already09:04
dholbachhe fits in too well in too many places :-)09:04
ajmitchyeah, though it could be good to have some distro team input09:04
ajmitchfar too skilled :)09:04
dholbachwe'll figure something out09:04
ajmitchI think we should be able to catch up on merges soon enough09:07
ajmitchkeybuk was worried about universe falling behind there09:07
=== ivoks [n=ivoks@161.53.50.54] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== ivoks_ [n=ivoks@36-204.dsl.iskon.hr] has joined #ubuntu-motu
ademangeeze, i missed vil again09:25
ajmitchemail may be better09:25
=== Fujitsu [n=william@c58-107-164-24.eburwd7.vic.optusnet.com.au] has joined #ubuntu-motu
=== lloydinho_ [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-motu
ademanajmitch: yeah, though one of the new motus contacted me offering assistance, or even to just plain do it for me.  I think i'm gonna take him up on his offer, i'm going nuts.  But having said that, i really did wanna do it myself... I wanted to contribute SOMETHING09:31
ademani suppose there will be other chances for me to contribute09:32
=== orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-motu
=== Gervystar [n=alessand@81.120.173.52] has joined #ubuntu-motu
=== unix_infidel [n=blue@unaffiliated/unixinfidel/x-8383745] has joined #ubuntu-motu
unix_infidelHello, I'm just curious as to where I can make an official package request sumbission.09:58
unix_infidelRest assured this isnt something trivial :P09:59
=== rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
dholbachhttp://wiki.ubuntu.com/UniverseCandidates10:01
Seveasajmitch, freenx/nomachine upstream is nowhere near sane enough to include in any official repository10:02
Seveasno ubuntu dev wants that pain10:02
ajmitchSeveas: that's what I was trying to argue :)10:03
BurgundaviaSeveas, ajmitch: one of the gentoo people was working on 2x, which is a nx deriv, replacing builtin stuff, etc.10:05
SeveasBurgundavia, the kanotix people and myself are also switching to that source10:06
Burgundaviaok, coo10:07
Burgundaviait occurs to me that the ltsp and stateless linux people need to be talking, but that is niether here nor there10:07
ajmitchBurgundavia: it's a start, but it has a long long way to go to clean up10:08
Burgundaviayes10:08
=== cormil [i=cormil@213.215.131.221] has joined #ubuntu-motu
=== lotusleaf [n=lotuslea@kernel-panic/member/carne.asada.burrito] has joined #ubuntu-motu
unix_infidelAre there instances where a package that doesnt meet the Debian Policy Manual standards are included in Ubuntu?10:11
lotusleafHi, I'm looking to test compiz in edgy, and I've heard twice now from two different people that "compiz in edgy is compiz-quinn ie beryl" is this true? I'd prefer to test compiz.10:12
unix_infidelor is that a rare case as Ubuntu is a Debian based distro?10:12
=== twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu
minghuaunix_infidel: it's not even a rare case for Debian packages not meeting Debian Policy standards ;-)10:18
unix_infidelminghua: Heh, i suppose that's true.10:18
unix_infidelBasically what i've got a is a science oriented application here that someone has already packaged.10:18
unix_infidelhttp://wiki.jmol.org/index.php/Debian10:18
minghuaDoes jmol builds with non-Sun java now?10:19
unix_infidelI guess that answers my question.10:20
unix_infidelDebian nor Ubuntu ships with Sun Java.10:20
unix_infidelI'll just test the 3rd party debs in VM before i put them into production.  Thanks :)10:21
=== xerxas [n=R67894@AGrenoble-257-1-85-108.w86-219.abo.wanadoo.fr] has joined #ubuntu-motu
minghuaI've been hearing about getting jmol into Debian for years now10:22
xerxasHi all !10:22
minghuaat least now we have hope :-)10:22
ArwynHeh? ubuntu ships with sun-java or doesn't multivese count?10:22
minghuafor building purposes I suppose it's fair to not count multiverse10:22
=== givre [n=Florent@APuteaux-152-1-43-241.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
=== Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-motu
ArwynHhmm.. on the topic of sun-java are there any plans to move it into universe since it's been GLPed?10:23
unix_infidelminghua: Then it only makes sense that a more "progressive" Debian-based distro which encourages developmental success in a breadth of areas should be the first to tout itself as a distribution dynamic enough to be used in scientific production.10:24
unix_infidelWithout having to create a branch :P10:25
ajmitchArwynH: not until class libraries are also released under a free license10:26
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
ArwynHthere is always a catch isn't there :(10:27
ajmitchyep10:27
unix_infidelThis is the free software game.  There's always going to be a catch :)10:27
\shmoins10:28
lotusleafhow odd, burgerspace in the repos works but with no sound, whereas burgerspace from source works with sound, oh well, must be a missing lib10:29
=== Zdra [n=zdra@16.207-241-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu
=== unix_infidel [n=blue@unaffiliated/unixinfidel/x-8383745] has left #ubuntu-motu ["Leaving"]
=== Tonio_ [n=tonio@139.8.100-84.rev.gaoland.net] has joined #ubuntu-motu
=== realist [n=realist@144.132.81.224] has joined #ubuntu-motu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== givre [n=Florent@APuteaux-152-1-43-241.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
xerxasis someone working on landell/tapioca-sharp ? 11:00
=== Lure [n=lure@external-7.hermes.si] has joined #ubuntu-motu
xerxasdholbach ? 11:10
xerxasyou there ? 11:10
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
xerxasI need some help on libjingle 11:11
=== cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu
=== PuMpErNiCkLe [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu
dholbachxerxas: nobody's working on it11:14
dholbachxerxas: giskard is busy for this and the next week11:14
dholbachxerxas: and it'd be good to get going on it11:14
xerxasdholbach,  yes, but I have a lot of difficulties 11:14
StevenKdholbach: Does this mean his merges are open season? :-P11:14
dholbachStevenK: does he have open man of them?11:14
xerxaswondering if I should better work on this or on syncs/merges or on bug triaging 11:15
xerxasdholbach,  the thing is: landell needs tapioca-sharp 11:15
dholbachxerxas: I know11:15
xerxasand tapioca-sharp is only on svn 11:15
dholbachxerxas: we have other packages that live in svn only atm too11:15
xerxasthe svn tree has tapioca-sharp tree contains also python bindings and a lot of other stuff 11:15
StevenKHrm. The only merge of giskard's is libtelepathy.11:16
xerxasdholbach,  I don't speak about packages , I speak about upstream 11:16
dholbachxerxas: telepathy-blue, gossip-telepathy, libtelepathyqt, etc11:16
dholbachxerxas: best to ask which module you need11:16
xerxason #tapioca-sharp ? 11:16
xerxaserm 11:16
xerxasI meant on #tapioca-voip 11:17
dholbachyeah11:17
xerxas./trunk/tapioca-sharp11:17
xerxas./branches/0.3.9/tapioca-sharp11:17
sivangmorning11:17
dholbachjust ask them11:17
xerxasI should use this one: ./branches/0.3.9/tapioca-sharp11:17
dholbachI didn't look at the code yet, so I don't know11:17
xerxasdholbach,  to be honest, I already asked them 11:18
dholbachslomo, ajmitch and bhale can probably help you with the mono packaging11:18
xerxassomeone answered me that packages exists 11:18
xerxashere : http://extindt01.indt.org/VoIP/apt/pool/main/11:18
dholbachgood11:18
dholbachthen have a look at them11:18
dholbachI'm quite busy with other things11:18
xerxasI asked the guy which is doing that 11:18
xerxashe told me he is not going to package this for feisty right now 11:19
=== geser [n=michael@dialin107095.justdsl.de] has joined #ubuntu-motu
xerxashow should I proceed ? (I took on note that I should ask slomo, ajmitch  and bhale) 11:19
xerxasdholbach,  the thing is, I would like to help but every people redirect me to somewhere else 11:19
dholbachlook at the packages and see if they make sense and work for us11:19
dholbachif not, do changes we need11:20
dholbachonce they're sane you can ask for reviews11:20
xerxasdholbach,  is it ok to work with ./branches/0.3.9/tapioca-sharp ? 11:20
dholbachI don't know11:21
dholbachyou need to ask people and test it11:21
xerxasthen I should bzr push the debian/ubuntu directory ? 11:21
=== ajmitch can see that the packages at that url are not sane, they need some work
dholbachyes11:21
dholbach#tapioca-voip people are VERY helpful and happy to help with packaging11:21
dholbachis saw that with libtelepathyqt and syncropated11:21
xerxasajmitch,  can you explain me what do you see ? 11:22
ajmitchthey don't follow the debian policy, cli policy, etc11:22
xerxasajmitch, they don't meet mono packaging rules ? 11:22
ajmitchtoo many things to list right now :)11:22
xerxasmono packaging rules are what you call cli policy ? 11:22
ajmitchI only took a very very quick glance11:22
ajmitchyes11:22
xerxasajmitch,  ok 11:22
ajmitchhttp://pkg-mono.alioth.debian.org/cli-policy/11:23
xerxasso you think I should restart from scratch ? 11:23
ajmitchcould be a good idea11:23
xerxasajmitch,  with branch/0.3.9 ? 11:23
ajmitchI don't know anything about tapioca-sharp itself11:24
xerxasajmitch,  ok 11:24
ajmitchso asking me what branch won't get a good answer11:24
xerxasI think I once saw a tool that allows me to do apt-cache search on debian apt sources from a ubuntu 11:24
xerxasdoes anyone now that tool ? 11:24
=== PuMpErNiCkLe [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu
xerxasajmitch,  does cdbs plays nicely with cli-policy ? 11:33
ajmitchyes11:33
ajmitchmost mono apps we have are packaged with cdbs11:34
ajmitch& libraries are as well11:34
=== Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu
=== Adri2000 [n=Adri2000@unaffiliated/adri2000] has joined #ubuntu-motu
=== midwinter [n=brandify@27.227.220.203.dial.dynamic.acc01-comm-mtg.comindico.com.au] has joined #ubuntu-motu
=== ogra_ [n=ogra@p548AD21D.dip.t-dialin.net] has joined #ubuntu-motu
=== giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu
=== highvoltage [n=highvolt@196.1.57.88] has joined #ubuntu-motu
Adri2000Fujitsu: here?12:07
=== xerxas [n=R67894@AGrenoble-257-1-85-108.w86-219.abo.wanadoo.fr] has joined #ubuntu-motu
Adri2000Laser_away: I will make a man page for homebank. but I don't think the .desktop file should be in homebank instead of homebank-data because 1) it's arch indep 2) the icon for the .desktop file is in -data12:13
=== mr_pouit [n=silk@LAubervilliers-151-12-125-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-motu
geserif someone has only homebank-data he has a .desktop file without a binary12:14
Adri2000yeah, true...12:15
=== _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
Adri2000is it possible with dh_make to add the man page template without overwriting the whole debian/ directory?12:16
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu
Adri2000ah, found in /usr/share/debhelper/dh_make/debian/12:19
Adri2000manpage.1.ex, manpage.sgml.ex or manpage.xml.ex?12:20
=== jonh_wendell [n=wendell@200165129086.user.veloxzone.com.br] has joined #ubuntu-motu
=== guibis [n=guibis@bxu92.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
guibishi slomo12:27
guibis:-)12:27
=== givre [n=Florent@APuteaux-152-1-43-241.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
=== givr1 [n=Florent@APuteaux-152-1-43-241.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu
=== jonh_wendell [n=wendell@200165129086.user.veloxzone.com.br] has joined #ubuntu-motu
=== Gloubiboulga [n=gauvain@sd-4736.dedibox.fr] has joined #ubuntu-motu
=== givre [n=Florent@APuteaux-152-1-43-241.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
=== No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu
=== givr1 [n=Florent@APuteaux-152-1-41-161.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu
=== PuMpErNiCkLe [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
=== ivoks [n=ivoks@161.53.50.54] has joined #ubuntu-motu
shawarmaI'm looking at some of the merges for Edgy. this one puzzles me: http://merges.ubuntu.com/a/afterstep/afterstep_2.2.2-1ubuntu1.patch01:18
shawarmaIt only merges the changelog.01:19
shawarma\sh: around?01:19
=== FriedCPU [i=friedcpu@stuck.in.the.delta.qu4dr4n7.com] has joined #ubuntu-motu
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu
=== jrib [n=jasonr@unaffiliated/jrib] has joined #ubuntu-motu
=== freeflying_ [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu
=== Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-motu
=== engla [n=ulrik@kr-lun-116-144-233-83.3.cust.bredband2.com] has joined #ubuntu-motu
shawarmaAdri2000: Did you figure it out yet?01:43
Adri2000shawarma: what?01:44
shawarmaAdri2000: The different man pages.01:44
Adri2000yep, manpage.1.ex01:44
shawarmaAdri2000: Right. The others are just other examples of ways you can create man pages. If you use one of the others, you just add a rule to debian/rules to convert it to a nroff file.01:45
Adri2000ok, thanks :)01:45
=== paran_ [n=paran@cl-56.sto-01.se.sixxs.net] has joined #ubuntu-motu
=== ivoks_ [n=ivoks@161.53.50.54] has joined #ubuntu-motu
=== Adri2000 have to go
Adri2000bye01:46
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu
=== herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-motu
=== JaXxon [n=JaXxon@dsl-146-27-224.telkomadsl.co.za] has joined #ubuntu-motu
=== Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu
=== Nafallo [n=nafallo@ubuntu/member/nafallo] has left #ubuntu-motu ["Lmnar"]
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
xerxaswhat section tapioca-sharp should be in ? 02:36
xerxasnet ? 02:36
shawarmaEither that or libs, I guess.02:36
xerxaslibs should be better 02:38
xerxasthanks 02:38
=== Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu
=== proppy [n=proppy@free.mekensleep.com] has joined #ubuntu-motu
=== proppy hugs dholbach
=== dholbach hugs proppy back
dholbachabout to leave - see you later02:42
proppyseeya02:42
proppythe diff.gz was bloated btw02:42
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
=== Gervystar [n=alessand@host52-173-static.120-81-b.business.telecomitalia.it] has joined #ubuntu-motu
=== grimace [n=grimace@rolf.yuss.org] has left #ubuntu-motu []
=== AstralJava [n=jokitalo@cm-083-102-068-117.lohjanpuhelin.fi] has joined #ubuntu-motu
=== xerxas_ [n=R67894@AGrenoble-257-1-55-26.w86-206.abo.wanadoo.fr] has joined #ubuntu-motu
=== truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-motu
=== givre [n=Florent@APuteaux-152-1-41-161.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
fbondMOTUs with free time might consider perusing http://revu.tauware.de/details.py?upid=369203:01
fbondbe nice to have a bot that filled in the details of a REVU package ... :)03:02
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu
=== rytmisk [n=irc@81-231-105-125-no27.tbcn.telia.com] has joined #ubuntu-motu
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
=== Lutin [n=Lutin@sd-4736.dedibox.fr] has joined #ubuntu-motu
=== doomsday- [n=doomsday@home.cameuh.net] has joined #ubuntu-motu
=== hub [n=hub@moodiegate.xandros.com] has joined #ubuntu-motu
=== Tonio_ [n=tonio@139.8.100-84.rev.gaoland.net] has joined #ubuntu-motu
=== dogmatism [n=josh@24.115.218.54.res-cmts.sth.ptd.net] has joined #ubuntu-motu
=== rytmisk [n=irc@81-231-105-125-no27.tbcn.telia.com] has left #ubuntu-motu []
=== Tonio_ [n=tonio@139.8.100-84.rev.gaoland.net] has joined #ubuntu-motu
=== pirast [n=martin@p508B29CF.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== poningru [n=poningru@ip72-209-68-178.ga.at.cox.net] has joined #ubuntu-motu
=== bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu
bddebianHeya gang03:56
xerxassomeone working on telepathy here ? 03:56
xerxascan I create bzr branches for tapioca-sharp / landell ? 03:57
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has left #ubuntu-motu []
xerxasHi bddebian  04:06
Sp4rKyhi there04:07
=== geser [n=michael@dialin104058.justdsl.de] has joined #ubuntu-motu
=== dogmatism [n=josh@24.115.218.54.res-cmts.sth.ptd.net] has joined #ubuntu-motu
=== Adri2000 [n=Adri2000@unaffiliated/adri2000] has joined #ubuntu-motu
=== givre [n=Florent@APuteaux-152-1-41-161.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
zuljeez you guys are quiet today04:22
xerxasyup04:26
xerxasit's quiet here ... 04:26
xerxasdholbach,  I have a debian/ directory for tapioca-sharp , but it doesn't build 04:28
xerxascan I still put a bzr branche as a start ? 04:28
=== PriceChild [n=pricechi@unix0.york.ac.uk] has joined #ubuntu-motu
dholbachsure04:31
dholbachtapioca-qt would be nice too04:31
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== _Enchained [n=cyrille@81.56.226.96] has joined #ubuntu-motu
xerxasdholbach,  how do I push ? I don't find any docs on the wiki , I'll write one I think but I would like to have some directions 04:37
xerxasdo I first need to create the branch on launchpad ? 04:37
xerxashere: https://launchpad.net/people/telepathy/+addbranch ? 04:37
dholbachyou need to create the product04:37
=== jaldhar_ [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
slomoguibis: hi04:39
guibishow are you ?04:39
xerxasdholbach,  here "https://launchpad.net/products/+new" ? 04:40
slomoguibis: fine but tired ;) and you? didn't you want to write me a mail yesterday?04:40
xerxasand that will fit in telepathy team ? 04:40
dholbachyes04:40
dholbachno, that's a product04:40
guibisslomo you haven't receive my mail ?04:40
dholbachbut every team can have branches for products04:40
slomoguibis: nope... try again to slomo@ubuntu.com :)04:41
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
guibisoki i do it 04:41
=== dous [n=dous@124.107.250.61] has joined #ubuntu-motu
=== domatism [n=josh@24.115.218.54.res-cmts.sth.ptd.net] has joined #ubuntu-motu
guibisslomo: done04:44
guibis:-)04:44
=== Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu
xerxasdholbach,  ok , thanks 04:45
xerxasdone 04:45
xerxashttps://launchpad.net/products/tapioca-sharp 04:46
xerxasthen ? I need to "register a branch" ? 04:46
slomoguibis: ah, went into my spam directory... sorry04:46
xerxashttps://launchpad.net/products/tapioca-sharp/+addbranch ? 04:46
dholbachxerxas: no04:46
dholbachjust push to the place04:46
dholbachwe have a wiki page for that too04:46
xerxaswithin the debian directory or within . ? 04:47
xerxasdholbach,  I have searched but didn't find 04:47
dholbachhttps://wiki.ubuntu.com/Telepathy/HelpingOut04:47
xerxasok this is telepathy specific , I was searching for bzr stuff 04:48
guibisok i understand more some stuff slomo :-D !04:48
xerxas"create a bzr branch locally" , how do I do that ? 04:48
dholbachbzr init; bzr add *; bzr commit -m "<commit message>"04:49
dholbachand if you searched for bzr generally, then you should have found bazaar-vcs.org or https://wiki.ubuntu.com/BzrMaintainerHowto04:50
=== lbm [n=lbm@82.192.173.92] has joined #ubuntu-motu
=== rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-motu
jdongslomo: does 66348 have any chance at SRU or shall I attempt to backport?05:00
=== Ingar [n=saltvik@ti500720a080-10858.bb.online.no] has joined #ubuntu-motu
jdongfor ubotu that's BUG 6634805:00
UbugtuMalone bug 66348 in tomboy "Tomboy cannot find service com.beatnicksoftware.Tomboy" [Unknown,Fix released]  http://launchpad.net/bugs/6634805:00
slomoUbugtu: bug 6634805:00
slomodefinitely not05:00
jdongok :)05:01
slomocurrent tomboy in edgy has a fairly bad bug and the code changes are not trivial either05:01
slomoand it needs packaging changes to be backported05:01
slomooh you mean SRU... that's even more unlikely, the patch was really intrusive, changed (build-) dependencies greatly, etc...05:01
jdongyeah, SRU.... cjwatson has been gettin on my case about using backports to fix bugs :)05:02
jdongok, I'll see if it backports :)05:02
slomoit's neither imho05:02
slomounless you want to backport a bad bug ;)05:03
=== nolimitsoya [n=nolimits@176.139.216.81.static.vhe.siw.siwnet.net] has joined #ubuntu-motu
jdongslomo: the fiesty one is buggy?05:03
slomoyes05:03
jdongah, ok05:03
jdong<slomo> current tomboy in edgy has a fairly bad bug and the code changes are not trivial either05:03
jdong;-)05:03
jdongmay I suggest sleep?05:03
slomoit includes the NoteOfTheDay plugin... which likes to create one note each minute on some locales05:03
slomosleep sounds good :)05:03
jdongok, that's off my list. thanks, slomo :)05:05
sivangslomo: each minute?05:06
sivangslomo: each day, no?05:06
jdongsivang: I think that's the bug ;-)05:06
slomosivang: each day is what it is supposed to do... each minute is what it does in de_DE and some other locales05:06
sivangjdong: eh , hehe05:06
sivangoh funky05:06
=== highvoltage [n=jaagaan@ubuntu/member/highvoltage] has joined #ubuntu-motu
slomothe code for that plugin is really evil05:06
=== sivang wonders how a locale change can cause things like that
jdongsleep 1d && make-note....... 05:07
sivangslomo: it's C# though?05:07
sivang(the plugin)05:07
slomoit compares the note title with the current date... but the date is localized and the de_DE translation for example contains the time for some reason05:07
slomoyes, feel free to fix it :)05:07
jdonglol05:07
sivanghehe05:07
jdongcompares note title with date :)05:07
jdongthat's a great one05:08
sivangjdong: yes, I think because when it creates a new day of the note, it uses the current date as the title05:08
sivang(e.g. I can see it workign nicely here)05:08
slomoit should just save the timestamp somewhere else05:08
sivangindeed05:08
sivangpossibly, part of the note meta data05:08
slomothe notes are xml, just add a random tag or attribute somewhere and things will continue to work *sigh*05:08
sivangslomo: ^^^05:09
=== sivang gets the source just for educational purposes
slomofeel free to fix it :)05:10
sivangslomo: where is that check / note creationg supposed to happen in the code?05:11
slomosivang: no idea, i never looked at the code of the plugin... upstream developer told me about it... should be in Tomboy/Plugins/NoteOfTheDay.cs or something05:12
sivangslomo: yes, it in Plugins/NoteOfTheDay.cs inded.05:13
sivangheh, nice05:14
sivangpublic static string GetTitle (DateTime day)05:14
sivang>...{05:14
sivang>...>...// Format: "NotD: Friday, July 01 2005"05:14
sivang>...>...return title_prefix + day.ToString (Catalog.GetString ("dddd, MMMM d yyyy"));05:14
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
sivangslomo: btw, are you usign monodevelop to do C#/mono development or just vi ?05:15
slomothe latter05:15
slomoand there you found exactly one of the lines where wrong assumptions are made ;)05:16
guibisslomo have you read my mail ?05:16
slomoguibis: already answered it05:16
guibisok super i go out see you !05:16
slomook... bye bye :)05:18
guibisslomo have you some example of packaging .net ?05:18
slomobanshee, f-spot, tomboy, monodevelop, mono*, ... :)05:19
=== Burgundavia [n=corey@S0106000fb085cc63.gv.shawcable.net] has joined #ubuntu-motu
guibisbecause i don't know how do that , i know the base of package only ...05:19
guibisoki i will see ...05:19
=== lbm [n=lbm@82.192.173.92] has joined #ubuntu-motu
=== cmpalmer [n=cmpalmer@pdpc/supporter/active/tarheelcoxn] has joined #ubuntu-motu
guibisslomo i prefer english but i might practise my german !05:24
=== midwinter [n=brandify@157.227.220.203.dial.dynamic.acc01-comm-mtg.comindico.com.au] has joined #ubuntu-motu
shawarmaslomo: Would you be alright with me doing your anjuta merge? It's kind of interesting as it's actually a downgrade.05:24
slomoshawarma: sure, just take it :)05:25
shawarmaslomo: Or do you have any particularly good reason for not merging it?05:25
shawarmaslomo: The 2.0-branch has proven to be MAJORly unstable.05:25
shawarmaslomo: ..so Debian has downgraded it back to 1.2.4a.05:26
slomonope, should've been downgraded for edgy already but i noticed too late and had no time05:26
shawarmaslomo: Oh, ok. I'll upload it right away. Thanks.05:26
slomo:)05:26
slomonp05:26
cmpalmerany hint as to when the mediawiki package in edgy will be fixed? the newest "mediawiki" metapackage depends on mediawiki-math of the same version (1.7~edgy1), but that is unavailable.05:26
cmpalmerI should say... depends on mediawiki1.7 and mediawiki1.7-math05:27
jdongcmpalmer: as soon as backports are processed again05:27
cmpalmerjdong: which is generally how often?05:28
jdongcmpalmer: I forgot to mention in the backports report that I needed mediawiki AND mediawiki1.7 backported05:28
jdongcmpalmer: typically Fridays05:28
cmpalmerso perhaps tomorrow, definitely by next week?05:28
jdongcmpalmer: I hope so05:29
cmpalmer:)05:29
=== givre [n=Florent@APuteaux-152-1-64-193.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
jdongcmpalmer: last week they didn't completely do all the backports05:29
engladoes ubuntu do any work on mediawiki?05:29
englawe wanted it in main, but the security situation is apparently not so good05:29
jdongand if that queue ain't cleared I might have a hissy fit :)05:29
=== proppy hugs dholbach
jdongcmpalmer: I'm trying my luck bugging archive admins today to make an exception :)05:34
=== dholbach hugs proppy back
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
jdongcmpalmer: ok, keybuk is your hero05:39
jdongcmpalmer: In about 6 hours go into #ubuntu-devel and ask for backports binary NEW queue to be processed05:40
=== cbx33 [n=pete@84-45-238-195.no-dns-yet.enta.net] has joined #ubuntu-motu
cmpalmerjdong: rawk. :) thanks05:41
=== Lure_ [n=lure@BSN-77-152-53.dsl.siol.net] has joined #ubuntu-motu
=== luka74 [n=lure@external-7.hermes.si] has joined #ubuntu-motu
=== Cieffe [n=cieffe@151.54.91.50] has joined #ubuntu-motu
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
=== ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #ubuntu-motu
ddaawhois mez05:56
ddaaoops05:56
sivanghey ddaa 05:57
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
=== guibis [n=guibis@bxu92.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== reggaemanu_ [n=manu@ARennes-257-1-134-10.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu
=== ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has left #ubuntu-motu []
=== zorglu_ [n=zorglub@206.43.102-84.rev.gaoland.net] has joined #ubuntu-motu
zorglu_q. i would like to link a programm with glibc in static under ubuntu, is there a package to get gnu libc in static ? (aka without the nss kludge) aka to avoid this kind of message during static linking/usr/lib/libglib-2.0.a(gutils.o): In function `g_get_any_init_do': warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking 06:17
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== zorglu_ [n=zorglub@206.43.102-84.rev.gaoland.net] has left #ubuntu-motu ["Konversation]
=== mr_pouit [n=silk@LAubervilliers-151-12-125-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-motu
=== Marsmensch [n=daniel@dslb-084-056-102-198.pools.arcor-ip.net] has joined #ubuntu-motu
=== zorglu_ [n=zorglub@206.43.102-84.rev.gaoland.net] has joined #ubuntu-motu
=== zorglu_ [n=zorglub@206.43.102-84.rev.gaoland.net] has left #ubuntu-motu ["Konversation]
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== superm1_ [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== superm1_ is now known as superm1
=== vil [n=vladimir@catv-tisnov-86.selfnet.cz] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu
joejaxxoh great06:55
joejaxxaiglx on edgy06:55
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
joejaxxi forgot about that06:55
joejaxxnow i have no video on the wallstreet06:55
joejaxxi need to disable that nonsense06:58
=== _DvP_ [n=David@2.39.100-84.rev.gaoland.net] has joined #ubuntu-motu
crimsunit's much easier to simply not load dri or glx07:05
=== amnesia [n=amnezia@ulmg-590efd55.pool.einsundeins.de] has joined #ubuntu-motu
amnesiare07:11
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
crimsunnixternal: we can't proceed with #74549 [for feisty]  until you provide the necessary info according to the sync policy [https://lists.ubuntu.com/archives/ubuntu-devel-announce/2006-August/000181.html ] 07:28
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
superm1crimsun, I still haven't heard back from Axel about getting a licensing blurb on ivtvdriver.org.  I was wondering if this is really necessary though now?  I was looking more closely at the source for msttcorefonts, since they would have the same problem as us.  debian/copyright doesn't mention anything about the license of the files downloaded.  debian/templates just mentions that they can't be redistributed, and must be for personal use only07:33
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
Sp4rKyhi there07:36
Sp4rKyjoejaxx: hi !07:36
Sp4rKysiretart: ping07:36
siretartSp4rKy: You sent me a contentless ping.  This is a contentless pong.  Please provide a bit of information about what you want and I'll respond when I am around.07:36
joejaxxSp4rKy: hello07:36
Sp4rKysiretart: ping , i would some more information about revu07:36
siretartSp4rKy: only if its really quick. It's 7:37pm here, and I have still a lot of work to do for my thesis07:37
siretarttoday07:37
Laser_awayAdri2000: ping07:37
Sp4rKysiretart: just one question, can i have the cron script which check incoming packages ?07:38
=== termitor [n=proutage@sab57-1-82-231-109-37.fbx.proxad.net] has joined #ubuntu-motu
=== termitor [n=proutage@sab57-1-82-231-109-37.fbx.proxad.net] has left #ubuntu-motu ["Leaving"]
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
siretartSp4rKy: you can find it in the revu1 source tree, it is called scripts/process_uploads.py07:38
siretartor rather process_uploads.sh07:38
phanaticevening07:38
Sp4rKysiretart: thks :)07:39
bddebianHeya phanatic, siretart, Sp4rKy :)07:40
phanatichey bddebian 07:40
=== siretart waves to phanatic and bddebian
=== phanatic waves back
=== bddebian too
Sp4rKyheya bddebian 07:41
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== twanj [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu
phanaticGloubiboulga: thanks for the upload :)07:42
Gloubiboulgaphanatic: no problem ;)07:42
crimsunLaserJock: (contentless ping? sheesh :-)07:44
crimsunsuperm1: I would say it's important. msttcorefonts has a slightly different case, since it's synced from Debian contrib07:45
superm1I see07:45
superm1crimsun, well since axel isn't getting back to me still, if i change it over to pull from the windows drivers, what license do i put with it?07:46
crimsunsuperm1: what are you referring to with license? (the installer? the Windows drivers?)07:46
superm1Well the installer would still be GPL, but what would I say about the windows drivers07:47
superm1they are openly redistributable as far as I understand07:47
crimsunsuperm1: you would need to cite an explicit reference to that in debian/copyright, then07:48
=== crippledcanary [n=petmag@h144n1fls33o1006.telia.com] has joined #ubuntu-motu
crimsun"afaiu" isn't sufficient; you'd want the actual text07:48
bddebianDamn, I can't tell if this tray icon code is in the new version of gwget2 or not.  I think it is..07:48
superm1even if its an installer that doesn't ship with the windows driver .zip file07:48
superm1well i'll have to hunt down something that actually indicates this then07:49
LaserJockcrimsun: yes, I'm fond of contentless pings ;-)07:50
bddebianOh gwget2 ftbfs anyway.. w00t07:51
LaserJockhmm, so when are we getting this new dev-only mailing list?07:53
LaserJock:-)07:53
zulLaserJock: didnt you know we already have it, you werent invited ;)07:53
LaserJockdoh!07:54
bddebianheh07:55
crippledcanaryIs it possible for someone here to have a look at the "scibes" package in REVU?07:55
crippledcanaryIt's my first and I would like feedback if possible07:55
zulLaserJock: something about not being worthy07:56
ademanvil: i sent you an email back, my success has been very limited (see: none) but I told you just about everything I knew (see: nothing) hopefully it will be able to help some07:56
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
LaserJockcrippledcanary: "scibes"?07:57
crippledcanaryscribes, sorry for the spell error.07:58
crippledcanaryIt's a python/gtk text editor that I find very useful.07:58
crippledcanaryLook at http://scribes.sourceforge.net07:59
LaserJockcrippledcanary: ok,  give me a little bit and I'll put some comments on there08:00
crimsundebian 34581008:04
UbugtuDebian bug 345810 in wnpp "ITP: scribes -- A simple, slim and sleek text editor written for GNOME" [Wishlist,Open]  http://bugs.debian.org/34581008:04
LaserJockcrippledcanary: have you seen ^^?08:05
crippledcanaryNo... but I'm looking at it now.08:06
LaserJockI can't quite figure out how old it is08:06
=== stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-motu
Q-FUNKstratus :)08:07
crimsunDate: Mon, 26 Dec 2005 13:33:09 UTC08:07
crippledcanaryI'm new at this. What am I supposed to do with this wishlist bug.08:07
crimsuncrippledcanary: it's for information only.08:07
stratusQ-FUNK: hey.08:07
crimsun(from your perspective)08:07
LaserJockcrippledcanary: it means you might want to email the person who filed the bug to see if they are still working on it08:08
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
LaserJockit's kinda old though08:09
LaserJockdoesn't look like anybody got around to it08:09
crippledcanaryCan anyone look at my package to see if I made it correctly. Just out of a technical interest.08:11
crimsunupid?08:11
crimsuni.e., what's the url, crippledcanary?08:12
=== givre [n=Florent@APuteaux-152-1-64-193.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu
LaserJockcrippledcanary: ok, I dropped a few comments on there08:13
crippledcanarycrimsun: Its in REVU, search for it08:14
crimsunI think if I could, I would have just done that.08:14
crimsun(I'm firewalled, hence my asking)08:14
LaserJockcrippledcanary: ordinarily when you want a review you give the URL08:14
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
LaserJockhttp://revu.tauware.de/details.py?upid=338408:15
crimsunLaserJock: thanks08:15
geseris here someone familiar with grace6? I'm trying to merge it and don't know which .desktop file to use: the debian one or the ubuntu one08:15
crippledcanaryok... new at this.08:15
crippledcanarywill provide next time.08:15
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
LaserJockgeser: can you pastebin them for me?08:15
nixternalcrimsun: the only thing I see that I forgot in 74549 was the version #, anything else?08:15
LaserJockcrippledcanary: no problem :-)08:15
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
crimsunnixternal: sure, the whole Ubuntu changes bit.08:16
nixternalonly reason i didn't add them as they were overwritten a couple syncs back. but i can do that up really quick..should i start from teh first Ubuntu changelog?08:17
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
geserLaserJock: sure, http://paste.ubuntu-nl.org/35809/ and http://paste.ubuntu-nl.org/35810/08:17
=== muzzol_ [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
crimsunnixternal: wait, you're requesting a sync of the same version?08:18
bddebianDamn, we need a way to make notes on the merge pages :-(08:18
Adri2000LaserJock: pong08:19
crimsunnixternal: please reject your own bug. Note the md5sum mismatch; you can't sync that.08:19
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
nixternalroger08:19
crimsunnixternal: (md5sum mismatch of the orig.tar.gz, to be clear. Sorry for not catching that earlier.)08:19
nixternalya, i should have caught that myself08:19
nixternali thought i ran md5sum on them08:19
nixternalcool, then it will be an easy merge08:20
crimsunyou can probably just fakesync.08:20
Adri2000crimsun: hi, I think you skipped one of my merges on malone: bug 7416008:20
UbugtuMalone bug 74160 in blobwars "[Merge]  blobwars 1.05-3ubuntu1" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7416008:20
nixternalya, toss me one more curve ball while your at it :)08:20
nixternalthat was the first time I heard of a fakesync08:20
crimsunAdri2000: quite probable08:21
LaserJockAdri2000: I think both the .desktop and icon should be in the homebank binary08:21
Adri2000hmm ok LaserJock 08:21
LaserJockthey are for the homebank binary so it would make sense to ship them with that, don't you think?08:21
crimsunnixternal: fakesyncs are done for mismatched orig.tar.gzs. Essentially you drop all Ubuntu changes (except debian/changelog) and just use Debian's packaging infrastructure.08:21
ajmitchhi08:21
palskiwhat is that compat file in debian directory?08:22
crimsun'lo ajmitch 08:22
zulhey ajmitch 08:22
=== xerxas [n=R67894@mut38-5-82-246-190-19.fbx.proxad.net] has joined #ubuntu-motu
crimsunpalski: see debhelper's man page08:22
fbondcrimsun, care to give midisport-firmware a quick OK?08:22
nixternalahh ok crimsun, so that is what I was going to do anyways08:22
LaserJockpalski: tells debhelper what version you are trying to be compatible with08:22
LaserJockpalski: i.e. a "5" in debian/compat is used for debhelper version 508:22
palskiok, thanks08:22
Adri2000LaserJock: yeah, I agree08:22
crimsunfbond: (url, please)08:23
fbondhttp://revu.tauware.de/details.py?upid=369208:23
xerxasam I supposed to use /usr/share/cdbs/1/class/autotools.mk for a package that compiles with autogen.sh ? 08:23
bddebianYes afaicr08:24
LaserJockgeser: go with the Debian .desktop08:24
=== proppy [n=proppy@free.mekensleep.com] has joined #ubuntu-motu
=== proppy hugs dholbach
=== dholbach hugs proppy back
xerxasbddebian, ok thanks 08:25
crimsunAdri2000: can you send a patch to Debian BTS for blobwar's desktop file?08:26
crimsunfbond: queued08:27
Adri2000crimsun: yep, there are a few things in the packages I merged I will report in debian to be able to sync the next time08:28
crimsunAdri2000: we'll need to carry the dh_iconcache delta afaik08:29
Adri2000crimsun: ok, they don't use that in debian?08:29
crimsunI'm not current with that; perhaps dholbach knows more about the status of dh_iconcache in Debian?08:30
dholbachcrimsun: unfortunately there's not movement there08:31
crimsundholbach: ok, thanks.08:31
dholbachit's not as easy for them to change 12345654323456 packages08:31
crimsunAdri2000: so yes, we'll need to carry that delta08:31
Adri2000ok08:32
dholbachand a package which installs an icon, but does not run gtk-update-icon-cache breaks the cache and some apps crash because they can't load icons08:32
=== apokryphos [n=apokryph@87-194-86-227.bethere.co.uk] has joined #ubuntu-motu
crimsunAdri2000: uploaded, thanks for your work!08:37
Adri2000thank you for sponsoring crimsun :)08:37
crimsunmy pleasure08:38
nixternalcrimsun: with the fakesync/merge, changelog = Merge from Debian unstable, should I add more?08:40
LaserJock"Fakesync from Debian unstable because of md5sum mismatch"?08:42
crimsunnixternal: just note that it's a fakesync instead of a merge.08:42
nixternalroger08:42
crimsunfbond: debian/postinst doesn't seem to actually ``exit 1'' if mktemp fails08:43
nixternali will create a debdiff and post it like I do a merge then?08:43
nixternalbugwise that is08:43
crimsunnixternal: yep08:43
nixternalalright, I will test build one more time just to be sure08:44
=== ailean [n=ailean@82-40-205-105.stb.ubr07.uddi.blueyonder.co.uk] has joined #ubuntu-motu
=== giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu
fbondcrimsun, ah crap, sorry about that08:48
=== Gervystar [n=alessand@host134-238-dynamic.0-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
Adri2000LaserJock: I put the man page in the homebank binary package, right?08:50
LaserJockyes08:50
=== fredix [n=fredix@86.67.45.15] has joined #ubuntu-motu
LaserJockthe items that are specific to the binary (.desktop, manpage, icon) should go in the same package08:51
Adri2000ok08:51
fbondcrimsun, ok, I guess we'll need one more upload from me.  any other issues at the moment?08:51
crippledcanaryWhen fixing stuff in a pagage should I change the -ubuntuX version before uploading or upload with the same as the current?08:52
crimsunfbond: not that I saw.08:52
Adri2000crippledcanary: -ubuntuX+1 of course08:53
LaserJockcrippledcanary: unless it's for review08:53
LaserJockREVU I meant08:53
LaserJockyou can keep the same version for fixing things on REVU08:53
crippledcanaryIt's for REVU. After changing stuff that other commented about.08:53
LaserJockuse the same version then08:53
crippledcanaryOk...thanks08:54
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu
=== crippledcanary [n=petmag@h144n1fls33o1006.telia.com] has left #ubuntu-motu ["Ex-Chat"]
=== ademan [n=dan@h-68-164-186-127.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
=== giskard_ [n=giskard@62-101-126-218.ip.fastwebnet.it] has joined #ubuntu-motu
crimsunnixternal: (remember to change the distribution to 'feisty' and to not include the orig.tar.gz)09:03
nixternalok, then the only debdiff change will be in the changelog09:04
nixternalthe only changes that debdiff sees09:04
crimsun(correct)09:04
nixternalsweet09:04
=== lamont` [i=lamont@nat/hp/x-87498139b881caff] has joined #ubuntu-motu
fbondcrimsun, fix uploaded: http://revu.tauware.de/details.py?upid=370409:05
fbond(when you have a second)09:06
nixternalcrimsun: bug 7486309:08
UbugtuMalone bug 74863 in smb4k "[Feisty MoM] Fakesync smb4k_0.7.5-1" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7486309:08
crimsunfbond: 09:09
crimsun  midisport-firmware_1.2-0ubuntu1_source.changes: done.09:09
crimsunSuccessfully uploaded packages.09:09
crimsunfbond: thanks for your work!09:09
=== guibis [n=guibis@bys216.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
fernandocrimsun: have you a little time to review http://revu.tauware.de/details.py?upid=3591 ?09:11
bddebianHey, who touched my midisport-firmware? ;-P09:12
crimsunfernando: queued.09:12
fernandocrimsun: thanks09:13
crimsunnixternal: retain the current Ubuntu debian/changelog entries, please09:16
nixternalok09:17
nixternalcrimsun: http://librarian.launchpad.net/5320977/smb4k_0.7.5-1.debdiff09:22
nixternalis that what you want?09:22
=== vil [n=vladimir@catv-tisnov-86.selfnet.cz] has joined #ubuntu-motu
crimsunnixternal: err, why is the entry for 0.7.4-0ubuntu1 removed?09:24
nixternalhrmm09:25
nixternaldunno, that has been removed..let me add it and fix it again09:25
nixternalcrimsun: would it be better if I just added every ubuntu change in there since the beginning?09:26
crimsunnixternal: that's not necessary09:27
nixternaljust go to 0.7.4-009:27
LaserJocknixternal: having fun yet? :-)09:29
nixternalalways!09:29
=== malex [n=malex@pdpc/supporter/student/malex] has left #ubuntu-motu []
fbondcrimsun, thanks again for your help on that09:31
crimsunfbond: np09:31
nixternalhttp://librarian.launchpad.net/5321023/smb4k_0.7.5-1.debdiff09:31
nixternallets try that one09:31
nixternalit is either "3rd times a charm" or "3 strikes your out"09:32
nixternalhopefully the former09:32
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
=== rytmisk [n=irc@81-231-105-125-no27.tbcn.telia.com] has joined #ubuntu-motu
=== jonh_wendell [n=wendell@200165129086.user.veloxzone.com.br] has left #ubuntu-motu ["Bye"]
LaserJocknixternal: what is that a debdiff of exactly?09:37
crimsunnixternal: close.09:41
crimsunnixternal: http://paste.ubuntu-nl.org/35817/09:42
nixternalcrimsun: i was debdiffing it against the wrong .dsc09:44
=== nixternal is an e.tard
nixternalheh, i am a moron..can't believe I just did that09:46
nixternali take it you have the debdiff already, so no need for me to upload a FOURTH one :)09:47
crimsunsee feisty-changes.09:47
=== nixternal bows to the mastah
LaserJockwell done nixternal :-)09:48
fbondwww.bookpool.com has 50% off O'Reilly books, if anyone's interested (sorry for the spam)09:50
=== ailean [n=ailean@82-40-205-105.stb.ubr07.uddi.blueyonder.co.uk] has joined #ubuntu-motu
nixternalheh, LaserJock far from well done, I over cooked that one09:51
nixternalan easy one at that. i must need some food. my brain isn't working yet, if it ever has09:52
LaserJocknixternal: you're on feisty-changes though, that's rockin'09:52
aileanhas anyone here taken lpi exams? i'm wondering how important it is that a book is 2+ years old. should i get something more recent or do the contents of this certification always apply?09:53
nixternalLaserJock: i have been there quite a few times already this release cycle, as well as some Dapper and Edgy ones09:53
LaserJocknixternal: you da man ;-)09:53
nixternali only wish09:54
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
gesershawarma: since you are a motu now you could ACK bug 74108 :)10:14
UbugtuMalone bug 74108 in autopsy "Please sync autopsy (2.08-1) from Debian sid" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7410810:14
=== martin_ [n=martin@p508B29CF.dip0.t-ipconnect.de] has joined #ubuntu-motu
crimsunhe just needs to state which Debian component it's in.10:15
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
=== _Enchained [n=cyrille@81.56.226.96] has joined #ubuntu-motu
=== martin_ [n=martin@p508B29CF.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu
shawarmageser: Heh.. I though LaserJock went through them already. :-)10:23
shawarmageser: Thanks for pointing it out.10:23
shawarmacrimsun: Oh, right.10:25
LaserJockshawarma: not all of them10:26
LaserJockI only had time for a few10:26
joejaxxLaserJock: i should have never upgraded the oldworld to edgy10:34
shawarmaLaserJock: Oh, ok. That's quite alright. I just thought I had checked them all, but clearly I missed autopsy.10:34
shawarmacrimsun: Any idea why setting the debian component is needed? It seems kind of redundant.10:34
crimsunshawarma: just policy10:35
crimsunshawarma: (contrib/non-free have a separate sync param from main)10:35
LaserJockit also is a good check if items have switched compenent10:36
LaserJockI had about 6 or so science packages change from non-free to main but we still had them in Multiverse10:36
shawarmaLaserJock: Oh, nice. Anything interested?10:36
shawarmaLaserJock: Er... s/interested/interesting/, of course.10:37
=== rytmisk [n=irc@81-231-105-125-no27.tbcn.telia.com] has left #ubuntu-motu []
LaserJocknot particularly10:39
LaserJockit's I also found packages that had moved section10:39
shawarmaLaserJock: Does that matter?10:40
LaserJockI think cjwatson thought I was a moron when I asked if I could file bugs to have them changed in Ubuntu ;-)10:40
LaserJockit does when you are trying to keep track of 450+ packages10:40
LaserJockmost of MOTU Science listing/tracking is done by section (science, math, electronics)10:41
shawarmaLaserJock: Really? Where/how do you use the section info?10:41
shawarmaLaserJock: Oh, ok. I didn't know there were such sections.10:41
LaserJockyep10:41
=== ivoks [n=ivoks@161.53.50.54] has joined #ubuntu-motu
LaserJockso I don't have to maintain the list of those10:41
shawarmaLaserJock: Seems kind of strange for a packge to migrate between them, though.10:41
LaserJockI only have to manually do the ones that aren't in those 3 sections10:41
LaserJockwell, it's been about 2 years since the sections were set10:42
LaserJocklots can happen in 2 years10:42
shawarmaLaserJock: I suppose. 10:42
shawarmaLaserJock: Why did you have to bother Colin with it? Is that info maintained anywhere apart from the section field in the control file of each upload?10:43
=== _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
LaserJockin the archive overrides10:44
=== PriceChild [n=pricechi@unix0.york.ac.uk] has joined #ubuntu-motu
LaserJocknotice that when you upload a package in section science into Universe it becomes universe/science10:45
LaserJockwhen the packages go through NEW the overrides are set10:45
=== rytmisk [n=irc@81-231-105-125-no27.tbcn.telia.com] has joined #ubuntu-motu
=== xerxas [n=R67894@mut38-5-82-246-190-19.fbx.proxad.net] has joined #ubuntu-motu
shawarmaI see. So in any subsequent uploads the section does not actually matter?10:46
shawarmaWell, of course I shouldn't just change it for fun, but it will not affect anything?10:46
geserhow do we get gaim-encryption updated in feisty? Ubuntu has 3.0+beta5-2 while debian unstable has 3.0~beta7-1. fake sync?10:47
LaserJockshawarma: you might have to ask ubuntu-archive to change it10:47
crimsungeser: yes, fakesync10:48
LaserJockgeser: do they have different .orig.tar.gz?10:48
jdongwaaah they have beta7 now?10:48
jdonghow can I freakin track a backport of all the gaim plugins when they change under me while I'm working on them? :D10:48
geserLaserJock: I haven't checked but I would assume ("New upstream release" in the last changelog entry)10:49
gesercrimsun: would 3.0+beta7-0ubuntu1 be ok?10:50
crimsungeser: yes, we'll have to use that10:50
=== reggaemanu__ [n=manu@ARennes-257-1-134-10.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu
shawarmaLaserJock: Right. Ok.10:54
ryanakcahmm... a program uses qmake-qt4 to build... how would I use cdbs with that?10:54
=== nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-motu
=== Ingar [n=saltvik@ti500720a080-10858.bb.online.no] has joined #ubuntu-motu
Adri2000LaserJock: http://revu.tauware.de/details.py?upid=370611:09
shawarmaryanakca: Google tells me that gnudoq does that. You could take a look at that.11:10
shawarmaajmitch: Are you doing the apt-move merge yourself?11:16
Sp4rKysiretart: i think you're not here, but i would some more info about the cron of REVU. The python scripts only contains 10lines and i don't understand how i should use it (param ?)11:16
=== giskard_ [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu
ryanakcaoh crud... apt-get source is segfaulting like crazy11:20
shawarmaryanakca: Huh? Only source or also update?11:20
ryanakcaonly source... update runs fine11:21
ryanakcashawarma: http://paste.ubuntu-nl.org/35844/11:21
superm1crimsun, I obtained a copy of the agreement that Axel has obtained on the ivtv firmware.  I emailed you it.11:22
ryanakcaedgy on top of that11:22
shawarmaryanakca: Weirdness. You should fetch the ddebs and make a proper backtrace.11:24
ryanakca? fetch the ddebs and make a proper backtrace...11:24
shawarmaAre you familiar with ddebs?11:24
ryanakcamight be... 11:25
ryanakcabut probably am not11:25
shawarmaryanakca: Debug debs?11:25
ryanakcanope11:25
crimsunsuperm1: excellent, thanks11:26
superm1ryanakca,  This explains them: http://lwn.net/Articles/201302/11:26
superm1crimsun, So after reading through theat11:26
superm1what do you gather?11:26
crimsunsuperm1: yes, placing the text in debian/copyright is proper, but the final call will be made by ubuntu-archive11:27
superm1Ok.11:27
shawarmaryanakca: The archive builds a non-stripped version of every package to help in generating backtraces with the symbols inserted.11:27
superm1i want to hold off and get the end user license firmware agreement too11:27
superm1and distribute that too11:27
crimsunsuperm1: right11:27
superm1make sure it is shown before the package is installed11:27
superm1should i still do this as an installer then?  or directly ship the firmware since hauppauge gave me the go with this thing?11:27
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu
crimsunsuperm1: do you have explicit written permission for the firmware to be redistributed from Canonical-hosted servers?11:29
guibishas someone now how package with java ?11:31
superm1its not indicated where it is to be hosted from.  the agreement just indicates that it is allowed to be redistributed to end users..11:31
superm1but even if i get direct permission to host it on just canonical servers, isnt that against ubuntu's creed?11:31
crimsunsuperm1: not afaik11:32
guibisping doko 11:32
crimsunsuperm1: the step now is to obtain explicit written permission to distribute the firmware from the archive (and its mirrors)11:32
crimsunsuperm1: if that cannot be done, then the installer method must suffice11:32
superm1Okay, once my hauppauge contact gets back to me with the end user firmware agreement then i'll check about that.11:33
crimsungreat, thanks11:33
=== psusi [i=hidden-u@iriserv.iradimed.com] has joined #ubuntu-motu
=== cormil [n=cormil@d83-184-110-234.cust.tele2.it] has joined #ubuntu-motu
tsmitheping LaserJock11:46
ryanakcashawarma: I'm getting segfault in update as well now...11:47
ajmitchshawarma: well yes, I am doing the merges that are under my name11:47
ryanakcashawarma: I wonder if it has anything to do with my using my home-built 2.6.19 kernel11:47
shawarmaajmitch: Ok. I just started from the top and yours came up.11:47
=== ajmitch has the merge done, just wanted to ask mvo about something
shawarmaajmitch: Is the "policy" still that we ask here before doing each other's merges? I'm just curious because someone did almost all my merges and noone even pang me.11:48
ajmitchshawarma: yes, that's what you should do11:49
ajmitcheven notification after the fact is better than nothing11:49
tsmitheah well; LaserJock - I'm going to sleep now, but I saw your comments, and uploaded another version based on them. if you could take another look that would be fantastic. thanks. the url is http://revu.tauware.de/details.py?upid=370711:49
ryanakcashawarma: all apt-* commands are dead here...11:50
shawarmaryanakca: Only them?11:50
shawarmaryanakca: Seems a bit strange.11:50
sladenUbuntu wins by not having a "maintainer lock".  Lets not start trying to enforce one11:50
ryanakcashawarma: it, and pbuilder... maybe some other things...11:50
ryanakcaaptitude, adept, all things based on apt... 11:51
shawarmaryanakca: Ah, ok. If pbuilder does it too, my your-/var/lib/dpkg/*-might-be-messed-up theory is void.11:51
ryanakcaI don't get segfault in particular with pbuilder.. but It does crash11:52
tsmithewell... if anyone else want to take a look that would also be super11:54
tsmithenight11:54
ajmitchsladen: it's not a lock, it's a matter of not duplicating work & annoying everyone11:54
=== givre [n=Florent@APuteaux-152-1-94-74.w90-2.abo.wanadoo.fr] has joined #ubuntu-motu
=== givre [n=Florent@APuteaux-152-1-94-74.w90-2.abo.wanadoo.fr] has left #ubuntu-motu []
=== fowlduck [n=nate@198.150.12.33] has joined #ubuntu-motu
=== luisbg [n=LuisB_G@87.217.146.157] has joined #ubuntu-motu
=== luisbg [n=LuisB_G@87.217.146.157] has joined #ubuntu-motu
=== midwinter [n=brandify@174.227.220.203.dial.dynamic.acc01-comm-mtg.comindico.com.au] has joined #ubuntu-motu
tsmitheLaserJock (or anyone else who has looked or would like to look at asoundconf-gtk), i have made a further couple of changes, and the url is now http://revu.tauware.de/details.py?upid=370912:09
=== luisbg [n=LuisB_G@87.217.146.157] has joined #ubuntu-motu
=== ailean [n=ailean@82-40-205-105.stb.ubr07.uddi.blueyonder.co.uk] has joined #ubuntu-motu
=== luisbg [n=LuisB_G@87.217.146.157] has joined #ubuntu-motu
tsmithenow i really am /away sleep12:11

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