/srv/irclogs.ubuntu.com/2007/10/16/#ubuntu-motu-torrent.txt

=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there08:56
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 08:57
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
(fabbione/#ubuntu-motu-torrent) test08:57
=== fabbione [i=fabbione@gordian.fabbione.net] has left #ubuntu-motu-torrent ["Ex-Chat"]
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== BugMaN [n=BugMaN@151.100.133.15] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@168.Red-83-57-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all01:02
pochuHi DarkSun8801:18
DarkSun88Hi pochu :)01:19
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) hi guys01:21
(bluekuja/#ubuntu-motu-torrent) :)01:21
(bluekuja/#ubuntu-motu-torrent) asac: I start fixing lintian error01:22
(bluekuja/#ubuntu-motu-torrent) :)01:22
pochuHey bluekuja01:26
(bluekuja/#ubuntu-motu-torrent) pochu: :)01:26
(bluekuja/#ubuntu-motu-torrent) ubuntulog is inside01:26
(bluekuja/#ubuntu-motu-torrent) great01:26
pochuSo be careful with what you say ;)01:28
(bluekuja/#ubuntu-motu-torrent) haha :)01:28
DktrKranzno more spam? d'oh!01:29
(bluekuja/#ubuntu-motu-torrent) :D01:29
pochuWe can register #ubuntu-motu-torrent-offtopic :p01:30
(bluekuja/#ubuntu-motu-torrent) lol01:30
DktrKranz30 characters? no way! #u-m-t-ot instead!01:31
(bluekuja/#ubuntu-motu-torrent) :D01:31
pochuhehe :)01:32
DktrKranzI'm gonna die if I type too many characters at a time01:32
pochuDktrKranz: you can set it as autojoin, so no need to type it ;)01:34
DktrKranzmh, let me do some tests01:35
DktrKranzusing copy and paste it took only 12 key pressures, +1 :P01:36
(bluekuja/#ubuntu-motu-torrent) asac: all lintian problems are strictly related to bad makefiles/configures02:06
(bluekuja/#ubuntu-motu-torrent) and trying to update it I get some macro undefinied like AC_PROG_LIBTOOL02:06
asacbluekuja: you need libtool installed for that02:18
asacthough you should not need libtool if no libs are build02:18
(bluekuja/#ubuntu-motu-torrent) asac: a lib is built02:18
asacif you really need it you need a build-depends02:18
asacon libtool02:18
(bluekuja/#ubuntu-motu-torrent) asac: do you think that running autotools will fix those problems?02:19
(bluekuja/#ubuntu-motu-torrent) e.g docs are installed by default, also if not listed in DOCS02:19
asacno02:19
asacif you have no libtool installed then the libtool macro does not exist02:19
asacfor the rest i have no idea02:19
asacupdating autotools generated files might help02:20
asacgive it a try02:20
(bluekuja/#ubuntu-motu-torrent) asac: gconf are installed in /usr/etc/..02:20
(bluekuja/#ubuntu-motu-torrent) and thats bad02:20
asacyes02:20
asacthats probably a Makefile.am bug02:20
asace.g. bad makefile02:20
asacmaybe look what packages do that do it proper02:20
asacbluekuja: probably that is due to some missing configure switch02:21
asaclook what other packages pass to configure in rules02:21
asacand then look if you do the same02:21
(bluekuja/#ubuntu-motu-torrent) asac: I found out that gconf variable is set in aclocal02:22
(bluekuja/#ubuntu-motu-torrent) GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'02:22
(bluekuja/#ubuntu-motu-torrent) using this02:22
(bluekuja/#ubuntu-motu-torrent) that installs them into /usr/etc02:22
asacbluekuja: what do you pass to configure?02:22
asacprobably you don't pass proper sysconfdir02:23
(bluekuja/#ubuntu-motu-torrent) let me see02:23
asacwhich is why things get installed beneath $(prefix)/etc02:23
asace.g. look what you are missing02:23
(bluekuja/#ubuntu-motu-torrent) asac: yeah02:23
(bluekuja/#ubuntu-motu-torrent) sysconfdir='${prefix}/etc'02:23
(bluekuja/#ubuntu-motu-torrent) bad folder02:23
(bluekuja/#ubuntu-motu-torrent) in configure02:23
(bluekuja/#ubuntu-motu-torrent) let's fix and try again02:24
asacbluekuja: look at how good packages invoke configure02:25
asacthe basic parameters are *always* identical for all autotoolized packages02:26
(bluekuja/#ubuntu-motu-torrent) asac: good package = updated?02:26
(bluekuja/#ubuntu-motu-torrent) updated = autotoolized02:27
asache?02:27
(bluekuja/#ubuntu-motu-torrent) look at how good packages invoke configure02:27
asacyes02:27
(bluekuja/#ubuntu-motu-torrent) I was talking about this02:27
asacjust pick some02:27
asacmost should do it proper02:27
asacat best pick some package from main02:27
asacsome C (or C++) package02:27
(bluekuja/#ubuntu-motu-torrent) and I see how the invoke configure?02:28
(bluekuja/#ubuntu-motu-torrent) into sources02:28
asacno02:28
asacin rules02:28
asacread above02:28
(bluekuja/#ubuntu-motu-torrent) ok02:28
(bluekuja/#ubuntu-motu-torrent) ah yeah sorry02:28
(bluekuja/#ubuntu-motu-torrent) :)02:28
asacyour problem is probably in rules ... not in the make/configure files itself :)02:28
asacnp02:28
(bluekuja/#ubuntu-motu-torrent) checking02:29
(bluekuja/#ubuntu-motu-torrent) a package in main02:29
(bluekuja/#ubuntu-motu-torrent) asac: problem was in configure file02:33
(bluekuja/#ubuntu-motu-torrent) asac: I changed gconf dir02:33
(bluekuja/#ubuntu-motu-torrent) and it works02:34
asacgood02:34
asacgo ahead02:34
asacfix the rest :)02:34
(bluekuja/#ubuntu-motu-torrent) need to find out docs02:34
(bluekuja/#ubuntu-motu-torrent) asac: whats the default dir for gconf?02:34
(bluekuja/#ubuntu-motu-torrent) PREFIX/...02:34
(bluekuja/#ubuntu-motu-torrent) then?02:34
(bluekuja/#ubuntu-motu-torrent) *schemas02:34
asacno idea ... search in /usr/share ... there should be schemas already02:37
(bluekuja/#ubuntu-motu-torrent) asac: ok gconf problem fixed02:47
(bluekuja/#ubuntu-motu-torrent) asac: need to find out why those docs are installed without rules permission02:47
(bluekuja/#ubuntu-motu-torrent) asac: do you think that adding a clean rule for it would be ok?02:47
asacclean rule?02:47
(bluekuja/#ubuntu-motu-torrent) e.g rm ...02:47
(bluekuja/#ubuntu-motu-torrent) in rules02:47
(bluekuja/#ubuntu-motu-torrent) to delete them without bothering makefiles02:48
(bluekuja/#ubuntu-motu-torrent) e.g -rm -f (CURDIR)debian/usr/share/doc/diff-ext/COPYING02:49
(bluekuja/#ubuntu-motu-torrent) */02:49
(bluekuja/#ubuntu-motu-torrent) for all of them02:49
(bluekuja/#ubuntu-motu-torrent) trying it02:49
asaci am currently in -classroom :)02:51
asacno ... deleting is probably not a good idea02:52
(bluekuja/#ubuntu-motu-torrent) asac: y?02:52
asacbluekuja: look how other packages deal with that ... they should face the same problem02:52
(bluekuja/#ubuntu-motu-torrent) asac: its not a rules problem02:52
(bluekuja/#ubuntu-motu-torrent) its related to bad makefiles02:53
(bluekuja/#ubuntu-motu-torrent) as gconf02:53
(bluekuja/#ubuntu-motu-torrent) I set in DOCS only authors file02:53
(bluekuja/#ubuntu-motu-torrent) and I get all of them02:53
(bluekuja/#ubuntu-motu-torrent) at the end02:53
asack02:53
asaclook in the Makefile.am files02:54
asacand see whats wrong with them02:54
(bluekuja/#ubuntu-motu-torrent) yeah02:54
(bluekuja/#ubuntu-motu-torrent) currently checking02:54
asaccompare to other packages ... which have COPYING et al in there source tree as well02:54
asacmost should have that file02:54
asacas its standard for autotoolized things02:54
(bluekuja/#ubuntu-motu-torrent) asac: one more thing02:56
(bluekuja/#ubuntu-motu-torrent) lib is installed into02:56
(bluekuja/#ubuntu-motu-torrent) ah no02:56
(bluekuja/#ubuntu-motu-torrent) nvw02:56
(bluekuja/#ubuntu-motu-torrent) *nvm02:56
(bluekuja/#ubuntu-motu-torrent) :)02:56
(bluekuja/#ubuntu-motu-torrent) asac: yeah, something bad is in Makefile03:00
(bluekuja/#ubuntu-motu-torrent) e.g am__installdirs = "$(DESTDIR)$(diff_extdocdir)"03:00
(bluekuja/#ubuntu-motu-torrent) diff_extdocDATA_INSTALL = $(INSTALL_DATA)03:00
(bluekuja/#ubuntu-motu-torrent) and diff_extdoc_DATA = \03:00
(bluekuja/#ubuntu-motu-torrent) README \03:00
(bluekuja/#ubuntu-motu-torrent) COPYING \03:00
(bluekuja/#ubuntu-motu-torrent) AUTHORS \03:00
(bluekuja/#ubuntu-motu-torrent) ChangeLog \03:00
(bluekuja/#ubuntu-motu-torrent) INSTALL \03:00
(bluekuja/#ubuntu-motu-torrent) NEWS \03:00
(bluekuja/#ubuntu-motu-torrent) TODO03:00
asacbluekuja: looking at makefile might help to understand the problem ... but the problem has to be solved in Makefile.am03:00
(bluekuja/#ubuntu-motu-torrent) I cleaned makefile.am deleting diff_extdoc_DATA = \03:01
asacdo you really want that?03:01
asaci mean having README and stuff like that is ok03:01
(bluekuja/#ubuntu-motu-torrent) they are blank03:01
(bluekuja/#ubuntu-motu-torrent) :)03:01
asacblank?03:01
(bluekuja/#ubuntu-motu-torrent) zero-byte-file-in-doc-directory usr/share/doc/diff-ext/TODO03:01
(bluekuja/#ubuntu-motu-torrent) zero-byte-file-in-doc-directory usr/share/doc/diff-ext/README03:02
asacah ... yes ... drop those blank ones03:02
(bluekuja/#ubuntu-motu-torrent) COPYING is not needed too03:02
(bluekuja/#ubuntu-motu-torrent) if I leave the changelog there03:02
(bluekuja/#ubuntu-motu-torrent) I get03:02
(bluekuja/#ubuntu-motu-torrent) changelog-file-not-compressed ChangeLog03:02
(bluekuja/#ubuntu-motu-torrent) because has been already set in rules03:02
(bluekuja/#ubuntu-motu-torrent) by default03:03
(bluekuja/#ubuntu-motu-torrent) so all those files need to be removed cause blank files or bad(like copying to needed)03:03
(bluekuja/#ubuntu-motu-torrent) asac: I've fixed LIBTOOL problem, now updating and building03:06
(bluekuja/#ubuntu-motu-torrent) to see if docs are no more installed03:06
(bluekuja/#ubuntu-motu-torrent) asac: worked03:07
(bluekuja/#ubuntu-motu-torrent) :)03:07
asacbluekuja: if you are done... do a lintian/linda run03:07
asacto see any problems :)03:07
(bluekuja/#ubuntu-motu-torrent) clean03:07
(bluekuja/#ubuntu-motu-torrent) clean now03:08
asacfine03:08
(bluekuja/#ubuntu-motu-torrent) :)03:08
(bluekuja/#ubuntu-motu-torrent) asac: need to import into bzr now03:08
(bluekuja/#ubuntu-motu-torrent) how do you prefer it?03:08
asacimport to debian branch03:08
(bluekuja/#ubuntu-motu-torrent) e.g checkins03:08
asacthen submit changes that are in upstream code upstream03:08
asaconce they applied them ... we have to merge03:08
(bluekuja/#ubuntu-motu-torrent) we dont have a debian branch03:09
(bluekuja/#ubuntu-motu-torrent) all in one03:09
asacyes ... we have upstream + debian03:09
(bluekuja/#ubuntu-motu-torrent) yup03:09
asachttp://bazaar.launchpad.net/~bluekuja/diff-ext/upstream.source/ vs http://bazaar.launchpad.net/~bluekuja/diff-ext/debian.source/03:10
asacland your changes in debian.source03:10
(bluekuja/#ubuntu-motu-torrent) ok03:10
asactaking care that you checkin per issue03:10
(bluekuja/#ubuntu-motu-torrent) ok03:10
asacso the checkins are distinct03:10
asacand you can then diff those checkins only and send them upstream03:10
(bluekuja/#ubuntu-motu-torrent) first checking / docs03:10
(bluekuja/#ubuntu-motu-torrent) and so on03:10
(bluekuja/#ubuntu-motu-torrent) ok03:10
(bluekuja/#ubuntu-motu-torrent) lets do it03:11
asacright03:15
asacyou will do ... if its not perfect ... no problem :)03:15
asaci am happy enough if you are aware of the importance :)03:16
(bluekuja/#ubuntu-motu-torrent) yup :)03:17
(bluekuja/#ubuntu-motu-torrent) asac: done, all revisions pushed correctly, now it should be ok to build it again to check lintian :)03:22
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
asacbluekuja: ok ... will try in 30 min :)03:23
(bluekuja/#ubuntu-motu-torrent) asac: sounds great03:23
(bluekuja/#ubuntu-motu-torrent) :)03:23
(bluekuja/#ubuntu-motu-torrent) asac: is normal that fetching a dependency with pbuilder gets a 404 error: not found03:47
(bluekuja/#ubuntu-motu-torrent) using archive.ubuntu.com03:47
asachmm03:47
(bluekuja/#ubuntu-motu-torrent) and having scons as dep in control03:48
asacno03:48
asacmaybe you need to update03:48
(bluekuja/#ubuntu-motu-torrent) yeah03:48
asacthe pbuilder environment03:48
(bluekuja/#ubuntu-motu-torrent) lets try03:48
(bluekuja/#ubuntu-motu-torrent) if updating wont work03:48
(bluekuja/#ubuntu-motu-torrent) its a problem03:48
(bluekuja/#ubuntu-motu-torrent) e.g after update, still fetch problem03:48
(bluekuja/#ubuntu-motu-torrent) asac: tell me when you built03:56
asaci will get fetch errors?03:56
asacwhy so?03:56
(bluekuja/#ubuntu-motu-torrent) asac: ?03:56
(bluekuja/#ubuntu-motu-torrent) asac: nope it was another package03:57
(bluekuja/#ubuntu-motu-torrent) I'm merging03:57
(bluekuja/#ubuntu-motu-torrent) :)03:57
asacah03:57
(bluekuja/#ubuntu-motu-torrent) diff is ok03:57
(bluekuja/#ubuntu-motu-torrent) ;)03:57
(bluekuja/#ubuntu-motu-torrent) just need your build03:57
(bluekuja/#ubuntu-motu-torrent) and your lintian test03:57
(bluekuja/#ubuntu-motu-torrent) :)03:57
asaci will take a look at file hierarchy layout03:58
asacsome things cannot be caught by lintian03:58
asacyour last comment "in configure" file ... sounds as "always wrong"03:59
asacmodifying configure is always bad03:59
(bluekuja/#ubuntu-motu-torrent) asac: its just a dir variable03:59
(bluekuja/#ubuntu-motu-torrent) it has to be done from there03:59
asacyes you did it wrong03:59
asacas i said ... you lack a parameter to configure04:00
asacinvocation04:00
asacbluekuja: nevertheless its wrong04:00
(bluekuja/#ubuntu-motu-torrent) e.g --sysconfdir /usr/share04:00
asacfirst: its not persistent04:00
asacas it willl be overwritten on next autoconf04:00
asacsecond: you have the option to overwrite it by configure parameters04:00
asacso modifying it is wrong04:01
(bluekuja/#ubuntu-motu-torrent) asac: yeah, you're really right04:01
(bluekuja/#ubuntu-motu-torrent) didnt think about it04:01
asacbluekuja: las i said ... please look what other packages pass to configure in rules04:01
asacits the same everywhere04:01
asace.g. if they have a sysconfdir04:02
(bluekuja/#ubuntu-motu-torrent) asac: ^^04:02
asacok ... to take the short track: its /etc04:02
asacnot /usr/share04:02
(bluekuja/#ubuntu-motu-torrent) I was waiting your comment04:02
(bluekuja/#ubuntu-motu-torrent) ^^04:02
(bluekuja/#ubuntu-motu-torrent) :)04:02
asacif you don't want it in rc then Makefile.am are wrong04:02
asacs/in rc/in etc/04:02
(bluekuja/#ubuntu-motu-torrent) asac: /etc ??04:02
asacif you want it in share ... then its DATA04:02
(bluekuja/#ubuntu-motu-torrent) asac: gconf files need to go to /usr/share04:03
(bluekuja/#ubuntu-motu-torrent) why /etc?04:03
(bluekuja/#ubuntu-motu-torrent) the problem was related to a bad gconf folder04:03
(bluekuja/#ubuntu-motu-torrent) reported by lintian04:04
(bluekuja/#ubuntu-motu-torrent) that was pointing them to /etc04:04
(bluekuja/#ubuntu-motu-torrent) */usr/etc04:04
(bluekuja/#ubuntu-motu-torrent) changing configure sysconfig (we can --sysconfdir to ./configure in rules too)04:04
(bluekuja/#ubuntu-motu-torrent) we make the trick04:04
(bluekuja/#ubuntu-motu-torrent) and we're done04:05
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: passing that variable to rules's ./configure works04:11
(bluekuja/#ubuntu-motu-torrent) so we dont have to change configure directly04:12
asacyep04:12
asacsafe bet04:12
asacno of course not04:12
(bluekuja/#ubuntu-motu-torrent) uploading it04:12
asacif you want to change something in confiugre04:12
asacyou have to modifiy configure.ac04:12
(bluekuja/#ubuntu-motu-torrent) yea04:12
asacand regen configure from that04:12
(bluekuja/#ubuntu-motu-torrent) configure is not stable04:12
asacits generated04:12
(bluekuja/#ubuntu-motu-torrent) e.g it regens04:12
(bluekuja/#ubuntu-motu-torrent) yep04:12
(bluekuja/#ubuntu-motu-torrent) :)04:12
asacand generated files should never be touched by hand04:12
asacnormally they even don't belong in revision control04:12
asacif you put them ... always check them in with a distinct patch04:13
asacso the diff of your manual changes does not contaminated04:13
asacbluekuja: so you can revert the last checkin (e.g. apply reversed)04:13
(bluekuja/#ubuntu-motu-torrent) asac: how?04:13
asacand check that in (e.g. backout the wrong checkin)04:13
(bluekuja/#ubuntu-motu-torrent) how can I delete last checkin?04:14
asacyou can't04:14
(bluekuja/#ubuntu-motu-torrent) uncommitting and overwriting04:14
(bluekuja/#ubuntu-motu-torrent) should work too04:14
asac(you could but since its already published you don't want to)04:14
asacso you have to backout by applying the reverse-diff04:14
asacbluekuja: no please don't uncommitt04:14
asacon published branches04:14
(bluekuja/#ubuntu-motu-torrent) asac: oh ok^^04:14
asacwe did this in the beginning once :) ... but just to get a good start04:15
asacnow we should return to decent business and backout properly04:15
asacby a checkin on-top04:15
(bluekuja/#ubuntu-motu-torrent) asac: I can apply the only change I did in one checking (changing sysconf)04:15
(bluekuja/#ubuntu-motu-torrent) and then fix rules04:15
(bluekuja/#ubuntu-motu-torrent) in another one04:15
asacyeah ... but exercise how you can do that without editing a file manual :)04:15
(bluekuja/#ubuntu-motu-torrent) :D04:15
(bluekuja/#ubuntu-motu-torrent) bzr diff04:15
asacif you have a lager checkin to backout ... manual reverting is error-prone04:15
asacor impossible04:15
(bluekuja/#ubuntu-motu-torrent) ye04:16
(bluekuja/#ubuntu-motu-torrent) need to use bzr diff04:16
asacright bzr diff is the right way to start04:16
(bluekuja/#ubuntu-motu-torrent) good exercise04:16
asacmaybe there is even a bzr command do to exactly that04:16
asac(but its not called revert ... thats for sure)04:16
asaci don't know if bzr has a command to do that04:16
(bluekuja/#ubuntu-motu-torrent) asac: revert Revert files to a previous revision.04:17
(bluekuja/#ubuntu-motu-torrent) lol04:17
asacdoing manual is a good exercise anyway :)04:17
asacbluekuja: yes ... you can try04:17
asacif it doesn't remove revisions04:17
asacthen its fine04:17
(bluekuja/#ubuntu-motu-torrent) lets try04:17
asaci only use it to reset modified files04:17
(bluekuja/#ubuntu-motu-torrent) bzr revert M configure04:17
(bluekuja/#ubuntu-motu-torrent) the output04:18
(bluekuja/#ubuntu-motu-torrent) now pushing04:18
asacno04:18
asaclook at what it did first04:18
asace.g. use bzr log04:18
(bluekuja/#ubuntu-motu-torrent) ah yea04:18
asacis there a new revision?04:18
asacwhat did it do?04:18
asacif you did not add a comment then it probably didn't do what you want04:18
(bluekuja/#ubuntu-motu-torrent) did nothing04:18
(bluekuja/#ubuntu-motu-torrent) maybe bzr revert -m "message"04:19
(bluekuja/#ubuntu-motu-torrent) nope04:19
asacactually i am pretty sure revert is not what we want04:20
(bluekuja/#ubuntu-motu-torrent) mmm....you're right04:20
asac(i alreday tried it as its called revert in git)04:20
(bluekuja/#ubuntu-motu-torrent) I see no changesd04:20
asacmaybe you can pass parameters?04:20
asacactually i can't believe that there is no such command in default bzr04:21
asacbut i don't see the command04:21
asacso i just do it by hand :)04:21
(bluekuja/#ubuntu-motu-torrent) :D04:21
asacin svn you use merge to do it04:21
(bluekuja/#ubuntu-motu-torrent) bzr diff then04:21
(bluekuja/#ubuntu-motu-torrent) bzr diff which variables uses?04:22
asacyeah you can definitly use bzr diff -r... | something | somethingelse04:22
asacuse bzr help04:22
asacto figure out04:22
asacbzr help <command>04:22
asaccan always be used04:22
(bluekuja/#ubuntu-motu-torrent) asac: where should the diff be stored?04:24
(bluekuja/#ubuntu-motu-torrent) asac: ok, I have the diff04:27
(bluekuja/#ubuntu-motu-torrent) asac: how can I apply it now to the branch?04:27
asacyou can either put it to some file04:27
(bluekuja/#ubuntu-motu-torrent) yeah04:27
asacor just pipe into the command that reversed + applies your changes :)04:27
(bluekuja/#ubuntu-motu-torrent) I have it on a file now04:27
asacsee above ... i do all with a single pipe expression04:27
asacbluekuja: if you have file you have to apply the patch reversed04:28
(bluekuja/#ubuntu-motu-torrent) mmm...04:28
asachow to do that is in your hands :)04:28
(bluekuja/#ubuntu-motu-torrent) and then push04:28
asaccommit04:28
(bluekuja/#ubuntu-motu-torrent) yes04:28
asacverify that it does what you want04:28
asacthen finally push and tell me :)04:28
asaccomment that you reverted a checkin and name what checkin was reverted04:29
(bluekuja/#ubuntu-motu-torrent) ok04:29
(bluekuja/#ubuntu-motu-torrent) asac: rules changes04:29
(bluekuja/#ubuntu-motu-torrent) go in another checkin right?04:29
asacdepends about what they are04:31
asace.g. if you change something in rules because you removed some file04:31
asacboth changes would go into the same checkin04:31
(bluekuja/#ubuntu-motu-torrent) asac: nope, added content04:31
(bluekuja/#ubuntu-motu-torrent) in our case04:31
asacwhat content?04:31
asacdid we add?04:32
(bluekuja/#ubuntu-motu-torrent) --sysconfdif variable04:32
asacyeah nm04:32
asacif you just changed rules04:32
asacthen its a distinct checkin ... yes04:33
(bluekuja/#ubuntu-motu-torrent) ok04:33
(bluekuja/#ubuntu-motu-torrent) asac: done04:43
(bluekuja/#ubuntu-motu-torrent) everything pushed04:43
(bluekuja/#ubuntu-motu-torrent) you can try to build04:43
asacbluekuja: will try after developer team meeting04:46
asac@schedule04:46
(ubotu/#ubuntu-motu-torrent) Schedule for Etc/UTC: 31 May 15:00: Ubuntu Development Team | 31 May 21:00: Kubuntu Developers | 05 Jun 19:00: Technical Board | 06 Jun 20:00: Edubuntu | 07 Jun 20:00: Ubuntu Development Team | 12 Jun 15:00: Kernel Team04:46
(bluekuja/#ubuntu-motu-torrent) asac: :)04:46
(bluekuja/#ubuntu-motu-torrent) asac: gonna have a break04:46
(bluekuja/#ubuntu-motu-torrent) asac: ping me when done04:46
(bluekuja/#ubuntu-motu-torrent) @schedule rome04:47
(ubotu/#ubuntu-motu-torrent) Schedule for Europe/Rome: 31 May 17:00: Ubuntu Development Team | 31 May 23:00: Kubuntu Developers | 05 Jun 21:00: Technical Board | 06 Jun 22:00: Edubuntu | 07 Jun 22:00: Ubuntu Development Team | 12 Jun 17:00: Kernel Team04:47
(bluekuja/#ubuntu-motu-torrent) bbl04:47
=== freeflying [n=freeflyi@123.116.98.163] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@17.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: back05:33
asacyes meeting is over as well :/05:34
(bluekuja/#ubuntu-motu-torrent) aww05:35
(bluekuja/#ubuntu-motu-torrent) asac: I'm leaving in 30-40 mins05:36
(bluekuja/#ubuntu-motu-torrent) can we finish ?05:36
asaclookin05:36
(bluekuja/#ubuntu-motu-torrent) perfect05:37
asaci don't get why you choose ${prefix}/share as sysconfdir05:37
asacdo other packages do the same?05:37
(bluekuja/#ubuntu-motu-torrent) asac: that dir is specified for gconf schemas05:38
asacyes right05:38
(bluekuja/#ubuntu-motu-torrent) gconf schemas are stored in usr/share05:38
(bluekuja/#ubuntu-motu-torrent) ;)05:38
asacbut that doesn'tmean that sysconfdir is that place05:38
asacbut let me look05:38
(bluekuja/#ubuntu-motu-torrent) its specified only for schemas05:39
(bluekuja/#ubuntu-motu-torrent) in configure05:39
asacok in cdbs helper mk files DEB_CONFIGURE_SYSCONFDIR =/etc05:40
asacso its probably not right to use it for that purpose05:40
asacwhere is the schema file declared in Makefile.am ?05:43
(bluekuja/#ubuntu-motu-torrent) asac: data/makefile.am05:43
asachow?05:45
(bluekuja/#ubuntu-motu-torrent) asac: they are not decalred05:46
(bluekuja/#ubuntu-motu-torrent) *declared05:46
(bluekuja/#ubuntu-motu-torrent) asac: we can verify final deb to see if all files are installed properly05:47
(bluekuja/#ubuntu-motu-torrent) to see if sysconfdir05:47
(bluekuja/#ubuntu-motu-torrent) set to /usr/share05:48
(bluekuja/#ubuntu-motu-torrent) modify the package itself05:48
asache?05:48
asacit certainly modifies package05:48
asaci can see the result05:48
asacin debian/diff-ext/...05:48
(bluekuja/#ubuntu-motu-torrent) asac: yeah05:49
(bluekuja/#ubuntu-motu-torrent) asac: so we need to find a workaround05:49
(bluekuja/#ubuntu-motu-torrent) to have schemas in /usr/share05:50
(bluekuja/#ubuntu-motu-torrent) and other files in /etc05:50
=== Lutin [n=Lutin@ubuntu/member/lutin] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) Lutin, :)05:51
(bluekuja/#ubuntu-motu-torrent) Lutin, please https://launchpad.net/~motu-torrent05:51
(bluekuja/#ubuntu-motu-torrent) asac: is there a way to have that ?05:52
Lutinbluekuja: just idling around for the moment, I'm on exams and then will be away for 6 weeks. not the perfect time for becoming member in any team05:53
(bluekuja/#ubuntu-motu-torrent) Lutin, oh ok :) you can stay in the channel05:53
asacbluekuja: i think the problem is in Makefile.am05:53
asacit should never use $(sysconfdir)05:53
asacbut something like05:53
asac$(datadir)05:53
(bluekuja/#ubuntu-motu-torrent) asac: right05:53
asacso fix Makefile.am05:54
asacand you are done05:54
asacno tweaking of sysconfdir needed in configure invocation05:54
(bluekuja/#ubuntu-motu-torrent) asac: wait, you mean data/ma.. or datadir/make?05:54
asac(other than setting to /etc for future use)05:54
asacread above05:54
(bluekuja/#ubuntu-motu-torrent) asac: yeah, but there are something like 4 makefile.am05:54
(bluekuja/#ubuntu-motu-torrent) in upstream dir05:55
(bluekuja/#ubuntu-motu-torrent) data/makefile.am05:55
(bluekuja/#ubuntu-motu-torrent) po/makefile.am05:55
(bluekuja/#ubuntu-motu-torrent) you mean the one in ./05:55
(bluekuja/#ubuntu-motu-torrent) I dont see any sysconfdir there05:57
asachmm05:57
asacits interesting05:57
(bluekuja/#ubuntu-motu-torrent) its made all with configure05:57
(bluekuja/#ubuntu-motu-torrent) its not nice, but its made that way05:57
asacits in aclocal.m405:58
asacok05:59
asacits a bug imo05:59
asacbut we have to live with it05:59
asacit appears that GCONF macros have that as default05:59
(bluekuja/#ubuntu-motu-torrent) yea05:59
asacyou can overwrite it with configure option:05:59
asac./configure --help ??05:59
asactake a loog05:59
asaclook05:59
asacthere is an optio for what we want06:00
asacyou specify the right dir ... done06:00
(bluekuja/#ubuntu-motu-torrent) asac: --with-gconf-source=sourceaddress Config database for installing schema files.06:00
(bluekuja/#ubuntu-motu-torrent) no sorry06:01
(bluekuja/#ubuntu-motu-torrent) --with-gconf-schema-file-dir=dir Directory for installing schema files.06:01
(bluekuja/#ubuntu-motu-torrent) copied previous line06:01
(bluekuja/#ubuntu-motu-torrent) sorry06:01
(bluekuja/#ubuntu-motu-torrent) and we are done06:01
asacy06:01
(bluekuja/#ubuntu-motu-torrent) fixing06:01
asacat least for this problem :)06:01
(bluekuja/#ubuntu-motu-torrent) yep06:01
asacactually i think that the default is proper06:02
asacbecause /etc/gconf/ might work as well06:02
(bluekuja/#ubuntu-motu-torrent) asac: lintian warning for it06:02
(bluekuja/#ubuntu-motu-torrent) --with-gconf-schema-file-dir=\$${prefix}/share06:02
(bluekuja/#ubuntu-motu-torrent) added06:02
asacbut since its not what the user usually edits it doesn't belong there06:02
(bluekuja/#ubuntu-motu-torrent) yea06:02
(bluekuja/#ubuntu-motu-torrent) I've added that variable06:03
asacplease double check that it does what we want06:03
(bluekuja/#ubuntu-motu-torrent) yea06:03
(bluekuja/#ubuntu-motu-torrent) let me build06:03
asacdrop sysconfdir tweaking of course06:03
(bluekuja/#ubuntu-motu-torrent) yea06:03
(bluekuja/#ubuntu-motu-torrent) :)06:03
(bluekuja/#ubuntu-motu-torrent) building06:03
(bluekuja/#ubuntu-motu-torrent) asac: E: diff-ext: file-directly-in-usr-share usr/share/diff-ext.schemas06:04
(bluekuja/#ubuntu-motu-torrent) we should specify full path06:04
(bluekuja/#ubuntu-motu-torrent) for it06:04
(bluekuja/#ubuntu-motu-torrent) so prefix/share/gconf/schemas06:05
asacyeah06:05
asacwrong dir you choose06:05
(bluekuja/#ubuntu-motu-torrent) yup06:05
asac$(sysconfdir)/gconf/schemas ... it was06:06
(bluekuja/#ubuntu-motu-torrent) yeah, I used prefix06:06
asacyou might use datadir :)06:06
(bluekuja/#ubuntu-motu-torrent) asac: why sysconfdir?06:06
(bluekuja/#ubuntu-motu-torrent) it will place them in usr/etc06:06
(bluekuja/#ubuntu-motu-torrent) and thats bad06:06
(bluekuja/#ubuntu-motu-torrent) instead of normal path06:07
(bluekuja/#ubuntu-motu-torrent) /usr/share/gconf/schemas06:07
(bluekuja/#ubuntu-motu-torrent) I'll use prefix/share/gconf/schemas06:07
asaci said "it was"06:07
(bluekuja/#ubuntu-motu-torrent) and we're done06:07
(bluekuja/#ubuntu-motu-torrent) ah sorry06:07
(bluekuja/#ubuntu-motu-torrent) :)06:07
asac+ you might use datadir06:07
(bluekuja/#ubuntu-motu-torrent) misunderstood06:07
asac:)06:07
asacnp06:07
(bluekuja/#ubuntu-motu-torrent) datadir ?06:08
(bluekuja/#ubuntu-motu-torrent) its the variable for?06:08
(bluekuja/#ubuntu-motu-torrent) *in our case*06:08
(bluekuja/#ubuntu-motu-torrent) usr/share?06:08
asacits: "architecture independent data directory"06:09
asacwhich is /usr/share06:09
asacby default06:09
(bluekuja/#ubuntu-motu-torrent) yea, ok06:09
(bluekuja/#ubuntu-motu-torrent) perfect06:09
asacread automake manual06:10
asacthere are other variables as well06:10
asaclike pkgdatadir06:10
asacas well as architecture dependent files et al06:10
(bluekuja/#ubuntu-motu-torrent) ok06:10
(bluekuja/#ubuntu-motu-torrent) fixing06:11
(bluekuja/#ubuntu-motu-torrent) building06:12
asacfine06:12
(bluekuja/#ubuntu-motu-torrent) lintian clean06:12
(bluekuja/#ubuntu-motu-torrent) usr/share/gconf/schemas/06:12
(bluekuja/#ubuntu-motu-torrent) usr/share/gconf/schemas/diff-ext.schemas06:12
(bluekuja/#ubuntu-motu-torrent) asac: pushed and published06:16
asacif everything is fine i will upload06:16
asacshort breakj06:16
asacnow06:16
asacsorry06:16
(bluekuja/#ubuntu-motu-torrent) asac: awww06:17
(bluekuja/#ubuntu-motu-torrent) leaving06:17
(bluekuja/#ubuntu-motu-torrent) in 5 mins06:17
=== pochu [n=emilio@17.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) wont be here this evening, I have a match06:17
asacno problem :) ... i don't think we have a real hurry06:17
asacand most likely everything is ok06:17
asacif i need to fix something tiny, i can do that06:17
(bluekuja/#ubuntu-motu-torrent) asac: nope, I'll try to get online late evning06:17
(bluekuja/#ubuntu-motu-torrent) :)06:17
asacotherwise tomorrow06:17
(bluekuja/#ubuntu-motu-torrent) like midnight06:18
(bluekuja/#ubuntu-motu-torrent) you'll be here?06:18
asacno idea06:18
(bluekuja/#ubuntu-motu-torrent) :)06:18
asacdepends on my mood06:18
(bluekuja/#ubuntu-motu-torrent) hehehe06:18
asac:)06:18
(bluekuja/#ubuntu-motu-torrent) asac: perfect, good break06:19
(bluekuja/#ubuntu-motu-torrent) and see you later06:19
(bluekuja/#ubuntu-motu-torrent) leaving06:19
(bluekuja/#ubuntu-motu-torrent) bbl06:19
=== bluekuja_laptop [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
bluekuja_laptopasac: back06:51
bluekuja_laptopstill having a break or returned?06:51
asac18:17 < bluekuja> asac: nope, I'll try to get online late evning06:57
asac:)06:57
bluekuja_laptopasac: I forgot that I have my laptop here06:57
asacwhere?06:57
bluekuja_laptopuncle's house06:57
bluekuja_laptop^^06:58
asacah06:58
asacyou moved pretty fast06:58
bluekuja_laptopyeah, its something like 5-6 km from my home06:58
bluekuja_laptopI thought to have dinner before the match06:58
asacah06:58
asacwhat kind of match is that?06:58
bluekuja_laptopand they said me "no, we will go after"06:59
bluekuja_laptopbasketball :)06:59
asacah ... cool. have fun :)06:59
bluekuja_laptopthanks! :)06:59
bluekuja_laptopdo you like it?06:59
asaci queued this back because you told me that you will come back earliest late06:59
asacbluekuja_laptop: kind of ... i played a bit when i was young ... but never in a real team07:00
bluekuja_laptopasac: oh :D well, I have 30 mins now, if dont have to eat07:00
asacwhat position?07:00
asacdo you play?07:00
bluekuja_laptopasac: guard07:00
bluekuja_laptop:)07:00
asaccool07:00
asacgo ahead07:00
bluekuja_laptopI'm not so tall07:00
bluekuja_laptoponly 1.90 cm07:01
bluekuja_laptop^^07:01
bluekuja_laptop*19007:01
bluekuja_laptopasac: what about you?07:02
asacprobably the reason why i never tried basketball seriously :)07:02
asac18207:02
asac190 is decent for a guard position :)07:02
pochubluekuja_laptop: good luck in your match :)07:03
bluekuja_laptoppochu, thanks! :)07:04
bluekuja_laptopasac: well, that's good for a man07:04
bluekuja_laptoppochu: is the tallest07:04
bluekuja_laptop200 cm07:04
bluekuja_laptop^^07:04
asacpeople much taller than 190 get problems07:05
asacwith their back et al07:05
bluekuja_laptoplol07:05
bluekuja_laptopyea07:05
asaceven with the bed :)07:05
bluekuja_laptopthat's true07:05
bluekuja_laptopahha07:05
bluekuja_laptop:D07:05
asaci already have problems with my body because i played tennis alot07:05
asacif i would have been 200 ... i probably couldn't move anymore07:06
bluekuja_laptopasac: lol07:06
pochubluekuja_laptop: 200? who?07:06
bluekuja_laptoppochu: you :P07:06
pochulol07:06
bluekuja_laptop:D07:06
pochuI'm ~18307:07
bluekuja_laptoplike asac07:07
bluekuja_laptop:D07:07
bluekuja_laptopasac: fische developer answered07:15
asacabout what?07:15
bluekuja_laptopabout build system07:16
asacarch independence?07:16
bluekuja_laptopand about bzr07:16
bluekuja_laptope.g maintaining it in lp07:16
asacsummary? forward?07:16
bluekuja_laptopasac: summary is :07:17
bluekuja_laptop1) he wants to use bzr with co-devels07:17
bluekuja_laptop2) he wants to use the build system I created07:17
bluekuja_laptop3)is REALLY happy for my work07:17
asaccool07:17
bluekuja_laptopthat's all :)07:17
asacreally cool07:17
asacwell done!07:17
bluekuja_laptop:)07:17
asacbluekuja_laptop: hope you mentor him a bit on bzr use :)07:18
bluekuja_laptopasac: of course...he said Up to today I had never heard about bzr07:18
bluekuja_laptopI'll need to start explaining from the base07:18
bluekuja_laptopof bzr07:18
bluekuja_laptop^^07:18
bluekuja_laptopand launchpad too07:18
asacsure ... show him how he branch from the original fische tree his own private one07:18
asacthen show him how he can pull over patches we have for build system from our branch07:19
asace.g. that should convince him :)07:19
bluekuja_laptopasac: should I tell him to use the branch I created or indipendent?07:19
asacand gives you excersize as well :)07:19
asacthe idea is that he is the upstream author and maintains his own branch (without debian)07:19
asache can probably start from your07:19
asacs07:20
asacdo we have two branches?07:20
asacor just one?07:20
asacat best tell him he should branch the initial revision from your branch and then try to merge over the other changes you did07:20
bluekuja_laptopasac: two07:20
bluekuja_laptopok07:20
bluekuja_laptopsounds good07:20
asace.g. good as an excersize and to feel how it works07:21
bluekuja_laptopyeah, so he can take a look to autotools files i created07:21
bluekuja_laptope.g build system07:21
asacyes ... he can merge your changes into his local copy07:21
asacand then review and push to his branch as well07:21
bluekuja_laptopso he can implement it for next releases07:21
bluekuja_laptopexactly07:21
asacbzr should be smart enough to recognize these if you later merge from his branch07:22
asace.g. so it doesn't get confused because he has checkins that you have as well :)07:22
asacbluekuja_laptop: right07:22
bluekuja_laptopI gonna tell him to create a new branch, start first revision from mine and then I'll merge with new releases07:22
bluekuja_laptopwhen he will do one07:22
asacbluekuja_laptop: yes07:22
bluekuja_laptopsounds great07:22
bluekuja_laptopasac: when diff-ext will be uploaded, gonna package kdiff-ext too07:23
bluekuja_laptopand mail upstream07:23
bluekuja_laptopfor bzr07:23
bluekuja_laptoptoo07:23
asacfine fine07:23
asacok ... got to work a bit07:23
asacthen get out of here for a whil07:24
bluekuja_laptopasac: yeah, will leave in 30 mins :)07:24
bluekuja_laptopasac: gonna ping you tomorrow morning07:24
bluekuja_laptoplike 11-12 :)07:24
asacfine07:27
asaci am here from 907:27
bluekuja_laptopasac: sounds great07:29
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@155.Red-88-23-230.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent
pochuls09:54
pochubluekuja, asac: so how's libtorrent going? Will we get it [soon]  ?09:55
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
bluekuja_laptoppochu, back12:42
bluekuja_laptopI'm leaving, I REALLY need to sleep12:42
bluekuja_laptoppochu: gonna talk about libtorrent12:43
bluekuja_laptoptomorro12:43
bluekuja_laptopcya and gnight12:43
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
-dmwaters(i=dmwaters@freenode/staff/dmwaters)- {global notice} Good day all. In about an hour i'm going to begin maintenence on 3 main rotation servers that have been out of rotation for a while. These servers have been out of rotation for a while, but the impact will still be a bit rough. About 2200 users will be effected.04:10
!dmwaters:*! Good day folks, time for that upgrade i talked about earlier, first server to reboot has about 700 users on it.05:05
=== regulate [i=regulate@notchill.com] has joined #ubuntu-motu-torrent
!dmwaters:*! Next server has 945 users on it.05:06
!dmwaters:*! Ok, last server folks, about 450 users.05:07
=== armin76 [n=armin@gentoo/developer/armin76] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
(bluekuja/#ubuntu-motu-torrent) hi all10:32
(bluekuja/#ubuntu-motu-torrent) asac: :)10:32
asacola10:33
(bluekuja/#ubuntu-motu-torrent) ola10:33
(bluekuja/#ubuntu-motu-torrent) :)10:33
(bluekuja/#ubuntu-motu-torrent) how are you?10:33
(bluekuja/#ubuntu-motu-torrent) asac: please #42696010:35
(bluekuja/#ubuntu-motu-torrent) on debia10:35
asacoha10:38
asaci failed10:38
(bluekuja/#ubuntu-motu-torrent) asac: is he right?10:38
asacyes10:39
asaccan you try if it works with gnutls?10:39
(bluekuja/#ubuntu-motu-torrent) of course10:39
asacotherwise upstream would have to grant exception to link against openssl10:39
asacbut i think it should work with gnutls10:39
(bluekuja/#ubuntu-motu-torrent) let me grab the source10:39
(bluekuja/#ubuntu-motu-torrent) and change it10:39
(bluekuja/#ubuntu-motu-torrent) asac: using libcurl4-gnutls-dev works10:45
(bluekuja/#ubuntu-motu-torrent) asac: I'm adding the entry to the changelog10:46
(bluekuja/#ubuntu-motu-torrent) and I pass all the files to you10:46
(bluekuja/#ubuntu-motu-torrent) so you can check, and then I close the bug10:47
asacbluekuja: please confirm with ldd that its linked against libcurl10:57
asacand verify that depends of produced bin package points to libcurl-gnutls as well10:57
asacthen push to bzr10:57
asaci will push10:57
(bluekuja/#ubuntu-motu-torrent) all with ldd?10:57
asacadd (Closes: BUGID) to changelog10:57
(bluekuja/#ubuntu-motu-torrent) the things you told me10:58
asacno ... first verify that binary is linked against right lib (ldd)10:58
asacthen look with dpkg -l ... or in DEBIAN/control10:58
(bluekuja/#ubuntu-motu-torrent) ok10:58
asacfor depends10:58
(bluekuja/#ubuntu-motu-torrent) oki10:58
(bluekuja/#ubuntu-motu-torrent) asac; bitstormlite10:58
(bluekuja/#ubuntu-motu-torrent) is not in bzr10:58
asacnot?10:58
asachmm10:58
asacok10:58
asacmaybe we should change that in future10:58
(bluekuja/#ubuntu-motu-torrent) asac.tar.gz10:58
(bluekuja/#ubuntu-motu-torrent) :P10:58
asacok10:58
(bluekuja/#ubuntu-motu-torrent) asac: urgency?11:03
(bluekuja/#ubuntu-motu-torrent) medium?11:03
(bluekuja/#ubuntu-motu-torrent) or low11:03
asaclow11:12
(bluekuja/#ubuntu-motu-torrent) ok11:12
asac... as the package is not in testing/stable11:12
asacthere is no reason for higher urgency11:12
(bluekuja/#ubuntu-motu-torrent) yeah11:12
(bluekuja/#ubuntu-motu-torrent) asac: links correctly11:23
(bluekuja/#ubuntu-motu-torrent) libcurl-gnutls.so.4 (CURL_GNUTLS_4) => /usr/lib/libcurl-gnutls.so.411:23
(bluekuja/#ubuntu-motu-torrent) using ldd11:23
(bluekuja/#ubuntu-motu-torrent) libssl is no more then11:24
(bluekuja/#ubuntu-motu-torrent) *there11:24
asaccool11:26
asacyou use it on binary right?11:26
asacsend me ... and for my convenience a debdiff11:26
asacof the new and old version11:26
asacso i don't need to review in detail11:26
(bluekuja/#ubuntu-motu-torrent) asac: yea, on bitstormlite11:26
(bluekuja/#ubuntu-motu-torrent) binary11:26
(bluekuja/#ubuntu-motu-torrent) file11:26
asack11:26
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all11:27
(bluekuja/#ubuntu-motu-torrent) heya11:27
(bluekuja/#ubuntu-motu-torrent) asac: sent11:35
(bluekuja/#ubuntu-motu-torrent) should be arrived11:35
asacyeah retrieved it11:38
asachave to finish firefox gutsy build11:39
asacthen i will update yours11:39
(bluekuja/#ubuntu-motu-torrent) asac: sounds great11:39
(bluekuja/#ubuntu-motu-torrent) check if everything is correct11:39
(bluekuja/#ubuntu-motu-torrent) to be sure11:39
(bluekuja/#ubuntu-motu-torrent) asac: there will be soon a new fische release with my build system11:40
(bluekuja/#ubuntu-motu-torrent) :P11:40
asacyeah :)11:42
asachope he gives you the credits you deserve :)11:42
(bluekuja/#ubuntu-motu-torrent) yeah, I hope so! :)11:44
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: how its going?12:14
(bluekuja/#ubuntu-motu-torrent) is firefox build really long?12:14
(bluekuja/#ubuntu-motu-torrent) e.g azureus12:14
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) hi vorian12:14
vorianhey bluekuja :)12:15
(bluekuja/#ubuntu-motu-torrent) :)12:15
(bluekuja/#ubuntu-motu-torrent) how its going with packaging?12:15
voriansheesh12:15
vorianI need help12:15
vorian:)12:15
asacbluekuja: have to check on all distros et al12:15
(bluekuja/#ubuntu-motu-torrent) have you selected a source to package?12:15
asacpita work12:15
(bluekuja/#ubuntu-motu-torrent) asac: oh ok :)12:15
(bluekuja/#ubuntu-motu-torrent) asac: this afternoon we check diff-ext12:16
(bluekuja/#ubuntu-motu-torrent) asac: it should be ok12:16
asacbluekuja: even worse: all, dapper, edgy, feisty, gutsy packages are out of synch12:16
vorianbluekuja, I tried following the directions on packaging the "hello" program12:16
voriananyway,12:16
(bluekuja/#ubuntu-motu-torrent) asac: thats not nice12:16
(bluekuja/#ubuntu-motu-torrent) :D12:16
asacso i have to take care for corner-cases by case12:16
vorianI'm just lurking for now. Time to go to work :)12:16
(bluekuja/#ubuntu-motu-torrent) vorian, oh ok! try to get a source and package it...hello program is just an example12:17
(bluekuja/#ubuntu-motu-torrent) ;)12:17
vorianah12:17
vorianI will give that a shot here in a bit.12:17
(bluekuja/#ubuntu-motu-torrent) sounds good12:17
(bluekuja/#ubuntu-motu-torrent) let me know if you have any question12:17
vorianwill do!12:18
vorianthanks :)12:18
(bluekuja/#ubuntu-motu-torrent) ;)12:18
(bluekuja/#ubuntu-motu-torrent) np12:18
(bluekuja/#ubuntu-motu-torrent) I need to restart my pc12:18
(bluekuja/#ubuntu-motu-torrent) nautilus keep crashing12:18
(bluekuja/#ubuntu-motu-torrent) without logs12:18
(bluekuja/#ubuntu-motu-torrent) -.-12:18
(bluekuja/#ubuntu-motu-torrent) brb12:19
asacok ... doing lunch in a few12:37
=== bluekuja [n=andy@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== bluekuja_laptop [n=andrea@host130-175.pool8250.interbusiness.it] has joined #ubuntu-motu-torrent
bluekuja_laptopasac: my desktop pc has been broken with last security update01:10
bluekuja_laptopasac: when I select an icon on my desktop, it become blank...01:11
bluekuja_laptopand nautilus doesnt work01:11
bluekuja_laptopcpu 100 %01:11
bluekuja_laptopdamn01:11
asacwhat update?01:12
bluekuja_laptoplibfreetype01:12
bluekuja_laptopand some others package01:12
bluekuja_laptoplike python-gnome01:12
asacfeisty?01:12
bluekuja_laptopyeah01:12
asacare you in -bugs?01:13
bluekuja_laptopyea01:13
asacis there noise about that?01:13
asacmybe ask there01:13
bluekuja_laptopits for sure a font problem01:14
bluekuja_laptopneed to get previous libfreetype01:14
bluekuja_laptopand see if it solve01:14
asacbug #11792201:15
(ubotu/#ubuntu-motu-torrent) Launchpad bug 117922 in nautilus "changing directories becomes increasingly slow, and eventually crashes" [Undecided,Unconfirmed] https://launchpad.net/bugs/11792201:15
asac?01:15
asaclast nautilus crash report i see01:15
bluekuja_laptopI got it too01:15
bluekuja_laptopbut I get something worst01:16
bluekuja_laptopasac: I'm leaving, be back later, so we can finish the work01:25
bluekuja_laptop;)01:25
=== pochu [n=emilio@155.Red-88-23-230.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
asaclunchy munchy01:37
bluekuja_laptopback02:21
bluekuja_laptopI just went home and I'm completely wet02:22
bluekuja_laptop: /02:22
asacbslite building02:25
bluekuja_laptopasac: great02:26
bluekuja_laptopI need to save gpg, ssh keys02:27
bluekuja_laptopon my desktop02:27
bluekuja_laptopand format everything02:27
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
asacpushed afaij02:34
asack02:34
bluekuja_laptopasac: great! :) do you have a minute for diff-ext too?02:34
asacprobably02:35
bluekuja_laptop:)02:35
asacwill try to inqueue that ;)02:35
bluekuja_laptop:D02:35
asacprinject02:35
asac;)02:35
bluekuja_laptopasac: is there a way to import firefox password?02:35
bluekuja_laptop*passwords02:35
asacdo you see how your question is not clear?02:35
bluekuja_laptope.g I enter in a site that requires authentication, I put my pwd and it saves it02:36
bluekuja_laptopinto firefox automatically02:36
asacyes, and?02:36
bluekuja_laptopneed to know if i can import them like bookmarks02:36
bluekuja_laptopin a file02:36
bluekuja_laptope.g xml or html02:37
asaclook for .db files in your profile02:37
bluekuja_laptop*export02:37
asacthose contain the data02:37
bluekuja_laptopok02:37
asacexport is much better question :)02:37
asacnot that i know of02:37
asacbut the files are there and they use some standard (though binary) format02:37
bluekuja_laptopok, I'll try to take a look02:38
bluekuja_laptopfound an addon02:39
bluekuja_laptopasac: is there a way to install icedove in ubuntu?03:31
asacspin and build03:32
asacbuild and install i mean :)03:32
bluekuja_laptopby source then03:32
bluekuja_laptop:)03:32
asacyeah ... don't thinks it has been synched :)03:32
bluekuja_laptopok great03:32
asacyou wanna fix enigmail :)03:34
bluekuja_laptopwhats the problem there?03:34
asacits basically just switching build depends :)03:34
asacbecause buildds don't try as you can see on buildd.debian.org03:34
asachttp://buildd.debian.org/pkg.cgi?pkg=enigmail03:35
bluekuja_laptopswitching depends?03:35
bluekuja_laptopwhy?03:35
asaclook at build-depends03:35
asacthen you will see03:35
asaci tried to make it build against icedove and thunderbird :)03:36
asacanyway ... i think i should just fix it03:36
asacbecause its just a matter of 2 seconds :)03:36
bluekuja_laptopasac: I can do it if you want03:36
asacthe idea is to get enigmail synched from debian again03:36
bluekuja_laptopnp for it03:36
asacno ... makes no sense :) ... its just 2 seconds:)03:36
bluekuja_laptopoh oki^^03:37
bluekuja_laptopi'm waiting your response to move packaging kdiff-ext03:37
bluekuja_laptopand then I'll package mined03:37
bluekuja_laptop(orphaned in debian)03:37
bluekuja_laptopand back of 3 versions03:37
bluekuja_laptop10.3 on debian 13 on upstream03:38
bluekuja_laptop:P03:38
asacwhy not just go ahead03:38
asacyou don't need to wait for me03:38
bluekuja_laptopneed to see if its right03:39
bluekuja_laptope.g changes to the build system03:39
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
bluekujajavierder, how its going?04:14
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
bluekuja|Element|, Hi :)04:15
bluekujaasac: kdiff got the same setup of diff04:17
bluekujathat's nice04:17
bluekuja^^04:17
=== nuu [n=neuro@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
bluekujanuu: ;)04:58
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
bluekujajavamaniac, hey :)05:04
nuuhi bluekuja :)05:11
bluekujanuu: hello :)05:11
bluekujafeel free to ask if you get any problem05:12
bluekujawhile packaging05:12
bluekuja;)05:12
nuuthanks, will do :)05:18
bluekuja:)05:21
bluekujaasac: which deps may be missing here:05:23
bluekujahttp://pastebin.mozilla.org/8077305:23
asacsomething kde related :)05:24
asacyou will figure out05:24
asaci have no concrete package in mind05:25
bluekujaasac: thanks for kde hint05:25
bluekujachecking05:25
asacactually configure should fail if its needed and doesn't exist05:25
asacprobably a build system bug05:25
bluekujaasac: yeah, configure doesnt point out05:25
asacor you use is wrong05:25
asacmaybe you force configure to something ... i can't tell from here05:25
bluekujaasac: for now configure is debhelper default05:26
bluekujaso only with mandir and infodir05:26
bluekujaforced05:26
asack05:27
asacfigure out build depend ;) is good enough for now05:27
asacconfigure fix is more welcome of course :)05:27
asacbut first you have to understand whats missing anyway05:27
bluekujayeah05:28
bluekujaneed to find out what is it05:28
bluekujapaying attention to libssl05:28
bluekujae.g kde-devel depends on libssl05:28
bluekujaasac: found05:49
bluekuja:)05:49
bluekujaasac: I'm trying to see if it builda against libssl05:51
bluekujaI hope so05:52
asacwhy libssl?05:53
bluekujakdelibs depends on libssl05:53
bluekujaneed to find a workaround for it05:53
bluekujaasac: dep missing for libkonq^^05:54
asacwill be back later05:54
bluekujaoki05:56
bluekuja:)05:56
!BearPerson:*! hi guys. er, we just lost a main rotation server... nobody quite knows where it went, but we're sending out search teams and should have it back soon. Sorry about the bump, and thank you for flying freenode!05:59
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
bluekujaasac: unfortunately libkonq4 directly depends on libssl07:36
bluekuja:/07:36
asacwhat license realm are we in?07:36
asacwhat is licensed in which way?07:36
bluekujabsd07:37
asacwhat kind of bsd?07:37
asactell license of all depends as well07:38
bluekujaasac: the package is under bsd07:38
bluekujaupstream files07:39
asacwhich bsd variant?07:39
asac2,3,4 clause?07:39
bluekuja2 clause07:39
asack07:39
asacwhat about depends?07:39
asacanything GPL?07:39
bluekujalet me see07:39
bluekujaasac: libkonq07:40
bluekujahttp://packages.debian.org/changelogs/pool/main/k/kdebase/kdebase_3.5.7-1/libkonq4-dev.copyright07:40
asacwhy should i read this?07:41
bluekujathats the dep07:42
asacso which license has libkonq ?07:42
bluekujaLGPL07:43
bluekujaasac: is it ok?07:45
asacthink so07:45
bluekujaasac: ok great07:46
bluekujaso I'm able to package it07:46
asaclibssl is openssl lib?07:46
bluekujayes07:46
asacthere is a compatibility lib for gnutls ... you could try that07:46
asac(mainly to see if that works)07:46
bluekujaah yea07:47
bluekujaasac: but if libkond depends on libssl07:47
bluekujaand I use as dep gnutls one07:47
bluekujawill it build against libssl?07:48
asaclibkonq depends on openssl?07:55
asacbluekuja: it will not build against gnutls unless you change configure.xx or Makefile.am07:58
asacdepends on how authors did add the libssl link flags07:58
bluekujaasac: yeah. right07:59
bluekujaasac: libkonq depends on libssl07:59
asacin addition you need changed depends07:59
asacyeah that is bad07:59
bluekujayea07:59
asacdoes libkonq has an exception that it can be linked against libssl?07:59
bluekujanope07:59
asace.g. the license07:59
asacis that in debian as well?07:59
bluekujayeah07:59
asachave you actually looked at the code?07:59
asace.g. what its in the libkonq license headers?08:00
bluekujaasac: not yet08:00
bluekujahttp://packages.debian.org/unstable/libdevel/libkonq4-dev08:00
bluekujalibkonq depends on kdelibs08:00
bluekujathat depends on libssl08:00
bluekujalibkonq is indirectly depended on libssl08:01
bluekujabut its bad too08:01
asaci have no idea08:02
bluekujaasac: I dont use kde...so I wont maintain it in the proper way...so we can leave it08:03
asacactually i endorse to use gnutls to avoid this kind of brain gym08:03
asacbluekuja: good idea08:03
asackde world is a total mess imo :-P08:03
bluekujayeah08:03
bluekujaI dont like to package kde08:03
bluekujaapplications08:03
bluekujabecause I simply dont use them08:03
bluekuja:P08:03
asacy08:04
bluekujaasac: I adopted a package08:04
asacdid you follow procedure?08:04
asacso how many packages do you plan do maintain?08:04
bluekujayeah, I changed to ITA from O in BTS08:04
bluekujaand set me as owner08:04
bluekujaasac: I think that 6-7 should be ok08:05
asacyou already have 708:05
bluekujamm...yea08:06
bluekujayou're right08:06
bluekujawell, the package I adopted today will be the last08:06
bluekuja*I think*08:06
asacyour packages are decently small08:06
asacso i think you take some more08:06
bluekujayea08:06
bluekujayea08:06
bluekujaexactly08:06
asacbut ... then remember that you have to take care for longer time then just a few month :)08:06
bluekujaasac: yeah, of course!08:07
asacso which package is your cash cow :)08:07
asace.g. popcon.debian.org08:07
asac;)08:07
bluekujaasac: gnome-bt08:08
asacprobably gnome-btdownload08:08
asacyeah08:08
bluekuja:)08:08
bluekujais in ubuntu's main too08:08
asacso verlihub is adopted?08:08
asacyeah :)08:08
bluekujayeah, verlihub will be huge08:08
bluekujaa lot of users use it08:08
bluekujaits the most appreciated hub software08:09
asaccool08:09
asachopefully its buggy as well08:09
bluekujalol08:09
asachaving a good bug tracking record is important for NM :)08:09
bluekujayeah, exactly08:09
asacbut usually bug reports come in with users :)08:09
bluekujaexactly08:09
bluekuja:)08:09
bluekujaasac: mined (the packaged I adopted today) is big too08:10
asacwhy?08:10
asacwhat size has it?08:10
bluekujae.g lot of users08:10
asacah .. i read too big ... not big too :)08:10
bluekuja:D08:10
bluekujaI'm leaving08:10
bluekujasee you on sunday08:10
bluekuja:)08:10
asacyeah ... maybe i am here08:10
bluekujaasac: great, so we can work with mined08:11
bluekujato push it08:11
bluekujacya!08:11
asacbluekuja: at best you bring it to releasable state08:11
asacthen i have not much work :)08:11
bluekujaasac: lol08:11
bluekujaI will08:11
bluekujadont worry08:11
bluekujacya sunday!08:11
bluekuja;)08:11
asacbye08:11
asac!08:11
asac;)08:11
asacor monday08:12
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu-torrent
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== vorian_ [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
DarkSun88G'night12:38
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@123.116.102.227] has joined #ubuntu-motu-torrent
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all11:34
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@155.Red-88-23-230.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== |Element [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== |Element is now known as |Element|
=== DarkSun88 [n=Ma@213-140-18-133.fastres.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.102.227] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.99.251] has joined #ubuntu-motu-torrent
=== |Element| is now known as HuaHua
=== HuaHua is now known as |Element|
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi07:42
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
fsatelerhi there. you guys already packaged libtorrent-rasterbar?10:36
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
pochufsateler: not yet :/12:42
fsatelerI have made a pacakge for it12:43
fsatelerhttp://mentors.debian.net/debian/pool/main/l/libtorrent-rasterbar12:44
fsateleryou may want to check it before starting from scratch12:44
pochufsateler: we looked at it, and it would be really fine if it were uploaded to Debian.12:45
pochufsateler: Do you have any problem with it, or is it just a lack of sponsors?12:45
fsatelerindeed... but I haven't found a sponsor yet :(12:46
pochuHave you mailed debian-sponsors?12:46
fsateleryes, twice12:46
pochuOr maybe ask on IRC on OFTC12:46
fsatelerI'll try that12:47
pochuUnfortunately I'm not a DD, so I can't help you with that :/12:47
fsatelerandrea veri sent me a mail in which (s?)he said that there was a soname problem... which problem is that?12:48
pochufsateler: We have been discusing here about libtorrent.12:48
pochuYes. bluekuja, ping?12:48
pochufsateler: There are two problem, afaik. One is that upstream doesn't care too much about other systems but Windows.12:49
pochuThe other is that the library has the same name than the other libtorrent, so they would conflict.12:49
pochuWe have asked him to rename it.12:49
pochuSo both libraries can be installed at the same time.12:50
fsatelerthey don't need to.. since they have differen SO version they can coexist12:50
fsateler-dev packages would have to conflict, though12:50
pochuDifferent SO?12:50
pochuSorry, I'm not good with libraries :)12:51
pochuasac: Do we have any news regarding libtorrent?12:51
fsatelera library has a version encoded in it, which is normally different from the version one nomrally talks about12:51
pochuasac: fsateler owns the Debian ITP, so it would be fine to work together :)12:51
fsatelerit is used to ensure binary compatibility12:52
pochufsateler: the Soname?12:52
fsateleryes12:52
fsatelerrasterbar's soname is libtorrent012:52
asacpochu: don't tell that to me :)12:52
pochuBut libtorrent-rastebar doesn't use it, afaik.12:52
fsatelerthe so version is 012:52
pochuasac: why? :)12:52
asaci i think bluekaja should ask upstream/debian maintainer12:52
asacpochu: i meant the second question only12:53
asacthe first is valid of course :)12:53
pochuSo, are there any news then? :)12:53
asaci have no exact news. Only that hydri was open to change his attitude12:53
pochuThat's good.12:53
asacand wanted to reconsider the soname thing12:53
pochuAnd regarding non-windows environments?12:54
asac... actually right after I gave up and told him that it makes no sense ... so probably a bit pressure helped :)12:54
fsatelerthe other libtorrent has a libtorrent10 soname, so there isn't really a conflict there12:54
asacpochu: i am not waiting for them to release something. If we don't hear anything in about 1-2 weeks we should probably ping them ;)12:56
asacs/am not/am now/12:56
pochuAnyway that's ugly.12:56
pochuasac: ok :)12:56
pochufsateler: anyway, it would be fine if you could fine a sponsor :)12:57
fsatelerit seems it is not that easy...12:57
pochuIt's for me (two packages without problems).12:58
pochuThough they were python packages, and I asked in #debian-python ;)12:58
pochuBut there's no #debian-torrent, or #debian-p2p, is there?12:59
pochuThat's a pity :(12:59
fsatelerseems like there isn't01:00
DarkSun88G'Night01:20
asaci am out for night ... maybe someone can explain to reporter of bug 118393 how to install dbgsym packages before doing getting a local backtrace ;)01:22
(ubotu/#ubuntu-motu-torrent) Launchpad bug 118393 in ktorrent "ktorrent somtimes crashes" [Undecided,Unconfirmed] https://launchpad.net/bugs/11839301:22
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
pochufsateler: If you're around tomorrow, we could speak with bluekuja regarding libtorrent.02:43
fsatelerI'll try to be around.. although I usually don't IRC so I may forget to open it :p02:44
pochuYou can add it to the startup applications :)02:46
fsatelergood idea02:50
fsatelerdone!02:52
pochu:)02:52
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.99.251] has joined #ubuntu-motu-torrent
=== freeflying_ is now known as freeflying
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== |Element [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== |Element [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent
=== |Element is now known as |Element|
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all02:37
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujahi all guys06:01
bluekujaasac: :)06:02
asachi06:03
bluekujaasac: a guy is talking about libtorrent06:05
bluekujain -motu06:05
pochuhey bluekuja06:06
bluekujahey pochu06:06
bluekujahow are you?06:06
pochuhave you read the conversation with the debian packager for libtorrent-rastebar?06:06
pochuFine, thanks :)06:06
bluekujapochu: not yet, is on this channel or -motu?06:07
pochuIn this one06:07
pochuRead backwards ^ ;)06:07
bluekujaoki06:07
bluekuja:)06:08
bluekujaasac: I told you to dont use REVU for libtorrent06:11
bluekujalol06:11
bluekuja<bashelier> bluekuja: ok, so why did you put it on revu exactly ?06:11
bluekuja<bashelier> alexises: what for ? :)06:11
bluekuja^^06:11
asacwhy not?06:19
asacwhat is revu for if not for this?06:20
bluekujaasac: because in fact it was just a test06:20
bluekujasee what he said in -motu06:21
bluekujaanyway I have archived it06:21
asacno :) ... no time/no will to read that now ;)06:21
asacits sunday06:21
bluekujalol06:21
bluekujaasac: :D06:21
bluekujaasac: did you have fun yesterday?06:21
bluekuja*night06:21
asacyeah ... train trip :)06:21
asaclinuxtag was nice :)06:21
asacbut i had to go back right after06:22
bluekuja:)06:22
asacdebian bug 42737306:22
(ubotu/#ubuntu-motu-torrent) Debian bug 427373 in icedove "Parsing error for usernames with symbol "@"" [Important,Open] http://bugs.debian.org/42737306:22
asacsome people are plain crazy06:22
asaci mean some hosters06:23
asaci @ even a valid character in a mailname06:23
asac?06:23
bluekujaasac: aww06:23
bluekujausername using @06:23
bluekujais bad06:23
asacyeah06:24
bluekujabut unfortunately some hosters use it06:24
bluekuja:/06:24
asacthey are nuts06:24
bluekujalol06:24
bluekujayea06:24
bluekujait will be fixed?06:24
asacat least to force it06:25
asacno idea06:25
asaci even don't know if there is such a bug :)06:25
asacwanna test?06:25
asacwith thunderbird 2?06:25
bluekujaasac: yea06:25
asacther is an account :)06:25
asacgiven06:25
bluekujaasac: downloading it06:27
bluekujaasac: do I have to test it in debian?06:37
bluekujaneed to re-install it06:37
bluekujaif yes06:37
asacbluekuja: you can test thunderbird 2 in ubuntu06:41
asacfor now :)06:41
bluekujaasac: ok, great, gonna update to gutsy06:41
bluekujajust a moment06:42
bluekujaasac: later today, I gonna open a new branch for mined06:42
bluekujaI've remade the patch system06:42
bluekujaand packaged the new version06:42
asacbluekuja: license checked already?06:42
asacbluekuja: ITP open?06:43
asacbluekuja: you sure you want mined?06:43
bluekujaasac: yeah, is the package I adopted06:43
bluekujawith new upload, it wont be in orpahened packages for more06:43
asacbluekuja: good06:43
bluekujaasac: yeah, license is ok06:43
bluekujait was in testing already06:44
asacbluekuja: that doesn't mean much :)06:44
asacis upstream decent?06:44
asacit makes no sense to adopt something that has lost upstream06:44
bluekujaasac: yea06:44
bluekujaasac: it seems a package really used06:45
bluekujaand with some bugs06:45
bluekujatoo06:45
bluekuja^^06:45
asaccool06:45
bluekujagood for NM06:46
bluekujatests06:46
asacgood06:46
pochuNM?06:46
pochuNew Maintainer?06:46
asacy06:46
pochu:)06:46
bluekujayea :)06:46
pochugo bluekuja go! :)06:46
bluekujapochu: :D06:47
asaci am sure, i can boost things up :)06:47
asacoh wait ;)06:47
asache06:48
asaci just build thunderbird 1.5.0.1206:48
asac... started.06:48
asacwhat happened 2.0 :)06:48
asacah .. wrong chroot06:48
bluekuja:D06:49
bluekujaupdating laptop to gutsy06:49
asacpoor laptop :)06:50
asacgets a primate ;)06:50
bluekuja:D06:51
bluekujaother pc is down for hardware problems06:51
bluekujaneed to fix them^^06:51
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
bluekujaasac: it requested a password07:06
bluekujaand it works07:06
asacintersesting07:15
bluekujaasac: that's strange07:16
bluekujaasac: mined upstream uses a debian dir inside07:16
bluekujaused by the previous maintainer07:16
bluekujashould I delete it?07:17
bluekujaand note it in README.Debian07:17
bluekujaor just in the chanelog07:17
asacworks for icedove in sid chroot as well07:18
asacthanks07:18
bluekujanp :)07:18
asacbluekuja: ask upstream if they want to officially maintain their debian dir in launchpad07:18
asacnad drop it from real upstream source tree07:18
bluekujaasac: ok, great07:19
bluekujaasac: gonna remove it then for my work07:19
bluekujaand note it to upstream07:19
asacyou can import without it to some "upstream" branch07:19
asacdo they use svn?07:19
bluekujaasac: mmm...it seems no07:20
asacwhat? cvs?07:20
bluekujaI cant see any link in upstream07:20
bluekujaasac: maybe its private07:20
bluekujain download are there's not any cvs/svn link07:21
bluekujato grab from07:21
asacprobably07:25
asacstrip of debian/ ... push to upstream branch07:25
asactell upstream, that they can now use bzr :)07:25
bluekujaasac: yeah, same as fische07:25
bluekujaI hope he will join irc soon07:25
asaclike "here it is ... have fun. If you want to import history, let us know :)"07:26
bluekujasounds good07:26
bluekuja:)07:26
asack be off for some07:29
bluekujaasac: ok07:29
bluekujagonna ping you later07:29
bluekuja;)07:29
asacmaybe i will not be back ... lets see :)07:36
bluekuja:d07:37
bluekujacya later07:37
bluekuja:)07:37
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nuuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent
=== nuuu is now known as nuu
bluekujaasac: I've pushed new branches09:10
bluekujaasac: do you have a minute to check it?09:11
bluekujahttp://bazaar.launchpad.net/~bluekuja/mined/debian.source09:11
bluekujahttp://bazaar.launchpad.net/~bluekuja/mined/upstream.source09:11
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== idefixs [n=drno@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent
bluekujaidefixs, hello :)09:39
idefixshi bluekuja09:39
bluekujaidefixs, need help?09:40
idefixsyes i do. with the build system for fische :)09:41
bluekujaidefixs, you're the fische developer?!09:41
bluekujawelcome!09:41
idefixsyep09:41
bluekujareally happy to see you !09:41
idefixsso am i09:41
bluekujaidefixs, let's talk about it09:42
idefixsi just tried anjuta to make the build system for me09:42
bluekujahttps://code.launchpad.net/~bluekuja/fische/main.autotools09:42
idefixsit somehow worked, however i cannot build a distribution tarball09:42
bluekujayou can start browsing the code09:43
bluekujathere09:43
idefixswhere can i find the current Makefile.am / configure.ac ?09:47
idefixsdisregard09:47
idefixsfound them09:47
bluekuja:)09:47
bluekujaI think that you can start checking out that branch09:48
bluekujastarting new releases with it09:48
idefixshow could I make the configure script check for mmx/sse capabilities and set the corresponding compiler flags?09:49
bluekujaidefixs, are mmx flags really needed?09:51
idefixsthis would be rather important, i believe09:51
idefixsthe -mmmx is not, but the -DMMX is, in the current implementation.09:51
bluekujaasac: -DMMX flags are bad?09:52
idefixsthere is a #ifdef in blur.c, that depends on -DMMX09:52
asacdunno09:52
asacdon't know what happens if no mmx is available on arch09:52
bluekujayeah09:52
bluekujathat's the problem09:52
idefixscompile fails in this case09:52
asacyeah ...09:53
bluekujawhich is quite bad09:53
asacso it won't build on any other arch then x86 derivatives09:53
idefixsit will, as long as you don't pass -DMMX09:53
asacit will what?09:53
asacfail to build?09:53
asacafaik it builds ;)09:53
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
idefixsthere are two different blur functions, one with and one without mmx.09:54
idefixsdepending on DMMX the preprocessor chooses one of those functions09:54
asacyes09:54
asacand? will it slow things down ... how much? is it still usable then?09:54
idefixsit's usable, but slower.09:55
asachow much?09:55
asacwhat magnitude09:55
idefixsaround half the fps09:55
asacis that critical?09:55
asaci mean ... i would vouch to drop the flag now ( in order provide it on every architecture)09:56
idefixsnot really, but the more fps the better it looks09:56
asaclater maybe write some plugin extension that can do it ... e.g. if you have a i586++ you can install some package09:56
asacthat brings you that improvement09:56
asacidefixs: can you detect at runtime if MMX is available?09:57
idefixsi am sure that's possible, however i do not yet know how.09:57
bluekujaidefixs, is there a way to drop the flag ?09:58
bluekujafor now09:58
bluekujatrying to fix it in next releases09:58
bluekujawith plugins as suggested by asac09:58
asacbluekuja: you dropped the flag09:59
bluekujaasac: yea09:59
asacbecause you don't have it in automake .)09:59
asacso why do you ask for a "way"09:59
bluekujaasac: I mean directly in upstream09:59
idefixsyes of course. the program will build and run without the flag, not taking advantage of extended cpu capabilities09:59
asacidefixs: right ... later we autodetect that capability09:59
asacand load some lib that implements architecture automatized code09:59
bluekujaidefixs, did you read those guides for bzr?10:00
bluekujayou can use the branch I created to maintain your code10:00
idefixsi will look into the mplayer source. there is a mmx detection algorithm somewhere in there10:01
bluekujaor you can create a new one too10:01
bluekujaidefixs, sounds good10:01
bluekuja:)10:01
idefixsi am not yet familiar with bzr, however i just started to like the web interface10:01
bluekuja:)10:01
bluekujathe links I gave you will introduce you in bzr world10:02
nuuidefixs: you can check for mmx by grepping the output of cat /proc/cpuinfo for lowercase "mmx"10:02
idefixsnuu: thanks a lot!10:02
nuunp10:02
idefixswould it be better to detect at run- or compiletime, and why?10:03
nuuwhat are you building ?10:04
idefixseyecandy10:04
idefixsvery cpu-consuming10:05
bluekujaasac: did you have a look to mined?10:05
nuuwell generally speaking, i'd say that cpu features should be looked for in ./configure10:06
bluekujanuu: yea10:06
nuujust like every other system/installation requirement10:06
asacbluekuja: no ... not today10:06
asacbluekuja: hope you can live with that :)10:06
bluekujaasac: haha yes :)10:06
bluekujaasac: gonna ping you tomorrow then :P10:07
nuunevertheless, i don't know anything about eyecandy, so i wouldn't know what best applies to your specific case10:07
nuuhi bluekuja :)10:07
bluekuja:)10:07
asacbluekuja: tx10:07
bluekujaasac: np alex10:07
nuubbl10:07
bluekujanuu: cya later10:08
bluekuja;)10:08
bluekujaidefixs, let me know if you have any problem with bzr and/or with the build ssytem I created10:09
bluekujaso we can easily maintain source and debian dir10:09
asacidefixs: its not good to detect at compile time10:10
asacwe should just build an extension .so10:10
asacthat is dlopened or something if mmx is available10:10
bluekujanice idea10:10
asacof course this requires compile time checks as well as we cannot produce such a binary on non mmx hosts10:10
idefixshmmm...10:13
idefixsi can see how this helps binary distributions10:14
idefixsi'll keep showing up. cu + thanks!10:24
=== nuuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
bluekujaVorian, :)10:32
Vorianhello :)10:33
bluekujahow are you?10:33
VorianTired10:33
bluekuja:)10:33
bluekujastill tired from yesterday's parties?10:34
Vorianhehe10:34
VorianI don't party much anymore :)10:34
bluekujaVorian, how old are you? ^^10:35
Vorian3010:35
Vorianw/ 4 kids10:35
Vorianand a lovely wife :)10:35
bluekujacool!10:35
bluekujait's nice to hear that10:36
Vorian:)10:36
VorianI love my family :)10:36
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
bluekujaVorian, how is your work(packaging) going?10:37
bluekujasome news?10:37
Vorianno news10:37
VorianIts been a busy week/end10:37
bluekujadid you read some guides?10:37
bluekujaoh :)10:37
bluekujadont worry then10:37
VorianI've read through the guides10:37
VorianI have a goal of packaging something by friday :)10:38
bluekujaVorian, great10:39
bluekujaI will be more than happy to help you10:39
bluekujahave you looked that your package is not in debian?10:39
Vorianwhich package is that?10:41
bluekujaVorian, oh I thought you decided a package already10:42
bluekujanvm then10:42
=== pochu waves at both Vorian and bluekuja
Vorianah10:43
bluekujapochu: :)10:43
Vorianhey pochu :)10:43
bluekujapochu, we will have to check libtorrent again in the near future10:44
pochubluekuja: ok, cool :)11:18
bluekujapochu: so we can try to finish the work on it11:18
bluekujagnight all11:25
bluekujacu tomorrow11:25
pochugood night bluekuja11:26
=== Vorian is now known as heHATEme
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu-torrent
BugMaNhi all09:43
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has left #ubuntu-motu-torrent [".:porc::inca::dito::love::."]
=== Signon time : Thu May 31 08:53:06 2007
=== Signoff time : Mon Jun 4 12:37:15 2007
=== Total uptime : 4d 3h 44m 9s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there12:42
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 12:43
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
(asac/#ubuntu-motu-torrent) yeah links are great :)12:46
(asac/#ubuntu-motu-torrent) i will look after lunch12:46
(asac/#ubuntu-motu-torrent) first thing i will do12:46
(asac/#ubuntu-motu-torrent) are they lintian clean?12:46
(bluekuja/#ubuntu-motu-torrent) asac: they got some warnings, I dont know if we can skip them12:47
(bluekuja/#ubuntu-motu-torrent) 312:47
(bluekuja/#ubuntu-motu-torrent) http://bazaar.launchpad.net/~bluekuja/mined/debian.source12:47
(bluekuja/#ubuntu-motu-torrent) http://bazaar.launchpad.net/~bluekuja/mined/upstream.source12:47
(asac/#ubuntu-motu-torrent) warnings? ... at best fix all :)12:47
(bluekuja/#ubuntu-motu-torrent) asac: http://packages.linuxdc.it/unstable/result/mined_2000.13.2-1/mined_2000.13.2-1.lintian12:48
(asac/#ubuntu-motu-torrent) bluekuja: is there an lintian override ?12:49
(bluekuja/#ubuntu-motu-torrent) asac: nope12:49
(asac/#ubuntu-motu-torrent) first ... why is your standard version higher ?12:50
(bluekuja/#ubuntu-motu-torrent) well 3.7.2 is the correct one12:50
(asac/#ubuntu-motu-torrent) u sure?12:50
(asac/#ubuntu-motu-torrent) k12:50
(asac/#ubuntu-motu-torrent) W: mined: manpage-has-errors-from-man usr/share/man/man1/mined.1.gz 1754: warning: can't find numbered character 17112:50
(asac/#ubuntu-motu-torrent) why not just fix that :)12:50
(bluekuja/#ubuntu-motu-torrent) ok, gonna fix it12:51
(bluekuja/#ubuntu-motu-torrent) is the only one, you want me to fix?12:51
(asac/#ubuntu-motu-torrent) no12:51
(asac/#ubuntu-motu-torrent) every warning12:51
(bluekuja/#ubuntu-motu-torrent) ok12:51
(asac/#ubuntu-motu-torrent) except those that you know are no valid warnings (e.g. standards version) :)12:51
(bluekuja/#ubuntu-motu-torrent) sounds great!12:51
(bluekuja/#ubuntu-motu-torrent) gonna have lunch12:52
(bluekuja/#ubuntu-motu-torrent) and then I start12:52
(bluekuja/#ubuntu-motu-torrent) :)12:52
(bluekuja/#ubuntu-motu-torrent) brb12:52
(asac/#ubuntu-motu-torrent) I: mined: hyphen-used-as-minus-sign usr/share/man/man1/mined.1.gz:36512:52
(asac/#ubuntu-motu-torrent) look into that one as well12:52
(bluekuja/#ubuntu-motu-torrent) back12:59
(bluekuja/#ubuntu-motu-torrent) asac: ok12:59
(bluekuja/#ubuntu-motu-torrent) asac: anyway manpage is provided by upstream directly01:01
(bluekuja/#ubuntu-motu-torrent) not from me01:02
(bluekuja/#ubuntu-motu-torrent) errored line is automatic "smart quotes": When you type a "01:04
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all01:26
(bluekuja/#ubuntu-motu-torrent) heya01:30
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) hi nuu01:39
(bluekuja/#ubuntu-motu-torrent) :)01:39
(BugMaN/#ubuntu-motu-torrent) bluekuja: bug #10297001:39
(ubotu/#ubuntu-motu-torrent) Launchpad bug 102970 in torrentflux "dependancy php4-mysql should be replaced by php5-mysql" [Undecided,Needs info] https://launchpad.net/bugs/10297001:39
(BugMaN/#ubuntu-motu-torrent) bluekuja: i'm check dependency and i found php4-mysql and php5-mysql, then i'll close the bug?01:40
nuuhi bluekuja :)01:40
(bluekuja/#ubuntu-motu-torrent) BugMaN, what you mean with "dependency and i found php4-mysql and php5-mysql"01:40
(bluekuja/#ubuntu-motu-torrent) nuu: how its going with ?01:41
(bluekuja/#ubuntu-motu-torrent) *packaging guides01:41
(BugMaN/#ubuntu-motu-torrent) bluekuja: in debian/control01:41
nuubluekuja: been a little bit busy so far, planning to do some reading tonight if all goes well :)01:41
(BugMaN/#ubuntu-motu-torrent) there are php4 and php5 packages01:41
(bluekuja/#ubuntu-motu-torrent) BugMaN, tou should talk with Dktrkranz for it, I know he was following it closely01:42
(bluekuja/#ubuntu-motu-torrent) *you01:42
(bluekuja/#ubuntu-motu-torrent) nuu, sounds great!01:42
(bluekuja/#ubuntu-motu-torrent) nuu, let me know :)01:42
nuuwill do :)01:42
(BugMaN/#ubuntu-motu-torrent) bluekuja: ok, i'll do01:42
(bluekuja/#ubuntu-motu-torrent) BugMaN, thanks :)01:43
(bluekuja/#ubuntu-motu-torrent) BugMaN, you mean +Depends: ${misc:Depends}, libapache-mod-php4 (>= 4:4.1) | libapache2-mod-php4 (>= 4:4.1) | libapache-mod-php5 | libapache2-mod-php5, php4-mysql | php5-mysql01:44
(bluekuja/#ubuntu-motu-torrent) pushed on 18-may01:44
(BugMaN/#ubuntu-motu-torrent) BugMaN: yes01:45
(bluekuja/#ubuntu-motu-torrent) BugMaN, try to reproduce it with the gutsy upload01:46
(BugMaN/#ubuntu-motu-torrent) bluekuja: i make the gutsy version01:46
(bluekuja/#ubuntu-motu-torrent) BugMaN, yeah, just saw it01:47
(bluekuja/#ubuntu-motu-torrent) BugMaN, then just try to reproduce it01:47
(bluekuja/#ubuntu-motu-torrent) BugMaN, when fixing something with a merge, you should use the Closes: bug syntax01:48
(bluekuja/#ubuntu-motu-torrent) without closing it manually01:48
(bluekuja/#ubuntu-motu-torrent) asac: I've fixed those errors01:48
(BugMaN/#ubuntu-motu-torrent) bluekuja: yes i saw the new features of LP01:49
(bluekuja/#ubuntu-motu-torrent) asac: upstream forgot to use escaped form01:49
(asac/#ubuntu-motu-torrent) escaped form?01:49
(asac/#ubuntu-motu-torrent) ah ... ok01:49
(bluekuja/#ubuntu-motu-torrent) BugMaN, great! something like BTS in debian01:49
(asac/#ubuntu-motu-torrent) just fix all :)01:49
(BugMaN/#ubuntu-motu-torrent) bluekuja: but i make the package before LP's feature01:49
(bluekuja/#ubuntu-motu-torrent) asac: fixed all, I dont understand why this line is bad "smart quotes": When you type a "01:50
(bluekuja/#ubuntu-motu-torrent) BugMaN, ok dont worry then01:50
(asac/#ubuntu-motu-torrent) bluekuja: afaik you should not use quotes01:51
(asac/#ubuntu-motu-torrent) but 01:51
(asac/#ubuntu-motu-torrent) :)01:51
(asac/#ubuntu-motu-torrent) but that is just my guess out of the dark01:51
(bluekuja/#ubuntu-motu-torrent) asac: yeah, lets try01:51
(bluekuja/#ubuntu-motu-torrent) asac: is ok to modify manpages provided by upstream?01:51
(asac/#ubuntu-motu-torrent) if the package has a patch system use a patch ... otherwise just do it in .debian branch01:52
(asac/#ubuntu-motu-torrent) with a single, well documented patch01:52
(asac/#ubuntu-motu-torrent) and name what file in source was modified for what reason in debian/changelog as well01:53
(asac/#ubuntu-motu-torrent) s/documented patch/documented checkin/01:53
(bluekuja/#ubuntu-motu-torrent) asac: ok, all in one checkin01:53
(bluekuja/#ubuntu-motu-torrent) then01:53
(bluekuja/#ubuntu-motu-torrent) with a good documentation01:53
(bluekuja/#ubuntu-motu-torrent) for each change01:53
(asac/#ubuntu-motu-torrent) do what you want ... i would prefer multiple checkins01:54
(asac/#ubuntu-motu-torrent) so you back single ones out in case we find better ways etc.01:54
(bluekuja/#ubuntu-motu-torrent) ok01:54
(asac/#ubuntu-motu-torrent) e.g. for each warning one checkin ... but its your choice in the end01:55
(bluekuja/#ubuntu-motu-torrent) asac: yeah, it would be more simply to backup01:55
(bluekuja/#ubuntu-motu-torrent) so +101:55
(bluekuja/#ubuntu-motu-torrent) :)01:55
(bluekuja/#ubuntu-motu-torrent) asac: nope it wasnt problem01:59
(bluekuja/#ubuntu-motu-torrent) I should use \[:a] 02:00
(bluekuja/#ubuntu-motu-torrent) as described in groff_char man02:00
(asac/#ubuntu-motu-torrent) good :)02:00
(asac/#ubuntu-motu-torrent) you will figure out ... i am sure02:00
(bluekuja/#ubuntu-motu-torrent) :)02:01
=== freeflying [n=freeflyi@123.116.99.251] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: it never ends03:02
(bluekuja/#ubuntu-motu-torrent) they used a lot of those name chars03:02
(bluekuja/#ubuntu-motu-torrent) I found the trick03:03
(bluekuja/#ubuntu-motu-torrent) we just have to use groff simbols for them03:03
(bluekuja/#ubuntu-motu-torrent) and it works03:03
(bluekuja/#ubuntu-motu-torrent) e.g \['A] 03:03
(bluekuja/#ubuntu-motu-torrent) but its plenty of them03:03
(bluekuja/#ubuntu-motu-torrent) :P03:03
(bluekuja/#ubuntu-motu-torrent) btw the page got 7400 lines03:06
(bluekuja/#ubuntu-motu-torrent) asac: previous versions got that warning too03:08
(bluekuja/#ubuntu-motu-torrent) and some chars cannot be definied03:09
(bluekuja/#ubuntu-motu-torrent) e.g 03:09
(bluekuja/#ubuntu-motu-torrent) it's something related, when you fix one, lintian move to another one03:09
(bluekuja/#ubuntu-motu-torrent) and so on03:09
(bluekuja/#ubuntu-motu-torrent) asac: I wait your response for it03:16
(asac/#ubuntu-motu-torrent) yeah03:17
(asac/#ubuntu-motu-torrent) fix all :)03:17
(bluekuja/#ubuntu-motu-torrent) lol03:17
(asac/#ubuntu-motu-torrent) maybe use a "manpage" editor03:17
(asac/#ubuntu-motu-torrent) that should do it right03:18
(asac/#ubuntu-motu-torrent) e.g. WYSIWYG03:18
(bluekuja/#ubuntu-motu-torrent) asac: how can I change chars not supported?03:18
(bluekuja/#ubuntu-motu-torrent) 03:18
(bluekuja/#ubuntu-motu-torrent) like that03:18
(asac/#ubuntu-motu-torrent) i have no idea03:18
(asac/#ubuntu-motu-torrent) use manpage editor03:18
(asac/#ubuntu-motu-torrent) and hope that it converts them to proper03:18
(bluekuja/#ubuntu-motu-torrent) I hope so03:18
(asac/#ubuntu-motu-torrent) kill upstreawm author03:19
(asac/#ubuntu-motu-torrent) who is probably french03:19
(bluekuja/#ubuntu-motu-torrent) ahha03:19
(asac/#ubuntu-motu-torrent) if you see someone who insist to use "non-ascii" characters ... he is probably french03:19
(asac/#ubuntu-motu-torrent) well germans are sometimes hard to convince not to use them as well :)03:19
(bluekuja/#ubuntu-motu-torrent) :D03:19
(bluekuja/#ubuntu-motu-torrent) the problem consist in 7400 lines03:20
(bluekuja/#ubuntu-motu-torrent) gonna suicide after03:20
(bluekuja/#ubuntu-motu-torrent) :D03:20
(asac/#ubuntu-motu-torrent) hehe03:20
(asac/#ubuntu-motu-torrent) good test that you can get tedious tasks done :)03:20
(bluekuja/#ubuntu-motu-torrent) asac: haha yeah!03:21
(bluekuja/#ubuntu-motu-torrent) other warnings are fixed just need to fix this one03:21
(bluekuja/#ubuntu-motu-torrent) and I'm done03:21
(asac/#ubuntu-motu-torrent) lots of time in software its like you wanna throw all away and give up03:21
(asac/#ubuntu-motu-torrent) cool03:21
(bluekuja/#ubuntu-motu-torrent) asac: yea, you're right03:21
(bluekuja/#ubuntu-motu-torrent) but It will be nice to see a perfect package after03:22
(bluekuja/#ubuntu-motu-torrent) ^^03:22
(asac/#ubuntu-motu-torrent) sure :)03:23
(asac/#ubuntu-motu-torrent) that will help to forget the pain you've been through03:23
(bluekuja/#ubuntu-motu-torrent) yup!03:23
(bluekuja/#ubuntu-motu-torrent) installed man editor03:23
(bluekuja/#ubuntu-motu-torrent) lets start03:23
(bluekuja/#ubuntu-motu-torrent) :P03:23
(asac/#ubuntu-motu-torrent) good luck03:36
(bluekuja/#ubuntu-motu-torrent) thanks03:41
(bluekuja/#ubuntu-motu-torrent) leaving for a while03:49
(bluekuja/#ubuntu-motu-torrent) bbl03:49
(bluekuja/#ubuntu-motu-torrent) away03:49
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) back04:59
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: woohoo!06:30
(bluekuja/#ubuntu-motu-torrent) asac: fixeeed! :)06:30
(asac/#ubuntu-motu-torrent) ohooo06:30
(asac/#ubuntu-motu-torrent) bluekuja: manpage editor did it?06:30
(bluekuja/#ubuntu-motu-torrent) asac: nope, the editor missed some char, and I had to do it by hand06:30
(bluekuja/#ubuntu-motu-torrent) 7000+ lines06:30
(asac/#ubuntu-motu-torrent) yeah ... pushed?06:31
(bluekuja/#ubuntu-motu-torrent) now, I'm making the checkins06:31
(bluekuja/#ubuntu-motu-torrent) one by one06:31
(asac/#ubuntu-motu-torrent) good06:31
(bluekuja/#ubuntu-motu-torrent) :)06:31
(asac/#ubuntu-motu-torrent) cool06:31
(bluekuja/#ubuntu-motu-torrent) gonna ping you in minutes06:31
(bluekuja/#ubuntu-motu-torrent) when pushed06:31
(asac/#ubuntu-motu-torrent) good works deserves good checkins :)06:31
(bluekuja/#ubuntu-motu-torrent) eheh06:31
(bluekuja/#ubuntu-motu-torrent) yes06:31
(bluekuja/#ubuntu-motu-torrent) :)06:31
(asac/#ubuntu-motu-torrent) otherwise you expose: "this work is worth nothgin"06:31
(bluekuja/#ubuntu-motu-torrent) exactly06:31
(asac/#ubuntu-motu-torrent) most people work 48h on code06:32
(bluekuja/#ubuntu-motu-torrent) :)06:32
(bluekuja/#ubuntu-motu-torrent) aww06:32
(asac/#ubuntu-motu-torrent) and then don't have 20 minutes to decently checkin06:32
(asac/#ubuntu-motu-torrent) i can't understand that06:32
(bluekuja/#ubuntu-motu-torrent) yup06:32
(asac/#ubuntu-motu-torrent) in free software most people are pretty good06:32
(asac/#ubuntu-motu-torrent) if you go to "proprietary" development06:32
(asac/#ubuntu-motu-torrent) or individual "in-house" developments06:32
(asac/#ubuntu-motu-torrent) you die06:32
(asac/#ubuntu-motu-torrent) ;)06:32
(bluekuja/#ubuntu-motu-torrent) :D06:32
(bluekuja/#ubuntu-motu-torrent) unfortunately it works like that06:33
(bluekuja/#ubuntu-motu-torrent) :/06:33
(asac/#ubuntu-motu-torrent) its unbelievable what kind of large scale projects are even not in a revision system at all06:33
(asac/#ubuntu-motu-torrent) e.g. "hey can you please send me code" :)06:33
(bluekuja/#ubuntu-motu-torrent) lol06:33
(bluekuja/#ubuntu-motu-torrent) that's not nice06:33
(bluekuja/#ubuntu-motu-torrent) ^^06:33
(asac/#ubuntu-motu-torrent) yeah it becomes even worse if you say "hey here are my changes in this tarbal ... you will figure out what i changed" :)06:34
(bluekuja/#ubuntu-motu-torrent) yeah06:34
(bluekuja/#ubuntu-motu-torrent) its better from packagers side too06:34
(bluekuja/#ubuntu-motu-torrent) asac: can you try building?06:53
(asac/#ubuntu-motu-torrent) y06:53
(bluekuja/#ubuntu-motu-torrent) I hope I've pushed correct files06:53
(bluekuja/#ubuntu-motu-torrent) :)06:53
(asac/#ubuntu-motu-torrent) k06:54
(asac/#ubuntu-motu-torrent) -automatic "smart quotes": When you type a "06:54
(asac/#ubuntu-motu-torrent) +automatic smart quotes: When you type a "06:54
(asac/#ubuntu-motu-torrent) is that right?06:54
(asac/#ubuntu-motu-torrent) did you drop the " completely intentionally06:54
(asac/#ubuntu-motu-torrent) ?06:54
(bluekuja/#ubuntu-motu-torrent) asac: let me see the browse code06:55
(bluekuja/#ubuntu-motu-torrent) 500 Internal error06:56
(bluekuja/#ubuntu-motu-torrent) The server encountered an unexpected condition which prevented it from fulfilling the request.06:56
(bluekuja/#ubuntu-motu-torrent) damn06:56
(bluekuja/#ubuntu-motu-torrent) asac: -.- It saved it on a temp file06:58
(bluekuja/#ubuntu-motu-torrent) asac: that's why the manpage is alwais the same06:59
(asac/#ubuntu-motu-torrent) i don't like revno 406:59
(asac/#ubuntu-motu-torrent) you should not drop the license file from source06:59
(asac/#ubuntu-motu-torrent) but just take care that it doesn't end up in install06:59
(bluekuja/#ubuntu-motu-torrent) asac: so adding a clean rule06:59
(bluekuja/#ubuntu-motu-torrent) ok06:59
(asac/#ubuntu-motu-torrent) a clean rule ... i don't understand that wording06:59
(bluekuja/#ubuntu-motu-torrent) deleting that file07:00
(bluekuja/#ubuntu-motu-torrent) after build07:00
(bluekuja/#ubuntu-motu-torrent) need to go back to revn. 307:00
(asac/#ubuntu-motu-torrent) bluekuja: readd the LICENSE file (e.g. apply reversed patch of -r 3..4)07:01
(bluekuja/#ubuntu-motu-torrent) asac: yea07:01
(bluekuja/#ubuntu-motu-torrent) I can apply a reverse patch07:01
(bluekuja/#ubuntu-motu-torrent) and get back to rev.307:01
(bluekuja/#ubuntu-motu-torrent) with rev 507:01
(bluekuja/#ubuntu-motu-torrent) *607:01
(asac/#ubuntu-motu-torrent) yes07:02
(bluekuja/#ubuntu-motu-torrent) oki07:02
(bluekuja/#ubuntu-motu-torrent) let's do it07:02
(asac/#ubuntu-motu-torrent) just "backout" revno 407:02
(asac/#ubuntu-motu-torrent) :)07:02
(bluekuja/#ubuntu-motu-torrent) asac: is ok to delete it at the end of the build process?07:02
(asac/#ubuntu-motu-torrent) without loosing history :)07:02
(bluekuja/#ubuntu-motu-torrent) e.g LICENSE.GNU07:02
(bluekuja/#ubuntu-motu-torrent) yup07:02
(bluekuja/#ubuntu-motu-torrent) :)07:02
(asac/#ubuntu-motu-torrent) bluekuja: actually i don't really like that way, but it should be ok07:02
(bluekuja/#ubuntu-motu-torrent) ok07:02
(asac/#ubuntu-motu-torrent) bluekuja: personall, I install things to debian/tmp07:02
(asac/#ubuntu-motu-torrent) and then move those files needed to debian/packagename07:02
(asac/#ubuntu-motu-torrent) by dh_install07:03
(asac/#ubuntu-motu-torrent) bluekuja: just take care that running fakeroot ./debian/rules binary ... works multiple times07:03
(asac/#ubuntu-motu-torrent) without failing07:03
(bluekuja/#ubuntu-motu-torrent) ok07:03
(bluekuja/#ubuntu-motu-torrent) asac: should I backup all in one checkin?07:04
(asac/#ubuntu-motu-torrent) all?07:05
(asac/#ubuntu-motu-torrent) why all07:05
(asac/#ubuntu-motu-torrent) ?07:05
(asac/#ubuntu-motu-torrent) just the license file checkin07:05
(asac/#ubuntu-motu-torrent) then in another checkin add the "clean" feature07:05
(bluekuja/#ubuntu-motu-torrent) ok07:05
(bluekuja/#ubuntu-motu-torrent) and then manpage fix07:06
(asac/#ubuntu-motu-torrent) he?07:06
(asac/#ubuntu-motu-torrent) why?07:06
(bluekuja/#ubuntu-motu-torrent) because I saved it on a temp file07:06
(asac/#ubuntu-motu-torrent) bluekuja: no ... just backout the LICENSE.GNU07:06
(asac/#ubuntu-motu-torrent) file07:06
(asac/#ubuntu-motu-torrent) the manpage fix can stay in07:06
(bluekuja/#ubuntu-motu-torrent) in fact there is no fix07:06
(bluekuja/#ubuntu-motu-torrent) in it07:06
(asac/#ubuntu-motu-torrent) he?07:06
(bluekuja/#ubuntu-motu-torrent) I saved the file on a temp file, and I moved in the wrong fix07:06
(bluekuja/#ubuntu-motu-torrent) so now it's the same as before07:07
(bluekuja/#ubuntu-motu-torrent) ^^07:07
(asac/#ubuntu-motu-torrent) bluekuja: please do locally what you think is right and show me the log then07:07
(bluekuja/#ubuntu-motu-torrent) ok07:07
(bluekuja/#ubuntu-motu-torrent) the diff confirm it07:08
(bluekuja/#ubuntu-motu-torrent) ^^07:08
(asac/#ubuntu-motu-torrent) i don't see a link here07:09
(bluekuja/#ubuntu-motu-torrent) pasting it07:10
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8420807:11
(bluekuja/#ubuntu-motu-torrent) as you can see there's no fix07:11
(bluekuja/#ubuntu-motu-torrent) it's upstream one in fact07:11
(asac/#ubuntu-motu-torrent) he?07:11
(asac/#ubuntu-motu-torrent) what do you do07:11
(asac/#ubuntu-motu-torrent) i think you went off topic07:12
(asac/#ubuntu-motu-torrent) the manpage is not of concern here ;)07:12
(asac/#ubuntu-motu-torrent) or did I miss something?07:12
(bluekuja/#ubuntu-motu-torrent) asac: manpage cause that lintian error07:12
(bluekuja/#ubuntu-motu-torrent) asac: so I fixed all chars07:12
(bluekuja/#ubuntu-motu-torrent) asac: but that's not the right manpage07:12
(asac/#ubuntu-motu-torrent) bluekuja: yes thats fine ... but read above ... i didn't complain about manpage07:13
(asac/#ubuntu-motu-torrent) LICENSE.GNU should be in source again07:13
(bluekuja/#ubuntu-motu-torrent) asac: yeah, LICENSE.GNU has been added again07:13
(asac/#ubuntu-motu-torrent) ah07:13
(asac/#ubuntu-motu-torrent) ok07:13
(bluekuja/#ubuntu-motu-torrent) I was talking about manpage07:13
(bluekuja/#ubuntu-motu-torrent) :)07:13
(asac/#ubuntu-motu-torrent) whats the problem with it?07:13
(bluekuja/#ubuntu-motu-torrent) I pushed wrong manpage07:13
(bluekuja/#ubuntu-motu-torrent) e.g not fixed07:13
(asac/#ubuntu-motu-torrent) why?07:13
(bluekuja/#ubuntu-motu-torrent) so I'm pushing correct one07:13
(bluekuja/#ubuntu-motu-torrent) correct one was saved into /tmo07:14
(asac/#ubuntu-motu-torrent) ok07:14
(bluekuja/#ubuntu-motu-torrent) *tmp07:14
(bluekuja/#ubuntu-motu-torrent) so It messed up changes07:14
(asac/#ubuntu-motu-torrent) yeah ... remember to look at what you check in07:14
(bluekuja/#ubuntu-motu-torrent) :)07:14
(asac/#ubuntu-motu-torrent) before you check-in07:14
(asac/#ubuntu-motu-torrent) otherwise you bloat the archive07:14
(asac/#ubuntu-motu-torrent) bluekuja: at best backout bad commit07:14
(asac/#ubuntu-motu-torrent) and checkin right one07:14
(asac/#ubuntu-motu-torrent) so later you can see the actualy changes more distinct07:14
(bluekuja/#ubuntu-motu-torrent) backout?07:14
(bluekuja/#ubuntu-motu-torrent) how?07:14
(bluekuja/#ubuntu-motu-torrent) reversing patch07:15
(asac/#ubuntu-motu-torrent) as always reverse patch07:15
(asac/#ubuntu-motu-torrent) yes07:15
(bluekuja/#ubuntu-motu-torrent) ok07:15
(asac/#ubuntu-motu-torrent) commit07:15
(asac/#ubuntu-motu-torrent) then apply good manpage07:15
(asac/#ubuntu-motu-torrent) and commit07:15
(bluekuja/#ubuntu-motu-torrent) ok07:15
(asac/#ubuntu-motu-torrent) i never said "backup" ... I always ment "backout"07:15
(asac/#ubuntu-motu-torrent) :)07:15
(bluekuja/#ubuntu-motu-torrent) :)07:15
(bluekuja/#ubuntu-motu-torrent) patched07:17
(bluekuja/#ubuntu-motu-torrent) now pushing07:17
(asac/#ubuntu-motu-torrent) lets see07:27
(asac/#ubuntu-motu-torrent) bluekuja: ok backout looks fine07:28
(bluekuja/#ubuntu-motu-torrent) asac: great07:28
(asac/#ubuntu-motu-torrent) now fix things :)07:28
(bluekuja/#ubuntu-motu-torrent) asac: yup, i'm doind a diff for every checkin07:28
(bluekuja/#ubuntu-motu-torrent) to be *sure07:28
(bluekuja/#ubuntu-motu-torrent) *07:28
(asac/#ubuntu-motu-torrent) bluekuja: next time you should backout in opposite sequence07:29
(bluekuja/#ubuntu-motu-torrent) e.g ?07:29
(asac/#ubuntu-motu-torrent) e.g. firt backout revno 6 ... then 5 then 407:29
(asac/#ubuntu-motu-torrent) of course only if you want to backout multiple commits07:29
(bluekuja/#ubuntu-motu-torrent) oh ok07:29
(asac/#ubuntu-motu-torrent) not a problem07:29
(asac/#ubuntu-motu-torrent) because files touched did not overlap07:29
(bluekuja/#ubuntu-motu-torrent) yup07:29
(asac/#ubuntu-motu-torrent) but often they do overlap and then its easier to reverse backout order07:30
(asac/#ubuntu-motu-torrent) ok cool07:30
(bluekuja/#ubuntu-motu-torrent) asac: manpage fix pushed, now adding clean rule, and everything is fixed07:32
(asac/#ubuntu-motu-torrent) please don't call it "clean rule" in comment07:32
(asac/#ubuntu-motu-torrent) in commit07:32
(asac/#ubuntu-motu-torrent) it can easily be confused by makefile clean rule07:32
(bluekuja/#ubuntu-motu-torrent) ok07:33
(bluekuja/#ubuntu-motu-torrent) I just point out that that file has been deleted07:33
(bluekuja/#ubuntu-motu-torrent) because its not needed07:33
(asac/#ubuntu-motu-torrent) k07:34
(bluekuja/#ubuntu-motu-torrent) asac: it doesnt work07:42
(bluekuja/#ubuntu-motu-torrent) asac: adding a rm -f to delete LICENSE.GNU07:42
(bluekuja/#ubuntu-motu-torrent) from there07:42
(bluekuja/#ubuntu-motu-torrent) it doesnt make an output07:42
(bluekuja/#ubuntu-motu-torrent) e.g no errors07:43
(bluekuja/#ubuntu-motu-torrent) but It doesnt remove it correctly07:43
(asac/#ubuntu-motu-torrent) hey ... you must remove the "installed" file ... not the source one07:44
(asac/#ubuntu-motu-torrent) which you probably did now07:44
(bluekuja/#ubuntu-motu-torrent) asac: mmm...yeah. It's what I did07:45
(bluekuja/#ubuntu-motu-torrent) asac: let me check something07:45
(bluekuja/#ubuntu-motu-torrent) asac: fixed07:51
(bluekuja/#ubuntu-motu-torrent) :)07:51
(bluekuja/#ubuntu-motu-torrent) now committing07:52
(bluekuja/#ubuntu-motu-torrent) and pushing07:52
=== Don [n=dpowers6@ip68-102-225-218.ks.ok.cox.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) hi DarkSun8807:55
(bluekuja/#ubuntu-motu-torrent) *Don07:55
(bluekuja/#ubuntu-motu-torrent) asac: pushed07:56
(bluekuja/#ubuntu-motu-torrent) asac: you should be able to build, getting no lintian errors07:56
(bluekuja/#ubuntu-motu-torrent) :)07:56
(asac/#ubuntu-motu-torrent) k07:56
=== asac looking
(bluekuja/#ubuntu-motu-torrent) asac: I go to eat for a while07:56
(bluekuja/#ubuntu-motu-torrent) brb07:56
(bluekuja/#ubuntu-motu-torrent) :)07:56
(bluekuja/#ubuntu-motu-torrent) asac: back08:08
(asac/#ubuntu-motu-torrent) bluekuja: how does ldd look like?08:09
(bluekuja/#ubuntu-motu-torrent) asac: checking08:09
(asac/#ubuntu-motu-torrent) i have the feeling that passing INSTALLROOT might cause troubles08:10
(bluekuja/#ubuntu-motu-torrent) asac: y?08:11
(asac/#ubuntu-motu-torrent) dunno08:11
(asac/#ubuntu-motu-torrent) check ldd08:11
(asac/#ubuntu-motu-torrent) :)08:11
(bluekuja/#ubuntu-motu-torrent) asac: /urs/share/mined/bin08:14
(bluekuja/#ubuntu-motu-torrent) looks bad08:14
(asac/#ubuntu-motu-torrent) whats that08:14
(bluekuja/#ubuntu-motu-torrent) I was checking destdir08:15
(asac/#ubuntu-motu-torrent) please paste somwhere08:15
(asac/#ubuntu-motu-torrent) DESTDIR is not supported by these kind of borked make systems08:15
(asac/#ubuntu-motu-torrent) you would have to fix the build system08:15
(bluekuja/#ubuntu-motu-torrent) asac: I'm looking at where It will install everything08:15
(asac/#ubuntu-motu-torrent) and INSTALLROOT just looks wrong08:15
(bluekuja/#ubuntu-motu-torrent) asac: want me to paste in?08:15
(bluekuja/#ubuntu-motu-torrent) *it08:15
(asac/#ubuntu-motu-torrent) ldd08:15
(asac/#ubuntu-motu-torrent) i want to see ldd of installed binaries08:16
(asac/#ubuntu-motu-torrent) and libs08:16
(bluekuja/#ubuntu-motu-torrent) asac: linux-gate.so.1 => (0xffffe000)08:16
(bluekuja/#ubuntu-motu-torrent) libncurses.so.5 => /lib/libncurses.so.5 (0xb7ee0000)08:16
(bluekuja/#ubuntu-motu-torrent) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dac000)08:16
(bluekuja/#ubuntu-motu-torrent) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7da8000)08:16
(bluekuja/#ubuntu-motu-torrent) /lib/ld-linux.so.2 (0xb7f2d000)08:16
(bluekuja/#ubuntu-motu-torrent) mined binary08:16
(asac/#ubuntu-motu-torrent) hmmm ... ok08:16
(bluekuja/#ubuntu-motu-torrent) other files are not dynamic executables08:16
(bluekuja/#ubuntu-motu-torrent) so cannot ldd on them08:16
(asac/#ubuntu-motu-torrent) what are other files?08:17
(asac/#ubuntu-motu-torrent) configs?08:17
(bluekuja/#ubuntu-motu-torrent) e.g ldd /usr/bin/umined08:17
(bluekuja/#ubuntu-motu-torrent) not a dynamic executable08:17
(asac/#ubuntu-motu-torrent) look inside08:17
(asac/#ubuntu-motu-torrent) its probably a script08:17
(asac/#ubuntu-motu-torrent) if it has absolute paths ... are they right08:17
(bluekuja/#ubuntu-motu-torrent) checking08:17
(bluekuja/#ubuntu-motu-torrent) they are bin/sh scripts08:18
(bluekuja/#ubuntu-motu-torrent) like xinitrc08:18
(bluekuja/#ubuntu-motu-torrent) I fixed08:18
(bluekuja/#ubuntu-motu-torrent) before08:18
(bluekuja/#ubuntu-motu-torrent) asac: ldd seems ok on that binary file08:19
(bluekuja/#ubuntu-motu-torrent) others are scripts, so ldd message is right08:19
(asac/#ubuntu-motu-torrent) y08:20
(asac/#ubuntu-motu-torrent) luck then08:20
(bluekuja/#ubuntu-motu-torrent) yup08:20
(asac/#ubuntu-motu-torrent) why do we need this "shitty" piece of software?08:20
(bluekuja/#ubuntu-motu-torrent) coz it's quite nice, and it needs new releases to be pushed in08:21
(bluekuja/#ubuntu-motu-torrent) it was in testing before08:21
(bluekuja/#ubuntu-motu-torrent) asac: it builds ok?08:23
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
(asac/#ubuntu-motu-torrent) no tried ... will not finish that today :(08:23
(asac/#ubuntu-motu-torrent) i feel exhausted and have other important stuff todo ... which otherwise will get my head cut :)08:23
(bluekuja/#ubuntu-motu-torrent) asac: aww oki08:23
(bluekuja/#ubuntu-motu-torrent) asac: we gonna finish it tomorrow08:24
(bluekuja/#ubuntu-motu-torrent) ;)08:24
(asac/#ubuntu-motu-torrent) yes08:24
(bluekuja/#ubuntu-motu-torrent) ;)08:24
(bluekuja/#ubuntu-motu-torrent) asac: fische is in ;)08:31
(asac/#ubuntu-motu-torrent) in debian?08:32
(bluekuja/#ubuntu-motu-torrent) yea08:32
(bluekuja/#ubuntu-motu-torrent) :)08:32
(asac/#ubuntu-motu-torrent) cool08:32
(bluekuja/#ubuntu-motu-torrent) forgot to tell you that08:32
(bluekuja/#ubuntu-motu-torrent) ^^ :)08:32
(bluekuja/#ubuntu-motu-torrent) asac: one of the packages I maintain made a new release (using a patch)09:16
(bluekuja/#ubuntu-motu-torrent) in changelog should I use next release version09:16
(bluekuja/#ubuntu-motu-torrent) or version-209:16
(asac/#ubuntu-motu-torrent) did they bump the version?09:17
(bluekuja/#ubuntu-motu-torrent) asac: nope09:17
(bluekuja/#ubuntu-motu-torrent) he works using patches09:17
(asac/#ubuntu-motu-torrent) so how did you get the version ?09:17
(bluekuja/#ubuntu-motu-torrent) *to fix* some bugs09:17
(asac/#ubuntu-motu-torrent) what is current version?09:18
(bluekuja/#ubuntu-motu-torrent) asac: 1.3.4-dnh309:18
(asac/#ubuntu-motu-torrent) what is dnh3 ?09:18
(asac/#ubuntu-motu-torrent) where is that from?09:18
(bluekuja/#ubuntu-motu-torrent) is all related to package version09:18
(bluekuja/#ubuntu-motu-torrent) it means enhanced09:18
(bluekuja/#ubuntu-motu-torrent) upstream ships with 1.3.4-dnh309:19
(bluekuja/#ubuntu-motu-torrent) asac: when he releases a new patch, the previous one is integrated in the new one09:22
(bluekuja/#ubuntu-motu-torrent) and so on09:22
(bluekuja/#ubuntu-motu-torrent) asac: http://www.rahul.net/dholmes/ctorrent/09:22
(asac/#ubuntu-motu-torrent) yeah ... but he will bump some patch level info or something09:22
(bluekuja/#ubuntu-motu-torrent) A couple more critical issues in release dnh3 have been found and fixed. To reduce any confusion or inconvenience in the tracking and application of patches, all such fixes will now be distributed in a single patch file that will be updated as necessary, while its name will not change. See the Download section for more details.09:22
(bluekuja/#ubuntu-motu-torrent) that's what I said09:23
(asac/#ubuntu-motu-torrent) bluekuja: maybe ask him if can next time bump patch level to dnh3.1 ?09:23
(asac/#ubuntu-motu-torrent) we can then use dnh3.009:23
(asac/#ubuntu-motu-torrent) actually its bad to have that info in debian package revision09:23
(asac/#ubuntu-motu-torrent) it should be09:23
(asac/#ubuntu-motu-torrent) 1.3.4+dnh309:23
(asac/#ubuntu-motu-torrent) 1.3.4+dnh3-109:23
(asac/#ubuntu-motu-torrent) for instance09:24
(asac/#ubuntu-motu-torrent) for next "small update patch" he should use dnh3.109:24
(asac/#ubuntu-motu-torrent) so we can use09:24
(asac/#ubuntu-motu-torrent) 1.3.4+dnh3.1-109:24
(bluekuja/#ubuntu-motu-torrent) asac: should I use that as version?09:24
(bluekuja/#ubuntu-motu-torrent) explaining it in changelog09:24
(asac/#ubuntu-motu-torrent) how is ctorrent distributed?09:24
(bluekuja/#ubuntu-motu-torrent) GPL09:24
(asac/#ubuntu-motu-torrent) i mean does he ship the patches in a separate directory?09:24
(bluekuja/#ubuntu-motu-torrent) oh09:25
(bluekuja/#ubuntu-motu-torrent) ^^09:25
(bluekuja/#ubuntu-motu-torrent) yeah09:25
(asac/#ubuntu-motu-torrent) are they applied during build?09:25
(bluekuja/#ubuntu-motu-torrent) yup09:25
(asac/#ubuntu-motu-torrent) which directory are those patches in?09:25
(bluekuja/#ubuntu-motu-torrent) asac: I made a patch system for it09:25
(asac/#ubuntu-motu-torrent) you?09:25
(bluekuja/#ubuntu-motu-torrent) asac: yea09:25
(asac/#ubuntu-motu-torrent) in debian/ ... ?09:25
(bluekuja/#ubuntu-motu-torrent) ye09:25
(bluekuja/#ubuntu-motu-torrent) to apply them during build09:25
(bluekuja/#ubuntu-motu-torrent) so we can have the same product of upstream09:26
(bluekuja/#ubuntu-motu-torrent) that ships tarball and patches separated09:26
(asac/#ubuntu-motu-torrent) yeah09:26
(asac/#ubuntu-motu-torrent) let me think abit09:26
(bluekuja/#ubuntu-motu-torrent) developer makes new patches deleting old ones09:26
(bluekuja/#ubuntu-motu-torrent) e.g integrating09:27
(asac/#ubuntu-motu-torrent) but doesn't update tarball?09:27
(bluekuja/#ubuntu-motu-torrent) asac: nope09:27
(bluekuja/#ubuntu-motu-torrent) tarball is alwais the same09:27
(bluekuja/#ubuntu-motu-torrent) patches change09:27
(asac/#ubuntu-motu-torrent) thats really dirty09:27
(asac/#ubuntu-motu-torrent) i mean ... if he would add new patch fine ... we could add that patch09:27
(asac/#ubuntu-motu-torrent) but just updating patch09:27
(asac/#ubuntu-motu-torrent) in that case i would prefer to update tarball for him09:28
(bluekuja/#ubuntu-motu-torrent) is quite easy09:28
(bluekuja/#ubuntu-motu-torrent) to do09:28
(bluekuja/#ubuntu-motu-torrent) just apply the diff on tarball09:28
(bluekuja/#ubuntu-motu-torrent) and we have a new release09:28
(bluekuja/#ubuntu-motu-torrent) ^^09:28
(asac/#ubuntu-motu-torrent) yes ... but let me think09:28
(bluekuja/#ubuntu-motu-torrent) he talks about a dnh3.1 here09:29
(asac/#ubuntu-motu-torrent) bluekuja: can you ask him if he can release incremental patches in addition to the merged one?09:29
(bluekuja/#ubuntu-motu-torrent) "Beginning with dnh1.1 t"09:29
(bluekuja/#ubuntu-motu-torrent) so he calls this one as a new release09:33
(bluekuja/#ubuntu-motu-torrent) dnh3.109:33
(bluekuja/#ubuntu-motu-torrent) asac: do you think it should be ok to call it "New upstream release"?09:33
(bluekuja/#ubuntu-motu-torrent) he talked about a dnh3.109:33
(asac/#ubuntu-motu-torrent) he talked about?09:33
(bluekuja/#ubuntu-motu-torrent) Thanks! BTW I'm hoping to have dnh3.1 out later this month and would09:33
(bluekuja/#ubuntu-motu-torrent) recommend going with it if your schedule permits. I have several09:33
(bluekuja/#ubuntu-motu-torrent) additional fixes as well as some improvements and features now entering09:33
(bluekuja/#ubuntu-motu-torrent) the testing/documentation stage.09:33
(bluekuja/#ubuntu-motu-torrent) he mailed me09:33
(bluekuja/#ubuntu-motu-torrent) later this month = end of may09:33
(asac/#ubuntu-motu-torrent) bluekuja: can you try to convince him to encode patch-level versioning09:33
(asac/#ubuntu-motu-torrent) so we know how to version09:33
(asac/#ubuntu-motu-torrent) its a mess otherwis09:33
(bluekuja/#ubuntu-motu-torrent) asac: I mailed him 3 times09:34
(bluekuja/#ubuntu-motu-torrent) without response09:34
(bluekuja/#ubuntu-motu-torrent) for 2 weeks09:34
(bluekuja/#ubuntu-motu-torrent) using the same mail of the first one09:34
(asac/#ubuntu-motu-torrent) then lets wait for official dnh3.109:34
(asac/#ubuntu-motu-torrent) and not update09:34
(asac/#ubuntu-motu-torrent) i mean ... why to clean his room if he doesn't care?09:34
(bluekuja/#ubuntu-motu-torrent) ^^09:34
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) and that patch is the effective new dnh3.1?09:35
(bluekuja/#ubuntu-motu-torrent) *if09:35
(bluekuja/#ubuntu-motu-torrent) as written in homepage09:35
(bluekuja/#ubuntu-motu-torrent) the problem is "single patch file that will be updated as necessary, while its name will not change"09:37
(bluekuja/#ubuntu-motu-torrent) so the name doesnt change09:38
(bluekuja/#ubuntu-motu-torrent) asac: not sure about it09:39
(asac/#ubuntu-motu-torrent) bluekuja: does he have a revision system?09:41
(asac/#ubuntu-motu-torrent) bluekuja: do we already have that patch in debian/patches?09:41
(asac/#ubuntu-motu-torrent) i mean the old version?09:41
(bluekuja/#ubuntu-motu-torrent) asac: yes09:41
(asac/#ubuntu-motu-torrent) or is this the first?09:41
(asac/#ubuntu-motu-torrent) ah ok09:41
(asac/#ubuntu-motu-torrent) bluekuja, please try to do an interdiff09:41
(bluekuja/#ubuntu-motu-torrent) asac: previous patch is already in09:41
(asac/#ubuntu-motu-torrent) then use the output as the incremental patch09:41
(asac/#ubuntu-motu-torrent) .e.g. we do what he doesn't09:41
(bluekuja/#ubuntu-motu-torrent) between the two patches?09:41
(asac/#ubuntu-motu-torrent) separate the patch09:41
(asac/#ubuntu-motu-torrent) yes09:41
(asac/#ubuntu-motu-torrent) interdiff09:41
(bluekuja/#ubuntu-motu-torrent) ok09:41
(asac/#ubuntu-motu-torrent) install patchutils09:42
(asac/#ubuntu-motu-torrent) if not available09:42
(asac/#ubuntu-motu-torrent) and look at manpage09:42
(bluekuja/#ubuntu-motu-torrent) ok09:42
(bluekuja/#ubuntu-motu-torrent) when I have a result, gonna ping you09:42
(asac/#ubuntu-motu-torrent) its basically just interdiff PATCH_OLD PATCH_NEW09:42
(asac/#ubuntu-motu-torrent) sure09:42
(bluekuja/#ubuntu-motu-torrent) yup09:42
(bluekuja/#ubuntu-motu-torrent) :)09:42
(asac/#ubuntu-motu-torrent) i am here for 15 minutes09:42
(asac/#ubuntu-motu-torrent) then i will leave ... no matter what09:42
(bluekuja/#ubuntu-motu-torrent) gonna hurry09:42
(bluekuja/#ubuntu-motu-torrent) !09:42
(bluekuja/#ubuntu-motu-torrent) asac: ok, done09:46
(bluekuja/#ubuntu-motu-torrent) I have a diff file from the new and old version09:46
(asac/#ubuntu-motu-torrent) yes?09:47
(asac/#ubuntu-motu-torrent) please show me all three :)09:47
(asac/#ubuntu-motu-torrent) 1st old patch09:47
(asac/#ubuntu-motu-torrent) 2nd new patch09:47
(asac/#ubuntu-motu-torrent) 3 interdiff :)09:47
(bluekuja/#ubuntu-motu-torrent) pasting09:47
(asac/#ubuntu-motu-torrent) the interdiff is what will be added to debian/patches09:47
(asac/#ubuntu-motu-torrent) if its ok09:47
(asac/#ubuntu-motu-torrent) :)09:47
(bluekuja/#ubuntu-motu-torrent) ok09:47
(bluekuja/#ubuntu-motu-torrent) asac: old= http://pastebin.mozilla.org/8433509:49
(bluekuja/#ubuntu-motu-torrent) asac: new= http://pastebin.mozilla.org/8434009:50
(bluekuja/#ubuntu-motu-torrent) asac: interdiff= http://pastebin.mozilla.org/8434209:50
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) fsateler, hi09:54
fsatelerhi09:54
(bluekuja/#ubuntu-motu-torrent) asac: how does it look?09:54
fsatelersorry for not showing up yesterday... wasn't at home09:54
(bluekuja/#ubuntu-motu-torrent) fsateler, dont worry :)09:54
(bluekuja/#ubuntu-motu-torrent) fsateler, no news from mentors?09:55
(asac/#ubuntu-motu-torrent) bluekuja: its far bigger than i have expected ... will have to look at it tomorrow09:55
(bluekuja/#ubuntu-motu-torrent) asac: ok :)09:55
(bluekuja/#ubuntu-motu-torrent) asac: gonna try to apply interdiff patch09:56
fsatelerbluekuja: no, not yet09:56
(bluekuja/#ubuntu-motu-torrent) asac: to see if everything is ok09:56
(bluekuja/#ubuntu-motu-torrent) fsateler, as pochu told you there are some problem with it09:56
(bluekuja/#ubuntu-motu-torrent) e.g soname and lib name itself09:56
(bluekuja/#ubuntu-motu-torrent) hydri_, news?09:57
(asac/#ubuntu-motu-torrent) bluekuja: if it applies on top of old then its a good sign09:57
fsateleryes, but as I see it, they aren't really problems.09:57
(asac/#ubuntu-motu-torrent) bluekuja: you can also use combinepatch09:57
(asac/#ubuntu-motu-torrent) to see if you end up with the same as the old09:57
(asac/#ubuntu-motu-torrent) its in patchutils package as well09:57
(bluekuja/#ubuntu-motu-torrent) asac: I gonna apply it to upstream tarball09:57
fsatelersince they have different sonames, they can coexist09:57
(bluekuja/#ubuntu-motu-torrent) for first09:57
(bluekuja/#ubuntu-motu-torrent) then I move to combinepatch09:57
(bluekuja/#ubuntu-motu-torrent) :)09:57
(bluekuja/#ubuntu-motu-torrent) fsateler, how?09:57
(bluekuja/#ubuntu-motu-torrent) and yes, they can coexist09:58
(bluekuja/#ubuntu-motu-torrent) but its bad09:58
(bluekuja/#ubuntu-motu-torrent) and can create confusion09:58
(bluekuja/#ubuntu-motu-torrent) what do you think?09:58
fsatelerpeople won't be normally installing libtorrent... it wouold get pulled in by an actual client09:59
fsatelerOf course, this is not optimal, but I don't think it is such a big deal10:00
(asac/#ubuntu-motu-torrent) bluekuja: i don't see why you want to apply to upstream tarball :)10:00
(asac/#ubuntu-motu-torrent) bluekuja: anyway, got to go :)10:00
(bluekuja/#ubuntu-motu-torrent) asac: ok, we will finish it tomorrow then10:01
(bluekuja/#ubuntu-motu-torrent) asac: take care alex and have fun10:01
(bluekuja/#ubuntu-motu-torrent) fsateler, yeah, you're right10:01
(bluekuja/#ubuntu-motu-torrent) fsateler, I dont know what can we decide for it10:02
fsatelerI was told in the debian-mentors list that there should only be a conflict in the -dev packages10:04
(bluekuja/#ubuntu-motu-torrent) fsateler, what kind of conflict?10:04
fsatelersince they both claim to own /usr/include/libtorrent/...10:04
fsatelerconflict between libtorrent-rasterbar-dev and libtorrent-dev (rakshasa's)10:05
(bluekuja/#ubuntu-motu-torrent) fsateler, did you think about a possible solution?10:06
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
fsatelermm I think I'm missing something here... a possible solution for what? the current situation poses no problem as I see it10:15
(bluekuja/#ubuntu-motu-torrent) fsateler, you talked about a conflict10:15
(bluekuja/#ubuntu-motu-torrent) reported in mentors10:16
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
hydri_bluekuja: hi10:22
(bluekuja/#ubuntu-motu-torrent) hey hydri_ :)10:22
(bluekuja/#ubuntu-motu-torrent) some news from your side?10:22
hydri_bluekuja: hm.. not really.. are you expecting me to do something?10:22
hydri_I was wondering though, how likely is it that the other libtorrent package is renamed?10:23
hydri_or.. can be renamed10:23
(bluekuja/#ubuntu-motu-torrent) hydri_, we cannot rename the other lib atm10:23
hydri_afaik it doesn't have any dependees10:23
(bluekuja/#ubuntu-motu-torrent) hydri_, I really dont know what can we do now...10:24
(bluekuja/#ubuntu-motu-torrent) because we need to hear some more people for it10:24
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
hydri_ok10:24
(bluekuja/#ubuntu-motu-torrent) we still waiting codergeek10:24
(bluekuja/#ubuntu-motu-torrent) (fedora maintainer)10:24
(bluekuja/#ubuntu-motu-torrent) for it10:25
(bluekuja/#ubuntu-motu-torrent) to find a common name for ubuntu/gentoo/fedora10:25
hydri_nice10:25
(bluekuja/#ubuntu-motu-torrent) and package it using that name10:25
(bluekuja/#ubuntu-motu-torrent) something like libtorrent-rasterbar10:25
(bluekuja/#ubuntu-motu-torrent) armin76, news from codergeek?10:25
(armin76/#ubuntu-motu-torrent) i sent him an email last week but no answer, i hope he didn't mean 29 june :P10:26
(bluekuja/#ubuntu-motu-torrent) lol10:26
(bluekuja/#ubuntu-motu-torrent) I hope not!10:26
(bluekuja/#ubuntu-motu-torrent) hydri_, when codergeek will be available, we'll decide about it10:26
(bluekuja/#ubuntu-motu-torrent) to find a common name10:27
hydri_ko10:27
hydri_ok10:27
(bluekuja/#ubuntu-motu-torrent) gonna ping you when I have news10:28
(bluekuja/#ubuntu-motu-torrent) ;)10:28
(bluekuja/#ubuntu-motu-torrent) asac: was thinking about the patch...why we need to use interdiff between old and new if upstream did it already?10:34
(bluekuja/#ubuntu-motu-torrent) asac: e.g old patch integrated in new one10:34
(bluekuja/#ubuntu-motu-torrent) so the work we are trying to do is not needed10:34
(asac/#ubuntu-motu-torrent) bluekuja: because it sucks to update a patch10:34
(asac/#ubuntu-motu-torrent) add patches is what we want10:35
(asac/#ubuntu-motu-torrent) or a new tarball10:35
(bluekuja/#ubuntu-motu-torrent) asac: sounds good10:35
(asac/#ubuntu-motu-torrent) but we can't do a new tarball10:35
(bluekuja/#ubuntu-motu-torrent) asac: yup10:35
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
(asac/#ubuntu-motu-torrent) because we don't know anything about how upstream will version next release et al10:35
(bluekuja/#ubuntu-motu-torrent) asac: where should I try to apply interdiff patch?10:35
(bluekuja/#ubuntu-motu-torrent) on an already patched (old) tarball?10:36
(bluekuja/#ubuntu-motu-torrent) as far as we have to keep old patch is the only way10:38
(asac/#ubuntu-motu-torrent) bluekuja: you added a patch system?10:38
(asac/#ubuntu-motu-torrent) add that patch to the end10:38
(bluekuja/#ubuntu-motu-torrent) asac: ok, trying10:38
(asac/#ubuntu-motu-torrent) so it gets applied on top of the OLD patch10:38
(bluekuja/#ubuntu-motu-torrent) gonna update 00list10:38
(bluekuja/#ubuntu-motu-torrent) and add it10:38
(bluekuja/#ubuntu-motu-torrent) lets see10:38
(asac/#ubuntu-motu-torrent) y10:39
=== asac rebooting trying to fix ati driver hangups
(bluekuja/#ubuntu-motu-torrent) ok10:39
(bluekuja/#ubuntu-motu-torrent) asac: nope, it fails10:45
(bluekuja/#ubuntu-motu-torrent) asac: first is applied correctly, second fails10:45
(bluekuja/#ubuntu-motu-torrent) not good news10:46
(asac/#ubuntu-motu-torrent) bluekuja: then the interdiff is not proper10:52
(asac/#ubuntu-motu-torrent) you should redo and do proper :)10:52
(bluekuja/#ubuntu-motu-torrent) asac: ok10:54
(bluekuja/#ubuntu-motu-torrent) asac: nothing11:08
(bluekuja/#ubuntu-motu-torrent) asac: doesnt apply11:09
(bluekuja/#ubuntu-motu-torrent) asac: trying to do it with a script11:10
(bluekuja/#ubuntu-motu-torrent) that automatically interdiff two .diff files and move them into a dpatch11:10
(asac/#ubuntu-motu-torrent) bluekuja: take care that you the interdiff is right11:11
(asac/#ubuntu-motu-torrent) t11:11
(asac/#ubuntu-motu-torrent) maybe you have to use -p11:11
(bluekuja/#ubuntu-motu-torrent) asac: yeah, tried it too11:11
(asac/#ubuntu-motu-torrent) if interdiff is done proper it should apply11:11
(bluekuja/#ubuntu-motu-torrent) lets see with this script11:11
(bluekuja/#ubuntu-motu-torrent) asac: fails with it too11:12
(bluekuja/#ubuntu-motu-torrent) that's strange11:12
(asac/#ubuntu-motu-torrent) bluekuja: get the interdiff proper ... and it will work11:14
(asac/#ubuntu-motu-torrent) combinediff should yield the exact NEW patch11:14
(bluekuja/#ubuntu-motu-torrent) asac: yeah, let's try to use combinediff11:14
(bluekuja/#ubuntu-motu-torrent) asac: combinediff failed too, the two patches touch the same files, maybe they get some conflicts?11:21
(bluekuja/#ubuntu-motu-torrent) that prevent from applying11:21
(asac/#ubuntu-motu-torrent) bluekuja: you messed up the interdiff then :)11:26
(asac/#ubuntu-motu-torrent) it *should* work11:26
(bluekuja/#ubuntu-motu-torrent) asac: mmm....11:27
(bluekuja/#ubuntu-motu-torrent) it should be a -p problem11:27
(bluekuja/#ubuntu-motu-torrent) asac: I tried using -p111:28
(bluekuja/#ubuntu-motu-torrent) and I get a SMALL diff11:28
(bluekuja/#ubuntu-motu-torrent) really small this time11:28
(asac/#ubuntu-motu-torrent) sounds better11:29
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8442311:29
(asac/#ubuntu-motu-torrent) looks reasonable11:30
(bluekuja/#ubuntu-motu-torrent) lets try it11:30
(armin76/#ubuntu-motu-torrent) you guys should package wgetpaste :)11:32
(bluekuja/#ubuntu-motu-torrent) armin76, do you have a link for it?11:33
(asac/#ubuntu-motu-torrent) armin76: if you are developer you are encouraged to inject your package directly :)11:33
(armin76/#ubuntu-motu-torrent) ubotu: google wgetpaste11:33
(armin76/#ubuntu-motu-torrent) stupid bot11:34
(armin76/#ubuntu-motu-torrent) asac: i'm a developer...but from Gentoo :P11:34
(asac/#ubuntu-motu-torrent) yeah ... i meant if you are upstream developer11:34
(armin76/#ubuntu-motu-torrent) ah, no :)11:34
(asac/#ubuntu-motu-torrent) so how comes that you care :-D11:53
(asac/#ubuntu-motu-torrent) :P11:53
(armin76/#ubuntu-motu-torrent) well, because i know the guy who does it11:53
(armin76/#ubuntu-motu-torrent) and because is more useful than nopaste and its ruby crap11:53
(asac/#ubuntu-motu-torrent) yeah ... then he is encouraged to inject his packages directly :)11:53
(armin76/#ubuntu-motu-torrent) don't think he cares :P11:53
(asac/#ubuntu-motu-torrent) i believe most upstream developers should care to get a new distribution channel :)11:53
(bluekuja/#ubuntu-motu-torrent) asac: still doesnt apply....11:53
(asac/#ubuntu-motu-torrent) i believe that most do care11:53
(armin76/#ubuntu-motu-torrent) no idea really11:53
(armin76/#ubuntu-motu-torrent) just thought that you maybe are interested on it11:53
(asac/#ubuntu-motu-torrent) sure :)11:53
(bluekuja/#ubuntu-motu-torrent) armin76, when I finish some packages updated, gonna take a look at it11:53
(asac/#ubuntu-motu-torrent) just wanted to raise awareness that its a good idea if upstream participates in packaging their software11:53
(armin76/#ubuntu-motu-torrent) afaik it's only a bash script :)11:53
(asac/#ubuntu-motu-torrent) oh :)11:53
(armin76/#ubuntu-motu-torrent) but it gets versioned, so it's good to have it packaged and updated11:53
(bluekuja/#ubuntu-motu-torrent) armin76, yeah, nice diea11:53
(bluekuja/#ubuntu-motu-torrent) *idea11:53
(bluekuja/#ubuntu-motu-torrent) armin76, homepage?11:53
(asac/#ubuntu-motu-torrent) are there more trivial programs available?11:53
(asac/#ubuntu-motu-torrent) if so we should consider to make a single package with those scripts :)11:53
(asac/#ubuntu-motu-torrent) btutils :)11:53
(armin76/#ubuntu-motu-torrent) http://wgetpaste.zlin.dk/11:53
(asac/#ubuntu-motu-torrent) ok ... off playing abit ... then sleep11:53
(armin76/#ubuntu-motu-torrent) bye11:53
(bluekuja/#ubuntu-motu-torrent) asac: gonna finish this tomorrow then11:53
(bluekuja/#ubuntu-motu-torrent) and I gonna mail upstream again11:53
(bluekuja/#ubuntu-motu-torrent) it's not possible to have this11:53
(bluekuja/#ubuntu-motu-torrent) armin76, nice, easy to package too11:53
DarkSun88G'night11:53
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) gnight all01:15
(bluekuja/#ubuntu-motu-torrent) cu tomorrow01:15
pochunight bluekuja!01:15
(bluekuja/#ubuntu-motu-torrent) night pochu!01:15
(bluekuja/#ubuntu-motu-torrent) :)01:15
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else06:39
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>06:39
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there06:39
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!06:39
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 06:39
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 06:39
=== Signon time : Mon Jun 4 12:39:13 2007
=== Signoff time : Tue Jun 5 06:39:45 2007
=== Total uptime : 0d 18h 0m 32s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there06:44
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 06:44
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.97.165] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.97.165] has joined #ubuntu-motu-torrent
=== idefixs [n=drno@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) hi all11:29
(bluekuja/#ubuntu-motu-torrent) asac: :)11:29
(bluekuja/#ubuntu-motu-torrent) idefixs, hey!11:30
idefixsthe man i've been lokking for.11:30
idefixsoops looking11:30
(bluekuja/#ubuntu-motu-torrent) :)11:30
(bluekuja/#ubuntu-motu-torrent) asac: upstream answered finally...11:30
(bluekuja/#ubuntu-motu-torrent) asac: "The dnh3 update patch is meant to be applied to the dnh311:31
(bluekuja/#ubuntu-motu-torrent) base."11:31
asacyeah11:31
asacwhich is obvious11:31
idefixsi need some help with launchpad. i'm not really getting anywhere11:31
(bluekuja/#ubuntu-motu-torrent) yup11:31
(bluekuja/#ubuntu-motu-torrent) idefixs, I gonna help you now11:32
(bluekuja/#ubuntu-motu-torrent) asac: what do you suggest?11:32
idefixsgreat.11:32
idefixsi was of course able to checkout the branches you made11:32
(bluekuja/#ubuntu-motu-torrent) asac: I dont know why but interdiff doesnt work11:32
(bluekuja/#ubuntu-motu-torrent) asac: combinediff same11:32
idefixsand i found out, how i can add another.11:32
(bluekuja/#ubuntu-motu-torrent) idefixs, have you registered yourself to lp yet?11:33
idefixsbut not how i can host it11:33
idefixsyes, i am registered11:33
asacbluekuja: yesterday it looked good11:33
asacmaybe the wrong direction though11:33
asacidefixs: have you branched our branch?11:34
(bluekuja/#ubuntu-motu-torrent) asac: wrong direction?11:34
asacyeah ... if you use OLDFILE NEWFILE ... or NEWFILE OLDFILE matters11:34
asacwrong sequence ... dunno the right word :)11:34
(bluekuja/#ubuntu-motu-torrent) I used NEWFILE OLDFILE11:34
asacyes thats definitly wrong11:34
idefixsasac, what does that mean?11:34
asacdirection ;)11:34
(bluekuja/#ubuntu-motu-torrent) mm...great11:34
asacbluekuja: if you read the log of this channel i told you the right direction :)11:35
asacbluekuja: at least i think so ;)11:35
(bluekuja/#ubuntu-motu-torrent) asac: yeah, but I was too tired yesterday11:35
asacbluekuja: can you give idefixs the url of our branch?11:35
(bluekuja/#ubuntu-motu-torrent) of course11:35
(bluekuja/#ubuntu-motu-torrent) idefixs, added your ssh key?11:35
asacbluekuja: at best the command to branch :)11:35
asacbluekuja: its a private branch of you atm? then he can only use http ... and later push to "his" private space11:36
idefixsbluekuja, not yet, one moment...11:36
(bluekuja/#ubuntu-motu-torrent) asac: exactly11:36
(bluekuja/#ubuntu-motu-torrent) it's not a team branch11:36
(bluekuja/#ubuntu-motu-torrent) so I'm the only one who can push in11:36
asacbluekuja: the idea is that idefixs as "upstream" maintains his own private branch11:36
(bluekuja/#ubuntu-motu-torrent) asac: yea, sounds good11:37
(bluekuja/#ubuntu-motu-torrent) idefixs, http://bazaar.launchpad.net/~bluekuja/fische/main.autotools11:37
asacidefixs: you have to call bzr branch <URL>11:37
asacidefixs: you have to call bzr branch <URL> target-directory11:37
idefixskey uploaded11:37
(bluekuja/#ubuntu-motu-torrent) idefixs, great11:37
asac2nd syntax if you don't want to end it up in a dir called main.autotools11:37
asac:)11:37
asacidefixs: then, you might check if this is actually *your* latest version (so no work gets lost) ... and if you are done push it to your own private branch :) .... bluekuja can tell you how ;)11:38
(bluekuja/#ubuntu-motu-torrent) idefixs, first of all setup your branch locallly11:39
(bluekuja/#ubuntu-motu-torrent) *locally11:39
idefixsi got that far11:39
(bluekuja/#ubuntu-motu-torrent) bzr init11:39
(bluekuja/#ubuntu-motu-torrent) in your *work* dir11:39
idefixsoops no didn't11:39
idefixsok11:39
(bluekuja/#ubuntu-motu-torrent) then11:39
(bluekuja/#ubuntu-motu-torrent) you branch out my own private branch11:40
(bluekuja/#ubuntu-motu-torrent) with bzr branch URL11:40
(bluekuja/#ubuntu-motu-torrent) as suggested by asac11:40
(bluekuja/#ubuntu-motu-torrent) then you modify what is needed11:40
asac(yes ... and you don't call bzr init before)11:40
(bluekuja/#ubuntu-motu-torrent) yes11:40
(bluekuja/#ubuntu-motu-torrent) bzr init only if you start from zero11:40
(bluekuja/#ubuntu-motu-torrent) importing stuff by hand11:41
(bluekuja/#ubuntu-motu-torrent) remember to use bzr add or bzr rm11:41
(bluekuja/#ubuntu-motu-torrent) for adding and removing files11:41
idefixsok. NO bzr init, check bluekuja's files for actuality, ....11:41
(bluekuja/#ubuntu-motu-torrent) when you have made a change, just commit your work...11:41
(bluekuja/#ubuntu-motu-torrent) with..11:41
(bluekuja/#ubuntu-motu-torrent) bzr commit -m "comment for your changes"11:41
(bluekuja/#ubuntu-motu-torrent) please be much accurate as you can while writing your *changelog*11:42
(bluekuja/#ubuntu-motu-torrent) after -m variable11:42
(bluekuja/#ubuntu-motu-torrent) idefixs, then push your work to your brand new branch11:42
idefixsbrand new branch? did i miss something? where?11:43
(bluekuja/#ubuntu-motu-torrent) bzr push sftp://<launchpad-identity>@bazaar.launchpad.net/~<your-launchpad-id-or-team-id>/<product>/<branchname>11:43
(bluekuja/#ubuntu-motu-torrent) idefixs, you have to work in your private branch11:43
(bluekuja/#ubuntu-motu-torrent) using the files I currently have in mine11:43
idefixsok....11:43
(bluekuja/#ubuntu-motu-torrent) so just branch mine11:44
(bluekuja/#ubuntu-motu-torrent) commit your comment11:44
(bluekuja/#ubuntu-motu-torrent) and push to bzr push sftp://<launchpad-identity>@bazaar.launchpad.net/~<your-launchpad-id-or-team-id>/<product>/<branchname>11:44
(bluekuja/#ubuntu-motu-torrent) of course overwrite with correct informations11:44
(bluekuja/#ubuntu-motu-torrent) asac: do you have a minute for mined?11:45
idefixsis it a problem to configure/build in my local working directory?11:50
asacidefixs: dunno if you know something about decentralized source control systems like bzr ... its pretty cool as everybody has his own branch and you merge back and forth, share workload (e.g. we maintain the debian/ hierarchy and preapply patches if they are critical, which you can then merge to your core branch from which we usually merge :)11:51
asacidefixs: no its not11:51
asacyou can build and do everything11:51
asacyou just have to take care that you don't commit generated files11:51
idefixshow do i ensure that11:51
asacidefixs: you can even say something like bzr clean-tree in case you feel that you have too much garbage lying around :)11:51
asacidefixs: you only commit files that you once registered by bzr add11:52
idefixsok thats easy11:52
asace.g. all other files are not known to bzr and are thus considered garbage11:52
asacif you want to remove a file use bzr rm11:52
asac:)11:52
asacyou can even move files: bzr mv11:52
asacidefixs: last but not least for the basics you can specify which files to commit11:52
asacwhen you don't want to commit every modification11:53
asacbzr status can be used to see what you have modified11:53
asacbzr info show some other interesting stuff11:53
asaconce you are happy with your commits (e.g. you don't want to uncommit anymore) ... you can publish your changes online11:53
asacbzr push11:53
asac:)11:53
asacby11:53
asacthats basically it11:53
asacah ... bzr diff11:54
idefixswhen i locally change a file and then say push, does it push the changed one, or do i have to say commit-push11:55
asacto look at changes you have not yet committed ... or bzr diff -r rev1..rev2 ... to see modifications between those checkins11:55
asacidefixs: you first commit11:55
asacidefixs: usually you do not directly publish that commit11:55
asacbut maybe commit another checkin11:55
asaconce you have your feature finished ... or in a "publishable" state you publish by "bzr push"11:56
idefixsbut now, in this case - i first commit ( locally ) and then push it all to a new branch. right?11:56
asacidefixs: yes ... actually the idea is that you branch from our branch to get started11:56
asacso you don't commit11:56
asacyou just branch locally11:56
asacand directly push to your branch11:57
asacin this way its easier to do merges back and force from your to our tree and vv11:57
asacbecause bzr knows that both branches have a commom ancestor11:57
asacwe could redo our branch as well in cause you don't want to start with our tree state11:57
asacidefixs: so basically you just to bzr branch URL (of bluekuja) ... then next step: bzr push sftp:.... (your url)11:58
idefixsno i'm fine. i'll start from here11:58
asaccool11:58
asaci think your initial push needs --create-prefix11:59
asacso bzr push --create-prefix sftp:...11:59
asacso the directories are created on sftp server11:59
idefixsno it didn't need it. already done.12:02
idefixscan i get more detailed info than bzr status12:04
(bluekuja/#ubuntu-motu-torrent) idefixs, you can browse the code on launchpad12:04
(bluekuja/#ubuntu-motu-torrent) with all files, changes, comments12:05
(bluekuja/#ubuntu-motu-torrent) diffs, and so on12:05
asacidefixs: what info do you want?12:06
asacidefixs: bzr info shows you some more "high level" infos12:06
idefixswhat exactly i changed in the files12:06
asacbzr diff12:06
idefixsah ok12:06
asacbzr diff you can also diff between revisions12:06
asacor branches12:06
asace.g. see whats the difference from your file to ours12:06
asacetc.12:06
asacidefixs: you can always use bzr help COMMAND12:07
asacto get pretty good help on the command12:07
idefixsand what if i did something wrong?12:07
asaclocally?12:07
idefixsyes12:07
asacif you did not yet commit12:08
asacyou can use12:08
asacbzr revert12:08
idefixsok12:08
asacif you already committed locally12:08
asacyou can uncommit12:08
asacbut don't do that with already published commits12:08
asacjust if you want to reorganize your work12:08
asacthat is not yet published12:08
asacso its pretty save to commit multiple times locally to do some kind of check-pointing12:09
asacof your work12:09
asacand later reorganize your checkins so you have clean "per feature" checkins12:10
asacwhich is usually the ultimate goal :)12:10
(bluekuja/#ubuntu-motu-torrent) asac: when you have a minute for mined, let me know12:15
asacbluekuja: yeah :912:15
(bluekuja/#ubuntu-motu-torrent) ;)12:16
idefixsthanks for the help again!12:22
idefixscu12:22
=== javamaniac [n=gerardo@200.84.163.226] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) javamaniac, hey!12:40
javamaniacbluekuja, :)12:40
(bluekuja/#ubuntu-motu-torrent) :)12:41
(bluekuja/#ubuntu-motu-torrent) how are you?12:41
javamaniacfine, a little stressed with the university, and you?12:41
(bluekuja/#ubuntu-motu-torrent) I'm really ok! thanks :)12:41
(bluekuja/#ubuntu-motu-torrent) do you have some exams soon?12:42
javamaniacyes, and i must finish the first 4 chapters of my thesis before attend debconf :S12:43
(bluekuja/#ubuntu-motu-torrent) aww12:43
(bluekuja/#ubuntu-motu-torrent) :D12:43
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) DktrKranz, vorian , |Element| hello01:22
(bluekuja/#ubuntu-motu-torrent) :)01:22
DktrKranz:-*01:23
|Element|bluekuja: hi01:23
(bluekuja/#ubuntu-motu-torrent) |Element|, how its going with packaging?01:23
|Element|i did nothing recently, busy with work01:24
(bluekuja/#ubuntu-motu-torrent) oh ok :)01:24
(bluekuja/#ubuntu-motu-torrent) going to lunch01:25
(bluekuja/#ubuntu-motu-torrent) bbl01:25
|Element|bluekuja: i'm sorry01:25
|Element|if i have time, i will do it01:26
=== freeflying is now known as freeflying|away
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all01:59
pochuHi DarkSun8801:59
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) hey DarkSun88 :)02:00
=== regulate [i=regulate@notchill.com] has joined #ubuntu-motu-torrent
DarkSun88Hi pochu bluekuja :)02:14
(bluekuja/#ubuntu-motu-torrent) :)02:14
(bluekuja/#ubuntu-motu-torrent) asac: I talked with upstream about the patch, he told me that dnh3.1 will be out soon02:47
(bluekuja/#ubuntu-motu-torrent) so we can just wait for new release02:47
asacyes02:48
asacthats what I thought02:48
asacanyway ... patchutils excercise is nice anyway :)02:49
(bluekuja/#ubuntu-motu-torrent) it's definitely better02:49
(bluekuja/#ubuntu-motu-torrent) yup02:49
(bluekuja/#ubuntu-motu-torrent) ^^02:49
(bluekuja/#ubuntu-motu-torrent) asac: do you have a minute for mined now? so I can archive that as done02:49
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/mined/debian.source02:50
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/mined/upstream.source02:50
=== asac spinning
(bluekuja/#ubuntu-motu-torrent) xD02:52
(bluekuja/#ubuntu-motu-torrent) asac: strange, worked here02:54
asacbluekuja: did you try in sid?=02:54
(bluekuja/#ubuntu-motu-torrent) asac: nope02:54
asacsid has new gcc02:54
asacplease try02:54
asacshould fail there02:54
(bluekuja/#ubuntu-motu-torrent) aww...new gcc02:55
asacor its an amd64 issue02:55
(bluekuja/#ubuntu-motu-torrent) mm..02:55
asacplease try02:55
(bluekuja/#ubuntu-motu-torrent) ok02:55
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: setting up pbuilder with sid ;)03:06
(bluekuja/#ubuntu-motu-torrent) asac: http://packages.linuxdc.it/unstable/result/mined_2000.13.2-1/mined_2000.13.2-1_i386.build03:10
(bluekuja/#ubuntu-motu-torrent) asac: sent it two days ago03:10
(bluekuja/#ubuntu-motu-torrent) asac: and it builds on that machine03:10
(bluekuja/#ubuntu-motu-torrent) with sid03:10
asacyeah ... then try amd6403:10
(bluekuja/#ubuntu-motu-torrent) asac: fails on amd6403:42
(bluekuja/#ubuntu-motu-torrent) ^^03:42
(bluekuja/#ubuntu-motu-torrent) asac: should I specify the arch in debian/control then?03:43
(bluekuja/#ubuntu-motu-torrent) leaving for an hour03:46
(bluekuja/#ubuntu-motu-torrent) bbl03:46
asacbluekuja: no :) ... fix it03:47
asacbluekuja: its not ready for packaging if it doesn't build on all archs03:48
asac... unless it inheritably implements a feature that is only available on i38603:48
asacbut most in such a case its often right to default to 'the author had no clue'03:48
(bluekuja/#ubuntu-motu-torrent) asac: back04:53
(bluekuja/#ubuntu-motu-torrent) asac: do you have any hint to fix it?04:53
(bluekuja/#ubuntu-motu-torrent) asac: I dont understand why we get *** No rule to make target `SpecialCasing.txt'. Stop.05:12
(bluekuja/#ubuntu-motu-torrent) asac: i'm checking mkcasesp05:21
(bluekuja/#ubuntu-motu-torrent) to see what's wrong05:21
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8541205:29
(bluekuja/#ubuntu-motu-torrent) asac: that's the file that points to to a .txt file05:29
asacusually you get that message if a file that should be there is not05:32
asacor if there is a makefile target missing05:32
(bluekuja/#ubuntu-motu-torrent) exactly05:32
(bluekuja/#ubuntu-motu-torrent) but why it works on i386 and not on amd6405:32
(bluekuja/#ubuntu-motu-torrent) e.g in amd64 it's not created05:33
asacdunno :) ... that's your task05:33
asacthere should be some reason05:33
asac:)05:33
(bluekuja/#ubuntu-motu-torrent) lol05:33
asacif there is a valid reason05:33
asacthen we can restrict archs05:33
(bluekuja/#ubuntu-motu-torrent) need to see if previous versions got it05:33
asacmight be that the source for that file is not matched ... or the file fails to get generated during make due to some amd specifics05:34
(bluekuja/#ubuntu-motu-torrent) asac: previous versions got amd6405:34
(bluekuja/#ubuntu-motu-torrent) mm...05:34
(bluekuja/#ubuntu-motu-torrent) need to diff that file with previous upstream version05:35
(bluekuja/#ubuntu-motu-torrent) asac: is exactly the same05:36
(bluekuja/#ubuntu-motu-torrent) as new version05:36
asacmkinclud.mak05:36
asacin that file it WGETs that file05:36
asacwhich is EVIL05:36
(bluekuja/#ubuntu-motu-torrent) asac: yeah, it uses wget for it05:37
(bluekuja/#ubuntu-motu-torrent) mmm05:37
(bluekuja/#ubuntu-motu-torrent) http://unicode.org/Public/UNIDATA/SpecialCasing.txt05:37
asacwhat license is that file?05:38
(bluekuja/#ubuntu-motu-torrent) let me see05:39
asacyeah all is lost05:39
asacits non-free05:39
(bluekuja/#ubuntu-motu-torrent) asac: yeah, is unicode copyright05:40
(bluekuja/#ubuntu-motu-torrent) http://www.unicode.org/copyright.html05:40
asacplease figure out if this file is not needed for i386 or if wget just succeeded for you05:40
(bluekuja/#ubuntu-motu-torrent) ok05:40
asacif its not needed, we might have a chance ... otherwise its probably not distributable for us05:40
(bluekuja/#ubuntu-motu-torrent) asac: also for other files?05:40
(bluekuja/#ubuntu-motu-torrent) http://unicode.org/Public/UNIDATA/Scripts.txt05:41
asacyes05:41
asacall files need to be checked05:41
asacall involved during build05:41
(bluekuja/#ubuntu-motu-torrent) ok05:41
asacactually all WGET has to go away05:41
asacas its not possible to WGET something on buildds05:41
(bluekuja/#ubuntu-motu-torrent) asac: building without them05:43
(bluekuja/#ubuntu-motu-torrent) asac: it builds05:45
asacdamn this software just sucks05:45
asacmaybe rewrite the build system :)05:45
asacit makes no sense to have this kind of problem makefiles now adays05:45
asacits a "Turbo C" generated project file05:45
asacout05:45
asacouchz05:45
(bluekuja/#ubuntu-motu-torrent) asac: omg05:46
(bluekuja/#ubuntu-motu-torrent) ^^05:46
asacbluekuja: can you give me two sentences what mined does?05:46
asacwhat is its use?05:46
(bluekuja/#ubuntu-motu-torrent) it's the first text editor that provided unicode-support05:47
(bluekuja/#ubuntu-motu-torrent) from control:05:47
(bluekuja/#ubuntu-motu-torrent) terminal. It now has both extensive Unicode and CJK support offering many05:47
(bluekuja/#ubuntu-motu-torrent) specific features and covering special cases that other editors05:47
(bluekuja/#ubuntu-motu-torrent) are not aware of (like auto-detection features and automatic handling05:47
(bluekuja/#ubuntu-motu-torrent) of terminal variations, or Han character information). It is an editor05:47
(bluekuja/#ubuntu-motu-torrent) tailored to efficient editing of plain text documents and programs,05:47
(bluekuja/#ubuntu-motu-torrent) with features and interactive behaviour designed for this purpose.05:47
asachmm05:49
asacsounds like yet another editor :)05:49
(bluekuja/#ubuntu-motu-torrent) ^^05:49
asacplease file a bug upstream to figure out if it can be build without those unicode files and why we need them on amd64 for instance05:50
asacwe definitly have to push this back until we have clarification on that05:50
(bluekuja/#ubuntu-motu-torrent) asac: first release was on 2004-03-2005:50
(bluekuja/#ubuntu-motu-torrent) the package05:51
asacwhere was it released to`05:51
asac?05:51
(bluekuja/#ubuntu-motu-torrent) on debian05:51
(bluekuja/#ubuntu-motu-torrent) I mean first package was made on that date05:51
asacdid it ever build on all archs?05:51
(bluekuja/#ubuntu-motu-torrent) asac: yeah05:51
(bluekuja/#ubuntu-motu-torrent) every version builds on all archs05:51
(bluekuja/#ubuntu-motu-torrent) also amd6405:51
asacdo you have old versions at hand=?05:51
asacand see if it still pulls in those unicode files05:52
(bluekuja/#ubuntu-motu-torrent) asac: yeah, I have the code here05:52
(bluekuja/#ubuntu-motu-torrent) lets see05:52
(bluekuja/#ubuntu-motu-torrent) asac: yeah05:52
(bluekuja/#ubuntu-motu-torrent) old package got them05:53
(bluekuja/#ubuntu-motu-torrent) and it builds on amd6405:53
(bluekuja/#ubuntu-motu-torrent) last upload was made by Debian QA05:53
asacbluekuja: please search the debian-legal archives05:54
asacfor the files in question05:54
(bluekuja/#ubuntu-motu-torrent) ok05:54
asacmaybe there is some discussion on05:54
asacit05:54
asacthem05:54
(bluekuja/#ubuntu-motu-torrent) asac: nothing05:57
(bluekuja/#ubuntu-motu-torrent) asac: no discussion related to unicode/mined05:57
(bluekuja/#ubuntu-motu-torrent) for our problem05:58
asacbluekuja: please search for the files in question05:58
asacthose are released by unicode.org05:58
asacand might have been discussed independently05:58
(bluekuja/#ubuntu-motu-torrent) asac: file in question = wget ones'05:58
(bluekuja/#ubuntu-motu-torrent) ?05:58
asacyes05:58
(bluekuja/#ubuntu-motu-torrent) ok05:59
(bluekuja/#ubuntu-motu-torrent) asac: nothing, all messages are related to debian-devel for .changes uploads and users mailing lists06:02
(bluekuja/#ubuntu-motu-torrent) some from debian-bugs and from wnpp06:02
(bluekuja/#ubuntu-motu-torrent) nothing related to legal06:02
asachmm06:03
asacbluekuja: if you can figure out why it works on i386 without WGET06:03
asacthen we probably are on track, why its legal to distribute this06:03
asacbut for now i don't see that06:03
asaccan you uninstall wget and still can build that file?06:03
asacthat package i mean06:03
(bluekuja/#ubuntu-motu-torrent) lets try06:04
=== |Element| is now known as Element
=== Element is now known as |Element|
(bluekuja/#ubuntu-motu-torrent) asac: cant build without wget06:11
(bluekuja/#ubuntu-motu-torrent) :/06:11
(bluekuja/#ubuntu-motu-torrent) it mess up some dependencies06:11
(bluekuja/#ubuntu-motu-torrent) ah wait found a workaround06:11
asacwget is in build dependencies?06:14
(bluekuja/#ubuntu-motu-torrent) asac: nope06:14
(bluekuja/#ubuntu-motu-torrent) asac: it builds without having wget on system06:14
asacfigure out why ... and figure out why it tries to wget on amd64 (or actually why it doesn't try)06:15
(bluekuja/#ubuntu-motu-torrent) asac: in fact it doesnt use wget on i386 too06:15
(bluekuja/#ubuntu-motu-torrent) it should fail06:16
asacYEAH .... you will find out ... read the makefiles and the "makefile helper"06:17
asacfile06:17
(bluekuja/#ubuntu-motu-torrent) damn package06:18
(bluekuja/#ubuntu-motu-torrent) make actions makefile helper are included into mkinclud.mak06:21
(bluekuja/#ubuntu-motu-torrent) *into06:21
(bluekuja/#ubuntu-motu-torrent) so actions are passed from that file06:21
asacthere are probably more helpers06:23
asacbut in general yes06:23
(bluekuja/#ubuntu-motu-torrent) I just dont understand why the SAME file doesnt work in two different releases06:23
(bluekuja/#ubuntu-motu-torrent) on that arch06:24
asacmaybe make system was changed06:24
(bluekuja/#ubuntu-motu-torrent) yeah, that's a possible solution06:24
asac"a possible reason" you mean, right?06:25
(bluekuja/#ubuntu-motu-torrent) *yes06:25
(bluekuja/#ubuntu-motu-torrent) ^^06:25
asack in 20 minutes i am out ... today i am out for real in case you wonder :)06:36
(bluekuja/#ubuntu-motu-torrent) asac: ok06:37
(bluekuja/#ubuntu-motu-torrent) asac: I'm checking debdiff06:37
(bluekuja/#ubuntu-motu-torrent) asac: -wget -N http://unicode.org/Public/UNIDATA/UnicodeData.txt06:38
(bluekuja/#ubuntu-motu-torrent) +$(WGET) http://unicode.org/Public/UNIDATA/UnicodeData.txt06:38
(bluekuja/#ubuntu-motu-torrent) in previous versions there was the -N option06:38
asacwhat does -N do?06:38
(bluekuja/#ubuntu-motu-torrent) it doesn download files older that local ones06:38
(bluekuja/#ubuntu-motu-torrent) *than06:38
asack06:38
asaci think the difference should be further on top06:39
asace.g. in makefile that uses that helper06:39
asacmaybe its even a "configure option"06:39
asacyou fail to pass06:39
asace.g. like ... use WGET to get unicode files06:39
asacor not06:39
asac:)06:39
(bluekuja/#ubuntu-motu-torrent) asac: yeah, nice hint06:40
(bluekuja/#ubuntu-motu-torrent) lets see06:40
(bluekuja/#ubuntu-motu-torrent) what configure says06:40
(bluekuja/#ubuntu-motu-torrent) mmm...configure is passed to makemined06:41
(bluekuja/#ubuntu-motu-torrent) asac: wget is used in a lot of other links06:44
(bluekuja/#ubuntu-motu-torrent) it's plenty in the diff06:44
(bluekuja/#ubuntu-motu-torrent) so maybe -N option was right06:45
(bluekuja/#ubuntu-motu-torrent) something like dont download using wget but use local files06:45
asacbluekuja: which doesn't help if the file is not there locally06:46
(bluekuja/#ubuntu-motu-torrent) right :)06:46
asace.g. i don't see it in the source tarball06:46
asaci think we still don't understand whats going on ... and need to investigate06:46
(bluekuja/#ubuntu-motu-torrent) asac: +WGET=wget -N -t 1 --timeout=506:46
(bluekuja/#ubuntu-motu-torrent) it wgets curl too06:47
asaci have the feeling that you will have it figured out tomorrow :)06:48
(bluekuja/#ubuntu-motu-torrent) I hope to figure out this06:48
(bluekuja/#ubuntu-motu-torrent) it's really hard to understand what is doing06:48
(bluekuja/#ubuntu-motu-torrent) and why if I dont have wget on my system it works?06:48
(bluekuja/#ubuntu-motu-torrent) this is a nice question06:48
(bluekuja/#ubuntu-motu-torrent) something like that those files are not needed06:49
asacyeah06:49
(bluekuja/#ubuntu-motu-torrent) and why on amd64, they are needed again?06:49
asacits tricky ... but a challenge06:49
(bluekuja/#ubuntu-motu-torrent) omg06:49
asacimo its probably borked make system06:49
asacif people start to do "everything on their own" ... they tend to fail miserably06:50
asacautomake is the way to go in general :)06:50
(bluekuja/#ubuntu-motu-torrent) yea06:50
(bluekuja/#ubuntu-motu-torrent) this package is REALLY strange06:51
asacmost packages are kind of strange06:51
(bluekuja/#ubuntu-motu-torrent) mmm...yeah06:51
asacbecause lots of people don't know how to do a proper build system :)06:51
(bluekuja/#ubuntu-motu-torrent) ^^06:51
asacactually he generated the makefiles by turbo C IDE06:51
asacwhich definitly leads to crap06:52
(bluekuja/#ubuntu-motu-torrent) now we have results of it06:52
(bluekuja/#ubuntu-motu-torrent) something changed in new version and it cause that error06:53
(bluekuja/#ubuntu-motu-torrent) previous versions are ok06:53
asacbluekuja: have you verified that old version still builds06:53
asac?06:53
(bluekuja/#ubuntu-motu-torrent) asac: using last gcc^06:53
(bluekuja/#ubuntu-motu-torrent) ?06:53
asacif you have verified that ... then its time to look at difference06:53
asacno ... old version on new toolchain06:53
asacotherwise it won't help to look at what upstream changed06:53
(bluekuja/#ubuntu-motu-torrent) asac: not yet06:54
asacdo that before you even consider to look at what changed06:54
asacimo its just a fragile build system that now hits us badly06:54
asacactually it might really be worth to autotoolize it06:54
(bluekuja/#ubuntu-motu-torrent) trying old version06:57
(bluekuja/#ubuntu-motu-torrent) seems to be ok06:58
asacdoes it build on amd?06:59
asacthen check the difference06:59
asaci am out!!!!06:59
asaccu tomorrow06:59
(bluekuja/#ubuntu-motu-torrent) :D06:59
(bluekuja/#ubuntu-motu-torrent) asac: girlfriend?06:59
asacnot today :) ... today is beer time with some friends :)07:00
(bluekuja/#ubuntu-motu-torrent) haha07:00
(bluekuja/#ubuntu-motu-torrent) you rock!07:00
(bluekuja/#ubuntu-motu-torrent) :)07:00
(bluekuja/#ubuntu-motu-torrent) have a nice evening and take care07:00
asacsure thanks ... u207:00
(bluekuja/#ubuntu-motu-torrent) cu tomorrow07:00
(bluekuja/#ubuntu-motu-torrent) ;)07:00
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) heya guys11:48
(bluekuja/#ubuntu-motu-torrent) asac: ctorrent released dnh3.1, I've packaged it and pushed into bzr for you11:48
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/ctorrent-enhanced/debian.source11:48
(bluekuja/#ubuntu-motu-torrent) asacV http://bazaar.launchpad.net/~bluekuja/ctorrent-enhanced/upstream.source11:49
asacsuperbe11:54
(bluekuja/#ubuntu-motu-torrent) :)11:54
asacbtw, why is the project called ctorrent enhanced?12:01
asacis there a ctorrent project too?12:01
(bluekuja/#ubuntu-motu-torrent) yea, dead upstream12:01
(bluekuja/#ubuntu-motu-torrent) so he re-started the project using that name12:01
asacah ok ... thanks for clarifying12:01
(bluekuja/#ubuntu-motu-torrent) :)12:01
(bluekuja/#ubuntu-motu-torrent) he's doing a great work12:01
asaclets see :)12:02
(bluekuja/#ubuntu-motu-torrent) :)12:03
asac1st. good thing is that you did branch from upstream bzr :) ... bzr diff looks good :)12:03
(bluekuja/#ubuntu-motu-torrent) :)12:04
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
asaclintian clean12:06
(bluekuja/#ubuntu-motu-torrent) yup12:06
asacbzr header is missing in control12:07
asacyou can add?12:07
(bluekuja/#ubuntu-motu-torrent) of course12:07
(bluekuja/#ubuntu-motu-torrent) just a moment12:07
asacdid you add them on all other projects as well?12:08
asacif not, please do so as well :)12:08
(bluekuja/#ubuntu-motu-torrent) ok12:09
(bluekuja/#ubuntu-motu-torrent) ^^12:09
(bluekuja/#ubuntu-motu-torrent) :)12:09
asacbluekuja: why do we name the package ctorrent? not ctorrent-enhanced?12:09
asacits ok i guess ... just confuses me a bit :)12:09
asacsince in sf the project is called ctorrent as well12:09
(bluekuja/#ubuntu-motu-torrent) well yeah, package is named ctorrent but version changes12:10
(bluekuja/#ubuntu-motu-torrent) to dnh312:10
(bluekuja/#ubuntu-motu-torrent) for enhanced12:10
(bluekuja/#ubuntu-motu-torrent) so it's not nice to have ctorrent-enhanced version dnh312:10
asache?12:11
asaci cannot follow this argument :)12:11
asaci mean what has dnh3 todo with enhanced?12:11
(bluekuja/#ubuntu-motu-torrent) in fact, he decided to use dnh3 to dont overwrite the previous ctorrent name12:12
(bluekuja/#ubuntu-motu-torrent) because he started up working on that12:13
asacno license headers in source12:13
(bluekuja/#ubuntu-motu-torrent) mm..yea12:13
(bluekuja/#ubuntu-motu-torrent) It's already in, so we can skip that12:13
(bluekuja/#ubuntu-motu-torrent) for now12:13
asacyeah ... but please bug upstream12:15
(bluekuja/#ubuntu-motu-torrent) ok, gonna mail him12:15
asacask him if he is ok that you add the license headers and send him a patch :)12:16
(bluekuja/#ubuntu-motu-torrent) bzr field added to debian/control12:16
asack12:16
(bluekuja/#ubuntu-motu-torrent) ok12:16
asacat best just do it and send the patch ... if he denies it should be removed from the archive anyway :)12:17
(bluekuja/#ubuntu-motu-torrent) yeah, I dont think he will deny12:18
(bluekuja/#ubuntu-motu-torrent) ^^12:18
asacbluekuja: you said its already in?12:21
(bluekuja/#ubuntu-motu-torrent) asac: yes12:21
asacbluekuja: why does the changelog start with your initial modification?12:21
(bluekuja/#ubuntu-motu-torrent) huh?12:21
asaclook at changelog ... it just has two entries12:22
(bluekuja/#ubuntu-motu-torrent) yeah12:22
(bluekuja/#ubuntu-motu-torrent) so?12:22
asacwhere are the others gone?12:22
(bluekuja/#ubuntu-motu-torrent) it's my package12:22
asacah ok12:22
(bluekuja/#ubuntu-motu-torrent) first release was made by me12:23
asack12:23
(bluekuja/#ubuntu-motu-torrent) and this is the second12:23
(bluekuja/#ubuntu-motu-torrent) ;)12:23
asacwhat does ctorrent do?12:23
asaccommand line bt-client?12:23
(bluekuja/#ubuntu-motu-torrent) exactly12:24
(bluekuja/#ubuntu-motu-torrent) http://www.rahul.net/dholmes/ctorrent/12:24
(bluekuja/#ubuntu-motu-torrent) for all features12:24
asacso does it have a web interface or what?12:26
asacor just cmdline ... e.g. output to the console12:26
(armin76/#ubuntu-motu-torrent) yup12:26
(armin76/#ubuntu-motu-torrent) is another package, ctcs12:26
(bluekuja/#ubuntu-motu-torrent) web interface too12:26
(bluekuja/#ubuntu-motu-torrent) yes12:26
(bluekuja/#ubuntu-motu-torrent) exactly armin7612:26
(bluekuja/#ubuntu-motu-torrent) is ctcs12:26
(bluekuja/#ubuntu-motu-torrent) :)12:26
(armin76/#ubuntu-motu-torrent) i never fail :D12:26
(bluekuja/#ubuntu-motu-torrent) hehehe12:26
(bluekuja/#ubuntu-motu-torrent) :)12:26
(bluekuja/#ubuntu-motu-torrent) you know this application?12:26
asacbut i can use it command line only?12:27
(bluekuja/#ubuntu-motu-torrent) yea12:27
(bluekuja/#ubuntu-motu-torrent) web interface is a plus12:27
(armin76/#ubuntu-motu-torrent) yep, i know it12:28
(bluekuja/#ubuntu-motu-torrent) cool12:28
(bluekuja/#ubuntu-motu-torrent) I packaged ctorrent for fedora too12:28
(armin76/#ubuntu-motu-torrent) i'm in the net-p2p team, so i have to know almost all the apps :)12:29
(bluekuja/#ubuntu-motu-torrent) oh cool, for gentoo?12:29
(armin76/#ubuntu-motu-torrent) err, yes, why do you think i'm here? :P12:29
(bluekuja/#ubuntu-motu-torrent) really nice12:29
(armin76/#ubuntu-motu-torrent) the only thing i don't touch are java apps12:29
(bluekuja/#ubuntu-motu-torrent) hehe12:29
(bluekuja/#ubuntu-motu-torrent) I dont like them too12:30
asacazureus is the word12:31
(bluekuja/#ubuntu-motu-torrent) yup12:31
asacevil12:31
asacactually its fine ... but its such a huge beast ... consuming tons of mem et al12:31
asacfor me a bt downloader should be 1mb max :)12:31
(armin76/#ubuntu-motu-torrent) yeah, fortunately azureus is maintained by another member of the team, so :)12:32
asachehe ... so does gentoo spin java from source as well :-P ?12:32
asacor does azureus even work with a free vm?12:33
(armin76/#ubuntu-motu-torrent) errr, no idea :)12:35
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
asachttp://sourceforge.net/top/topalltime.php?type=downloads12:37
(bluekuja/#ubuntu-motu-torrent) aww12:37
(bluekuja/#ubuntu-motu-torrent) 5 is DC++12:37
(bluekuja/#ubuntu-motu-torrent) cool12:37
asactop 6 apps appear to be file sharing apps :)12:37
(bluekuja/#ubuntu-motu-torrent) yeah^^12:38
asac300 million dl for emule12:38
asacholy shit :)12:38
(bluekuja/#ubuntu-motu-torrent) :D12:38
(bluekuja/#ubuntu-motu-torrent) asac: i still waiting verlihub12:38
(bluekuja/#ubuntu-motu-torrent) some files were not tagged12:38
(bluekuja/#ubuntu-motu-torrent) damn12:38
asactagged?12:39
asacwhere?12:39
(bluekuja/#ubuntu-motu-torrent) license12:39
(bluekuja/#ubuntu-motu-torrent) e.g 2 files without12:39
asacbluekuja: ctorrent pushed12:40
asacplease take care that we get license headers in next upload :)12:40
(bluekuja/#ubuntu-motu-torrent) asac: ok great! :)12:40
(bluekuja/#ubuntu-motu-torrent) gonna mail upstream12:40
(bluekuja/#ubuntu-motu-torrent) asac: what can we do with verlihub?12:40
asachave you asked upstream if he wants to maintain the upstream branch in bzr?12:40
(bluekuja/#ubuntu-motu-torrent) not yet12:40
asacverlihub ... i have no idea12:40
asacwhat the problem is12:40
asacplease elaborate12:41
(bluekuja/#ubuntu-motu-torrent) asac: in fact two files doesnt have GNU license on the top12:41
(bluekuja/#ubuntu-motu-torrent) two source files12:41
asacwhat do they have?12:42
(bluekuja/#ubuntu-motu-torrent) nothing12:43
(bluekuja/#ubuntu-motu-torrent) quite all files are tagged with license header12:43
asacwhat did upstream say?12:43
(bluekuja/#ubuntu-motu-torrent) that in next release will be fixed12:43
(bluekuja/#ubuntu-motu-torrent) = waiting months12:44
asacbluekuja: does he have a revision system?12:44
(bluekuja/#ubuntu-motu-torrent) mmm...I think yes, but not public12:44
asacah12:44
asacdo we really want that package ... now?12:44
(bluekuja/#ubuntu-motu-torrent) well, it's the best hub software for dc++12:45
(bluekuja/#ubuntu-motu-torrent) atm12:45
asacso is it an ITP or is it an old package?12:46
(bluekuja/#ubuntu-motu-torrent) ITP12:46
(bluekuja/#ubuntu-motu-torrent) a guy requested it12:46
asacso where is the package ... in bzr already?12:48
(bluekuja/#ubuntu-motu-torrent) asac: nope, I have it here locally12:48
(bluekuja/#ubuntu-motu-torrent) I think that in two hours I can have it ready and in bzr12:48
(bluekuja/#ubuntu-motu-torrent) gonna ping you when pushed12:49
asac http://verlihub.cvs.sourceforge.net/verlihub/12:49
asachttp://verlihub.svn.sourceforge.net/viewvc/verlihub/12:49
asacwhich one is his?12:49
(bluekuja/#ubuntu-motu-torrent) asac: INSTALL 1.5 2 years verliba add possibility for plugins to extend userlist, and oplist12:50
(bluekuja/#ubuntu-motu-torrent) LuaPlugin.dev 1.1 3 years verliba no message12:50
(bluekuja/#ubuntu-motu-torrent) Makefile.am 1.20 2 years verliba reorganize project12:50
(bluekuja/#ubuntu-motu-torrent) Makefile.cvs 1.2 3 years verliba *** empty log message ***12:50
(bluekuja/#ubuntu-motu-torrent) Makefile.in 1.39 2 years verliba reorganize project12:50
(bluekuja/#ubuntu-motu-torrent) Makefile.win 1.11 3 years verliba -DEXPLICIT_TEMPLATES12:50
(bluekuja/#ubuntu-motu-torrent) NEWS 1.1.1.1 3 years verliba 12:50
asacyeah12:50
pochu!flood12:50
(ubotu/#ubuntu-motu-torrent) pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic)12:50
pochu:p12:50
(bluekuja/#ubuntu-motu-torrent) lol12:50
pochuGood morning!12:50
asacmorning12:50
(bluekuja/#ubuntu-motu-torrent) heya pochu !12:50
(bluekuja/#ubuntu-motu-torrent) :)12:50
(bluekuja/#ubuntu-motu-torrent) asac: is not used12:50
asacbluekuja: maybe its maintained in svn? or cvs?12:50
(bluekuja/#ubuntu-motu-torrent) asac: http://verlihub.svn.sourceforge.net/viewvc/verlihub/net-p2p/verlihub/12:51
asacthe guy is crazy ... have you looked at the svn ?12:51
asache adds things like patches there12:51
asacnothing else12:51
asacand ebuild files12:51
(bluekuja/#ubuntu-motu-torrent) yeah12:51
(bluekuja/#ubuntu-motu-torrent) lol12:51
(bluekuja/#ubuntu-motu-torrent) xD12:51
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: anyway I pushed it to bzr already12:52
asacgood12:52
asacjust let me know when all is ready12:52
(bluekuja/#ubuntu-motu-torrent) http://bazaar.launchpad.net/~bluekuja/verlihub/main12:52
(bluekuja/#ubuntu-motu-torrent) the problem is that I pushed it only in one branhc12:52
(bluekuja/#ubuntu-motu-torrent) *branch12:52
asacups ... differnt approach?12:52
(bluekuja/#ubuntu-motu-torrent) I did it 3 weeks ago12:53
(bluekuja/#ubuntu-motu-torrent) so we did not use other method12:53
asacbluekuja: yeah ... you can override it12:53
(bluekuja/#ubuntu-motu-torrent) yup12:53
asacnow that we know better12:53
(bluekuja/#ubuntu-motu-torrent) gonna branch it out12:53
(bluekuja/#ubuntu-motu-torrent) and overwrite12:53
asacyou can mark the branch as obsolete12:53
asacso it will disappear12:53
(bluekuja/#ubuntu-motu-torrent) how?12:53
asacand use other names12:53
asachttps://code.launchpad.net/~bluekuja/verlihub/main12:53
(bluekuja/#ubuntu-motu-torrent) yea12:54
asaci think you should be able to edit it there12:54
(bluekuja/#ubuntu-motu-torrent) ok12:54
asacedit branch blablabla12:54
(bluekuja/#ubuntu-motu-torrent) ok12:54
(bluekuja/#ubuntu-motu-torrent) going to eat12:54
(bluekuja/#ubuntu-motu-torrent) for a while12:54
(bluekuja/#ubuntu-motu-torrent) then I push all correct12:54
(bluekuja/#ubuntu-motu-torrent) ;)12:54
(bluekuja/#ubuntu-motu-torrent) brb12:54
asacyep12:54
(bluekuja/#ubuntu-motu-torrent) backkkk01:03
(bluekuja/#ubuntu-motu-torrent) let's start01:03
(bluekuja/#ubuntu-motu-torrent) branching out current branch01:04
(bluekuja/#ubuntu-motu-torrent) asac: a question about a merge01:15
(bluekuja/#ubuntu-motu-torrent) dh_iconcache is still needed with gtk?01:15
(bluekuja/#ubuntu-motu-torrent) * to be specified01:15
(bluekuja/#ubuntu-motu-torrent) in debian/rules01:15
asacno idea ... maybe ask on desktop01:16
asac#ubuntu-desktop01:16
(bluekuja/#ubuntu-motu-torrent) ok01:16
asacor -motu :)01:17
asacmaybe they know there as well01:17
asaci have never used it :)01:17
(bluekuja/#ubuntu-motu-torrent) ok :)01:17
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) nice01:19
(bluekuja/#ubuntu-motu-torrent) no one answers01:19
pochubluekuja: not in debian, but in ubuntu01:22
(bluekuja/#ubuntu-motu-torrent) oh ok01:22
pochujust if you're installing an icon into /usr/share/icons, IIRC01:22
(bluekuja/#ubuntu-motu-torrent) so I should leave it01:22
pochuFor Ubuntu yes.01:22
(bluekuja/#ubuntu-motu-torrent) tnx for the hint01:22
pochunp01:23
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: verlihub got two ITP01:30
(bluekuja/#ubuntu-motu-torrent) one merged in the other01:30
(bluekuja/#ubuntu-motu-torrent) should I close both of them?01:31
(bluekuja/#ubuntu-motu-torrent) or if they are merged, they are closed automatically01:31
(bluekuja/#ubuntu-motu-torrent) with upload01:31
asacbluekuja: merge them01:32
asacthen close the older in upload01:32
(bluekuja/#ubuntu-motu-torrent) asac: they are already merged01:32
asack01:33
(bluekuja/#ubuntu-motu-torrent) ok the older in upload01:33
asacyes ... you can close both as well01:33
asacdoesn't matter much01:33
(bluekuja/#ubuntu-motu-torrent) ok01:33
(bluekuja/#ubuntu-motu-torrent) I'm pushing01:33
(bluekuja/#ubuntu-motu-torrent) ;)01:33
(bluekuja/#ubuntu-motu-torrent) asac: http://packages.linuxdc.it/unstable/result/verlihub_0.9.8d-RC1-1/verlihub_0.9.8d-RC1-1.lintian02:15
(bluekuja/#ubuntu-motu-torrent) asac: library warnings cannot be fixed02:17
(bluekuja/#ubuntu-motu-torrent) as far as those lib files are included with verlihub02:17
(bluekuja/#ubuntu-motu-torrent) what do you think?02:19
asacW: verlihub source: source-contains-CVS-dir docs/html_manual/CVS02:24
asacthat should be fixed02:24
(bluekuja/#ubuntu-motu-torrent) yea02:24
asac(though i admit that we are not doing it for mozillas ) :)02:24
(bluekuja/#ubuntu-motu-torrent) :D02:24
asacloads of manpages ... would be nice to have ... but not really a hard requirement imo02:24
asacthere are tons of binaries that have no manpage02:24
asacthough i hate those binaries02:24
(bluekuja/#ubuntu-motu-torrent) lol02:25
asacand would like to have stricter handling of that02:25
asacverlihub: non-dev-pkg-with-shlib-symlink usr/lib/libplug_pi.so.0.0.0 usr/lib/libplug_pi.so02:25
asacwhat is that?02:25
asaci mean ... what kind of lib is that02:25
asacis that ment for external use?02:25
asace.g. other programs making use of that lib02:25
asacor just internal use?02:25
(bluekuja/#ubuntu-motu-torrent) mmm...02:25
asaclibraries that are not ment to be exported must not end up in usr/lib02:26
asacbut in usr/lib/appname/02:26
asacE: verlihub: description-starts-with-package-name -> fixable i guess :)02:26
(bluekuja/#ubuntu-motu-torrent) I think just internal02:26
(bluekuja/#ubuntu-motu-torrent) yeah^^02:26
(bluekuja/#ubuntu-motu-torrent) want me to ldd it?02:26
asacbluekuja: then fix the build system02:26
asacldd what?02:27
(bluekuja/#ubuntu-motu-torrent) the verlihub binary02:27
(bluekuja/#ubuntu-motu-torrent) to see where it points02:27
(bluekuja/#ubuntu-motu-torrent) for that lib02:27
asacit definitly points to /usr/lib atm02:27
asacyou have to change that02:27
asacall libs that are not ment to be exported have to go to the private directory02:27
(bluekuja/#ubuntu-motu-torrent) a configure variable should be ok02:27
asacthose actually don't need an so name ... but it doesn't matter much if you keep them02:28
asacno02:28
asacits definitly broken02:28
asacin build system02:28
asace.g. the lib is declared to be "a real lib" ... while its not02:28
(bluekuja/#ubuntu-motu-torrent) oh02:28
asacactually i doubt that the libs are not ment to be exported02:28
(bluekuja/#ubuntu-motu-torrent) yea02:28
asacthough i don't know for sure02:28
asacat best verify upstream02:28
asacshould those libs be exported ... e.g. does he support ABI compatibility and maintain the soname properly02:29
(bluekuja/#ubuntu-motu-torrent) they are application-specifif libs02:29
(bluekuja/#ubuntu-motu-torrent) *c02:29
asacif he has no idea what you are talking about, then we move them in the private dir until he understands02:29
(bluekuja/#ubuntu-motu-torrent) so they have to go02:29
(bluekuja/#ubuntu-motu-torrent) in /usr/lib/app-name02:29
asacyes02:29
asaclook in automake documentation on how to declare those02:29
(bluekuja/#ubuntu-motu-torrent) that's it02:29
asaci guess thats libtool02:29
asacpost build moving is definitly not the way to go ... so you have to fix Makefile.am files02:30
asacso read libtool + automake doc02:30
(bluekuja/#ubuntu-motu-torrent) ok02:30
(bluekuja/#ubuntu-motu-torrent) then02:31
(bluekuja/#ubuntu-motu-torrent) I fix desc02:31
(bluekuja/#ubuntu-motu-torrent) and then we are ok02:31
(bluekuja/#ubuntu-motu-torrent) oh and cvs02:31
(bluekuja/#ubuntu-motu-torrent) deleting that dir02:31
(bluekuja/#ubuntu-motu-torrent) asac: libdir='${exec_prefix}/lib02:32
asaclibdir is wrong02:35
(bluekuja/#ubuntu-motu-torrent) yup02:35
asacdon't tweak configure settings02:35
asaceven don't think about that :)02:35
(bluekuja/#ubuntu-motu-torrent) haha02:35
(bluekuja/#ubuntu-motu-torrent) asac: cant see anything related to that in makefiles.am02:37
asacbluekuja: yeah read the automake doc02:38
(bluekuja/#ubuntu-motu-torrent) ok02:38
asacin makefile.am you never explicitly say something02:38
asacits all declarative ... not programmatic02:38
(bluekuja/#ubuntu-motu-torrent) reading manpage02:38
asacmanpage is completely useless02:39
(bluekuja/#ubuntu-motu-torrent) asac: --libdir?02:39
asacmanpage manual02:39
asacbluekuja: NO ... as i said02:39
asacread automake manual02:40
asacnothing less02:40
(bluekuja/#ubuntu-motu-torrent) i'm on it02:40
asacyou have to understand the automake approach02:40
asacotherwise you will still try to tweak things with command line arguments in a year :)02:40
(bluekuja/#ubuntu-motu-torrent) :D02:40
asachttp://sources.redhat.com/automake/automake.html02:40
asacthat is the source of KNOW-HOW :)02:40
asacat best try the hello world ... then try to play around with how you get the program installed to a different directory02:44
(bluekuja/#ubuntu-motu-torrent) i'm reading the libtool space02:45
asaclibtool space?02:46
(bluekuja/#ubuntu-motu-torrent) *section02:46
asacyou will probably not find the info you need there :)02:46
asacits *much more* basic02:46
asac:)02:46
(bluekuja/#ubuntu-motu-torrent) ah great02:47
(bluekuja/#ubuntu-motu-torrent) :D02:47
asace.g. which is why i said try to do it with a binary program02:47
asace.g. take the hello-world and find a way that the binary gets installed somewhere else :)02:47
asace.g. not in bin(dir)02:47
asac^^^^ hint!!!02:47
(bluekuja/#ubuntu-motu-torrent) lol02:47
=== vorian is now known as vorian|dentist
asacbluekuja: yeah there is really a hint in there!02:48
asac:)02:48
(bluekuja/#ubuntu-motu-torrent) thanks for it02:48
(bluekuja/#ubuntu-motu-torrent) gonna ping you soon, with results02:48
(bluekuja/#ubuntu-motu-torrent) :D02:48
asacmaybe http://sources.redhat.com/automake/automake.html#Install02:49
asacto boost things02:49
(bluekuja/#ubuntu-motu-torrent) thanks02:50
asachttp://sources.redhat.com/automake/automake.html#A-Library02:53
asacthe first sentence :)02:53
asacbluekuja: i am sorry if i ask too much :) ... the automake documentation is huge and not like for beginners ... which is why i provide you with links ... but at least try to figure out ;)02:55
(bluekuja/#ubuntu-motu-torrent) yeah, automake is quite hard02:56
(bluekuja/#ubuntu-motu-torrent) and not easy to understand at first time02:56
(bluekuja/#ubuntu-motu-torrent) asac: why using configure variable is bad in this case?02:59
asacif you understand automake then you will see03:01
(bluekuja/#ubuntu-motu-torrent) ok03:01
asachard to explain03:01
asacbasically you mess up library search paths03:01
(bluekuja/#ubuntu-motu-torrent) oh ok03:01
asacjust read the links above03:01
(bluekuja/#ubuntu-motu-torrent) asac: using .noinst can work?03:28
(bluekuja/#ubuntu-motu-torrent) or I'm completely out of a possible solution03:28
asacpkglibdir03:31
asacinstead of lib03:31
(bluekuja/#ubuntu-motu-torrent) waaa, was it03:32
asacas in the first sentence in the link above03:32
(bluekuja/#ubuntu-motu-torrent) I was thinking about that03:32
asacyeah ... now try to implement it :)03:32
(bluekuja/#ubuntu-motu-torrent) but cannot link the two things03:32
(bluekuja/#ubuntu-motu-torrent) asac: I need to define LTLIBRARIES03:34
(bluekuja/#ubuntu-motu-torrent) and use pkglibdir variable03:34
(bluekuja/#ubuntu-motu-torrent) with it03:34
(bluekuja/#ubuntu-motu-torrent) e.g pkglib_LTLIBRARIES03:35
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all03:35
(bluekuja/#ubuntu-motu-torrent) heya03:35
(bluekuja/#ubuntu-motu-torrent) :)03:35
(bluekuja/#ubuntu-motu-torrent) asac: and it will install correctly03:35
(bluekuja/#ubuntu-motu-torrent) in libdir/package03:35
(bluekuja/#ubuntu-motu-torrent) that's what we want03:35
asacyes03:36
asacbluekuja: give it a try03:36
(bluekuja/#ubuntu-motu-torrent) so I need to define each lib03:36
(bluekuja/#ubuntu-motu-torrent) by hand03:36
asacthen try to abstract what you learned on a higher leval03:36
asache?03:36
asacbluekuja: there should be LTLIBRARIES already03:36
(bluekuja/#ubuntu-motu-torrent) let me see03:36
asaci guess it should be lib_LTLIBRARIES for now03:37
(bluekuja/#ubuntu-motu-torrent) I hope so03:37
asacyou just change that03:37
(bluekuja/#ubuntu-motu-torrent) asac: yeah03:37
(bluekuja/#ubuntu-motu-torrent) it's already there03:37
(bluekuja/#ubuntu-motu-torrent) didnt see03:37
asacof course it is :)03:37
(bluekuja/#ubuntu-motu-torrent) :)03:37
(bluekuja/#ubuntu-motu-torrent) let's try03:37
asacunless he really messed things up :)03:37
(bluekuja/#ubuntu-motu-torrent) heheh03:37
(bluekuja/#ubuntu-motu-torrent) yeah03:37
(bluekuja/#ubuntu-motu-torrent) ok03:38
(bluekuja/#ubuntu-motu-torrent) asac: fixed03:38
(bluekuja/#ubuntu-motu-torrent) asac: now updating03:38
(bluekuja/#ubuntu-motu-torrent) with autotools03:38
asactry ... and see if all works well03:40
asacmaybe binary target now cannot find the shared libs03:40
asacand we have to do something about that03:40
asacbut just *maybe*03:40
asacdepends on how he did it03:40
(bluekuja/#ubuntu-motu-torrent) asac: to update using autotools03:40
(bluekuja/#ubuntu-motu-torrent) should I run them in all dirs?03:41
(bluekuja/#ubuntu-motu-torrent) that contain a change03:41
(bluekuja/#ubuntu-motu-torrent) e.g src03:41
asacrun what?03:41
(bluekuja/#ubuntu-motu-torrent) e.g lib03:41
(bluekuja/#ubuntu-motu-torrent) autotools03:41
(bluekuja/#ubuntu-motu-torrent) to update03:41
asacwhat is "autotools" ?03:41
asaci mean there are multiple tools ;)03:41
(bluekuja/#ubuntu-motu-torrent) automake, autoconf03:41
asacif you touch Makefile.am files you just need to run automake03:41
asacits always in top level dir03:41
(bluekuja/#ubuntu-motu-torrent) ok03:41
asacactually you should have an autogen.sh03:41
asacusually you want to invoke that03:42
asacinstead of the tools individual (unless you know what you are doing)03:42
asacbut has not autogen.sh script ... so you have to it manually03:42
(bluekuja/#ubuntu-motu-torrent) yup03:42
(bluekuja/#ubuntu-motu-torrent) asac: some errors with automake03:45
(bluekuja/#ubuntu-motu-torrent) some undefinied variables03:45
asacthat are?03:46
(bluekuja/#ubuntu-motu-torrent) src/Makefile.am:25: variable `PCRE_LIBS' not defined03:46
asacis it defined in configure?03:46
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/8623203:46
asacthose should be in configure.ac03:47
asacplease verify03:47
asacprobably pkg-config checks03:47
asace.g. for mysql03:47
(bluekuja/#ubuntu-motu-torrent) asac: leaving for an hour03:49
(bluekuja/#ubuntu-motu-torrent) bbl03:49
(bluekuja/#ubuntu-motu-torrent) so we can continue03:49
asack03:49
(bluekuja/#ubuntu-motu-torrent) asac: back05:02
(bluekuja/#ubuntu-motu-torrent) asac: there's no configure.ac05:03
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
asacbluekuja: yeah you will figure it out05:18
asacthey probably use the legacy name for that05:18
(bluekuja/#ubuntu-motu-torrent) asac: do I have to create it?05:18
(bluekuja/#ubuntu-motu-torrent) OH05:18
(bluekuja/#ubuntu-motu-torrent) *oh05:18
asacconfigure.ac is *NEW* name because configure.in was somehow ambiguous05:19
asaclots of projects still use configure.in05:19
(bluekuja/#ubuntu-motu-torrent) good hint05:19
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: I'm searching how can I define that variables06:42
(bluekuja/#ubuntu-motu-torrent) asac: installing libtool, I solved two of them06:43
(bluekuja/#ubuntu-motu-torrent) but PCRE_LIBS are still there06:43
(bluekuja/#ubuntu-motu-torrent) same for mysql06:43
(bluekuja/#ubuntu-motu-torrent) and geo_ip06:43
asacdunno06:44
asaccan you see AC_SUBST ... for those?06:44
asacbluekuja: ^^06:44
(bluekuja/#ubuntu-motu-torrent) asac: AC_SUBST has been defienied for libcrypto only06:45
(bluekuja/#ubuntu-motu-torrent) [AC_SUBST(CRYPT_LIBS,"-lcrypt")] )06:45
(bluekuja/#ubuntu-motu-torrent) full line:06:46
(bluekuja/#ubuntu-motu-torrent) AC_CHECK_LIB([crypt] , [crypt] ,[AC_SUBST(CRYPT_LIBS,"-lcrypt")] )06:46
asacis CRYPT_LIBS undefined as well?06:47
(bluekuja/#ubuntu-motu-torrent) asac: nope06:47
asacyes ... then thats nothing to care about06:47
asacwhat .m4 files do you have in tree (e.g. m4 files are libraries of configure macros)06:47
asacmaybe some of those defines the /missing/ libs06:47
(bluekuja/#ubuntu-motu-torrent) acinclude.m4 and aclocal.m406:48
asacyou searched whole tree?06:48
asacin depth:)06:48
(bluekuja/#ubuntu-motu-torrent) asac: yeah, only two06:51
(bluekuja/#ubuntu-motu-torrent) checked bzr06:51
(bluekuja/#ubuntu-motu-torrent) tree06:51
(bluekuja/#ubuntu-motu-torrent) asac: it can be a local m4 problem06:53
(bluekuja/#ubuntu-motu-torrent) e.g two different local dirs06:53
(bluekuja/#ubuntu-motu-torrent) /usr/local06:53
(bluekuja/#ubuntu-motu-torrent) and /usr/share/local06:53
asacwhy bother about that?06:54
(bluekuja/#ubuntu-motu-torrent) asac: I'm reading a mailing list post06:54
(bluekuja/#ubuntu-motu-torrent) about a guy that had that problem06:54
(bluekuja/#ubuntu-motu-torrent) asac: anyway why CRYPT_LIBS are correct?06:55
(bluekuja/#ubuntu-motu-torrent) and mysql, geo-ip and pcre no?06:56
(bluekuja/#ubuntu-motu-torrent) placed in the same makefile field06:56
asaci have no idea07:01
asacis the makefile broken?07:01
(bluekuja/#ubuntu-motu-torrent) e.g?07:01
asaci mean ... maybe it just works :)07:01
asacor does automake *really* abort07:02
asac?07:02
(bluekuja/#ubuntu-motu-torrent) well, I've tried to build it07:02
(bluekuja/#ubuntu-motu-torrent) but nothing change07:02
(bluekuja/#ubuntu-motu-torrent) in fact automake aborts07:02
(bluekuja/#ubuntu-motu-torrent) for those undefinied variables07:02
(bluekuja/#ubuntu-motu-torrent) and it doesnt complete the update07:03
(bluekuja/#ubuntu-motu-torrent) asac: upstream provides it broken then07:05
(bluekuja/#ubuntu-motu-torrent) asac: having those libs public in /usr/lib is bad?07:07
(bluekuja/#ubuntu-motu-torrent) (upstream doesnt care of it as libs are pointed that way)07:08
=== vorian|dentist is now known as vorian
(bluekuja/#ubuntu-motu-torrent) asac: let me know07:25
(bluekuja/#ubuntu-motu-torrent) ;)07:25
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== vorian is now known as heHATEme
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== DaveMorris [n=dave@host-212-158-244-26.bulldogdsl.com] has joined #ubuntu-motu-torrent
DaveMorris guys mythbuntu has been dugged and we'r trying to find a tracker for the torrent files, any suggestions on where we can get one?07:55
=== DaveMorris [n=dave@host-212-158-244-26.bulldogdsl.com] has left #ubuntu-motu-torrent []
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
pochuhey bluekuja, you're in the NEW queue too :)01:40
=== pochu doesn't feel alone anymore ;)
(bluekuja/#ubuntu-motu-torrent) pochu: yup :)01:40
(bluekuja/#ubuntu-motu-torrent) lol01:40
(bluekuja/#ubuntu-motu-torrent) 4 days01:40
(bluekuja/#ubuntu-motu-torrent) ^^01:40
DarkSun88G'night01:40
(bluekuja/#ubuntu-motu-torrent) usually they are processed on weekends01:40
(bluekuja/#ubuntu-motu-torrent) pochu: I'm leaving01:40
(bluekuja/#ubuntu-motu-torrent) going to sleep01:40
(bluekuja/#ubuntu-motu-torrent) :)01:40
(bluekuja/#ubuntu-motu-torrent) cu tomorrow!01:41
pochuGood night!01:41
(bluekuja/#ubuntu-motu-torrent) ;01:41
(bluekuja/#ubuntu-motu-torrent) ;)01:41
=== heHATEme is now known as Vorian
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== pochu [n=emilio@14.Red-88-27-31.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@host119-68-static.104-82-b.business.telecomitalia.it] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) heya12:00
(bluekuja/#ubuntu-motu-torrent) asac: :)12:00
(bluekuja/#ubuntu-motu-torrent) asac: where did you go yesterday?12:00
pochuMorning12:05
(bluekuja/#ubuntu-motu-torrent) heya pochu12:05
pochuHi bluekuja :)12:05
(bluekuja/#ubuntu-motu-torrent) :)12:05
asacbluekuja: me?12:08
(bluekuja/#ubuntu-motu-torrent) asac: yea12:08
asaci received no more pings from you :)12:08
asacwhat did i miss?12:08
(bluekuja/#ubuntu-motu-torrent) asac: we have to decide about verlihub12:08
(bluekuja/#ubuntu-motu-torrent) asac: is bad to have those libs public?12:09
(bluekuja/#ubuntu-motu-torrent) e.g in /usr/lib12:10
asacbluekuja: thats what upstream has to say ... do they care for ABI compatibility et al12:10
(bluekuja/#ubuntu-motu-torrent) asac: well, if the push them there12:10
asacfor me it looks safe to ship them in pkglibdir for now12:10
asacand once we get upstream committement move them to a proper lib package et al12:10
asacbluekuja: never assume that people have a clue what they are doing12:10
(bluekuja/#ubuntu-motu-torrent) asac: yeah, you're right12:11
asacespecially if the library version is 0.0.0 ... they usually have no idea12:11
(bluekuja/#ubuntu-motu-torrent) asac: I dont know how to fix those libs not specified12:11
(bluekuja/#ubuntu-motu-torrent) while running automake12:11
asache?12:13
(bluekuja/#ubuntu-motu-torrent) I've tried adding some variables to specify it12:13
(bluekuja/#ubuntu-motu-torrent) but still get that error12:13
asacwhat happens?12:13
asaci have no idea what error you are getting :) ... you missed to tell me12:13
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8652412:13
(bluekuja/#ubuntu-motu-torrent) asac: adding libtool I dont get jM_MAINTAINER12:15
(bluekuja/#ubuntu-motu-torrent) errors12:15
(bluekuja/#ubuntu-motu-torrent) but now we have those12:15
asacbluekuja: if you remove the Makefile.in Makefile files12:16
asacand run automake12:16
asacare Makefile.in files created or not?12:16
(bluekuja/#ubuntu-motu-torrent) yup12:16
asacso what doesn't work then?12:17
(bluekuja/#ubuntu-motu-torrent) trying to delete12:17
(bluekuja/#ubuntu-motu-torrent) makefile.in12:17
(bluekuja/#ubuntu-motu-torrent) and run automake again12:17
(bluekuja/#ubuntu-motu-torrent) asac: nope12:25
(bluekuja/#ubuntu-motu-torrent) if I delete makefile.in12:25
(bluekuja/#ubuntu-motu-torrent) I still get those errors12:25
asacbluekuja: that is not the question12:25
asacread above12:25
asacmy last question :)12:25
(bluekuja/#ubuntu-motu-torrent) asac: oh :D12:25
(bluekuja/#ubuntu-motu-torrent) yeah, they are created12:25
(bluekuja/#ubuntu-motu-torrent) if I delete them12:26
(bluekuja/#ubuntu-motu-torrent) and I automake12:26
(bluekuja/#ubuntu-motu-torrent) I get new makefiles.in12:26
asacthen there is no problem12:26
asacso what is *the* problem12:27
asac?12:27
(bluekuja/#ubuntu-motu-torrent) asac: nvm was misunderstanding something12:27
asac:)12:28
asacbluekuja: just try to build12:28
asacand see what happens12:28
(bluekuja/#ubuntu-motu-torrent) asac: now I build to see if pkglib works12:28
(bluekuja/#ubuntu-motu-torrent) ok12:28
asacyeah12:29
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: building12:56
(bluekuja/#ubuntu-motu-torrent) it's quite long btw12:57
(bluekuja/#ubuntu-motu-torrent) ^^12:57
asaclong is relativ :)12:57
(bluekuja/#ubuntu-motu-torrent) hehe yeah12:57
asacbluekuja: you have some spare mem?12:57
asacyou wanna do a ooo build?12:57
(bluekuja/#ubuntu-motu-torrent) asac: whats that?12:57
asacwe need a respin in dapper12:57
(bluekuja/#ubuntu-motu-torrent) oh12:57
asacagainst our firefox 2 backport12:57
asacOpenOffice.org12:57
asac==12:57
asacooo12:58
asac:)12:58
(bluekuja/#ubuntu-motu-torrent) lol12:58
asacactually you just need to setup a dapper chroot12:58
asacwith debootstrap12:58
asacthen install depends from our preview archive12:58
asace.g. ffox 212:58
asacand respin openoffice12:58
asacwhich my team member cannot build because he get OOM12:58
(bluekuja/#ubuntu-motu-torrent) asac: 3 hours of build?12:58
asacbluekuja: maybe ... but maybe its 18 hours12:59
(bluekuja/#ubuntu-motu-torrent) :D12:59
asacdepends on the gcc in dapper12:59
asaci know that with some versions there was a single cpp file that took 1.5 hours to compile :)12:59
(bluekuja/#ubuntu-motu-torrent) oh cool12:59
(bluekuja/#ubuntu-motu-torrent) :P12:59
(bluekuja/#ubuntu-motu-torrent) asac: well yeah, when I finish with verli12:59
(bluekuja/#ubuntu-motu-torrent) I can try it01:00
asacthat would be awesome01:00
asacits like you need 4 G spare diskspace and at least 1GB of memory i guess01:00
asacmaybe 8 GB disk ... no idea01:00
(bluekuja/#ubuntu-motu-torrent) :D01:00
asacif you have a recent disk you should have enough space available01:00
(bluekuja/#ubuntu-motu-torrent) I have 500 GB01:01
(bluekuja/#ubuntu-motu-torrent) space01:01
(bluekuja/#ubuntu-motu-torrent) ^^01:01
(bluekuja/#ubuntu-motu-torrent) asac: done, let's see if it worked01:06
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: usr/lib/verlihub/01:07
(bluekuja/#ubuntu-motu-torrent) :)01:07
asacbluekuja: does ldd on binaries look good as well?=01:08
(bluekuja/#ubuntu-motu-torrent) checking01:08
asacand please paste the content of that directory somewhere01:08
(bluekuja/#ubuntu-motu-torrent) asac: damn, I forgot to add pkg to usr/lib/libplug_pi.so01:09
(bluekuja/#ubuntu-motu-torrent) usr/lib/libplug_pi.so.001:09
(bluekuja/#ubuntu-motu-torrent) usr/lib/libdiakritika_pi.so.001:09
asache?01:09
(bluekuja/#ubuntu-motu-torrent) each lib got a variable01:09
asacwhy are those still in /usr/lib ... shouldn't they end up in /usr/lib/verlihub=01:09
asacah ok01:09
(bluekuja/#ubuntu-motu-torrent) and I forgot to do for those as well01:10
(bluekuja/#ubuntu-motu-torrent) -.-01:10
asacbut is does it point properly to the lib that is now in pkglibdir?01:10
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8653901:10
asacyeah ... but does ldd reference the libs in pkglibdir as well?01:11
asacat best fix the variables first :)01:11
asacand then take a look01:11
(bluekuja/#ubuntu-motu-torrent) checking01:11
(bluekuja/#ubuntu-motu-torrent) asac: I paste you ldd01:12
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8654001:13
(bluekuja/#ubuntu-motu-torrent) it's right01:13
(bluekuja/#ubuntu-motu-torrent) asac: I need to find out where libdiakritica hides01:14
(bluekuja/#ubuntu-motu-torrent) libplug too01:14
asacfine01:14
asacyou will figure the rest out01:14
(bluekuja/#ubuntu-motu-torrent) asac: and then we have a lintian clean package01:14
asaconce the libs are in pkglibdir01:14
asacwe can push ... then go to upstream and interview if he cares about sonames et al01:15
(bluekuja/#ubuntu-motu-torrent) asac: ok01:15
(bluekuja/#ubuntu-motu-torrent) asac: gonna fix it, desc, and CVS01:15
(bluekuja/#ubuntu-motu-torrent) and I push01:15
(bluekuja/#ubuntu-motu-torrent) for you01:15
asaccool01:15
(bluekuja/#ubuntu-motu-torrent) ;)01:15
asaci mean ... i will review ... but i guess it should be fine (though no guarantees)01:15
(bluekuja/#ubuntu-motu-torrent) ok01:16
(bluekuja/#ubuntu-motu-torrent) asac: separated checkins as alwais?01:17
asacsure01:17
(bluekuja/#ubuntu-motu-torrent) great01:17
(bluekuja/#ubuntu-motu-torrent) !01:17
=== bluekuja starts fixing
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== vorian is now known as vorian|work
(bluekuja/#ubuntu-motu-torrent) asac: :)01:57
(bluekuja/#ubuntu-motu-torrent) asac: it worked!01:57
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libdiakritika_pi.so01:57
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libverlihub.so.001:57
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libvhapi.so.001:57
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libverlihub.so01:57
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libvhapi.so01:57
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libplug_pi.so01:57
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libplug_pi.so.001:57
(bluekuja/#ubuntu-motu-torrent) asac: now I start to checkin01:59
=== pochu_ [n=emilio@14.Red-88-27-31.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) heya pochu_01:59
pochu_Hello :)01:59
asacyeah01:59
=== pochu_ is now known as pochu
asacbluekuja: can you figure out if there is a -version passed in some makefile?02:00
asacimo those libs should not be versioned now anymore02:00
asacola pochu02:00
(bluekuja/#ubuntu-motu-torrent) asac: nope02:00
(bluekuja/#ubuntu-motu-torrent) no -version02:00
(bluekuja/#ubuntu-motu-torrent) in libs makefiles02:00
(bluekuja/#ubuntu-motu-torrent) asac: is that ok?02:01
asacyeah02:01
asacprobably we can live with that02:01
(bluekuja/#ubuntu-motu-torrent) ok02:01
asacstill i am wondering why it generates version info at all02:01
(bluekuja/#ubuntu-motu-torrent) asac: I start with first checkin02:02
(bluekuja/#ubuntu-motu-torrent) that fix pkglib02:03
(bluekuja/#ubuntu-motu-torrent) then I update02:03
(bluekuja/#ubuntu-motu-torrent) in the second02:03
(bluekuja/#ubuntu-motu-torrent) and third i fix minor things like desc, and CVS02:03
asacwhat do you mean by CVS?02:03
(bluekuja/#ubuntu-motu-torrent) deleting CVS dirs02:03
asachow do you do  that?02:04
(bluekuja/#ubuntu-motu-torrent) asac: huh?02:04
asacdo you just bzr rm ?02:04
asacor in rules?02:04
(bluekuja/#ubuntu-motu-torrent) yup02:04
(bluekuja/#ubuntu-motu-torrent) bzr rm02:04
asacah ... ok02:04
(bluekuja/#ubuntu-motu-torrent) ;)02:04
asacand desc?02:04
asacwhy do you want to mix desc + CVS ?02:04
(bluekuja/#ubuntu-motu-torrent) yeah02:04
asacfor me CVS deserves its own single checkin02:04
(bluekuja/#ubuntu-motu-torrent) yeah02:05
(bluekuja/#ubuntu-motu-torrent) right02:05
(bluekuja/#ubuntu-motu-torrent) so separated02:05
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all02:23
asacola02:23
(bluekuja/#ubuntu-motu-torrent) ola02:24
(bluekuja/#ubuntu-motu-torrent) asac: should I remove docs/.cvsignore too?02:24
DarkSun88Hey bluekuja02:24
DarkSun88Hi asac02:24
(bluekuja/#ubuntu-motu-torrent) heya DarkSun8802:24
asacbluekuja: yes ... if you remove CVS ... that is sane02:25
(bluekuja/#ubuntu-motu-torrent) asac: you can build now02:28
(bluekuja/#ubuntu-motu-torrent) asac: everything is ok :)02:28
asaci have no local branch so i can't update ... give me the urls please :)02:28
(bluekuja/#ubuntu-motu-torrent) yup, just a mom02:29
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/debian.source02:29
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/upstream.source02:29
asacbluekuja: why do you always paste with some prefix I ?02:30
(bluekuja/#ubuntu-motu-torrent) asac: what do you mean? :)02:30
asac14:29 < bluekuja> asac:  Ihttp://bazaar.launchpad.net/~bluekuja/verlihub/debian.source02:31
asacthats what i get here02:31
asacwhenever you paste something02:31
(bluekuja/#ubuntu-motu-torrent) 0_002:31
(bluekuja/#ubuntu-motu-torrent) strange02:31
(bluekuja/#ubuntu-motu-torrent) I see it normal02:31
asacyeah ... you probably paste some spurious content02:31
(bluekuja/#ubuntu-motu-torrent) yup02:31
(bluekuja/#ubuntu-motu-torrent) I get it from lp02:31
(bluekuja/#ubuntu-motu-torrent) and I paste it here02:31
asacits bad because i have to select and cannot just click02:31
asacmaybe paste different (e.g. middle-mouse)02:31
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/debian.source02:31
asace.g. first select ... then02:31
(bluekuja/#ubuntu-motu-torrent) it works now?02:31
asacyes02:32
asacthat works02:32
asacthanks02:32
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/upstream.source02:32
(bluekuja/#ubuntu-motu-torrent) :)02:32
=== nuu [n=nuu@193.205.162.6] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@193.205.162.6] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: let me know when you have build results02:37
asacbluekuja: i can do in 1h02:57
(bluekuja/#ubuntu-motu-torrent) asac: sounds great02:57
(bluekuja/#ubuntu-motu-torrent) ;)02:57
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) heya freeflying !03:01
freeflyingbluekuja: hi03:02
(bluekuja/#ubuntu-motu-torrent) :)03:02
(bluekuja/#ubuntu-motu-torrent) asac: news?04:20
(bluekuja/#ubuntu-motu-torrent) asac: let me know when you start ;)04:30
asacall got a bit pushed back, because i have to figure something out :)04:31
(bluekuja/#ubuntu-motu-torrent) asac: ok, do you think you can make it for today?04:32
(bluekuja/#ubuntu-motu-torrent) e.g evening or later04:32
asachope so04:36
asaci will just do when i do :)04:36
(bluekuja/#ubuntu-motu-torrent) lol04:36
asaci promiss i will do asap04:36
asac:)04:36
(bluekuja/#ubuntu-motu-torrent) asac: :)04:36
asacmaybe 5 minutes ... maybe 2h :)04:37
(bluekuja/#ubuntu-motu-torrent) :D04:37
asac7win1204:40
asacups ;)04:40
asaccaps lock04:40
(bluekuja/#ubuntu-motu-torrent) :)04:41
(bluekuja/#ubuntu-motu-torrent) asac: suddenly build fails at:07:05
(bluekuja/#ubuntu-motu-torrent) /bin/sh: -c: line 0: syntax error near unexpected token `)'07:05
(bluekuja/#ubuntu-motu-torrent) /bin/sh: -c: line 0: `if test ! -f )] .in; then \'07:05
(bluekuja/#ubuntu-motu-torrent) make[1] : *** [)] .in] Error 207:05
(bluekuja/#ubuntu-motu-torrent) 30 minutes ago worked07:05
(bluekuja/#ubuntu-motu-torrent) now I get that07:05
(bluekuja/#ubuntu-motu-torrent) -.-07:05
(bluekuja/#ubuntu-motu-torrent) asac: maybe is just my problem07:06
(bluekuja/#ubuntu-motu-torrent) here07:06
=== pochu [n=emilio@14.Red-88-27-31.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
asachehe ... good that i haven't tried yet07:25
asachave to go shopping in a few07:25
asacthen i will look at your stuff07:25
asacso be prepared :)07:25
(bluekuja/#ubuntu-motu-torrent) asac: found the trick07:25
(bluekuja/#ubuntu-motu-torrent) I didnt run aclocal07:25
(bluekuja/#ubuntu-motu-torrent) before automake07:25
(bluekuja/#ubuntu-motu-torrent) now running aclocal-->automake works07:25
(bluekuja/#ubuntu-motu-torrent) asac: it will be all ready when you return :)07:26
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: when everything is ok, I ping you08:34
(bluekuja/#ubuntu-motu-torrent) ;)08:34
(bluekuja/#ubuntu-motu-torrent) 10 mins more or less08:34
asacgood08:36
(bluekuja/#ubuntu-motu-torrent) ;)08:36
(bluekuja/#ubuntu-motu-torrent) asac: pushed and published08:45
(bluekuja/#ubuntu-motu-torrent) asac: now you can build :)08:45
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/debian.source08:46
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/upstreamsource08:46
(bluekuja/#ubuntu-motu-torrent) damn08:46
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/upstream.source08:46
(bluekuja/#ubuntu-motu-torrent) ^^08:46
(bluekuja/#ubuntu-motu-torrent) asac: common ancestor worked?09:07
asacbluekuja: installing build-dep09:32
asacwill look at it during the meeting09:32
(bluekuja/#ubuntu-motu-torrent) @schedule rome09:32
(ubotu/#ubuntu-motu-torrent) Schedule for Europe/Rome: 07 Jun 22:00: Ubuntu Development Team | 12 Jun 17:00: Kernel Team | 13 Jun 14:00: Edubuntu | 14 Jun 18:00: Ubuntu Development Team | 16 Jun 19:00: Xubuntu Developers | 19 Jun 21:00: Technical Board09:32
(bluekuja/#ubuntu-motu-torrent) cool development team today09:33
(bluekuja/#ubuntu-motu-torrent) asac: ok great :)09:33
(bluekuja/#ubuntu-motu-torrent) asac: when verli is pushed I move to package verlihub-stats09:33
asacmove ahead09:33
asacthere is no need to feel blocked because of verlihub09:34
(bluekuja/#ubuntu-motu-torrent) asac: I need that depends09:34
asacif I always would be blocked because one thing is not finished, I wouldn't get things done09:34
(bluekuja/#ubuntu-motu-torrent) if not I cannot build09:34
asacbluekuja: ah09:34
asacbluekuja: yeah ... but you have the package09:34
(bluekuja/#ubuntu-motu-torrent) ah yup09:34
asac:)09:34
(bluekuja/#ubuntu-motu-torrent) asac: I open the itp09:34
(bluekuja/#ubuntu-motu-torrent) :)09:34
asaceven good to sort issues out that might evolve because of that09:34
asacbluekuja: thats a good start ;)09:34
(bluekuja/#ubuntu-motu-torrent) asac: :)09:34
asacbluekuja: bzr remembers file-attributes09:35
asacplease commit debian/rules as executable09:35
(bluekuja/#ubuntu-motu-torrent) asac: ok, it failed for ti?09:35
(bluekuja/#ubuntu-motu-torrent) *it?09:35
(bluekuja/#ubuntu-motu-torrent) asac: pushed09:38
(bluekuja/#ubuntu-motu-torrent) 1-2 minutes and we should have an executable file09:39
(bluekuja/#ubuntu-motu-torrent) ;)09:39
(bluekuja/#ubuntu-motu-torrent) published09:39
asacyeah ... i have fixed locally09:39
asac;)09:39
asacso i was not really blocked :)09:39
(bluekuja/#ubuntu-motu-torrent) :)09:39
asacbut good to have ;)09:39
(bluekuja/#ubuntu-motu-torrent) yup09:40
asacok i will be back after meeting09:52
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: great09:53
(bluekuja/#ubuntu-motu-torrent) ;)09:53
(bluekuja/#ubuntu-motu-torrent) asac: I'm writing the itp09:53
(bluekuja/#ubuntu-motu-torrent) then I start with stats09:53
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: build was ok?11:02
asacdoing a sid build now11:20
(bluekuja/#ubuntu-motu-torrent) asac: great11:20
asac0.9.8d-RC1-111:20
asacthe version might be wrong11:20
asacwhat kind of RC is that?11:20
asacwhat will be the next released version?11:21
(bluekuja/#ubuntu-motu-torrent) mmm..11:21
asacfurther ... using RC1 as package revision is wrong as well11:21
(bluekuja/#ubuntu-motu-torrent) let me see the tree11:21
asacor what do you want to express with RC1 ?11:21
(bluekuja/#ubuntu-motu-torrent) asac: nothing, I used upstream syntax11:22
(bluekuja/#ubuntu-motu-torrent) so we can drop it11:22
(bluekuja/#ubuntu-motu-torrent) 0.9.8b11:22
(bluekuja/#ubuntu-motu-torrent) 0.9.8c-RC111:22
(bluekuja/#ubuntu-motu-torrent) 0.9.8c-RC211:22
(bluekuja/#ubuntu-motu-torrent) 0.9.8D-RC211:22
(bluekuja/#ubuntu-motu-torrent) *0.9.8d-RC211:22
(bluekuja/#ubuntu-motu-torrent) the tree11:22
(bluekuja/#ubuntu-motu-torrent) asac: the problem is11:23
(bluekuja/#ubuntu-motu-torrent) if upstream releases 0.9.8c-RC211:23
(bluekuja/#ubuntu-motu-torrent) what we do?11:23
(bluekuja/#ubuntu-motu-torrent) if we have 0.9.8c11:23
(bluekuja/#ubuntu-motu-torrent) already in11:23
(bluekuja/#ubuntu-motu-torrent) asac: so we can use RC111:27
(bluekuja/#ubuntu-motu-torrent) in my opinion11:27
(bluekuja/#ubuntu-motu-torrent) to follow upstream releases closely11:27
asacbluekuja: actually the version is messed up then11:29
(bluekuja/#ubuntu-motu-torrent) asac: how it should be?11:29
asacquestion is what does upstream intent to release11:29
asacwill they release 0.9.8c?11:29
asacor d?11:29
(bluekuja/#ubuntu-motu-torrent) both already releases11:29
(bluekuja/#ubuntu-motu-torrent) *d11:29
asaci mean its not clear by just looking at the version what they do11:29
asac?11:29
(bluekuja/#ubuntu-motu-torrent) 0.9.8c-RC111:30
(bluekuja/#ubuntu-motu-torrent) 0.9.8c-RC211:30
(bluekuja/#ubuntu-motu-torrent) 0.9.8d-RC211:30
asacso they never release final?11:30
(bluekuja/#ubuntu-motu-torrent) is upstream tree11:30
(bluekuja/#ubuntu-motu-torrent) nope11:30
asaclike never a 0.9.8d?11:30
asacits your decision11:30
asacfact is that the dash has to go away11:30
asacin upstream version11:30
(bluekuja/#ubuntu-motu-torrent) asac: suggestions for it=11:31
(bluekuja/#ubuntu-motu-torrent) ?11:31
asacs/-/./11:33
asacor11:33
asacs/-/+/11:33
asaci prefer the former11:33
asacbecause double clicking on something with + in filename messes up selection of text in gnome-terminal11:33
(bluekuja/#ubuntu-motu-torrent) yeah11:33
(bluekuja/#ubuntu-motu-torrent) so 0.9.8d.RC111:34
(bluekuja/#ubuntu-motu-torrent) 0.9.8d.RC1-111:34
asaclooks good11:34
(bluekuja/#ubuntu-motu-torrent) yup11:34
(bluekuja/#ubuntu-motu-torrent) really nice11:34
asacthough i hate upper case :)11:34
(bluekuja/#ubuntu-motu-torrent) same11:34
asacit looks windowish11:34
asacyou can use rc1 ;)11:34
(bluekuja/#ubuntu-motu-torrent) lol11:34
(bluekuja/#ubuntu-motu-torrent) 0.9.8d.rc1-111:34
asacyeah11:34
(bluekuja/#ubuntu-motu-torrent) looks good too11:34
asacthat looks decent11:34
asaclike a decent release11:35
asacactually not like a decent release :)11:35
asacanyway11:35
(bluekuja/#ubuntu-motu-torrent) :D11:35
asacit looks like a release candidate11:35
asacwhich i assume would be followed by a final 0.9.8d at some point11:35
asacif that is ever going to happen we should use11:35
asac0.9.8d~rc111:35
asacwhich means that we are < then 0.9.8d11:36
asacbut looking at release history i have not idea whats the plan11:36
(bluekuja/#ubuntu-motu-torrent) yeah11:36
(bluekuja/#ubuntu-motu-torrent) so 0.9.8d-rc1-111:36
(bluekuja/#ubuntu-motu-torrent) *.11:36
(bluekuja/#ubuntu-motu-torrent) is the best11:36
(bluekuja/#ubuntu-motu-torrent) we can have now11:36
(bluekuja/#ubuntu-motu-torrent) so 0.9.8d.rc1-111:36
(bluekuja/#ubuntu-motu-torrent) ^^11:36
asacactually the most secure is my last post11:37
(bluekuja/#ubuntu-motu-torrent) 0.9.8d~rc1?11:37
asace.g. assume that rcX is really a release candidate aiming to release a plain version at some point11:37
asacyeah11:37
(bluekuja/#ubuntu-motu-torrent) yeah, it's ok too11:37
asac(thats upstream version)11:37
(bluekuja/#ubuntu-motu-torrent) yup11:37
(bluekuja/#ubuntu-motu-torrent) sounds great11:37
asaclook at what version i uploaded to thunderbird gutsy11:37
asacwhen 2.0.0.4 final comes out i can just upload with 2.0.0.4-1 :) ... which is higher than 2.0.0.4~rc1-111:38
(bluekuja/#ubuntu-motu-torrent) :D11:38
asaclets go the tilde way11:38
(bluekuja/#ubuntu-motu-torrent) yea11:38
asacas we cannot look into his mind11:38
(bluekuja/#ubuntu-motu-torrent) +111:38
asacand if we really releases 0.9.8d at some point11:38
asacwe would need to fix version by an epoch:11:39
asac1:0.9.8d11:39
(bluekuja/#ubuntu-motu-torrent) ok11:39
asacor do something like 0.9.8d.Xfinal11:39
asacyou understand why?11:39
pochuThe Debian NEW queue hasn't been worked out :/11:39
(bluekuja/#ubuntu-motu-torrent) pochu: yeah, 5 days11:39
asacwhat do you expect11:40
asac?11:40
asacyou can be happy if things don't get to a month11:40
asacand given that iceape is in ubuntu NEW now for about 2-3 weeks11:40
pochuLoL :)11:40
(bluekuja/#ubuntu-motu-torrent) asac: can you explain me 1: ver ?11:40
asac... ubuntu is not better at all :)11:40
pochuasac: I'm not complaining ;)11:41
asacbluekuja: look up "epoch"11:41
asacin debian developer guide11:41
(bluekuja/#ubuntu-motu-torrent) yeah11:41
asacthere is a section about versioning11:41
(bluekuja/#ubuntu-motu-torrent) gonna check it11:41
pochuI'm happy with how Debian works, ATM :)11:41
asacdunno if the ~ feature is already in there11:41
asacbut epoche definitly is11:41
(bluekuja/#ubuntu-motu-torrent) pochu: same11:41
asacpochu: yeah ... agreed11:41
asacotoh ... if new is processed so eagerly it means that someone burns out :)11:42
asacif this *someone* has a real burn out we will end up with 3 month NEW time :)11:42
(bluekuja/#ubuntu-motu-torrent) lol11:42
(bluekuja/#ubuntu-motu-torrent) asac: still building?11:44
asacobviously not :)11:45
asacit built11:45
asacneed new version :)11:45
(bluekuja/#ubuntu-motu-torrent) asac: want me to push it now?11:46
(bluekuja/#ubuntu-motu-torrent) one second work11:46
asacbluekuja: if i do it here i will end up with a conflict11:46
asacanyway now done11:46
(bluekuja/#ubuntu-motu-torrent) asac: :)11:46
asacbluekuja: you checked-in cruft11:48
asace.g. stamp-h11:48
asacit has been removed during build11:48
asacbut apparently is in bzr11:48
(bluekuja/#ubuntu-motu-torrent) asac: strange11:49
(bluekuja/#ubuntu-motu-torrent) didnt see it11:49
asacyou have to remove it from upstream tree11:49
(bluekuja/#ubuntu-motu-torrent) I deleted stamp-h1.in11:49
asacno11:49
asacthats bad11:49
asac.in is likely source11:49
asacstamp-h is the result11:49
(bluekuja/#ubuntu-motu-torrent) asac: yeah11:49
(bluekuja/#ubuntu-motu-torrent) it was stamp-h211:49
(bluekuja/#ubuntu-motu-torrent) ^^11:49
asacshare/sql/default_pi_plug.sql11:49
asacthat file is modified after build11:49
asacthat is definitly something that needs to be resolved11:50
asacas it definitly goes unnoticed if you don't work with a revision system11:50
(bluekuja/#ubuntu-motu-torrent) asac: which kind of changes?11:50
asacasac@hector:~/ubuntu_motu/bluekuja/verlihub.debian$ bzr statusremoved: stamp-h11:50
asacmodified: share/sql/default_pi_plug.sql11:50
asacups11:50
asacunknown: libtool docs/Makefile src/make_time.h11:50
asacwait11:50
asachttp://pastebin.mozilla.org/8663711:51
asacthats the cruft after abuild11:51
asacafter a build all should be clean11:51
asacas on initial checkout11:51
asacafter a build: build + clean11:51
asaclibtool should be versioned in upstream tarball11:52
asace.g. in .upstream branch11:52
asacthe rest is cruft11:52
(bluekuja/#ubuntu-motu-torrent) asac: should I add a clean rule for them?11:54
asacbluekuja: how?11:54
asachow will you fix the "in-source" modified files in a clean rule?11:54
(bluekuja/#ubuntu-motu-torrent) asac: nice question :P11:54
asacfor the Makefile you might use clean11:54
asacbut better figure out why this wasn't removed on distclean11:54
asac... on make distclean11:55
(bluekuja/#ubuntu-motu-torrent) asac: I dont know where I can start11:56
asacfor makefile leftover11:57
asaclook in Makefile.am11:57
asacthe docs SUBDIR is not even used11:57
asac-> either add docs/ ... or remove the docs/Makefile from configure.ac11:57
asacso it doesn't get created11:57
asaci guess the latter should be the way to go for now11:57
(bluekuja/#ubuntu-motu-torrent) asac: so for now, only the makefile can be safely deleted?11:58
(bluekuja/#ubuntu-motu-torrent) with that11:58
asacno your fix is to not generate it at all11:58
asacthe removed stamp-h will be fixed once its dropped from .upstream11:59
asacthe generated make_time.h is a pita11:59
asacyou can fix it proper or just remove it in rules (clean)11:59
asacbut post a bug upstream11:59
(bluekuja/#ubuntu-motu-torrent) ok11:59
(bluekuja/#ubuntu-motu-torrent) so11:59
(bluekuja/#ubuntu-motu-torrent) 1) stamp-h in .upstream11:59
asac1a) merge over that change to .debian tree12:00
asacbut yes... go ahead12:00
asac:)12:00
(bluekuja/#ubuntu-motu-torrent) 2) make_time.h deleted in debian/rules12:00
(bluekuja/#ubuntu-motu-torrent) with a clean rule12:00
(bluekuja/#ubuntu-motu-torrent) 3) makefile12:00
(bluekuja/#ubuntu-motu-torrent) from docs12:00
(bluekuja/#ubuntu-motu-torrent) deleting it from makefile.am12:01
(bluekuja/#ubuntu-motu-torrent) to merge that change to the debian tree12:02
(bluekuja/#ubuntu-motu-torrent) I can just do 2 checkins12:02
(bluekuja/#ubuntu-motu-torrent) one for upstream12:02
(bluekuja/#ubuntu-motu-torrent) and one for debian12:02
asacfor 3) read what i wrote above12:02
(bluekuja/#ubuntu-motu-torrent) <asac> -> either add docs/ ... or remove the docs/Makefile from configure.ac12:03
(bluekuja/#ubuntu-motu-torrent) this?12:03
asacyes12:03
(bluekuja/#ubuntu-motu-torrent) ok12:03
asacthats different from what you said12:03
(bluekuja/#ubuntu-motu-torrent) ^^12:03
asacyou need more checkins12:03
asac1. checkin .upstream12:03
asac2. checkin merge from .upstream to .debian12:03
asac3. checkin fix for configure.ac12:03
asac4. checkin update of configure (e.g. autogenerated)12:04
asac5. checkin fix for rules (e.g. because of make_time.h)12:04
asac6. checkin update of changelog :)12:04
asacprobably thats it :)12:04
(bluekuja/#ubuntu-motu-torrent) lol12:05
(bluekuja/#ubuntu-motu-torrent) it *seems* easy12:05
(bluekuja/#ubuntu-motu-torrent) :P12:05
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
asacyeah :)12:05
asacok ... its night here ... i am out ... almost12:06
(bluekuja/#ubuntu-motu-torrent) asac: 0.06 here12:06
(bluekuja/#ubuntu-motu-torrent) asac: need to see how to merge that change12:06
(bluekuja/#ubuntu-motu-torrent) dont remember how bzr merge works12:07
asacbluekuja: you will figure out :)12:07
asaci guess there are instructions in wiki.ubuntu.com12:07
(bluekuja/#ubuntu-motu-torrent) asac: :D12:07
asacotherwise bzr help COMMAND12:07
asachelps12:07
(bluekuja/#ubuntu-motu-torrent) asac: I think you'll have all ready for tomorrow12:07
(bluekuja/#ubuntu-motu-torrent) morning12:08
asacbluekuja: cool :)12:08
(bluekuja/#ubuntu-motu-torrent) I finish all now12:08
asacyeah sorry for being picky :) ... others might have missed this cruft thing12:08
(bluekuja/#ubuntu-motu-torrent) asac: dont worry :)12:08
asacactually i would have missed it if we weren't using bzr12:08
asacwhere i can just run bzr status12:08
asacafter clean12:08
(bluekuja/#ubuntu-motu-torrent) :D12:08
asacand see what else happened12:08
asacah ... bluekuja share/sql/default_pi_plug.sql12:09
asacthat one12:09
asacmaybe you find the reason why its left there modified12:09
asacits definitly bad12:09
asacif you don't find a solution you can create a backup at the start of biuld somewhere12:09
asacand move the backup on clean back to the original file12:09
asacthats dirty12:09
asacbut better than to blow up the diff.gz12:09
asacanyway, please find the cause for this12:09
(bluekuja/#ubuntu-motu-torrent) asac: so to bzr12:09
asacits pretty annoying if people modify sources in-tree12:09
(bluekuja/#ubuntu-motu-torrent) what should I do with it?12:10
asacas i said ... find the source12:10
asacbut first you can do 1-6 above12:10
(bluekuja/#ubuntu-motu-torrent) yeah12:10
(bluekuja/#ubuntu-motu-torrent) ^^12:10
asacfind the cause i mean (not the source)12:10
asac:)12:10
asac./share/Makefile.in:EXTRA_DIST = sql/default_pi_plug.sql.in12:11
asac./share/Makefile.in:nobase_data_DATA = sql/default_pi_plug.sql12:11
(bluekuja/#ubuntu-motu-torrent) asac: I leave it for last12:11
asaclook at that12:11
asacit might give you a clue whats going on12:11
asachint: .in is the source ... .sql is just the product12:11
asacand should not be in source tree at all12:11
asace.g. like stamp-h12:11
asacbut needs to be cleaned up in make clean12:11
(bluekuja/#ubuntu-motu-torrent) but it doesnt12:12
asacyeah12:12
(bluekuja/#ubuntu-motu-torrent) nice12:12
asacotherwise we would have seen it as removed: ... like the stamp-h12:12
(bluekuja/#ubuntu-motu-torrent) yeah12:12
(bluekuja/#ubuntu-motu-torrent) asac: should I delete it as stamp-h?12:13
asacyeah12:13
asacas a first step12:13
asacthen you have to fix makefiles12:13
asace.g. so it gets removed on distclean12:13
asacyou can use a debian/rules clean hack as well12:13
(bluekuja/#ubuntu-motu-torrent) yea12:14
(bluekuja/#ubuntu-motu-torrent) like config.log12:14
asacbut maybe its a challenge to figure things out12:14
(bluekuja/#ubuntu-motu-torrent) I'm quite lost now12:14
(bluekuja/#ubuntu-motu-torrent) for the last problem12:14
asacthings take time12:14
asaceven if it takes a week to figure out12:14
asacits not a problem12:14
asacthats how things work in software12:14
(bluekuja/#ubuntu-motu-torrent) ^^12:15
asacyou will rarely find someone for who knows or has the will to look into specific problems of you12:15
asacso  learn to figure out :)12:15
asac;)12:15
(bluekuja/#ubuntu-motu-torrent) :D12:15
(bluekuja/#ubuntu-motu-torrent) asac: let's start with 1-6 then12:15
asacyeah :)12:15
(bluekuja/#ubuntu-motu-torrent) asac: other problem is the last12:16
(bluekuja/#ubuntu-motu-torrent) so I'll look at it when 1-6 is done12:16
asacsure12:16
asacyou can definitly drop the .sql file from .upstream12:16
asacand merge that fix over to .debian12:16
asace.g. like you do for stamp-h12:16
(bluekuja/#ubuntu-motu-torrent) default_pi_plug.sql?12:16
(bluekuja/#ubuntu-motu-torrent) ok12:16
asac... so add a 1b and 1c )12:16
asacok ... night :)12:17
(bluekuja/#ubuntu-motu-torrent) asac: night alex12:17
(bluekuja/#ubuntu-motu-torrent) asac: sleep well12:17
(bluekuja/#ubuntu-motu-torrent) :P12:17
asacu212:17
(bluekuja/#ubuntu-motu-torrent) cu tomorrow12:17
(bluekuja/#ubuntu-motu-torrent) :)12:17
(bluekuja/#ubuntu-motu-torrent) asac: found doc makefile12:33
(bluekuja/#ubuntu-motu-torrent) asac: AC_CONFIG_FILES([Makefile12:33
(bluekuja/#ubuntu-motu-torrent) src/Makefile12:33
(bluekuja/#ubuntu-motu-torrent) docs/Makefile12:33
asac;)12:33
(bluekuja/#ubuntu-motu-torrent) asac: :)12:33
(bluekuja/#ubuntu-motu-torrent) asac: stupid question12:41
(bluekuja/#ubuntu-motu-torrent) make_time.h12:41
(bluekuja/#ubuntu-motu-torrent) should be removed12:41
(bluekuja/#ubuntu-motu-torrent) by curdir12:41
(bluekuja/#ubuntu-motu-torrent) or curdir/debian12:41
(bluekuja/#ubuntu-motu-torrent) or curdir/debian/verlihub12:41
(bluekuja/#ubuntu-motu-torrent) I'm sure of curdir12:41
(bluekuja/#ubuntu-motu-torrent) but dont want to miss12:41
(bluekuja/#ubuntu-motu-torrent) and mess up things12:41
asacremove it in debian/rules12:42
(bluekuja/#ubuntu-motu-torrent) asac: yeah12:42
asachow ... its up to you ;)12:42
(bluekuja/#ubuntu-motu-torrent) but it have to be removed12:42
(bluekuja/#ubuntu-motu-torrent) from source12:42
asacah12:42
(bluekuja/#ubuntu-motu-torrent) or12:42
asacyes12:42
(bluekuja/#ubuntu-motu-torrent) ok12:42
asacremove it from .upstream branch12:42
asacthen merge that checkin over to .debian :)12:42
(bluekuja/#ubuntu-motu-torrent) and I add a clean rule12:42
(bluekuja/#ubuntu-motu-torrent) ok12:42
asacyes12:43
(bluekuja/#ubuntu-motu-torrent) great tnx12:43
(bluekuja/#ubuntu-motu-torrent) gnight12:43
asacnow really out :)12:43
(bluekuja/#ubuntu-motu-torrent) ;)12:43
asachad to discuss something with mozillteam i didn't came to do this day12:43
asacso now12:43
asacbye12:43
asacthanks12:43
asacgnight as well12:43
(bluekuja/#ubuntu-motu-torrent) cyaz12:43
(bluekuja/#ubuntu-motu-torrent) dont worry12:44
(bluekuja/#ubuntu-motu-torrent) :)12:44
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: autoconf messed up things....01:45
(bluekuja/#ubuntu-motu-torrent) asac: @install_sh@ -c -m 644 sql/default_pi_plug.sql /tmp/buildd/verlihub-0.9.8d~rc1/debian/verlihub/usr/share/verlihub/sql/default_pi_plug.sql01:45
(bluekuja/#ubuntu-motu-torrent) /bin/sh: line 4: @install_sh@: command not found01:45
(bluekuja/#ubuntu-motu-torrent) asac: let me know tomorrow01:45
(bluekuja/#ubuntu-motu-torrent) gnight all01:45
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
DarkSun88G'night02:26
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@14.Red-88-27-31.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) heya guys10:56
(bluekuja/#ubuntu-motu-torrent) asac: seen what I've written you yesterday night?10:56
asacmail?10:57
asacyeah install_sh is not substituted10:57
asacyou messed up something10:57
asac(e.g. unrelated to the .sql file)10:57
(bluekuja/#ubuntu-motu-torrent) yup10:57
(bluekuja/#ubuntu-motu-torrent) asac: running autoconf10:57
(bluekuja/#ubuntu-motu-torrent) messed up all10:58
asaceither install is not found during configure10:58
asacautoconf never missed up a thing for me :)10:58
(bluekuja/#ubuntu-motu-torrent) lol10:58
(bluekuja/#ubuntu-motu-torrent) asac: well, that happened after modifing configure.ac10:59
(bluekuja/#ubuntu-motu-torrent) and updating with autoconf10:59
asachow did you modify?10:59
asacthe diff?10:59
asacshow it to me11:00
asac(of configure.ac)11:00
(bluekuja/#ubuntu-motu-torrent) asac: want me the diff between post-update and before-update?11:00
(bluekuja/#ubuntu-motu-torrent) asac: I changed11:01
(bluekuja/#ubuntu-motu-torrent) AC_CONFIG_FILES([Makefile11:01
(bluekuja/#ubuntu-motu-torrent) src/Makefile11:01
(bluekuja/#ubuntu-motu-torrent) scripts/Makefile11:01
(bluekuja/#ubuntu-motu-torrent) share/Makefile11:01
(bluekuja/#ubuntu-motu-torrent) plugins/Makefile11:01
asacno ... the diff of your configure.ac changes11:01
(bluekuja/#ubuntu-motu-torrent) deleting docs/Makefile11:01
asacagain you have pasting problems :)11:01
asac bluekuja> II src/Makefile11:01
asac11:01 < bluekuja> II scripts/Makefile11:01
(bluekuja/#ubuntu-motu-torrent) lol11:01
asacdid you remove the .sql from bzr already?11:01
(bluekuja/#ubuntu-motu-torrent) asac: yup11:01
asacgood11:01
asacshow me the diff11:01
(bluekuja/#ubuntu-motu-torrent) the diff of what I said before?11:02
(bluekuja/#ubuntu-motu-torrent) <bluekuja> asac: want me the diff between post-update and before-up11:02
asaci can't parse that11:02
asacjust give me the diff of the last 3 modifications you made to configure.ac11:03
asace.g. but please just configure.ac :)11:03
(bluekuja/#ubuntu-motu-torrent) asac: oki11:03
(bluekuja/#ubuntu-motu-torrent) :)11:03
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8672211:07
(bluekuja/#ubuntu-motu-torrent) diff between old and new11:07
asacbluekuja: why don't you use bzr diff?11:08
(bluekuja/#ubuntu-motu-torrent) :D11:08
asacthat diff might be completely unrelated :) ... please give me the real bzr diffs11:08
asacyou applied to configure.ac11:08
(bluekuja/#ubuntu-motu-torrent) ok11:08
asac(e.g. for the last 5 revisions)11:08
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8672411:11
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/8672511:11
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/8672611:12
asacsorry ... there is something wrong11:13
(bluekuja/#ubuntu-motu-torrent) and http://pastebin.mozilla.org/8672711:13
asaci mean i just asked for configure.ac11:13
(bluekuja/#ubuntu-motu-torrent) last one11:13
(bluekuja/#ubuntu-motu-torrent) ^^11:13
asacconfigure.ac11:13
asac^^11:13
asacread11:13
asac;)11:13
(bluekuja/#ubuntu-motu-torrent) lol11:13
asacthere is not a single checkin for that11:14
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8672811:15
(bluekuja/#ubuntu-motu-torrent) is configure.ac one11:15
(bluekuja/#ubuntu-motu-torrent) of course you have to see it as -11:16
(bluekuja/#ubuntu-motu-torrent) because I did the diff between 9 and 811:17
(bluekuja/#ubuntu-motu-torrent) and not 8 to 911:17
asacyeah please do it right next time11:17
(bluekuja/#ubuntu-motu-torrent) yeah sorry11:17
asacthe other diffs are wrong direction as well i guess11:17
(bluekuja/#ubuntu-motu-torrent) yea11:17
(bluekuja/#ubuntu-motu-torrent) asac: leaving docs/Makefile as it is11:18
(bluekuja/#ubuntu-motu-torrent) is a problem?11:18
(bluekuja/#ubuntu-motu-torrent) e.g to not mess up all11:18
(bluekuja/#ubuntu-motu-torrent) as it happened11:18
(bluekuja/#ubuntu-motu-torrent) asac: I'm leaving for a while, need to do some shopping and so on11:18
(bluekuja/#ubuntu-motu-torrent) be back later11:18
(bluekuja/#ubuntu-motu-torrent) so we can finish11:18
(bluekuja/#ubuntu-motu-torrent) leave me some ideas11:19
(bluekuja/#ubuntu-motu-torrent) ;)11:19
asacit should not mess up anything11:19
asactry to run autoconf on unmodified tree11:20
asacand see if mess starts as well11:20
(bluekuja/#ubuntu-motu-torrent) asac: back12:28
(bluekuja/#ubuntu-motu-torrent) asac: now I try to run autoconf on original tree12:28
asacyep12:29
(bluekuja/#ubuntu-motu-torrent) let's see12:29
(bluekuja/#ubuntu-motu-torrent) asac: mmmm...12:38
(bluekuja/#ubuntu-motu-torrent) it built12:38
(bluekuja/#ubuntu-motu-torrent) this is strange12:38
asacbluekuja: try to just apply the configure.ac12:38
asacpatch12:38
(bluekuja/#ubuntu-motu-torrent) to a original tree?12:39
(bluekuja/#ubuntu-motu-torrent) and then I update12:39
asacbluekuja: its your way to figure out :)12:39
asacdo what you need :)12:39
(bluekuja/#ubuntu-motu-torrent) :)12:39
(bluekuja/#ubuntu-motu-torrent) oki12:39
asaci mean ... you have done distinct checkins12:39
asacso you can try one by one12:39
asac... and see which breaks your built12:39
asacthats the idea of checkin in distinctly12:40
(bluekuja/#ubuntu-motu-torrent) asac: well, with this built I've checked 2-3 checkins12:40
(bluekuja/#ubuntu-motu-torrent) the ones from debian/12:40
(bluekuja/#ubuntu-motu-torrent) now I need to apply configure.ac patch12:41
(bluekuja/#ubuntu-motu-torrent) and see if it breaks12:41
(bluekuja/#ubuntu-motu-torrent) everything12:41
asacbluekuja: if you are sure that "before" aconfigure.ac it builts12:41
asacthen yes12:41
asacotherwise you need to find the intruder12:41
(bluekuja/#ubuntu-motu-torrent) asac: well yeah, I've tested it right now12:41
asacbluekuja: anyway ... don't try to remember "that it built at some point"12:41
asactest now if it really builts in the state that you belive it builds12:41
(bluekuja/#ubuntu-motu-torrent) ok12:42
(bluekuja/#ubuntu-motu-torrent) asac: it builds -.-12:52
asacyeah ... so where is the problem?12:53
asacwhat patch didn't you apply?12:53
(bluekuja/#ubuntu-motu-torrent) asac: I did the same things of yesterday12:53
(bluekuja/#ubuntu-motu-torrent) damn12:53
(bluekuja/#ubuntu-motu-torrent) but yesterday failed12:53
(bluekuja/#ubuntu-motu-torrent) ..12:53
(bluekuja/#ubuntu-motu-torrent) with that error12:53
asacyeah ... so lesson learned: "work organised ... review what you did ... ensure that you have a clean tree state before build" :)12:54
asacok lunch ... if things are pushed i can look after lunch12:54
(bluekuja/#ubuntu-motu-torrent) asac: yeah, maybe I found the trick12:54
(bluekuja/#ubuntu-motu-torrent) now i used12:54
(bluekuja/#ubuntu-motu-torrent) autoconf 2.5912:54
(bluekuja/#ubuntu-motu-torrent) before 2.6012:55
asacthat should not be a big problem12:55
(bluekuja/#ubuntu-motu-torrent) oh ok12:55
(bluekuja/#ubuntu-motu-torrent) ^^12:55
asacif you changed autoconf you need to update the configure update checkin12:55
asacremember that12:55
(bluekuja/#ubuntu-motu-torrent) yeah, I'm pushing another update12:55
(bluekuja/#ubuntu-motu-torrent) with a comment12:55
(bluekuja/#ubuntu-motu-torrent) ;)12:55
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: good lunch12:59
(bluekuja/#ubuntu-motu-torrent) ;)12:59
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac: ok, I found out what's wrong01:15
(bluekuja/#ubuntu-motu-torrent) asac: running only autoconf, work without problems01:15
(bluekuja/#ubuntu-motu-torrent) asac: running automake+autoconf fails01:16
(bluekuja/#ubuntu-motu-torrent) that's it01:16
(bluekuja/#ubuntu-motu-torrent) it mess things up01:16
(bluekuja/#ubuntu-motu-torrent) asac: so it should be ok to add a clean rule for that file, without messing everything up with configure01:17
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
asacbluekuja: didn't we touch Makefile.am intentionally?02:12
asacautomake *should* work02:12
(bluekuja/#ubuntu-motu-torrent) asac: yeah02:12
(bluekuja/#ubuntu-motu-torrent) automake works02:12
(bluekuja/#ubuntu-motu-torrent) but automake + autoconf not02:12
(bluekuja/#ubuntu-motu-torrent) just tested it02:12
DarkSun88Hi all02:12
(bluekuja/#ubuntu-motu-torrent) heya DarkSun88 :)02:12
DarkSun88Hi bluekuja02:12
(bluekuja/#ubuntu-motu-torrent) :)02:13
(bluekuja/#ubuntu-motu-torrent) asac: automake is necessary02:13
(bluekuja/#ubuntu-motu-torrent) for libs changes02:13
(bluekuja/#ubuntu-motu-torrent) in my opinion we can skip modifing configure.ac02:13
(bluekuja/#ubuntu-motu-torrent) and add a clean rule02:13
(bluekuja/#ubuntu-motu-torrent) for it02:13
(bluekuja/#ubuntu-motu-torrent) as we did for make_time.h02:13
asacno02:13
asacit should all work02:13
asacwe have to figure out02:13
(bluekuja/#ubuntu-motu-torrent) asac: I know that should work02:14
(bluekuja/#ubuntu-motu-torrent) but i dont undersand why it mess things up02:14
asacso now it works?02:14
asace.g. without updating makefiles?02:14
(bluekuja/#ubuntu-motu-torrent) asac: yea02:14
(bluekuja/#ubuntu-motu-torrent) asac: only *autoconf* works02:14
asaci mean if you now build it succeeds?02:14
(bluekuja/#ubuntu-motu-torrent) asac: yup02:14
(bluekuja/#ubuntu-motu-torrent) I used a fresh copy02:15
(bluekuja/#ubuntu-motu-torrent) I updated02:15
(bluekuja/#ubuntu-motu-torrent) with autoconf02:15
(bluekuja/#ubuntu-motu-torrent) and worked02:15
(bluekuja/#ubuntu-motu-torrent) then02:15
(bluekuja/#ubuntu-motu-torrent) I tried02:15
(bluekuja/#ubuntu-motu-torrent) with autoconf+automake02:15
(bluekuja/#ubuntu-motu-torrent) build fails02:15
(bluekuja/#ubuntu-motu-torrent) with @install.sh@02:15
(bluekuja/#ubuntu-motu-torrent) error02:15
asaci mean is your current local copy working?02:15
asacand have you run autoconf already02:15
(bluekuja/#ubuntu-motu-torrent) asac: if I run autoconf on my local copy it fails02:15
(bluekuja/#ubuntu-motu-torrent) I've tried on a fresh copy without running automake02:16
(bluekuja/#ubuntu-motu-torrent) then I moved to the bzr local branch02:16
(bluekuja/#ubuntu-motu-torrent) (already automaked)02:16
(bluekuja/#ubuntu-motu-torrent) I updated with autoconf02:16
(bluekuja/#ubuntu-motu-torrent) and --> build fails02:16
asachow do you build?02:16
(bluekuja/#ubuntu-motu-torrent) asac: using pbuilder02:16
asacyeah ... don't do that02:16
(bluekuja/#ubuntu-motu-torrent) I test it in sid directly02:17
asacuse local copy02:17
asacuntil you figure things out02:17
asaconly if all is done use pbuilder02:17
asacotherwise you end up with something in pbuilder root that might be different from what you have locally02:17
asacactually i would suggest that you don't build debian package02:17
asacbut try to build as normal02:18
asace.g. just manually use configure02:18
asacand make02:18
asacno debian/rules and nothgin02:18
asacusing pbuilder is just *too* confusing ... there are too many things that might fail02:18
asacor might be not-obvious02:18
(bluekuja/#ubuntu-motu-torrent) ok02:19
asac1st step ... get used to how to build sources without debian/rules02:19
asacits far better to evaluate such things02:19
asace.g. things that are not directly related to debian packaging02:19
asacchecking for working aclocal-1.4... found02:22
asacchecking for working autoconf... found02:22
asacchecking for working automake-1.4... found02:22
asacchecking for working autoheader... found02:22
asac-> use automake-1.402:22
(bluekuja/#ubuntu-motu-torrent) asac: ok02:23
(bluekuja/#ubuntu-motu-torrent) lets try with 1-402:23
asacfor me it just works02:23
asacat least the latest from bzr02:23
(bluekuja/#ubuntu-motu-torrent) asac: yeah, latest from bzr is the right one02:24
asacasac@hector:~/ubuntu_motu/bluekuja/verlihub.debian$ bzr stat02:24
asacmodified: configure02:24
asacunknown: share/sql/default_pi_plug.sql02:24
asacso ... default_pi_plug.sql is not properly removed02:24
(bluekuja/#ubuntu-motu-torrent) asac: nope02:25
(bluekuja/#ubuntu-motu-torrent) asac: I removed everything02:25
(bluekuja/#ubuntu-motu-torrent) except it02:25
(bluekuja/#ubuntu-motu-torrent) asac: the question is...how?02:25
(bluekuja/#ubuntu-motu-torrent) :)02:25
(bluekuja/#ubuntu-motu-torrent) you told me to not use a clean rule for it02:26
asacwe talked about that yesterday ... i am pretty sure02:26
(bluekuja/#ubuntu-motu-torrent) (I've removed it from the tree)02:26
asacyes thats right02:26
(bluekuja/#ubuntu-motu-torrent) but it stills get created02:26
(bluekuja/#ubuntu-motu-torrent) mm02:26
(bluekuja/#ubuntu-motu-torrent) asac: I've investigated into sql.in file02:27
(bluekuja/#ubuntu-motu-torrent) and into makefile.in02:27
(bluekuja/#ubuntu-motu-torrent) into /share/02:27
asacyes02:27
(bluekuja/#ubuntu-motu-torrent) but it seems that its needed for the build02:28
asacits generated02:28
(bluekuja/#ubuntu-motu-torrent) generated?02:28
asacso it should be removed by distclean (-> make not rules)02:28
(bluekuja/#ubuntu-motu-torrent) ah yeah02:28
(bluekuja/#ubuntu-motu-torrent) generated02:28
(bluekuja/#ubuntu-motu-torrent) right02:28
asacits generated by configure02:28
(bluekuja/#ubuntu-motu-torrent) from .in02:28
(bluekuja/#ubuntu-motu-torrent) yup02:28
(bluekuja/#ubuntu-motu-torrent) asac: share/sql/default_pi_plug.sql02:29
(bluekuja/#ubuntu-motu-torrent) sorry for II02:29
(bluekuja/#ubuntu-motu-torrent) ^^02:29
(bluekuja/#ubuntu-motu-torrent) asac: share/sql/default_pi_plug.sql02:29
(bluekuja/#ubuntu-motu-torrent) is in makefile02:29
(bluekuja/#ubuntu-motu-torrent) *configure02:29
(bluekuja/#ubuntu-motu-torrent) .in02:29
(bluekuja/#ubuntu-motu-torrent) asac: if i remove it from there02:29
(bluekuja/#ubuntu-motu-torrent) (like i did for docs/Makefile)02:29
(bluekuja/#ubuntu-motu-torrent) it should be clena02:30
(bluekuja/#ubuntu-motu-torrent) *clean02:30
asacbluekuja: no you *have* to generate it02:30
asac(while Makefile was just superfluous)02:30
asacbluekuja: so you have to take care that it gets removed on distclean02:30
(bluekuja/#ubuntu-motu-torrent) asac: that's not easy02:31
(bluekuja/#ubuntu-motu-torrent) asac: in Makefile.in02:31
(bluekuja/#ubuntu-motu-torrent) in /share02:31
asacbluekuja: please look in share02:31
asacwhat is missing there?02:31
(bluekuja/#ubuntu-motu-torrent) there is a libtool distclean02:31
asacthere is a file missing02:31
asaceither its never been in there02:31
asacor you removed it02:31
asacby accident i guess02:32
(bluekuja/#ubuntu-motu-torrent) asac: configure?02:32
(bluekuja/#ubuntu-motu-torrent) makefile is there02:32
(bluekuja/#ubuntu-motu-torrent) makefile.in is there02:32
asacno its not02:32
asacthere is no makefile.am02:32
asacwhatever happened to it02:32
asacthats most likely the root cause for this02:33
(bluekuja/#ubuntu-motu-torrent) asac: you said that .am can be named .in too02:33
(bluekuja/#ubuntu-motu-torrent) e.g someone still use that02:33
asacnever said that02:33
asacno02:33
asacnever02:33
asacconfigure.ac == configure.in02:33
(bluekuja/#ubuntu-motu-torrent) ahhh02:33
(bluekuja/#ubuntu-motu-torrent) yeah02:33
(bluekuja/#ubuntu-motu-torrent) ^^02:33
(bluekuja/#ubuntu-motu-torrent) you're right02:34
(bluekuja/#ubuntu-motu-torrent) misunderstood02:34
(bluekuja/#ubuntu-motu-torrent) asac: it has not been deleted02:34
(bluekuja/#ubuntu-motu-torrent) upstream didnt provide it02:34
asacits not even in .upstream tree02:34
(bluekuja/#ubuntu-motu-torrent) yeah02:34
(bluekuja/#ubuntu-motu-torrent) because upstream didnt add it02:35
asacyeah ... then we either have to do it on our own or we cannot package it02:35
asacbug upstream02:35
asacthats a mess02:35
(bluekuja/#ubuntu-motu-torrent) asac: yeah, gonna send a mail with all stuff02:35
(bluekuja/#ubuntu-motu-torrent) asac: how can we make a Makefile.am there?02:35
asacdunno02:36
asacyou have to figure out what upstream intends to do02:36
asacand then write one from scratch02:36
asacbluekuja: you already know the basics ... but maybe you will figure out02:36
(bluekuja/#ubuntu-motu-torrent) asac: mmm02:36
asachttp://verlihub.cvs.sourceforge.net/verlihub/verlihub/share/Makefile.in?revision=1.1&view=markup&pathrev=MAIN02:37
asacyou know how automake variables look like02:37
asacthey should be still findable in that file02:37
asacso just extract those lines that are relevant from that dirty piece of shit02:37
asacand add them to a Makefile.am02:38
(bluekuja/#ubuntu-motu-torrent) lol02:38
asacEXTRA_DIST02:38
asacnobase_dist_data_DATA02:38
asacnobase_data_DATA02:38
asacmaybe thats it02:39
asacotherwise digg through the Makefile.in02:39
(bluekuja/#ubuntu-motu-torrent) asac: done02:39
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/8675302:39
asacdon't show me02:39
asacwork on it until it works :)02:39
(bluekuja/#ubuntu-motu-torrent) asac: that's the makefile.am dropped by upstream02:40
(bluekuja/#ubuntu-motu-torrent) ;)02:40
asacwhere do you have it from?02:40
(bluekuja/#ubuntu-motu-torrent) asac: previous release02:40
asacyeah then pull it in02:40
(bluekuja/#ubuntu-motu-torrent) they dropped it02:40
(bluekuja/#ubuntu-motu-torrent) for an error02:40
asacbug them02:40
(bluekuja/#ubuntu-motu-torrent) yup02:40
(bluekuja/#ubuntu-motu-torrent) now I add it02:40
asacthere package ftbfs02:40
asacyes02:40
asacwhere do you see that they dropped it "for an error" ?02:41
(bluekuja/#ubuntu-motu-torrent) asac: netcelli told me it02:41
(bluekuja/#ubuntu-motu-torrent) (developer)02:41
(bluekuja/#ubuntu-motu-torrent) e.g they forgot to add it02:41
asacactually i hate to fix upstreams problem02:41
asacthey should fix it ... if they want to get distributed02:41
(bluekuja/#ubuntu-motu-torrent) same, but in this case it's necessary02:42
(bluekuja/#ubuntu-motu-torrent) new release will have it02:42
asacno ... usually i would just not package it02:42
(bluekuja/#ubuntu-motu-torrent) ;)02:42
asacbluekuja: ask him if he can just check it into cvs?02:42
asacnow02:42
(bluekuja/#ubuntu-motu-torrent) asac: he left02:43
(bluekuja/#ubuntu-motu-torrent) asac: was on dc++02:43
(bluekuja/#ubuntu-motu-torrent) asac: gonna mail him later02:43
asacyeah02:43
asacyou can try the makefile.am02:43
asacbut please clean up indenting and remove commented cruft02:43
(bluekuja/#ubuntu-motu-torrent) asac: anyway I think that maintainer should do this for a software he loves02:44
(bluekuja/#ubuntu-motu-torrent) I used verlihub for years02:44
asacbluekuja: yeah :)02:45
(bluekuja/#ubuntu-motu-torrent) asac: you know what I mean :)02:45
asacbluekuja: its your decision :)02:45
(bluekuja/#ubuntu-motu-torrent) asac: I think you did the same for mozilla stuff02:45
(bluekuja/#ubuntu-motu-torrent) ;)02:45
asacdunno ... they never forget a file :)02:46
asacat least not in something released02:46
(bluekuja/#ubuntu-motu-torrent) :)02:46
(bluekuja/#ubuntu-motu-torrent) asac: it builds02:46
(bluekuja/#ubuntu-motu-torrent) (not in pbuilder)02:46
(bluekuja/#ubuntu-motu-torrent) but I tried as you suggested02:46
(bluekuja/#ubuntu-motu-torrent) now I delete those comments inside makefile.am02:47
(bluekuja/#ubuntu-motu-torrent) I push02:47
(bluekuja/#ubuntu-motu-torrent) it02:47
(bluekuja/#ubuntu-motu-torrent) and I update with automake02:47
(bluekuja/#ubuntu-motu-torrent) so it should be ready for you02:47
(bluekuja/#ubuntu-motu-torrent) :)02:47
asacyeah02:47
(bluekuja/#ubuntu-motu-torrent) asac: where should I fix indenting?02:49
(bluekuja/#ubuntu-motu-torrent) you said before02:49
(bluekuja/#ubuntu-motu-torrent) in which way02:49
asacin such a way that it looks nice :)02:49
asacbut its not really critical02:49
(bluekuja/#ubuntu-motu-torrent) well it looks nice now02:49
asacthen fine02:50
asaci just saw the pastebin02:50
asac"no revisions to pull" atm02:50
asacok will look in a few minutes02:50
(bluekuja/#ubuntu-motu-torrent) yeah02:50
(bluekuja/#ubuntu-motu-torrent) pushing02:50
(bluekuja/#ubuntu-motu-torrent) and updating02:50
(bluekuja/#ubuntu-motu-torrent) asac: done03:06
(bluekuja/#ubuntu-motu-torrent) you can build03:06
asacbluekuja: ok03:14
asacnow you have to remove the .sql file in distclean::03:14
asac(in the new makefile:))03:14
(bluekuja/#ubuntu-motu-torrent) :D03:14
(bluekuja/#ubuntu-motu-torrent) asac:03:17
(bluekuja/#ubuntu-motu-torrent) distclean:03:17
(bluekuja/#ubuntu-motu-torrent) -rm -f file03:17
(bluekuja/#ubuntu-motu-torrent) is right?03:17
asacnot really ... :) see what i wrote ;)03:18
asacbut you are close :)03:18
(bluekuja/#ubuntu-motu-torrent) distclean::03:18
asacaha!03:18
asac;)03:18
(bluekuja/#ubuntu-motu-torrent) and under commands03:18
(bluekuja/#ubuntu-motu-torrent) :D03:18
(bluekuja/#ubuntu-motu-torrent) let's do it03:18
asacbut give it a try03:18
asacyou can check after fakeroot ./debian/rules clean03:18
asacif bzr stat yields zero output03:18
(bluekuja/#ubuntu-motu-torrent) yea03:19
(bluekuja/#ubuntu-motu-torrent) asac: I get only03:21
(bluekuja/#ubuntu-motu-torrent) two modified files03:21
(bluekuja/#ubuntu-motu-torrent) makefile.am and .in03:21
(bluekuja/#ubuntu-motu-torrent) of course03:21
(bluekuja/#ubuntu-motu-torrent) for the change03:21
asacyes03:21
asaclooks good03:21
(bluekuja/#ubuntu-motu-torrent) no uknown03:21
asacat last :)03:22
(bluekuja/#ubuntu-motu-torrent) yup^^03:22
(bluekuja/#ubuntu-motu-torrent) asac: now I push it into bzr03:22
(bluekuja/#ubuntu-motu-torrent) and I ping you when done03:22
(bluekuja/#ubuntu-motu-torrent) asac: done03:27
(bluekuja/#ubuntu-motu-torrent) asac: available for build now03:27
(bluekuja/#ubuntu-motu-torrent) asac: target file `distclean' has both : and :: entries. Stop.03:38
(bluekuja/#ubuntu-motu-torrent) asac: build failed03:38
(bluekuja/#ubuntu-motu-torrent) lol03:38
(bluekuja/#ubuntu-motu-torrent) asac: distclean:03:39
(bluekuja/#ubuntu-motu-torrent) was ok03:39
(bluekuja/#ubuntu-motu-torrent) upstream's Makefile.in got only :03:39
asachmm03:41
asacso using distclean: works?03:41
asacthen use that03:41
(bluekuja/#ubuntu-motu-torrent) ok03:41
(bluekuja/#ubuntu-motu-torrent) need to push03:41
(bluekuja/#ubuntu-motu-torrent) 2 more revisions03:41
(bluekuja/#ubuntu-motu-torrent) ^^03:41
asacbluekuja: did you push the messed distclean revision already?03:41
asacotherwise you can still uncommit locally03:42
asacso we don't have too much garbage checkins in published repo :)03:42
(bluekuja/#ubuntu-motu-torrent) already pushed03:42
(bluekuja/#ubuntu-motu-torrent) :/03:42
asacah ok03:42
asacno problem03:42
asacremember to test before pushing in future03:42
(bluekuja/#ubuntu-motu-torrent) yup03:42
(bluekuja/#ubuntu-motu-torrent) ok03:42
asacplease remember to remember :)03:42
asacas well ;)03:42
asac15:18 < asac> but give it a try03:43
asac15:18 < asac> you can check after fakeroot ./debian/rules clean03:43
asac15:18 < asac> if bzr stat yields zero output03:43
asacso why did your test work?03:43
(bluekuja/#ubuntu-motu-torrent) dunno03:43
asacor didn't you test at all?03:43
(bluekuja/#ubuntu-motu-torrent) it worked03:44
asacha03:44
(bluekuja/#ubuntu-motu-torrent) no03:44
(bluekuja/#ubuntu-motu-torrent) it definitely worked03:44
asacthat is plainly not true03:44
asacwhy should it stop03:44
(bluekuja/#ubuntu-motu-torrent) lol03:44
(bluekuja/#ubuntu-motu-torrent) asac: I'm sure03:44
asacyeah ... after all computers are deterministic03:44
(bluekuja/#ubuntu-motu-torrent) that it worked03:44
asacso if it worked back then ... it *will* work now03:44
asacits ok :)03:44
(bluekuja/#ubuntu-motu-torrent) asac: I'm checking03:45
(bluekuja/#ubuntu-motu-torrent) with :03:45
(bluekuja/#ubuntu-motu-torrent) instead of ::03:45
(bluekuja/#ubuntu-motu-torrent) if it works03:45
(bluekuja/#ubuntu-motu-torrent) I push03:45
(bluekuja/#ubuntu-motu-torrent) and we are ok03:45
asacyour one big "missing feature" is working organized and thoughtful03:45
asacbluekuja: double check!03:45
asaceven triple check03:45
(bluekuja/#ubuntu-motu-torrent) asac: yeah03:45
asacbranch locally to see if it works if you start with bzr03:45
(bluekuja/#ubuntu-motu-torrent) asac: at school same03:45
(bluekuja/#ubuntu-motu-torrent) ^^03:45
asacbluekuja: but i think you will fix your "missing feature" :)03:45
(bluekuja/#ubuntu-motu-torrent) asac: yeah, it will be great!03:45
asacbluekuja: but i think you will not fix it until i let you chew on your own dirty mess for 24 hours :)03:46
asacotherwise you don't see the tradeoff :)03:46
(bluekuja/#ubuntu-motu-torrent) :D03:46
asaci mean you don't feel the pain :)03:46
asacthat fast actions cause03:46
asacso better try to fix it so I can help right away :)03:47
(bluekuja/#ubuntu-motu-torrent) asac: well, i'm a little less superficial03:47
(bluekuja/#ubuntu-motu-torrent) e.g having clean files there doesnt matter03:47
(bluekuja/#ubuntu-motu-torrent) you know what I mean03:47
(bluekuja/#ubuntu-motu-torrent) :)03:47
asacbluekuja: if it doesn't matter now03:47
asacyou will run into serious troubles later03:47
(bluekuja/#ubuntu-motu-torrent) asac: yeah03:48
asacbluekuja: i just help you to get things clean03:48
(bluekuja/#ubuntu-motu-torrent) asac: keep doing it please03:48
(bluekuja/#ubuntu-motu-torrent) need to do everything perfect03:48
asacso the package becomes a joy and ease to maintain ;)03:48
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent
asacbluekuja: yeah ... but try to help me as well :) ... by thinking/checking/double checking :)03:48
(bluekuja/#ubuntu-motu-torrent) asac: yeah, sounds good! :)03:48
(bluekuja/#ubuntu-motu-torrent) asac: worked03:52
(bluekuja/#ubuntu-motu-torrent) :)03:52
(bluekuja/#ubuntu-motu-torrent) now it doesnt fail03:52
(bluekuja/#ubuntu-motu-torrent) with @install.sh@03:52
(bluekuja/#ubuntu-motu-torrent) too03:52
(bluekuja/#ubuntu-motu-torrent) GREAT03:52
(bluekuja/#ubuntu-motu-torrent) woohoo03:52
asacyeah03:52
asachope you checked that before you pushed03:53
asacbecause i already received your push :)03:53
(bluekuja/#ubuntu-motu-torrent) asac: not pushed yet03:53
(bluekuja/#ubuntu-motu-torrent) :)03:53
asacoh right03:53
asacthat was the makefile.am stuff03:53
asacok ... take your time testing03:53
asacbranch locally (e.g. bzr branch /path/to/local/dir/ /path/to/new/test/dir03:54
asac)03:54
asachehe03:54
asacand so on03:54
asac:)03:54
(bluekuja/#ubuntu-motu-torrent) asac: yeah done03:54
(bluekuja/#ubuntu-motu-torrent) asac: i tested with branch local copy03:54
asacyeah ... dif you clean03:55
asacdid you clean and look at bzr stat03:55
asac?03:55
(bluekuja/#ubuntu-motu-torrent) asac: clean03:56
(bluekuja/#ubuntu-motu-torrent) asac: i'm leaving03:57
(bluekuja/#ubuntu-motu-torrent) really late03:58
(bluekuja/#ubuntu-motu-torrent) I've pushed03:58
(bluekuja/#ubuntu-motu-torrent) all03:58
(bluekuja/#ubuntu-motu-torrent) should be ok to build now03:58
(bluekuja/#ubuntu-motu-torrent) be back later03:58
asacyeah ... i will be away for the weekend :)03:58
(bluekuja/#ubuntu-motu-torrent) (1 hour)03:58
(bluekuja/#ubuntu-motu-torrent) same03:58
asacat the sea03:58
(bluekuja/#ubuntu-motu-torrent) lol03:58
(bluekuja/#ubuntu-motu-torrent) same03:58
(bluekuja/#ubuntu-motu-torrent) :D03:58
asaci will look if its fine then I will push03:58
(bluekuja/#ubuntu-motu-torrent) bbl03:58
(bluekuja/#ubuntu-motu-torrent) ok03:58
asacotherwise ... time in on our side :)03:58
(bluekuja/#ubuntu-motu-torrent) lol03:58
(bluekuja/#ubuntu-motu-torrent) bbl 1 hour03:58
=== JonathanArg [n=Jonathan@157-60-16-190.fibertel.com.ar] has joined #ubuntu-motu-torrent
JonathanArghola a todos04:36
JonathanArgqtal04:36
JonathanArgalguien habla espaol04:36
JonathanArghola estan04:38
JonathanArgme contestan por favor04:38
=== bluekuja back
(bluekuja/#ubuntu-motu-torrent) 0_005:18
(bluekuja/#ubuntu-motu-torrent) who is JonathanArg05:18
(bluekuja/#ubuntu-motu-torrent) asac: was it ok?05:18
(bluekuja/#ubuntu-motu-torrent) lol, asac already left for beach :P05:22
=== freeflying [n=freeflyi@123.116.102.126] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) freeflying, heya05:46
freeflyingbluekuja: hi05:47
(bluekuja/#ubuntu-motu-torrent) :)05:47
javierderhi bluekuja07:26
(bluekuja/#ubuntu-motu-torrent) heya javierder07:27
javierderhey. do you remember the package i was working on? well, there's a big issue around that. i found out that theres a similar proyect and talked with the people from that similar proyect07:28
javierderthey told me the one i was working on (torrentswapper) was a copy of their proyect with bundled spyware...07:28
javierderand also told me they where working in a package for ubuntu. i told them to contact me when they have it ready, and they did sent the package to me.07:28
javierderthis package is called Tribler. i'm testing it now. what should i do with it? send it to who?07:30
(bluekuja/#ubuntu-motu-torrent) phone, one mom07:32
(armin76/#ubuntu-motu-torrent) two fathers?07:32
(bluekuja/#ubuntu-motu-torrent) done07:33
(bluekuja/#ubuntu-motu-torrent) armin76, huh? :D07:33
(bluekuja/#ubuntu-motu-torrent) javierder, send it to me07:33
javierderok07:33
javierderyour email is...?07:34
(armin76/#ubuntu-motu-torrent) bluekuja: you said, one mom :P07:34
(bluekuja/#ubuntu-motu-torrent) armin76, lol07:34
(bluekuja/#ubuntu-motu-torrent) javierder, bluekuja@ubuntu/edubuntu07:34
(bluekuja/#ubuntu-motu-torrent) javierder, please orig.tar.gz07:34
(bluekuja/#ubuntu-motu-torrent) dsc07:34
(bluekuja/#ubuntu-motu-torrent) and diff.gz07:34
(bluekuja/#ubuntu-motu-torrent) ;)07:34
javierderbluekuja, they sent me only the .deb.07:35
(bluekuja/#ubuntu-motu-torrent) javierder, -.-07:35
(bluekuja/#ubuntu-motu-torrent) that's bad07:35
javierderi'll ask them for that data. np07:35
(bluekuja/#ubuntu-motu-torrent) javierder, send it07:35
(bluekuja/#ubuntu-motu-torrent) I check something07:35
(bluekuja/#ubuntu-motu-torrent) but i need those for a complete review07:35
(bluekuja/#ubuntu-motu-torrent) armin76, are you a packager too?07:36
(bluekuja/#ubuntu-motu-torrent) armin76, for ebuilds?07:36
(armin76/#ubuntu-motu-torrent) yup07:37
(bluekuja/#ubuntu-motu-torrent) armin76, I'm interested in learning them07:37
(bluekuja/#ubuntu-motu-torrent) armin76, also for the group you work07:38
(bluekuja/#ubuntu-motu-torrent) as far as its related to torrents07:38
(bluekuja/#ubuntu-motu-torrent) and other p2p07:38
(bluekuja/#ubuntu-motu-torrent) apps07:38
(armin76/#ubuntu-motu-torrent) it's not hard :)07:39
(armin76/#ubuntu-motu-torrent) i'd say is more easy than packaging deb stuff07:39
(bluekuja/#ubuntu-motu-torrent) armin76, cool07:39
(bluekuja/#ubuntu-motu-torrent) armin76, do you any guide?07:40
(bluekuja/#ubuntu-motu-torrent) javierder, I dont think that this is a good desc:07:40
(bluekuja/#ubuntu-motu-torrent) The fastest way of social file sharing07:40
(bluekuja/#ubuntu-motu-torrent) Homepage: http://www.tribler.org07:40
(bluekuja/#ubuntu-motu-torrent) ^^07:40
(bluekuja/#ubuntu-motu-torrent) it has to be rich07:40
(armin76/#ubuntu-motu-torrent) http://devmanual.gentoo.org07:40
(bluekuja/#ubuntu-motu-torrent) of points07:40
(bluekuja/#ubuntu-motu-torrent) armin76, nice07:41
(bluekuja/#ubuntu-motu-torrent) armin76, is all based on bash07:41
javierderbluekuja, ok. i'll send them an email with what we need (orig.tar.gz and diff.gz) and ask them for a better description07:41
(bluekuja/#ubuntu-motu-torrent) javierder, wait07:42
javierderok07:42
(bluekuja/#ubuntu-motu-torrent) checking other stuff07:42
javierdernp07:42
javierderlet me know07:42
(bluekuja/#ubuntu-motu-torrent) javierder, http://pastebin.mozilla.org/8679907:43
javierderthose are warnings and erros in the package?07:44
(bluekuja/#ubuntu-motu-torrent) armin76, how does gentoo administrate uploads?07:44
(bluekuja/#ubuntu-motu-torrent) javierder, yea07:44
(bluekuja/#ubuntu-motu-torrent) javierder, the package have to be lintian/linda clean07:44
javierderbluekuja, ok, thanks! how did you get those errors?07:44
(bluekuja/#ubuntu-motu-torrent) *to start*07:44
javierderbluekuja, ok.07:44
(bluekuja/#ubuntu-motu-torrent) javierder, and I'm sure that they didnt follow python policy07:45
javierderbluekuja, ok. i'll talk to them and probably do the package myself :)07:45
(bluekuja/#ubuntu-motu-torrent) javierder, look at control file07:45
(bluekuja/#ubuntu-motu-torrent) there's no python version07:46
(bluekuja/#ubuntu-motu-torrent) nothing07:46
(armin76/#ubuntu-motu-torrent) bluekuja: well, it's very different from debian/ubuntu, you don't upload anything, only ebuilds07:46
(armin76/#ubuntu-motu-torrent) and to do that, you have to be a developer or some dev have to commit them for you07:46
(bluekuja/#ubuntu-motu-torrent) armin76, and who can upload ebuils?07:46
(bluekuja/#ubuntu-motu-torrent) yeah something like sponsors07:47
(armin76/#ubuntu-motu-torrent) yup07:47
(bluekuja/#ubuntu-motu-torrent) armin76, is there a policy to follow?07:47
(bluekuja/#ubuntu-motu-torrent) or programs like lintian?07:47
(bluekuja/#ubuntu-motu-torrent) to verify if everything is correct07:47
(bluekuja/#ubuntu-motu-torrent) e.g how can i test that my ebuild is ok07:47
(armin76/#ubuntu-motu-torrent) well, you can run repoman, and obviously you have to test the ebuild installing it :)07:48
(armin76/#ubuntu-motu-torrent) repoman will only catch small things, like bad deps, missing variables, etc etc07:48
(bluekuja/#ubuntu-motu-torrent) armin76, to say "it works"07:48
(bluekuja/#ubuntu-motu-torrent) it should only install?07:48
(bluekuja/#ubuntu-motu-torrent) e.g I do an ebuild, it installs correctly07:49
(armin76/#ubuntu-motu-torrent) install + test if the app works07:49
(bluekuja/#ubuntu-motu-torrent) armin76, cool07:49
(bluekuja/#ubuntu-motu-torrent) that's seems to be easier than debian/ubuntu07:49
(bluekuja/#ubuntu-motu-torrent) where there are a lot of checks to do07:49
(bluekuja/#ubuntu-motu-torrent) armin76, how many ebuilds you did to become a developer?07:50
(bluekuja/#ubuntu-motu-torrent) javierder, please read policy manual07:50
(bluekuja/#ubuntu-motu-torrent) javierder, before doing python packages07:50
(armin76/#ubuntu-motu-torrent) 4 or 5, but before you become a dev you need to find a mentor, and take two quizzes07:51
(bluekuja/#ubuntu-motu-torrent) two quizzes?07:51
javierderbluekuja, yes. i didn't do that package. tribler developer sent me that package.07:51
(armin76/#ubuntu-motu-torrent) two exams, whatever you want to call them :)07:51
(bluekuja/#ubuntu-motu-torrent) armin76, exams-question then07:51
(bluekuja/#ubuntu-motu-torrent) armin76, like?07:51
(bluekuja/#ubuntu-motu-torrent) javierder, oki, well remember to provide me07:52
(bluekuja/#ubuntu-motu-torrent) .orig07:52
(bluekuja/#ubuntu-motu-torrent) dsc07:52
(bluekuja/#ubuntu-motu-torrent) and diff.gz07:52
(bluekuja/#ubuntu-motu-torrent) not the deb itself07:52
javierderok, great.07:52
(armin76/#ubuntu-motu-torrent) http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq#HowcanIbecomeaGentoodevelopernow07:53
(bluekuja/#ubuntu-motu-torrent) armin76, cool07:54
(bluekuja/#ubuntu-motu-torrent) armin76, well If I decide to start with it, should you be able to mentor me?07:55
(armin76/#ubuntu-motu-torrent) negative, i can't mentor yet07:56
(bluekuja/#ubuntu-motu-torrent) armin76, y?07:56
(bluekuja/#ubuntu-motu-torrent) you're a devel07:56
(bluekuja/#ubuntu-motu-torrent) why you cannot?07:56
(armin76/#ubuntu-motu-torrent) because i'm not 6 months old yet07:57
(bluekuja/#ubuntu-motu-torrent) oh :D07:57
(bluekuja/#ubuntu-motu-torrent) how manu months you have?07:57
(bluekuja/#ubuntu-motu-torrent) *many07:57
(armin76/#ubuntu-motu-torrent) 4 iirc07:57
(bluekuja/#ubuntu-motu-torrent) aww07:57
(armin76/#ubuntu-motu-torrent) but i've been doing things like 1 year ago07:57
(bluekuja/#ubuntu-motu-torrent) nice07:57
(bluekuja/#ubuntu-motu-torrent) armin76, I was a fedora maintainer while ago07:58
(armin76/#ubuntu-motu-torrent) why did you left?07:58
(bluekuja/#ubuntu-motu-torrent) but I've been inactive for 4 month07:58
(bluekuja/#ubuntu-motu-torrent) and my account is deleted07:58
(bluekuja/#ubuntu-motu-torrent) -.-07:58
(bluekuja/#ubuntu-motu-torrent) armin76, I gonna restart, I think07:59
(bluekuja/#ubuntu-motu-torrent) need to review fedora policy07:59
(armin76/#ubuntu-motu-torrent) slacker *g*07:59
(bluekuja/#ubuntu-motu-torrent) armin76, slacker?08:00
(armin76/#ubuntu-motu-torrent) yup, why you've been inactive?08:00
(bluekuja/#ubuntu-motu-torrent) armin76, well, I wasnt really happy08:01
(bluekuja/#ubuntu-motu-torrent) no sotisfactions08:02
(bluekuja/#ubuntu-motu-torrent) that's it08:02
(bluekuja/#ubuntu-motu-torrent) and I could spend more time there08:02
(bluekuja/#ubuntu-motu-torrent) *not08:02
(armin76/#ubuntu-motu-torrent) and with ubuntu/debian you got what you want?08:03
(bluekuja/#ubuntu-motu-torrent) armin76, yeah08:04
(bluekuja/#ubuntu-motu-torrent) it's another world08:04
(bluekuja/#ubuntu-motu-torrent) ^^08:04
(armin76/#ubuntu-motu-torrent) heh, then i don't recommend gentoo :)08:04
(armin76/#ubuntu-motu-torrent) on net-p2p we don't have too much to do08:04
(bluekuja/#ubuntu-motu-torrent) armin76, in fact no activities?08:05
(armin76/#ubuntu-motu-torrent) well, we don't have a channel for torrent stuff, for example :)08:06
(bluekuja/#ubuntu-motu-torrent) armin76, :D08:06
(armin76/#ubuntu-motu-torrent) or p2p either08:06
(bluekuja/#ubuntu-motu-torrent) all in one channel?08:06
(armin76/#ubuntu-motu-torrent) well, we have some channels, but not for p2p, we don't need one08:07
(bluekuja/#ubuntu-motu-torrent) armin76, aww08:07
(bluekuja/#ubuntu-motu-torrent) armin76, mailing list yes?08:07
(armin76/#ubuntu-motu-torrent) for p2p? no08:07
(armin76/#ubuntu-motu-torrent) as i said, it's not the same :)08:07
(bluekuja/#ubuntu-motu-torrent) armin76, really different from here08:08
(bluekuja/#ubuntu-motu-torrent) armin76, how doesn uploads works?08:09
(bluekuja/#ubuntu-motu-torrent) e.g what do you upload?08:09
(bluekuja/#ubuntu-motu-torrent) e.g which authentication do you use08:09
(bluekuja/#ubuntu-motu-torrent) e.g where are upload reports?08:10
(armin76/#ubuntu-motu-torrent) authentication? :)08:10
(bluekuja/#ubuntu-motu-torrent) armin76, yes08:10
(bluekuja/#ubuntu-motu-torrent) gpg key?08:10
(armin76/#ubuntu-motu-torrent) upload reports? :)08:11
(bluekuja/#ubuntu-motu-torrent) :D08:11
(bluekuja/#ubuntu-motu-torrent) armin76, do you use gpg key?08:11
(armin76/#ubuntu-motu-torrent) we don't use gpg signed things yet08:11
(bluekuja/#ubuntu-motu-torrent) so everyone can upload?08:11
(armin76/#ubuntu-motu-torrent) some ppl does, but its not mandatory08:11
(armin76/#ubuntu-motu-torrent) err, no, well, to access the tree you need your ssh key allowed08:12
(bluekuja/#ubuntu-motu-torrent) ooh08:12
(bluekuja/#ubuntu-motu-torrent) so by ssh08:12
(bluekuja/#ubuntu-motu-torrent) like bzr in fact08:12
(bluekuja/#ubuntu-motu-torrent) armin76, how long does it take to become a gentoo devel?08:13
(bluekuja/#ubuntu-motu-torrent) and developers with less than 6 months of activity cannot upload for a new contributor?08:13
(bluekuja/#ubuntu-motu-torrent) e.g you can upload only for yourself08:13
(armin76/#ubuntu-motu-torrent) well, first you need to do things :)08:14
(bluekuja/#ubuntu-motu-torrent) armin76, like?08:15
(bluekuja/#ubuntu-motu-torrent) new ebuilds08:15
(bluekuja/#ubuntu-motu-torrent) and so on08:15
(bluekuja/#ubuntu-motu-torrent) ?08:15
(armin76/#ubuntu-motu-torrent) and no, you can upload things for other ppl08:15
(armin76/#ubuntu-motu-torrent) yeah, or fix bugs, and those things08:15
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) armin76, nice to sou you can sponsor08:16
(bluekuja/#ubuntu-motu-torrent) in fact08:16
(bluekuja/#ubuntu-motu-torrent) *so08:16
(bluekuja/#ubuntu-motu-torrent) I thought only 6 month older devels can do it08:16
(bluekuja/#ubuntu-motu-torrent) armin76, where gentoo's irc is hosted?08:17
(bluekuja/#ubuntu-motu-torrent) javierder, let me know how things will go08:17
(bluekuja/#ubuntu-motu-torrent) javierder, if you want to do it better08:17
javierderbluekuja, ok08:17
(bluekuja/#ubuntu-motu-torrent) javierder, as far as I already know you08:18
(bluekuja/#ubuntu-motu-torrent) and not the other guy08:18
(bluekuja/#ubuntu-motu-torrent) ;)08:18
javierderbluekuja, yes, probably i'll do it. i told him what needs to be done, and that i can do it.08:18
(bluekuja/#ubuntu-motu-torrent) sounds good08:18
(bluekuja/#ubuntu-motu-torrent) armin76, what does gentoo's users use to fetch ebuilds?08:19
(armin76/#ubuntu-motu-torrent) irc is at freenode08:21
(armin76/#ubuntu-motu-torrent) and rsync08:21
(bluekuja/#ubuntu-motu-torrent) armin76, rsync for ebuilds'?08:22
(bluekuja/#ubuntu-motu-torrent) nice08:22
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== [DarkSun88] [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== [DarkSun88] is now known as DarkSun88
DarkSun88G'night10:35
=== pochu_ [n=emilio@160.Red-88-1-149.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
!RichiH:*! Hi all. The space shuttle will launch in 8 minutes. Join #space or #astronomy if you are interested. As always, thanks for flying freenode :)01:32
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== regulate [i=regulate@notchill.com] has left #ubuntu-motu-torrent []
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=andrea@host49-235-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== bluekuja_ is now known as bluekuja
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.100.159] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi01:07
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== |Element [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== |Element is now known as |Element|
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== pochu [n=emilio@216.Red-83-57-219.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
bluekujaheya Vorian11:11
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@97.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@97.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@97.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has left #ubuntu-motu-torrent [".:porc::inca::dito::love::."]
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying_ [n=freeflyi@123.116.100.159] has joined #ubuntu-motu-torrent
bluekujaasac: heya!!!!!!!11:05
asacbluekuja: ole andrea11:06
bluekuja:)11:06
bluekujahow are you man?11:06
asactanned :)11:07
bluekuja:D11:07
asacthis weekend brought a bit relief to my shoulder pain ... so pretty great11:07
asaclets see how long :)11:07
bluekujaheheeh11:07
bluekujasame11:07
bluekujaI returned yesterday too11:07
bluekujabut I was a little less sleepy11:08
bluekujawent to sleep at 6 o'clock11:08
bluekujasaturday11:08
bluekuja:P11:08
asacoh11:08
asachope you had fun :)11:08
bluekujayeah! of course11:08
bluekujait was a nice party11:09
bluekuja:)11:09
bluekujaasac: I'm leaving for a while, do you have a minute for a fast verlihub build?11:09
bluekujaI've tested it11:09
bluekujaand seems ok11:09
bluekujaneed only your check11:09
bluekuja;)11:09
asacbluekuja: sure11:10
bluekujathanks alex11:10
bluekujabrb11:10
asacbluekuja: ok we don't have manpages for any binary ... if thats intentional, we can live with it for now. But should definitly by fixed asap11:27
bluekujaasac: back11:31
bluekujayes, it's intentional11:31
bluekujafor next release I can add them11:32
asack11:35
asacbluekuja: is verlihub NEW in debian?11:36
bluekujaasac: yeah11:36
asack11:36
bluekujaasac: NEW queue seems to be huge now11:37
bluekujadamn11:37
bluekuja^^11:37
asaci don't think so ... :)11:37
asacbluekuja: which packages did we upload to debian that are already in debian/ubuntu ?11:38
asaci just would like to ensure that these things are landing in ubuntu as well :)11:38
bluekujafische not11:38
bluekuja2 weeks11:38
bluekujaand it's not in ubuntu11:38
bluekujayet11:38
bluekujactorrent and bitstorm yes11:39
bluekujathey are ok11:39
bluekujabut fische seems to be not synced11:39
bluekuja(is NEW so it has to be synced automatically)11:39
bluekujaI think that verlihub wont be synced too11:40
bluekuja20 of june is coming11:40
bluekujaand I dont think that queue will be done for that date11:40
bluekujaasac: why fische is not in ubuntu too?11:42
asacnew processing is currently slow11:49
bluekujayeah11:50
bluekujadiff-ext is still there11:50
bluekujaone week11:50
bluekujaasac: can you see why fische is not in ubuntu?11:50
asacits probably stuck in the NEW queue11:53
asacas lots of other things11:53
bluekujaubuntu NEW?11:53
bluekujalet me see11:53
bluekujaasac: nope11:54
bluekujanot in queue11:54
asacyou have link for queue?11:55
bluekujayup11:55
bluekujahttps://launchpad.net/ubuntu/gutsy/+queue11:55
bluekujaasac: when verlihub is in NEW queue11:57
bluekujaI can package verlihub-stats11:58
bluekuja?11:58
bluekujae.g pushing it to new queue too11:58
bluekujaor we have to wait that verlihub is i11:58
bluekuja*in11:58
asacno11:58
asacyou can push right away11:58
bluekujacool11:58
asacbluekuja: verlihub is currently streaming up11:59
bluekujaasac: what you mean with "streaming up"?12:00
asacguess :)12:01
bluekujamm12:01
bluekujaasac: you mean something like pushing?12:02
bluekujafor building you say spinning12:02
bluekujalol12:02
bluekujaso that's not12:02
asacyeah12:03
asacpush12:03
asacactually its up now .)12:03
bluekujagreat!! :)12:03
bluekujashould receive mail soon12:03
bluekujaasac: I start doing verlihub-stats12:04
bluekujaand when done I push everything on bzr12:04
bluekujaas alwais12:04
bluekuja:)12:04
bluekujait's a small package, hope there wont be problems12:04
asacsure12:05
bluekuja;)12:05
asaclets see how much you have learned :)12:05
asacat least you are not a novice packager anymore imo :)12:05
bluekujayup! :)12:06
bluekujaI try to do a perfect package now12:06
bluekujaasac: please Bug#428376 on debian12:24
bluekuja#42837612:24
bluekujadebian #42837612:24
asacdebian bug 42837612:25
asachmm ubotu wake up!12:25
bluekuja:D12:25
bluekujaseverity: serious12:25
bluekujaaww12:25
bluekujaasac: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%2342837612:26
bluekujaasac: what can be?12:33
bluekujaworks for me12:33
asachttp://buildd.debian.org/pkg.cgi?pkg=fische12:34
asacit doesn't build on most archs12:34
asacdoes blur.c contain assembler code?12:35
bluekujalet me see12:35
bluekujaasac: yes12:36
bluekujaasac: should we restrict the arch for now?12:40
bluekujae.g waiting upstream12:40
asaci think so12:41
bluekujait's the only think we can do12:41
bluekujafor now12:41
bluekuja*thing12:41
bluekujaasac: only i386?12:42
asacamd64 appears to work, right?12:42
bluekujaah yup12:42
bluekujaso i386,amd6412:43
asacbluekuja: i should test it for amd64 first12:44
asacwill do so after lunch12:44
bluekujaasac: ok, I start branching out12:44
bluekujafische12:44
bluekujaagain12:44
bluekujaso It's ready after the fix12:45
bluekujaand your test12:45
bluekujaasac: let me know when the test is done12:46
bluekujaso I can push to bzr12:46
bluekujalunch01:02
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
bluekujaheya DktrKranz01:15
DktrKranzheya01:15
DktrKranzdid you prepare that debdiff?01:15
bluekujayeaaaaaaaa01:16
bluekujaalready uploaded01:16
bluekujato lp01:16
DktrKranznice :)01:16
bluekujaI've added another patch01:16
DktrKranzwhat about debian?01:16
bluekujaand pushed there01:16
bluekujalets ask asac about it01:16
bluekujaasac: we have a patch to apply in a debian package01:17
bluekujacan we do a non-maintainer upload?01:17
bluekujaasac: or only official maintainer can?01:19
asacbluekuja: NMU is discouraged ... send patch to bts and see if he responses01:27
bluekujaasac: yeah, already done01:27
bluekujafreeflying_: you there?02:07
freeflying_bluekuja: hey02:07
bluekuja:)02:08
bluekujado you have a min for:02:08
bluekujahttps://bugs.launchpad.net/ubuntu/+source/gmail-notify/+bug/11975202:08
(ubotu/#ubuntu-motu-torrent) Launchpad bug 119752 in gmail-notify "Merge gmail-notify 1.6.1-3 from debian unstable" [Medium,Confirmed] 02:08
bluekujaI've added two patches02:08
bluekujato fix two bugs02:08
bluekujain lp02:08
bluekujayou should check if everything is ok02:09
bluekuja:)02:09
bluekujagrab the sources from lp02:09
bluekujanot from dad or mom02:09
bluekujaas far as it's not an official merge02:09
bluekujafreeflying_, of course use diff202:11
bluekujalast post in the report02:11
bluekujafreeflying_, is it ok?02:17
freeflying_bluekuja: check it02:18
bluekujaok :)02:18
freeflying_bluekuja: uploading02:20
bluekujafreeflying_, great! :)02:20
bluekujaremember to add a comment to the bug, so I remember to mark it as fix released02:21
bluekujawhen hits the archive02:21
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all02:39
bluekujaheya DarkSun8802:58
bluekujaasac: tested on amd64?02:58
DarkSun88Hello bluekuja02:58
DarkSun88Hi asac02:58
bluekujaasac: tell me when you're back03:02
asacbluekuja: i don't know how to test actually03:36
bluekujaasac: I think it's necessary to build it only03:37
asacbluekuja: ?03:41
asacso how can i test it?03:41
bluekujaasac: I think only building03:41
bluekujathe package03:41
bluekujaon amd6403:41
bluekujait fails on building03:42
bluekujawith other archs03:42
asacamd64 fails?03:43
asacno03:43
asacit built :)03:43
bluekujaasac: no03:43
bluekujayup03:43
bluekuja:)03:43
asacanyway ... HOW to test this piece of software03:43
bluekujait builds great on i386/amd6403:43
asacif it doesn nothing, then why have we packaged it :)03:43
asacactually, now that i see that there is assembler code going on, i really want to see it work on amd6403:44
bluekujaasac: oh how to test the progra,03:44
asacyes03:44
bluekujarun fische03:44
bluekujaand follow03:44
bluekujathe istructions03:44
bluekujafor your sound device03:44
bluekujaasac: works here03:45
bluekujaasac: anyway it fails on *building*03:46
bluekujaso we just have to restrict the arch03:47
bluekujato i386/amd6403:47
asacbluekuja: it works ... but somehow it looks like ... aehm crap :)03:50
asacanyway03:50
bluekujalol03:51
bluekujaasac: it's an alpha for now03:51
bluekujait will progress03:51
bluekujawith next releases03:51
bluekujaasac: I'm sure03:52
asacyeah03:52
bluekujawe will work closely with idefixs03:52
bluekujaso we will have good results03:52
asacanyway, would be nice if upstream could try to do something more portable as fallback03:52
asacno asm :)03:52
bluekujayeah03:52
bluekujagonna comunicate it03:52
bluekujato idefixs03:52
bluekujaasac: I'm leaving for an hour03:53
bluekujawhen I'm back03:53
bluekujaI push those changes03:53
bluekuja(arch: i386, amd64)03:53
bluekujato bzr03:53
bluekujaso we can close that odd bug03:53
bluekujabbl03:54
bluekujaasac: back04:58
bluekujaasac: I modify arch and I push to bzr04:58
bluekujafor you04:58
bluekujaasac: done05:15
bluekujaasac: http://bazaar.launchpad.net/~bluekuja/fische/debian05:15
bluekujahttp://bazaar.launchpad.net/~bluekuja/fische/main.autotools05:15
=== pochu [n=emilio@183.Red-83-57-165.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujaasac: is possible to push verlihub and fische in ubuntu?05:20
bluekujae.g manually05:20
asacwe could do that ... though I am unsure if that will speed things up05:21
asaci will think about it05:21
asacmaybe i wil push them tomorrow05:21
bluekujaasac: on 20 june, ubuntu will close the syncs05:21
bluekujaand I dont think they will be in05:21
bluekujafor that date05:21
bluekujanew queue is huge now05:21
bluekujaasac: can you please check last commit on bzr for fische?05:22
bluekujaso we can close that bug05:22
asacwill do after core hours05:22
asac3h i guess05:22
bluekujasounds great05:22
bluekujaasac: later I gonna fix another bug for ctorrent05:23
bluekujanothing bad05:23
bluekujabut a bad package desc05:23
bluekujahas been reported05:23
bluekujaso I gonna implement it and add changes to bzr05:23
bluekujaso we can fix it too05:23
asacbluekuja: i guess that unstable packages don't get synched for a few days and only if they don't contain RC bugs05:24
asachow old is ctorrent=?05:24
bluekujaasac: ctorrent is in ubuntu correctly05:24
bluekujaasac: fische 2 weeks in unstable05:24
asacbluekuja: yes ... but has rc bugs05:25
asacwas ctorrent an initial sync or an update?05:25
bluekujainitial05:25
bluekujaasac: anyway after new fische update will be pushed it will be ok05:25
bluekujaas far as we have only working archs05:26
bluekujabrb05:30
asacbluekuja: yes05:32
asachope so too :)05:32
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
bluekujaback05:44
bluekujaasac: I start fixing ctorrent desc05:47
bluekujaso it's all ready for you later05:47
bluekuja;)05:47
bluekujajavamaniac, heya05:47
bluekujajavierder, heya too!05:47
bluekujajavierder, any news for that package?05:47
=== pochu [n=emilio@250.Red-88-23-229.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujaasac: ok done, both packages are ok06:41
bluekujagonna ping you this evening06:42
bluekuja;)06:42
=== pochu [n=emilio@87.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
bluekujaasac: do you have a minute for those packages now?09:01
asacyeah ... wait09:16
bluekujaasac: if you need urls09:17
bluekujajust tell me09:17
asaci have it all branched here already09:17
bluekujagreat09:18
bluekuja:)09:18
asacactually you should try to keep lines small in changelog (e.g. 70 columns)09:18
asacbut not a problem now09:18
bluekujaok09:18
asachmm09:21
asacdpkg-source: error: `i386,' is not a legal architecture stringhttps://savannah.gnu.org/bugs/index.php?2014809:21
asacups09:22
asacdpkg-source: error: `i386,' is not a legal architecture string09:22
asachave you tried to build?09:22
asacbluekuja: ^^^09:23
asacfix it :)09:23
bluekujaasac: oh :D09:23
bluekujalet me fix09:23
asacplease test before pushing09:25
bluekujayeah, sorry09:25
bluekujawas sure of it09:25
asack09:28
bluekujaasac: why is it bad?09:28
bluekujaasac: dpkg-architecture -L09:28
bluekujai38609:28
bluekujaia6409:28
bluekujaalpha09:28
bluekujaamd6409:28
bluekujaasac: need to delete ,09:30
asacsyntax09:30
bluekuja","09:30
bluekujayeah09:30
bluekuja^^09:30
bluekujait should be i386 amd6409:31
bluekujafixing09:31
bluekujaasac: done09:34
bluekujais ok now09:34
bluekujabrb09:36
bluekujaback09:44
bluekujaasac: is it ok?09:44
asacyes ... can you give me link to orig.tar.gz please?09:47
asacor at best the md5sum of current orig.tar.gz09:47
bluekujaasac: yea09:48
asac?09:48
asaci need the md5sum now :)09:49
bluekujaasac: e992595ca79d12fbcd77778203d4581709:49
asacthats the md5sum of whats on ftp?09:49
bluekujayeah09:49
bluekujaasac: debian ftp09:49
asaccan you build with bzr bd in sid?09:52
bluekujaasac: doesnt have sid installed right now09:53
bluekujaI can try on pbuilder09:53
bluekujaif its the same09:53
bluekujafor you09:53
bluekujawith bzr branch09:53
asacexceptions.ValueError: invalid Debian version string09:55
asaci get that in sid09:55
asacwhich is completely insane09:55
bluekujainvalid debian version string?!09:55
bluekujamm09:55
asacbzr bd really sucks09:56
bluekujalol09:56
bluekujain this case you should try manually09:56
asacuploading09:57
bluekujagreat09:57
asacyeah ... anyway it sucks09:57
bluekuja;)09:57
asachard09:57
bluekuja:D09:57
bluekujaI usually dont use bzr bd09:58
bluekujaonly manual09:58
bluekuja:)09:58
asacprobably its because of python2.409:58
asaclets see09:58
asacbluekuja: how do you do it manually?09:58
bluekujaasac: the build you mean?09:59
bluekujaof the branch?09:59
asacyes10:00
bluekujajust branching out10:00
bluekujadeleting bzr dir10:00
bluekujaand building10:01
asacyeah10:01
asacbut thats bad10:01
asaci mean you cannot easily push changes to bzr10:01
bluekujawell, yeah10:01
bluekujabut I work in two dirs with same data10:01
bluekujaso I can easily move changes10:01
asacbluekuja: you don't need to remove bzr dir10:01
asacyou can just use -i.bzr10:01
bluekujathanks for the hint10:01
asacto ignore it and not include in in diff.gz10:01
asacanyway ... its bad to branch debian dir inside extracted orig10:02
=== pochu [n=emilio@87.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
asacbut maybe one should really stick to the "fully-blown" layout until bzr bd is decent10:02
bluekujayeah10:02
bluekujabut I workaround it using two dirs10:03
bluekujaof course10:03
bluekujaI dont have bzr log10:03
bluekujaor status10:03
bluekujaat the end10:03
bluekujabut thanks for that hint10:03
bluekujaasac: can you check ctorrent-enhanced too?10:03
bluekujaa guy reported a bug regarding desc10:04
bluekujaso I fixed it10:04
bluekujait's everything on bzr10:04
bluekujahttp://bazaar.launchpad.net/~bluekuja/ctorrent-enhanced/debian.source10:04
bluekujahttp://bazaar.launchpad.net/~bluekuja/ctorrent-enhanced/upstream.source10:04
asacbluekuja: yeah ... thats low prio. We shouldn't upload for any minor bug reported. Lets wait at least some time to other bugs sum up10:08
bluekujaasac: oh ok10:08
bluekuja:)10:08
asacits good to fix in bzr10:08
bluekujaasac: let me know if you decide to push verlihub/fische into ubuntu10:08
asacyou can tag the bug "pending"10:08
bluekujaok10:09
asacwhats with verlihub?10:09
asachow old in debian? build everywhere? and RC bugs?10:09
asacverlihub is still in NEW?10:09
bluekujayup10:09
bluekujabut it wont be in10:09
bluekujafor 20 of june10:09
asacon top or on bottom of NEW?10:09
bluekujabottom10:10
bluekujalast one10:10
bluekuja:P10:10
asac9 hours10:10
bluekujayup10:10
bluekujalook at the list10:10
bluekujais HUGE10:10
bluekuja1 week first one10:11
asaclook how bad my memory is ... i don't remember uploading it even :)10:11
bluekujalol10:11
bluekujaasac: so in my opinion you can upload to ubuntu too10:15
bluekujaso we can have it in gutsy10:15
=== pochu [n=emilio@87.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
asacok ... i think i will upload both ... if fische now builds properly10:28
=== pochu [n=emilio@87.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujaasac: ok great :)10:29
bluekujaasac: can you please check if its a bug?10:33
bluekujahttps://bugs.launchpad.net/ubuntu/+source/ssmtp/+bug/8642510:33
(ubotu/#ubuntu-motu-torrent) Launchpad bug 86425 in ssmtp "smtp authentication fail if the password contains a ":"" [Low,Confirmed] 10:33
bluekujaasac: just need to know if we can call it a bug10:33
asacthe title sounds like a bug10:33
bluekujayup10:33
bluekujaI just need to know if is a bug10:34
bluekujaif yes, the patch is ok10:34
asacwhy wouldn't it be a bug?10:36
bluekujabecause a guy is saying it's not10:36
bluekujapersia tagged it as a patch10:36
bluekujaso I dont see why it should be a bug10:37
bluekuja*should not10:37
asaci don't see that anybody claims that its not a bug10:37
bluekujaon irc10:37
bluekujavia pm10:37
asacwho?10:38
bluekujaasac:10:38
bluekuja<vil> the patch is fine10:38
bluekuja<vil> but I don't believe it is a bug10:38
asache should post his concerns to the bug10:39
asacif he didn't give any reasons then it can safely be ignored10:39
bluekujahe's not sure10:39
bluekujaof it10:39
bluekujaso I asked you about it10:39
asache?10:39
bluekuja<vil> pls, ask someone else if he can confirm that it's a bug10:40
asaci mean ... if he is not sure he can almost certainly be ignored10:40
bluekujayeah10:40
bluekujaasac: I need to someone to push it ^^10:40
asacwho is vil?10:40
bluekujaa MOTU10:40
asacplease subscribe universe sponsors as suggested10:41
bluekujaalready done10:41
bluekuja:)10:41
asacyeah10:41
asacthen lets wait a bit10:41
bluekujaok10:41
asacactually i am in universe and main sponsors group  :)10:44
bluekujayeah!10:44
asacmaybe i should see if there is anything i can do in a free minute :)10:44
bluekuja:D10:44
asacbut as said, i thiunk its beneficial if your patches are pushed by someone else10:44
asacso you get more backup on MOTU application10:44
bluekujayup10:44
bluekujaI'm working with a lot of sponsors atm10:44
asacnice10:45
asacwhoelse?10:45
bluekujabut of course you and freeflying and persia are the ones who are helping me the most10:45
asacoh talking about freeflying ... he asked me to sponsor for debian at some point iirc10:45
asacmaybe should look into my mailbox10:45
asacwhats his email?10:46
bluekujait seems that he lost his sponsor10:46
bluekujazhengphenghou@ubuntu.com10:46
bluekujaI think10:46
bluekujaasac: he started the NM process10:46
bluekujaand had to leave it10:46
bluekujain the middle10:47
bluekujaasac: fische built10:51
bluekujaon i38610:51
bluekujaamd64 is installed10:51
bluekujaI dont know why if he's trying to build on mips10:51
bluekuja*its10:51
bluekujaah ok, it skipped10:52
bluekujathose archs10:52
bluekujain the right way10:53
asaci will review buildd logs tomorrow11:13
bluekujaasac: sounds great11:14
bluekuja:)11:14
bluekujaasac: going to sleep?11:14
asacno ... but i go to minor mode :)11:15
bluekujalol11:15
bluekujaasac: maybe I will come to berlin this summer11:15
bluekujawhere do you live exactly?11:15
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
asaci live in hamburg11:29
asacberlin is 1:40h by high-speed train :)11:29
bluekujaasac: ooh cool11:29
bluekujamaybe I can come there too11:30
bluekuja^^11:30
bluekujaasac: vil uploaded my packages and now they are on his packages list...11:56
bluekujahttps://launchpad.net/~vil/+packages11:56
bluekujaasac: that's not possible.....................11:57
bluekujaasac: what can I do now?11:58
asacbluekuja: which package do you mean?12:03
bluekujajigdo12:03
bluekujaand ssmtp12:03
bluekujaI worked on them adding three patches12:03
bluekujaand now they are there12:03
bluekuja-.-12:03
bluekujaasac: he doesnt know how to upload an update12:04
asacwhats his lp id?12:05
bluekujahttps://launchpad.net/~vil12:05
bluekujaasac: I really dont know how I managed to assign those packages to him12:07
bluekuja*he12:07
asache just uploaded deliberately ... which is ok ... however, he should have given credit12:08
bluekujavil> so how do I sign it, when chanlog entry is yours?12:08
asaci will talk to dholbach12:08
bluekujaok12:08
asaci don't think he wanted to do any harm12:08
asacbut its definitly not nice not to give credit12:09
bluekujaasac: in fact my work vanished12:09
bluekujaand that's not nice12:09
asache neither gave credit to the initial patch developer nor to you12:09
bluekujaexactly12:09
bluekujaasac: those package will never be assigned to me?12:10
asactechnically not until a new revision with you in changelog gets uploaded12:11
bluekujadamn -.-12:12
bluekujaasac: in fact my changelog entry has been deleted12:12
asaci know that its not good ... but hey, its not the most important thing in the world. Just remember the bug number so you can prove your contribution12:12
bluekujayeah12:13
bluekujait has been closed12:13
bluekujaby that upload12:13
asacmost likely i will tell him that he shouldn't sponsor in future12:13
asacif he doesn't konw how to sponsor12:13
asacbut i will talk to dholbach first12:13
asacmaybe he will educate him about that he did wrong12:13
bluekujaok12:13
asacbluekuja: actually in ubuntu motu, a package does not belong to someone in a hard fashion12:14
bluekujayeah12:14
asacso the "maintained" package list is not what one has to count on12:14
asacits not worth that much ... and is not directly related to the level of your contributions12:15
asackeeping the bug numbers is good for you MOTU applications though12:15
asac... and should be more than enough12:15
bluekujaasac: yeah, you're absolutely right12:15
bluekujaanyway I hope someone will do something12:15
bluekujaso it wont happen again12:16
asacyeah ... i don't think he will do it wrong again12:16
asacactually he asked you before ... so he tried12:16
asache should have asked on -motu though12:16
asacits hard to prevent it in general ... but yes, its not nice :)12:16
bluekujaasac: I think he used12:16
bluekuja<vil> most of the time, I say debuild -S and it does all that I need :12:16
bluekujadebuild -S12:17
bluekuja^^12:17
bluekujaasac: bugs has been closed right now12:17
asacbluekuja: yes ... so the result is still ok :) ... the bugs are fixed12:18
bluekujayup12:18
bluekujaI'm just sad^^12:18
asacdon't be sad ... glitches happen12:18
bluekujayeah, but usually I except to work with someone that knows what he's doing12:18
bluekujaI think that you never did errors like that12:19
asacexpect you mean :)12:19
asachopefully not :)12:19
bluekujayeah expect12:19
bluekuja^^12:19
asaclets get over it ... tomorrow is a new great day ... and vid will definitly get his share of education :)12:22
bluekujaI hope so12:22
bluekujaand please talk to daniel12:23
asaci definitly will12:23
bluekujathanks12:23
asacno problem12:24
asacdo you want to help on packaging a great package?12:24
bluekujalol12:25
bluekujawhat is it?12:25
asachttp://releases.mozilla.org/pub/mozilla.org/firefox/releases/granparadiso/alpha5/source/12:25
bluekuja33 MB??12:25
bluekuja0_012:25
asacits firefox 312:25
bluekujacooool12:25
asacactually we maintain a firefox-trunk (cvs snapshot) in bzr ... we try to work closely together with mozilla project to get alpha/beta releases out to the masses12:26
asacso we agreed to package a firefox-preview package12:26
asacwhich we will update on every milestone release12:26
bluekujathat's a nice idea!12:27
bluekujato push in debian or ubuntu?12:27
asacubuntu only12:27
bluekujaok12:27
asacdebian is not allowed to ship firefox brand :)12:27
bluekujaoh why?12:28
bluekujalicense?12:28
asacyeah ... for the same reason that they ship iceweasel12:28
asacthey don't bother to get mozilla approval of patches12:29
asacwhich we do12:29
bluekujaah :) someone started packaging it already?12:29
asacbluekuja: https://code.launchpad.net/~asac12:31
asacthere is a trunk bzr archive12:31
asaca firefox-trunk package is in the mozillateam preview archive12:31
asacwhat now needs to be done is to branch from the trunk bzr ... and create a "preview" or granparadiso branch12:31
asacwith renamed packages et al.12:32
bluekujammm12:32
bluekujaseems easy to do12:32
bluekujabut it will be hard12:32
bluekuja^^12:32
asac:)12:41
asachehe12:41
bluekujaasac: going to bed12:41
asacbluekuja: night ... will do the same12:41
bluekujaasac: tomorrow we will finish with verli and fische12:41
bluekujain ubuntu12:41
asacyes12:42
bluekujaasac: I wish you a good night12:42
bluekujaI wont sleep for hours thinking of lost packages12:42
bluekujahahahaha12:42
bluekuja:)12:42
bluekujaI'm jk12:42
asacbluekuja: yeah ... i guess thats the right attitude :)12:43
asacbluekuja: at least you are not a maintainer that doesn't care ;)12:44
bluekujayeah :)12:44
asacanyway ... nothing to loose sleep over12:44
bluekujaasac: I've decided to apply for MOTU after 20 uploads from now on12:44
bluekuja1 year experience12:45
bluekujaand I feel myself ready inside12:45
asacbluekuja: that looks decent12:45
bluekujaasac: I hope that you will help me with it12:46
bluekujaas other sponsors will do12:46
asacactually i don't think you don't need that many ... but lets see how quick your error-rate drops12:46
bluekujayeah12:46
bluekuja:)12:46
bluekujaasac: I'll keep working on merges for a while12:47
bluekuja(they are really important while applying)12:47
bluekujaasac: I'm off now :)12:50
bluekujasee you tomorrow!12:50
bluekuja:)12:50
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.102.227] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
bluekujaasac: heya!10:15
asacbluekuja: morning10:16
bluekujamorning :)10:16
bluekujaasac: do you have a minute for those?10:16
bluekujawould be nice to do diff-ext too10:16
asacwhat is with diff-ext?10:17
bluekujais still in queue10:17
bluekujahttp://buildd.debian.org/pkg.cgi?pkg=fische10:17
bluekujaasac: what dholbach said?10:18
asache talked to vil ... who admitted his fault10:19
bluekujahe pinged me10:20
asacdholbach? or vil?10:20
bluekujavil10:20
bluekujabut I was away10:20
asacthen pong him10:20
asac:)10:20
bluekujayup, just did10:21
bluekujaasac: to upload verli, fische and diff-ext we should apply ubuntu versions?10:22
asaci will figure out10:22
bluekujabecause if you upload normally you'll get wrong version unstable10:22
bluekujaasac: did you ping security guys for deluge-torrent?10:23
bluekujait should be done in ubuntu too10:24
asache? i can't remember about deluge-torrent ... please give me a hint10:24
bluekujathey pushed libtorrent-rasterbar into deluge-torrent10:24
bluekujawithout needing to have it packaged10:25
bluekujaso there is a lib folder inside10:25
asacah right :)10:25
bluekujadeluge's upstream10:25
bluekuja:)10:25
bluekujaasac: I told you that because a guy is asking to package a new release10:26
bluekujaand I think we should report that10:26
asacat best we would make deluge build against system libtorrent10:27
bluekujaasac: I dont think he will build correctly10:27
bluekujais completely based on that lib10:27
bluekujaall features10:27
bluekujaso if he build against system libtorrent10:28
bluekujaI dont know if he will work properly10:28
asacyou have a libtorrent-rasterbar package somewhere?10:29
bluekujalet me see10:29
bluekujammm...nope10:29
bluekujaI havent it10:29
bluekujaI dont have any source too10:30
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Salve11:03
bluekujaDarkSun88, heyaaaaaaaaaa11:03
bluekuja:)11:03
bluekujabe ready for later11:03
DarkSun88Hi all11:04
bluekujagreat day11:04
bluekujagreat meeting11:04
bluekuja:)11:04
DarkSun88Yes i know.11:04
bluekuja:)11:04
bluekujaasac: vil pmed me11:11
bluekujahe said he's sorry for stealing my work11:11
asacbluekuja: yeah ... he really didn't ment to do any harm :)11:22
bluekujaasac: yup :)11:22
bluekujaasac: he wants to advocate me on my MOTU application ^^11:23
bluekujawhen I'll do it11:23
bluekuja:)11:23
bluekujaasac: did you see freeflying today?11:29
asacno11:32
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent
asacbluekuja: cool ... so vils glitch actually brought more good than bad :)11:32
bluekujaasac: hehe yeah!11:33
bluekujaI lost two packages, but I found a new sponsor11:33
bluekuja^^11:33
asacgood deal :)11:56
bluekuja:)11:56
bluekujaasac: let me know when you have decided how we can sync them11:57
bluekuja;)11:57
asacbluekuja: yeah we need ubuntu version11:58
bluekujaasac: yeah11:58
bluekuja:)11:58
bluekujaasac: want me to di it on bzr?11:58
bluekujaor it can mess up things11:58
bluekujafor next debian releases?11:58
asacno ... use 1ubuntu111:58
bluekujaasac: on bzr?11:59
asacyes, why not?11:59
bluekujaok11:59
asacah11:59
bluekujaasac: let me do it11:59
asacyou have to fix distribution in changelog11:59
bluekujayup11:59
bluekuja^^12:00
asacand maintainer et al12:00
bluekujawhy maintainer?12:00
asacwhich is why a new changelog entry is justified12:00
bluekujaasac: maintainer change is not needed12:00
bluekujaonly version12:00
bluekujaand release12:00
asacbluekuja: you are XSBC-Original-Maintainer12:00
asaci don't know :/ ... maybe its ok to keep you in maintainer field as well12:00
asacmaybe ask on motu12:00
bluekujaasac: it's new12:01
asacnew?12:01
bluekujaon ubuntu12:01
bluekujaso I dont have to change12:01
asacbluekuja: i mean its ment to be synched from debian at some point12:01
bluekujamaintainer12:04
bluekujayeah12:04
asachmmm ... actually i am not sure ... better ask on -motu12:04
bluekujaok12:04
asacif it were synced, the maintainer would be changed as well12:04
asacask if you are the debian maintainer and ubuntu maintainer if you still need to change maintainer: field to MOTU12:04
bluekujaasked12:05
bluekujalet's see12:05
bluekujaasac: so we should wait to get it into debian12:09
bluekujaand then sync12:09
bluekujathat guy said it will be processed soon12:09
bluekujainto new queue12:09
asacwho is that guy?12:15
bluekujahe said he knows one of the ftp-masters12:16
bluekujaman-di> bluekuja: he is currently at Debcamp, I'm sure it will be processed soon12:16
bluekujaasac: I can ask a sync for fische for now12:17
bluekujawhile we wait diff-ext and verli12:17
bluekujato get in12:18
bluekujaasac: ok?12:20
asacyes go ahead12:23
bluekujaasac: ok12:25
bluekujaasac: I create the report on lp12:26
bluekujaasac: and I give you the link12:26
bluekujaso you can ack it12:26
asacbluekuja: actually i think that a sync request is not needed12:28
asac(though I am probably the wrong person to ask)12:28
bluekujaasac: Hobbsee said me12:28
bluekujathat when a package is in debian12:28
bluekujawe can just request a sync12:28
bluekujaand we're done12:28
asacyes ... but currently they are still automatically imported12:28
bluekujayeah12:29
asaci was told that I only should request a sync if automatic imports are turned of12:29
asacf12:29
asac(at least when i did that last time) :)12:29
bluekujaso maybe fische wasnt synced12:29
bluekujafor that build problems12:29
asacexactly12:29
asacnow that it builds fine12:29
asacit should be in soon12:29
bluekujayeah12:29
bluekujayeah, that's absolutely right12:29
asacprobably 1-2 days i guess12:29
bluekujayup12:29
bluekujaas far as what that guy said12:30
bluekujaverlihub should be in in 1-2 days too12:30
bluekuja^^12:30
bluekujain debian12:30
bluekujaI dont believe it12:30
bluekujabut we will see12:30
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
bluekuja|Element|, did you see freeflying?01:53
|Element|bluekuja: sorryi didn't01:54
bluekuja|Element|, oh ok tnx :)01:54
|Element|if i see him, i will tell him01:55
bluekujathanks01:55
|Element|bluekuja: )01:55
bluekuja:)01:55
DarkSun88E che palle pero` sto bashelier01:57
DarkSun88Ha anche bip.01:57
=== BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu-torrent
bluekujaasac: a package that directly depends on OpenSSL, can be packaged?04:50
bluekuja(bsd license)04:50
asacyes04:51
asacwhat kind of bsd license?04:51
bluekujalet me see04:51
asacif its 2- or 3-clause then yes04:51
bluekuja3 clause04:51
bluekujaok great04:51
bluekujaasac: it has got a debian dir inside04:52
bluekujaby upstream04:52
bluekujaI gonna delete it and make my own04:52
bluekujaI'll ask upstream to remove it for next releases04:52
asacbluekuja: yes04:52
asactell  him about that is done properly by maintaining bzr branches :)04:53
bluekujaok04:53
=== bluekuja checks if this package has been already packaged
bluekujaok04:54
bluekujanot packaged04:54
bluekujaasac: gonna ping you when done04:55
bluekujaasac: changelog is pretty strange (into debian/)04:55
bluekujahe added dapper as version04:55
bluekujawith baltix suffix04:56
bluekujae.g 0baltix104:56
bluekujaasac: where can I check if a package has been removed from archive?04:57
asacfrom which archive?04:58
bluekujadebian04:58
bluekujaasac: need to know if this was in debian04:59
bluekujaI've checked maintainer status into qa04:59
bluekujaand it's not listed there04:59
asacmaybe ask on #debian-devel on oftc network05:02
asaci have no idea :)05:02
asacif you know let me know :)05:02
bluekujaok05:02
bluekujaasac: seems that upstream is dead :/05:12
asacyeah05:12
asacthen forget about it05:12
bluekujaasac: and it seems that gmail-notify maintainer didnt give any  response05:12
bluekujafor the patch05:13
bluekujaasac: why a NMU is discouraged?05:13
=== freeflying [n=freeflyi@123.116.100.249] has joined #ubuntu-motu-torrent
bluekujaheya freeflying !05:15
asacNMU of what?05:19
freeflyingbluekuja: just came back from beijinglug monthly meeting05:19
bluekujafreeflying, oooh cool05:19
bluekuja:)05:19
bluekujaasac: gmail-notify patch05:19
bluekujafor proxy support05:19
freeflyingbluekuja: met with paul sladen and chris from Canonical05:19
bluekujacool!05:19
bluekujawhat was the topics?05:19
bluekuja*topic05:19
freeflyingabout ubuntu develop05:19
bluekujadid you have a talk?05:19
freeflyingno  :p05:19
bluekuja:D05:19
bluekujafreeflying: my mail arrived?05:20
freeflyinggot it05:20
bluekujagreat! tell me when done05:20
bluekuja;)05:20
freeflyingI'd take a shower now  :)05:20
bluekujafreeflying, :)05:21
bluekujawill you be back?05:21
bluekuja(I hope)05:21
freeflyingwill be back soon05:21
bluekujafreeflying, sounds great05:21
bluekujaping me when you're back05:21
bluekuja;)05:21
bluekujaasac: ?05:22
bluekujafreeflying, you back?05:51
freeflyingbluekuja: psycopg need check again05:51
bluekujalet's see05:51
bluekujafreeflying, what's bad there?05:52
bluekujathose changes are for the python dbg05:52
bluekujapackage05:52
freeflyingpatch can't be applied05:55
bluekujammm05:55
bluekujaI gonna grab the source from mom05:55
bluekujamaybe is corrupted05:55
bluekujafreeflying, others are ok?05:55
freeflyingbluekuja: uploaded 205:59
bluekujafreeflying: sending you psycopg206:00
freeflyinguhmm06:00
bluekujafreeflying, sent06:01
bluekujatry it06:02
bluekujait *should* apply06:02
freeflyingok06:02
freeflyingbluekuja: failed again06:09
bluekujafreeflying, move to other ones06:09
bluekujaI try to see what's wrong with that source06:09
freeflyingok06:09
bluekujafreeflying, just tried to patch psycopg2 diff06:16
bluekujafreeflying, it works here06:16
bluekujapatching file debian/changelog06:16
bluekujapatching file debian/rules06:16
bluekujapatching file debian/control06:16
bluekuja(using first diff of the two)06:16
bluekujafreeflying, http://dad.dunnewind.net/psycopg2/06:18
bluekujause this debian source06:18
bluekujato apply that06:18
freeflyingsycopg (1.1.21-14) unstable; urgency=high06:19
freeflying  * debian/zope-psycopgda.dzproduct: requires Zope 2.9 or higher: previous06:19
freeflying    versions use python2.3 which is not supported anymore in psycopg.06:19
freeflying    (Closes: #406941)06:19
freeflying -- Fabio Tranchitella <kobold@debian.org>  Mon, 15 Jan 2007 11:37:51 +010006:19
bluekujafreeflying, leave it06:19
bluekujathen06:19
bluekuja*for now*06:19
freeflyingbluekuja: all done, besides psycopgy06:22
bluekujafreeflying, great! I gonna ping doko for it06:23
bluekujato see how we can do it06:23
freeflyingbluekuja: i'd bed now cya06:27
bluekujafreeflying, gnight and cu tomorrow :)06:27
bluekujatake care06:27
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has left #ubuntu-motu-torrent ["Microsoft]
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
bluekujaheya javamaniac !12:31
javamaniacbluekuja, hey!, how are you?12:32
bluekujajavamaniac, really good! just finished a meeting12:32
bluekuja3 hours12:32
bluekujato get developer section inside ubuntu-it community12:32
bluekuja(forum)12:32
bluekuja:)12:32
javamaniachehe ,great!12:33
bluekujawhat about you?12:33
bluekujaare there any news from upstream ?12:33
javamaniaci'm in home, finally, preparing everything to fly to Edimburgh12:34
bluekujajavamaniac, debconf?12:34
javamaniacyes12:34
bluekujacool!12:34
javamaniacfinally i will have time to work on debian again!!12:34
bluekujawhere will be next stage?12:34
javamaniacyay!12:34
bluekuja:)12:34
javamaniacargentina12:35
bluekujaawwww12:35
bluekujaalwais too far12:35
bluekujaitaly never?12:35
javamaniacbut close to me :)12:35
bluekujayeah12:35
bluekuja^^12:35
bluekujaprevious one was in mexico12:35
bluekujaor the one before12:35
javamaniacyes, i was there too12:35
bluekuja:D12:35
bluekujanice! you did all debconfs12:36
javamaniacitaly  is not proposed by anyone, but there's a italian developer, enrico zini12:36
bluekujayeah12:36
bluekujaalso giskard12:36
javamaniacif there's some interest in making debconf on italy, you can talk with him12:36
bluekujaother italian developers are quite not-known12:36
bluekujato the community12:36
javamaniaci know both, enrico in person12:37
bluekujaI dont know why12:37
bluekujareally?12:37
bluekujacool12:37
javamaniacyes, he did a talk here in venezuela last year12:37
javamaniacwe met in mexico12:37
bluekujado you know sfflaw?12:37
javamaniacthat's simon law?12:38
bluekujayup12:38
javamaniacyes, but i haven't talk with him12:38
bluekujahe worked for canonical for a while12:39
bluekujajavamaniac, did you met Mark too?12:39
javamaniaci didn't know that12:39
javamaniacyes, he signed my gpg key in mexico12:39
bluekujacooool12:39
bluekuja:)12:39
javamaniac:)12:40
javamaniacit's good to attend to these kind of conferences12:40
bluekujayeah12:40
bluekujathey are really nice12:40
bluekujajavamaniac, did you start NM?12:40
javamaniacyou can know in person people that you just know by email or irc12:41
javamaniacyep12:41
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
javamaniacbluekuja, https://nm.debian.org/nmstatus.php?email=gcuriel%40debianvenezuela.org12:42
bluekujacool!12:42
bluekujawhy you arent being processed?12:42
bluekujajavamaniac, e.g still there from 200612:44
javamaniaci'm on the philosophy and procedures phase still12:44
bluekujajavamaniac, did you receive some mails?12:44
javamaniacyes, but is the same case as gnome-btdownload, some times i don't have enough time to go through the NM process12:44
bluekujaoh :)12:45
bluekujayeah, I know12:45
bluekuja:)12:45
javamaniacbut now i'll have it in debconf, that's for sure :)12:45
bluekujayou can do it on debconf too?12:45
javamaniacyes, email still, but i can work on the task n skills phase at the same time12:46
javamaniacfixing bugs and the like12:46
bluekujayeah12:46
bluekujajavamaniac, I'm leaving12:47
bluekujaquite late here12:47
javamaniachehehe12:47
bluekujasee you tomorrow12:47
bluekuja:)12:47
bluekujaasac: night12:47
javamaniacnight bluekuja12:48
bluekujajavamaniac, night take care12:48
bluekuja:)12:48
javamaniacsame to you :)12:48
asacbluekuja: night12:49
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying is now known as freeflying|away
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
bluekujaheya11:19
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujaasac: do you have a minute to check bittorrent debdiff I provided in lp?12:37
bluekujahttps://bugs.launchpad.net/ubuntu/+source/bittorrent/+bug/10810112:37
(ubotu/#ubuntu-motu-torrent) Launchpad bug 108101 in bittorrent "btshowmetainfo doesn't verify the file type" [Undecided,Confirmed] 12:37
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujaasac: thanks for the comment02:06
bluekujayeah, they check for d8:announce02:06
bluekujaasac: if you have a minute to upload that patch would be great02:06
bluekuja;)02:06
asacbluekuja: please give me package name and link to debdiff02:09
asacplease ensure that this patch is submitted to debian as well02:09
asace.g. i guess both patches: the original one and the debdiff (so maintainer can use what he likes more)02:09
bluekujaasac: source: https://launchpad.net/ubuntu/+source/bittorrent/3.4.2-11ubuntu102:09
asacthats not the url02:09
asacto the debdiff02:09
asac:)02:09
bluekujadebdiff: http://launchpadlibrarian.net/8072745/bittorrent.debdiff02:09
bluekuja:)02:09
bluekujagonna submit to debian too02:09
asacfine02:10
asaci test it one time with some torrent ... then upload02:10
bluekujaok02:10
asacbluekuja: pushed02:14
bluekujaasac: great! thanks :)02:14
asacyet another package on your package list :)02:16
bluekujayup! :)02:16
bluekujaI'm working on scim right now02:16
asacon scim?02:18
asacare you good at input methods?02:19
asacor what is scim?02:19
bluekujayeah, is an input method server02:21
bluekuja:)02:21
bluekujaI'm merging it02:21
bluekujabut seems more a sync02:21
bluekujaubuntu deps now cause a FTBFS02:21
bluekujait has been upgraded to 1.4.602:21
bluekuja1.3.0 its no more used02:21
bluekujaasac: man-di is a DD02:22
bluekuja(the guy who told me about NEW queue)02:22
asacif you are sure that unmodified debian package is the way to go now, you need to request a sync02:23
asachow did the topic evolve so we ended up talking about man-di02:23
asacdid i ever ask about him?02:23
bluekujaasac: yeah, you asked me who is he02:24
bluekujahe told me that ftp master will process everything in2  days02:24
asactse02:24
asaci don't believe in it02:24
bluekujasa,me02:24
asacbecause its debconf time02:24
bluekuja*same02:24
bluekujayup02:24
asacbut oldest are 1 week02:24
asacso lets see02:24
bluekujayup02:25
asace.g. there is no backlog02:25
bluekujaasac: we will have to request verlihub sync manually02:25
bluekujaI dont think it will be in for 20 june02:25
asacmanual sync requests can still go in after 20 june02:25
asacits not really a hard freeze02:25
asacits just stop of automatic imports afaik02:26
asac(if you heard differently let me know)02:26
bluekujayup02:26
bluekujayeah, automatic imports are blocked02:26
asaci think nothing more02:26
bluekujaso we need to process it manually02:26
asacno "new upstream version freeze)02:26
asacno "new upstream version freeze"02:26
asacno "new package freeze"02:26
bluekujayup02:26
bluekujaright02:26
asacbut i am not really sure :)02:27
asacwhere is the 20 june mentioned at all?02:27
bluekujaasac: look -motu02:27
asacdon't see it there02:27
bluekujaasac: 20 june is on the wiki02:28
bluekujai think02:28
bluekujaomg02:28
bluekujamotu channel02:28
bluekujawtf is happening?02:28
asacwhere?02:28
bluekujain #ubuntu-motu02:29
asacwhy?02:29
bluekuja* icf7_  uscito (Read error: 104 (Connection reset by peer))02:29
bluekuja* icf7_ (n=icf7@WL-POOL04-35.UNI-MUENSTER.DE)  entrato in #ubuntu-motu02:29
bluekuja* icf7_  uscito (Read error: 104 (Connection reset by peer))02:29
bluekuja* icf7_ (n=icf7@WL-POOL04-35.UNI-MUENSTER.DE)  entrato in #ubuntu-motu02:29
bluekujaand so on02:29
asaci don't see those :)02:29
bluekujalol02:30
bluekujahow you dont see ?02:30
asacbecause i have filtered everything like joins/disconnect et al02:30
asacits just too much spam02:31
bluekujaooooh02:31
bluekujayou rock02:31
bluekujathe channel was spammed02:31
asacyeah he has been banned now02:31
bluekujayup02:31
bluekujaasac: do you have a minute for this too?02:32
bluekujahttps://bugs.launchpad.net/ubuntu/+source/rtorrent/+bug/11080302:32
(ubotu/#ubuntu-motu-torrent) Launchpad bug 110803 in rtorrent "The default for port_range should be "6881-6999", not "6890-6999"" [Low,Confirmed] 02:32
bluekujait's not nice to have02:32
asacno please not :) ... i can do 10 of those in a row, but pleaes not instantly. Accumulate them so i can do them in batches02:36
asacit just disrupts my workflow :)02:37
asachttps://code.launchpad.net/~asac/firefox/granparadiso02:37
bluekujalooking02:37
bluekujaooh cool02:38
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all02:39
bluekujaheya02:39
DarkSun88:)02:39
bluekujaasac: ok there 5 things you can check02:40
bluekujaasac: tell me when you want to do them in a row02:40
asacjust send them by mail ... i have a family celebration this evening ... so either late tonight ... or tomorrow morning02:40
bluekujacool!02:40
bluekujaasac: now I branch it out02:40
asacbluekuja: yes ... but lets keep firefox discussion in mozillateam channel please02:41
bluekujaoki02:41
bluekuja:)02:41
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.100.249] has joined #ubuntu-motu-torrent
freeflyingbluekuja: rtorrent was uploaded alrealdy, and deb822's patch can not be applied06:19
bluekujaheya freeflying !!06:38
bluekujafreeflying, you still around?06:53
bluekujafreeflying, ping me when back07:03
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
bluekujagoodnight all11:45
bluekujaasac: night11:45
bluekuja;)11:45
asacbluekuja: night11:45
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has left #ubuntu-motu-torrent ["Microsoft]
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== bluekuja_ [n=andrea@host145-171.pool8250.interbusiness.it] has joined #ubuntu-motu-torrent
=== andrea__ [n=andrea@host33-239-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=andrea@host221-175.pool8252.interbusiness.it] has joined #ubuntu-motu-torrent
=== andrea__ [n=andrea@host178-239-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.100.249] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== andrea__ is now known as bluekuja
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
bluekujaasac: can you please ack:01:19
bluekujahttps://bugs.launchpad.net/ubuntu/+source/gnome-btdownload/+bug/12038101:19
(ubotu/#ubuntu-motu-torrent) Launchpad bug 120381 in gnome-btdownload "Sync gnome-btdownload 0.0.28-1 from debian unstable" [Undecided,Unconfirmed] 01:19
bluekujaasac: let me know when done01:22
asacwhy doesn't it come in automatically?01:25
asaci mean we have gnome-btdownload already, right?01:25
asacah i see01:27
bluekujaasac: new co-maintainer et all01:27
bluekuja;)01:27
bluekujaso we can just sync it to have debian version in01:27
bluekujalunch brb01:28
asacdone01:29
bluekujaasac: thanks01:36
bluekuja;)01:36
bluekujaasac: you forgot to add archive admins01:44
bluekujaI can do it anyway01:44
bluekuja;)01:44
bluekujadone01:45
asacbluekuja: why me? i thought thats your job :)01:48
bluekujayeah01:49
bluekuja:)01:49
bluekujapochu: which channel?02:07
bluekujafor QA session02:08
pochu #ubuntu-classroom02:14
bluekujatnx02:15
pochunp :)02:16
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all02:57
bluekujaheya02:58
DarkSun88Hello.02:58
=== nuu [n=nuu@193.205.162.6] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== pochu wonders when the Debian NEW queue will be processed... :)
=== bluekuja too
bluekuja:)07:50
pochuhey bluekuja :)07:55
pochubluekuja: do you see any bugs we can close because of bt-download 0.28? I've just closed 4: https://bugs.launchpad.net/ubuntu/+source/gnome-btdownload/08:11
pochuIt'd be fine to clean up the list of bugs ;)08:11
bluekujapochu: finishing some stuff08:14
bluekujagonna do them later08:14
pochubluekuja: cool :) Thanks a bunch!08:16
bluekujapochu: thanks to have reminded it to me08:16
bluekuja:)08:16
pochuyw ;)08:16
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== Signon time : Tue Jun 5 06:40:35 2007
=== Signoff time : Thu Jun 14 22:54:32 2007
=== Total uptime : 9d 16h 13m 57s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:58
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:58
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujaasac: gonna request fische sync, gonna point you to the link soon01:08
asachow long is it in debian without RC?01:08
bluekuja5-6 days01:08
asack01:09
bluekujaasac: idefixs is developing release 2.0 on bzr01:14
bluekujajust seen it01:14
bluekujaasac: https://bugs.launchpad.net/fische/+bug/12055901:17
(ubotu/#ubuntu-motu-torrent) Launchpad bug 120559 in fische "Sync fische-2.0~alpha3-2 from debian unstable" [Undecided,Unconfirmed] 01:17
bluekujaasac: let me know when done01:19
bluekujawas 4 days01:21
bluekujawe pushed it01:21
asacdamn it takes ages to push trunk branch to mozillateam01:33
asacmaybe my connection sucks today?01:33
bluekujalol01:39
=== pochu [n=emilio@211.Red-88-11-174.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all03:44
bluekujaheya03:44
pochuHey03:47
=== pochu [n=emilio@211.Red-88-11-174.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
bluekujaheya wojci06:21
wojciHello06:21
wojciDid you see http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=libtorrent-rasterbar and http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=btg ?06:21
bluekujalet me see06:22
wojciFelipe managed to make proper btg and libtorrent packages.06:22
bluekujawojci, wait a min06:22
wojciHe still needs someone to upload it into debian.06:22
bluekujawojci, you mean06:22
bluekujawith correct soname, name changed and so on?06:22
wojciI think so.06:23
wojciHe said that none of you were debian developers ..06:23
bluekujawojci, huh?06:24
bluekujaasac is a debian developer06:24
bluekujaso what does he say?06:24
wojci> I remember something about some ubuntu developers talking to me about06:25
asacme?06:25
wojci> libtorrent. I gave them your e-mail, as they were doing the same thing,06:25
wojci> packaging that is. What did happen?06:25
wojciI've talked to them, but it seems like they can't help me much, since they06:25
wojcithink my packages were ok, but none of them were Debian developers too. I do06:25
wojciexpect to work with them once btg and libtorrent get in both Debian and06:25
wojciUbuntu.06:25
bluekujawojci, what he said he's really bad06:25
asacwojci: request sponsorship06:25
wojciYou should work on your communication skills a bit. -;)06:25
wojciBoth of you. ;)06:25
asacme?06:25
asacwhy?06:25
bluekujawojci, why?06:25
bluekujawe helped him with what he asked06:26
wojciI am not saying that its your fault. I just find this situation funny.06:26
asacactually i have no idea whats the issue atm :)06:26
wojciSeems that there was a breakdown in communication.06:26
=== asac scrolling up
bluekujawojci, we explained him the problem06:26
bluekujaand he didnt come back06:26
bluekujaagain06:26
wojciAha.06:26
asaci don't remember talking with felipe about that package06:27
asacnor did he ever ask if we can sponsor it06:27
wojciLet me try to talk some sense into him and make him join this channel.06:27
asac(so i never reviewed them)06:27
bluekujawojci, sounds good06:27
asacwojci: rock!06:27
asacwojci: i guess he has been in some other channel (maybe -motu?)06:27
asac?06:28
bluekujaasac: nope06:28
wojciasac/bluekuja: Could I have your e-mail addresses please?06:28
asacits asac@PROJECTNAME ....06:28
bluekujawojci, bluekuja@ubuntu/edubuntu.com06:28
asacasac@debian.org ... asac@ubuntu.com06:28
bluekujaedubuntu.org06:28
bluekuja;)06:28
asacwojci: but actually all gets to asac@jwsdot.com06:28
asacso if you want to whitelist an email in your spamfilter, use that one :)06:28
asacwojci: please don't encourage private mail ;)06:29
asacwojci: i already have a bunch of that :)06:29
asacok out!06:29
asacsee you later (probably)06:30
bluekujaasac: cya later alezx06:32
bluekuja*alex06:32
wojciThere, e-mail away.06:33
bluekujawojci, thanks a lot06:35
bluekuja:)06:35
bluekujawojci, I'm waiting that package to be in too06:35
bluekujaI've got 2 bt clients to include06:35
bluekujathat use libtorrent-rasterbar06:35
wojciThere are gentoo, opensuse and some smaller distro packages of libtorrent and btg already.06:36
bluekujawojci, yeah06:36
bluekujaI want linkage06:36
bluekujain06:36
bluekuja;)06:36
wojciThe only problem is debian, where it takes 3 years before someone notices a packages proposal. ;)06:36
bluekujawojci, well, dont say that, it was bad before06:37
bluekujasonames et all was not correct06:37
bluekujait can mess up things06:37
wojciWork it out, leave my out of it.06:37
wojciI have no opinion, I just write the software.06:38
bluekujawojci, I dont know why he contacted you then06:38
bluekujawojci, he misunderstood06:40
bluekujathat's the only thing06:40
wojciThere is an arch linux package as well. Also of libtorrent.06:43
bluekujacool06:43
wojciAnd frugal (whatever it is) also has btg.06:43
wojciAll latest versions.06:43
pochuBTW, what is btg? :)06:44
bluekujawojci, debian policy is quite different from other distros06:44
bluekujaand now NEW queue is stuck06:44
wojciI guess that I should feel motivated to fix the existing bugs and release 0.9.6.06:44
wojcipochu, A bittorrent client for smart people. ;)06:44
bluekujafor debconf (I think)06:44
pochuOh, then it's not for me :p06:44
=== pochu ducks
bluekujapochu, news for NEW queue?06:44
wojcipochu, btg.berlios.de.06:44
bluekujapochu, looks the queue now06:46
bluekujais HUGE06:46
pochubluekuja: but we are at the beginning, so it's not a big problem for us :)06:46
bluekujayup :)06:46
bluekujapochu, verlihub is 4 days old06:46
bluekuja:D06:46
bluekujai hope it will processed soon06:46
bluekuja:P06:46
bluekujadiff-ext is at beginning06:47
=== javamaniac [i=gerardo@conference/debconf/x-b7bea6bbb9b9392e] has joined #ubuntu-motu-torrent
bluekujaheya javamaniac !06:47
pochu!info verlihub06:47
(ubotu/#ubuntu-motu-torrent) Package verlihub does not exist in feisty, feisty-seveas06:47
bluekujadirectly from debconf!!06:47
javamaniacbluekuja, hello! i'm in your same continent now :D06:47
bluekuja:D06:47
bluekujajavamaniac, is there ftp master around?06:48
bluekuja:D06:48
javamaniaca lot06:48
javamaniaclol06:48
bluekujalol06:48
bluekujathat's why NEW is stuc06:48
bluekuja*stuck06:48
bluekujathere06:48
javamaniachehehe the ftp masters are eating right now06:48
javamaniacxD06:48
bluekuja:D06:48
bluekujawhich sessions you followed?06:49
bluekujajavamaniac, is there mark too?06:51
javamaniacnope, i didn't see him06:51
bluekujajavamaniac, how long is debconf?06:52
bluekujahow many days06:52
javamaniac10 days or so06:52
bluekuja:D06:52
pochujavamaniac: please would you mind asking the archive admins to process the NEW queue for me?06:52
=== pochu hides
bluekujalol06:52
pochu:)06:53
pochuOr ask them to hire more admins :)06:53
pochuI'm volunteering :p06:53
pochuand bluekuja too ;)06:53
bluekujalol06:53
bluekuja:D06:53
javamaniachehehehe, i don't think so, i won't risk my sponsorship with that xDD06:54
bluekujaLOL06:55
bluekuja:D06:55
=== javamaniac is sleepy, it is the jetlag
bluekujayeah^^06:55
bluekujajavamaniac come to italy after06:56
bluekuja:D06:56
javamaniaci'll try, really06:57
bluekujagreat!06:58
bluekujalet me know :)06:58
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent
bluekujajavamaniac, where do you sleep? hotel?06:58
javamaniacsponsored hostel06:59
bluekujacool07:00
javamaniacbluekuja, http://www.budgetbackpackers.com/rooms.php07:00
bluekujaooh! that's really a nice place!07:00
bluekujaI gonna come next year07:00
bluekuja:D07:00
bluekujajavamaniac, so we can meet up07:01
javamaniacgreat, there's some ubunteros here(AFAIK)07:01
bluekujaooh really?07:02
bluekujawho?07:02
javamaniaci don't know them, but a friend of mine who reads planet ubuntu say that07:02
bluekujaooh nice07:03
javamaniacwell, brb07:03
bluekujaoki07:03
bluekuja:)07:03
javamaniacgoing to eat07:03
bluekuja:)07:03
javamaniac:)07:03
=== pochu [n=emilio@182.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@182.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
pochu!ping08:26
(ubotu/#ubuntu-motu-torrent) pong08:26
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-8028497ad4217871] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.195] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@212.Red-88-7-168.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
pochuWhy the hell do I receive so much Chinese spam???11:25
pochuLuckily GMail's antispam rocks :)11:26
bluekujaheya :)12:07
pochuHey bluekuja12:08
bluekujaheya pochu :)12:09
bluekujapochu: did you see that message from dak?12:09
bluekujaon motu-list12:09
pochuThe 'How to upload to Debian' one?12:10
bluekujanope12:10
bluekujaProcessing of qjackctl_0.2.22-2ubuntu1_source.changes12:10
bluekujaon debian12:10
bluekujalol12:10
pochuHehe12:11
bluekujawho did it?12:11
bluekuja:)12:11
pochulooks like somebody uploaded to unstable rather than to gutsy :-)12:11
bluekujayeah , lol12:11
bluekujathat was my package12:11
bluekuja(my merge)12:11
bluekujamaybe a MOTU badly uploaded12:12
bluekujato unstable12:12
bluekuja:P12:12
pochuHaha12:12
bluekujawith ubuntu versioning12:12
bluekujaasac: I'm doing a merge that uses in rules dh_install --sourcedir=debian/tmp12:40
bluekujabuilding it12:40
bluekujaI get cp: cannot stat `debian/tmp//usr/bin/msexport': No such file or directory12:40
bluekujawith two /12:40
bluekujawhat can be the problem?12:40
asacbluekuja: sorry i am lost here ... no context12:42
asacwhat are you talking about?12:43
bluekujaabout qgis merge12:43
bluekuja:)12:43
asacah12:43
asacyeah12:43
asacwhats the problem?12:43
bluekujaneed to find out why it gets //12:43
bluekujait FTBFS12:43
bluekujafor that12:43
asacbluekuja: the // is probably not the problem12:43
bluekujammm12:43
asacit gets it because in .install files the path is started with /12:43
asac(in case that you really bother)12:43
asacyou don't need to put absolute paths in .install files12:44
asacbut it should work either way12:44
bluekujado you think that it's not the problem?12:44
asacyes ... you are on wrong track :)12:44
asacmr sherlock holmes ;)12:44
bluekuja:D12:44
asacthe problem is that debian/tmp//usr/bin/msexport does not exist12:44
asac:)(12:44
asacgive it a try12:44
bluekujalets see12:45
asacmaybe you don't install to debian/tmp at all?12:45
bluekuja DESTDIR=$(CURDIR)/debian/tmp12:45
bluekujawe're ok for now12:45
asacusually you have a $(MAKE) install DESTDIR=debian/tmp somewwhere12:45
bluekujayeah12:45
bluekujathat's correct12:45
asacyeah ... then msexport is not build at all?12:45
asacdoes that file exist anywhere in your buildtree after the build?12:46
bluekujaseems that is not created12:46
bluekujabut is installed12:46
bluekujausr/bin/msexport12:47
bluekujain .install12:47
bluekujaasac: path is correct in install files12:48
bluekujae.g it does *not* start with /12:48
asacbluekuja: yeah ... then the problem is obviously that its not build at all12:49
bluekujaexactly12:50
asaclook in Makefile.am if its there in some bin_PROGRAM12:50
asacvariable12:50
asacbluekuja: just figure out why its not build ... then you fix it :)12:50
asachave fun :)12:50
bluekujalol12:50
asac... me has to get breakfast12:50
bluekuja:D12:50
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
bluekujaheya freeflying02:38
bluekuja:)02:38
freeflyingbluekuja: hi02:40
=== freeflying is now known as freeflying|away
bluekujafreeflying|away, you leaving?02:40
freeflying|awaybluekuja: yes02:41
bluekujafreeflying|away, ;)02:41
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all03:34
pochuHello DarkSun88 :)04:13
=== bluekuja_ [n=andrea@host206-168-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== bluekuja_ is now known as bluekuja
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-f6a859e4b9e9355f] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-8601cb0fa94075c2] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88ve09:55
DarkSun88Hi all09:55
pochuHey DarkSun8809:56
DarkSun88Hi pochu :)09:56
pochu:)09:56
bluekujaback10:38
bluekujaheya all10:38
bluekujaheya asac10:39
bluekujayou still around?10:39
asacyeah somehow10:41
bluekujacool10:41
bluekujayour gf?10:41
bluekujathought you were around with her10:42
bluekuja^^10:42
asacshe is budy10:42
asacbusy10:42
asac:)10:42
bluekujaoh :)10:42
bluekujaasac: If I finish a debdiff can I ask yo to take a look?10:42
DarkSun88bluekuja: Work you always?10:48
bluekujaDarkSun88, yeah, just went home10:48
bluekujaand I re-start working10:49
bluekuja:D10:49
bluekujaDarkSun88, have you seen any merge to do?10:49
DarkSun88Mm, no, unfortunately.10:50
bluekuja:D10:50
DarkSun88Now I'm studying.10:50
bluekujaDarkSun88, exams?10:50
bluekuja:)10:50
bluekujado you study on saturday too?10:51
bluekujathat's bad10:51
bluekuja:10:51
bluekuja:P10:51
DarkSun88Yes, 2007-06-21 the first exam10:51
asacbluekuja: finish the debdiff, then we can see :)10:52
bluekujaasac: sounds great10:52
bluekuja:)10:52
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
asacok out12:10
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
DarkSun88G'night01:00
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujaheya guys11:49
pochuHi bluekuja11:55
bluekujaheya pochu11:55
bluekuja:)11:55
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-6b28934afc9ead49] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@161.Red-88-9-224.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-880d4a49f130fbec] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-94c635efef4cbb47] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=andrea@host106-173.pool8250.interbusiness.it] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-400e2f2b22dd98ae] has joined #ubuntu-motu-torrent
=== bluekuja_ is now known as bluekuja
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all10:46
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
fsatelerhey there. you may want to check out the (new) packages I made for libtorrent-rasterbar and btg11:21
fsateleravailable in binary and source forms:11:21
fsatelerdeb ftp://ftp.berlios.de/pub/btg/debian unstable main11:21
fsatelerdeb-src ftp://ftp.berlios.de/pub/btg/debian unstable main11:21
=== pochu wonders what's about the mentors one...
fsatelernot much, really. Just a better cleanup of debian/rules11:21
fsatelerplus using ${binary:Version} instead of ${Source-Version}11:23
fsatelerin fact, I just remembered I reuploaded to mentors a few days ago11:25
=== pochu wonders whether you'll find a mentor anytime soon...
pochufsateler: Madrid or Bara? ;)11:30
fsateler?11:30
pochuSo you're not spanish :)11:31
fsatelerhehe, no11:31
fsatelerChilean11:31
pochuI thought you were because of your name ;)11:31
pochuHehe, that was a possibility too :)11:31
fsatelerhmm... seems like latin america has been forgotten :p11:32
pochuWhen your soccer team wins the league, you don't think in every possibility ;)11:34
fsatelerthat happened today, right?11:37
pochuYeah11:39
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@161.Red-88-9-224.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== Signon time : Thu Jun 14 22:54:52 2007
=== Signoff time : Mon Jun 18 15:35:46 2007
=== Total uptime : 3d 16h 40m 54s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there03:39
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 03:39
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== pochu [n=emilio@72.Red-88-11-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@80.Red-88-27-29.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@252.Red-83-57-163.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.173] has joined #ubuntu-motu-torrent
=== User470 [n=User@70-58-81-27.tukw.qwest.net] has joined #ubuntu-motu-torrent
=== hagabaka [n=hagabaka@unaffiliated/hagabaka] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) heya hagabaka07:12
hagabakahey bluekuja07:12
hagabakai've asked about this before, but will fiesty eventually upgrade rtorrent to 0.7.4 or do i have to switch to gutsy?07:12
(bluekuja/#ubuntu-motu-torrent) hagabaka, need to wait gutsy for it07:13
(bluekuja/#ubuntu-motu-torrent) :)07:13
hagabakathe software itself can be built and run on fiesty, so there shouldn't be a reason...07:13
(bluekuja/#ubuntu-motu-torrent) yeah, but we cant07:13
(bluekuja/#ubuntu-motu-torrent) add it to feistu07:13
(bluekuja/#ubuntu-motu-torrent) *feisty07:13
(bluekuja/#ubuntu-motu-torrent) it's not a security update07:13
hagabakaoh07:13
(bluekuja/#ubuntu-motu-torrent) so only thing is to have gutsy07:14
(bluekuja/#ubuntu-motu-torrent) or download it on feisty07:14
hagabakawhat does the feisty-proposed repository do?07:15
(bluekuja/#ubuntu-motu-torrent) packages with grave security problems07:15
(bluekuja/#ubuntu-motu-torrent) can be added there07:15
hagabakaoh07:15
hagabakaand -updates are also only for security updates?07:16
(bluekuja/#ubuntu-motu-torrent) I think yes, pochu you confirm?07:17
(bluekuja/#ubuntu-motu-torrent) pochu asked for an SRU07:17
hagabakaSRU?07:17
pochureading07:17
(bluekuja/#ubuntu-motu-torrent) https://wiki.ubuntu.com/MOTU/SRU07:18
pochuWell, -security is for security vulnerabilities.07:18
pochu-updates is for grave bugs, and -testing is for testing -updates uploads.07:18
pochuFor new releases, we have -backports.07:18
hagabakai see07:19
pochu!backports07:19
(ubotu/#ubuntu-motu-torrent) If new updated Ubuntu packages are built for an application, then they go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging07:19
hagabakathere's a request to backport rtorrent at https://bugs.launchpad.net/feisty-backports/+bug/117815 , but it was rejected seemingly because the library has dependencies that's not met in feisty07:20
(ubotu/#ubuntu-motu-torrent) Launchpad bug 117815 in feisty-backports "Backport rtorrent 0.7.4-2 from Gutsy" [Undecided,Rejected] 07:20
pochuhagabaka: then it's not possible. You'll have to wait for Gutsy, I'm afraid07:20
hagabakadoes backport mean directly duplicating the package from a newer version of ubuntu, instead of rebuilding it for the current version?07:21
pochuNo, it rebuilds it, but a new upstream release might need newer libraries, which aren't in that release.07:24
pochuWhich seems to be the case.07:24
hagabakabut there's a guide on ubuntu forums for installing rtorrent 0.7.4 on fiesty, and it doesn't use any newer libraries07:25
hagabakait seems that only the gutsy package is dependent on newer libraries07:25
hagabakahttp://ubuntuforums.org/showthread.php?t=37127507:26
hagabakai think the post is actually be for edgy07:27
pochuLet me see07:38
pochuhagabaka: it needs libtorrent >= 0.11.3 (not 0.11.4)07:42
pochu!info libtorrent-dev feisty07:42
(ubotu/#ubuntu-motu-torrent) Package libtorrent-dev does not exist in feisty07:42
hagabakaso does it only mean libtorrent should be backported before rtorrent can be backported?07:43
hagabakathey're from the same project07:44
pochuYes, it'd need a backport too.07:44
pochuSo you can file a backport request for libtorrent, and if it's approved, then reopen the rtorrent one :)07:44
hagabakaok07:44
pochuLet me know if you need help / have any problem.07:45
hagabakaall right, thanks07:45
pochuYou're welcome. And thanks for work on this :)07:46
pochuI hope libtorrent can be backported, though I'm not sure about it...07:46
=== pochu_ [n=emilio@128.Red-83-59-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu_ is now known as pochu
=== javamaniac [i=gerardo@conference/debconf/x-cba09dd38695c0fe] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== hagabaka [n=hagabaka@bp.fiveforty.jp] has joined #ubuntu-motu-torrent
=== ChanServ [ChanServ@services.] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@212.242.227.4] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
-ChanServ(ChanServ@services.)- [#ubuntu-server] Ubuntu Server Discussions (development and support)09:28
-ChanServ(ChanServ@services.)- [#ubuntu-ops] Welcome to #ubuntu-ops - Home of the operators for official K/X/Ed/Ubuntu channels. Questions, requests and complaints about Ubuntu related channels and their people can be filed here"09:28
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there09:28
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!09:28
bluekujaheya javamaniac 109:30
bluekuja*!!!09:30
bluekuja:)09:30
javamaniacbluekuja, hey how are you?09:31
bluekujareally good!09:32
bluekujayou?09:32
bluekuja:)09:32
javamaniaci'm fine, but tired, my WiFi card doesn't work , and i've walked a lot here in EDI to find a PC store :S09:33
bluekujalol09:33
bluekujahow its going?09:33
javamaniacvery well, DebConf r0x!09:35
bluekujajavamaniac, :D09:35
bluekujaI know!09:35
bluekujaI really want to come09:35
bluekujanext year09:35
javamaniacyes try to do it09:36
javamaniacit's great09:36
bluekujawhere you said it will be next year?=09:36
javamaniacArgentina :)09:37
bluekujaawww09:37
bluekujareally far09:37
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
pochuand UDS at Boston... :/10:17
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== nuuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== nuu is now known as nu
=== nu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== nu is now known as nuu
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@128.Red-83-59-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.173] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=andrea@host223-216.pool8248.interbusiness.it] has joined #ubuntu-motu-torrent
=== freeflying is now known as freeflying|away
=== andrea__ [n=andrea@host185-170-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== andrea__ is now known as bluekuja
=== pochu [n=emilio@128.Red-83-59-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
pochuGood morning!12:59
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@229.Red-83-59-169.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=andrea@82.52.168.242] has joined #ubuntu-motu-torrent
=== pochu_ [n=emilio@36.Red-88-7-171.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu_ is now known as pochu
=== bluekuja_ [n=andrea@host60-223-dynamic.54-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-03cb1dc90841b019] has joined #ubuntu-motu-torrent
=== andrea__ [n=andrea@host126-124-dynamic.54-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== andrea__ is now known as bluekuja
bluekujafreeflying|away, still away?05:52
bluekuja:)05:52
freeflying|awaybluekuja: hi06:23
=== freeflying|away is now known as freeflying
bluekujafreeflying, heya!06:23
bluekuja:)06:23
bluekujapochu, heya06:27
bluekujado you plan to do muine merge?06:28
pochuHey bluekuja :)06:28
bluekujaor I can do it?06:28
pochuI did it, but it failed to build...06:28
bluekujaaww06:28
pochuI guess that might be nmu's patch ;)06:28
bluekuja^^06:28
pochuSo I'm waiting for a maintainer upload :p06:28
bluekujaI'll leave it then06:28
bluekujatnx for the info06:28
bluekuja:)06:28
pochunp :)06:29
freeflyingbluekuja: done06:39
bluekujafreeflying, thanks a lot :)06:40
bluekujagood shower06:40
bluekuja:)06:40
freeflyingbluekuja: we may maintain all packages relate to bttorrent on launchpad06:41
bluekujafreeflying, yup06:41
bluekujalike adding an unique maintainer?06:42
bluekujalike debian does?06:42
freeflyingbluekuja: ya06:42
bluekujaasac: what do you think?06:42
bluekujafreeflying, sounds like a nice idea06:42
bluekujapochu: in your opinion?06:42
bluekujafreeflying, we need an official ML for it06:44
bluekujaif I'm right06:45
freeflyingbluekuja: yes, you may poke the ml dude  :)06:45
bluekujafreeflying, yeah, you're right, what's his name?06:45
bluekujajono bacon?06:46
freeflyingbluekuja: you may try06:46
bluekujafreeflying, yeah06:47
freeflyingbluekuja: or poke Znarl06:47
bluekujaI think I gonna ping him06:47
bluekujayeah, but jono maintains MLs06:47
bluekujagonna email/ping him06:47
freeflyingZnarl is employee of Canonical who is in charge of network administrator06:47
asacwhats this about?06:48
bluekujaasac: about maintaining all packages06:48
bluekujarelated to btorrent06:48
bluekujae.g like debian06:48
asacyeah ... if you can convince current debian maintainers to join the team ... great06:50
asacbut you probably cannot force takeover of maintenance :)06:51
bluekujaasac: and only for ubuntu?06:51
bluekujalike Maintainer:06:52
bluekujaXSBC06:52
bluekujaasac: it's ok to do it for ubuntu06:53
bluekujaas far as XSBC exist06:54
bluekujafreeflying, gonna ping him06:55
bluekujaand let you know06:55
bluekuja:)06:55
bluekujathanks for the nice hint06:55
asacwhy not... though it might probably make more sense to once the team has more people with upload rights06:56
bluekujayeah06:57
pochuThe problem would be how to do it. If we are going to sync/merge from Debian, it'll be probably hard...07:05
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
pochuAnd I can't find a good reason to entirely maintain them ourselves...07:06
bluekujapochu: he means only for ubuntu07:06
bluekujaI think07:06
bluekujae.g Maintainer: motu-torrents@list.etc07:06
bluekujaXSBC: debian maintainer07:07
pochuAnd then don't sync/merge from Debian anymore?07:07
bluekujawhy?07:08
bluekujapochu: we are talking about maintainer07:09
bluekujaeveryone can merge/sync then07:09
bluekujabut emails are received by all the team07:09
pochuOh, just the maintainer?07:10
bluekujayup07:10
bluekuja:)07:10
bluekujabrb07:10
pochuI thought it was about setting a repo and having the debian/ dir there.07:10
pochuWhich would become a problem when syncing from Debian...07:10
bluekujapochu: no no :)07:15
bluekujajust maintainer07:15
pochuOh, it's cool then!07:16
pochuOf course in packages we sync we won't have the Maintainer address...07:16
pochuBut that's not a problem, IMHO :)07:16
bluekujayeah07:16
bluekujanot a problem07:16
bluekujaI'll mail motu list07:16
bluekujato tell everyone what to do07:16
bluekujawith bt merges07:17
bluekuja;)07:17
bluekujanow I wait jono bacon07:17
pochubluekuja: wait07:19
pochuFor the ML: https://blueprints.launchpad.net/launchpad/+spec/team-mailing-lists07:19
bluekujalet me read07:19
bluekujapochu: when it will be active?07:20
bluekujapochu: I can just add a ticket07:22
bluekujaand it will be done soon07:23
pochuI'm afraid it'll take a while...07:24
pochuIt was recently set to high prio, and it's assigned, but I think coding hasn't started yet.07:25
pochuSo probably more than one month... even two07:25
bluekujayeah07:41
bluekujaso I ping mailman07:41
pochuUnless we can wait after the summer07:41
bluekujammmm...07:43
bluekujaI pinged Ng07:43
bluekujaand he said to open a request on mailman tracker07:43
bluekujaand they will do it07:43
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-f44af443a555a917] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
pochubluekuja: 20:27 <     barry> pochu: only very rough.  i think it will be a month or so08:45
bluekujaawww08:45
bluekujanot nice to hear08:45
bluekuja:P08:45
pochuWell, providing the ubuntu.com ML takes more than a month to be approved, it's cool ;)08:46
bluekujalol08:46
bluekujareally?08:46
bluekujathey said me to ask it on sysadmins08:47
bluekujaand then it gets approved08:47
pochuWell, it was about ~2 weeks ago, before jono was taking care of it.08:49
bluekujacool08:49
pochuI've seen people complaining on loco-contacts ML because they were waiting more than a month and had asked many times08:49
pochuBut I think it'd be better to wait for the LP ML. It'll be integrated in LP, with the archives there, the admins...08:50
bluekujammm...08:50
bluekujadid they follow the procedure?08:50
bluekujae.g asking to sysadmins?08:50
pochuAnd probably when somebody join the team, they'll be automatically added to the ML, which is cool IMHO.08:50
pochubluekuja: there was a mail address to ask it, and they mailed it.08:51
pochuBut probably since they weren't approved teams...08:51
pochue.g. the Spain Team created his own mailman after waiting for a long time08:51
bluekujammm...08:52
bluekujaI think I gonna send the request08:52
bluekujaand then wait08:52
=== javamaniac [i=gerardo@conference/debconf/x-1a2bf6654d0e6c22] has joined #ubuntu-motu-torrent
=== pochu_ [n=emilio@122.Red-88-11-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu_ [n=emilio@122.Red-88-11-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu_ is now known as pochu
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-cc990f3f317e6dee] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else01:26
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>01:26
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there01:26
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!01:26
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 01:26
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 01:26
=== #ubuntu-boot is desynced from anthony.freenode.net at 01:27am
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else05:23
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>05:23
=== #kubuntu You need to be identified to join that channel
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there05:23
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!05:23
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 05:23
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 05:23
=== Signon time : Mon Jun 18 15:35:53 2007
=== Signoff time : Wed Jun 20 06:33:51 2007
=== Total uptime : 1d 14h 57m 58s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there06:37
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 06:37
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== pochu [n=emilio@122.Red-88-11-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@29.Red-88-24-187.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) pochu, aww I forgot to mail09:14
(bluekuja/#ubuntu-motu-torrent) mailman@lists09:14
(bluekuja/#ubuntu-motu-torrent) today09:14
(bluekuja/#ubuntu-motu-torrent) :/09:14
pochubluekuja: better :p09:34
=== pochu prefers the LP ML ;)
(bluekuja/#ubuntu-motu-torrent) lol09:35
(bluekuja/#ubuntu-motu-torrent) 2 months for it??09:35
pochuWell, he said me ~ one month :)09:36
pochuAnd we have already been without it for more than that ;)09:36
(bluekuja/#ubuntu-motu-torrent) yeah09:36
(bluekuja/#ubuntu-motu-torrent) for09:37
(bluekuja/#ubuntu-motu-torrent) me09:37
(bluekuja/#ubuntu-motu-torrent) we can wait then09:37
pochuAnd since I won't be that active during the summer, I don't care whether it's one month or even two and a half :)09:37
(bluekuja/#ubuntu-motu-torrent) lol09:37
pochuCool :)09:37
pochubbl, dinner09:37
(bluekuja/#ubuntu-motu-torrent) oki :)09:37
(bluekuja/#ubuntu-motu-torrent) cu later09:37
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
bluekujapochu, why?10:09
bluekujapochu, that patch was added on LP10:10
pochubluekuja: I saw it (I'm a contact for tracker). I think we should patch python/deskbar-handler/tracker-handler.py instead...10:10
bluekujapochu, it wont be fixed there?10:11
bluekujapochu, I dont see problems10:11
pochubluekuja: no, since the sv.po you patched is the Swedish translation...10:11
pochubluekuja: the bug is in the English translation, not in the Swedish one ;)10:12
bluekujapochu, but it was present on svedish too10:12
bluekujaso every translation10:12
bluekujapochu, anyway I did *not* do that patch10:12
bluekujaI just made the debdiff10:12
pochubluekuja: yeah, I'm not complaining against you ;)10:13
bluekujaand I trusted people that got that problem10:13
pochuThough your sponsor should have reviewed it first... :/10:13
bluekuja(and that knows that problem)10:13
bluekujapochu, let me check that file10:13
bluekujapochu, yeah10:14
bluekujais there10:14
bluekujapochu, want me to make a debdiff again=10:14
bluekuja?10:14
pochuGive me a moment to be sure about it.10:15
bluekujaplease be SURE10:15
bluekuja:)10:15
pochuIt's not a big issue, so probably it's better to wait for 0.6, which will be out soon.10:15
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
bluekujapochu, sv.po is the only lang10:18
bluekujawith that10:18
bluekujaso it's right10:18
bluekuja;)10:18
bluekujaenglish doesnt even have it10:19
bluekujapochu, who made the patch knows what he did (as far as he uses it)10:19
bluekujaso we're ok10:19
bluekuja;)10:19
pochubluekuja: I don't think so. That patch will either do nothing or brake the Swedish translation, but will not fix the English one (which is the one that is broken)10:20
[aguaithefreak(n=aguai@125-225-113-95.dynamic.hinet.net)] hihi10:21
bluekujapochu, if you want10:21
[aguaithefreak(n=aguai@125-225-113-95.dynamic.hinet.net)] where to see your log? 10:21
bluekujaI can patch directly the file10:21
bluekujaand upload it10:21
bluekujawhat do you think=10:21
bluekuja?10:21
pochuI think it's better to just remove the patch, and wait for 0.610:22
pochuI'll make sure it has it fixed.10:22
bluekujapochu, let's keep that where it is10:22
bluekujathen10:22
bluekujaIt wont break anything10:22
bluekujaI'm sure10:22
bluekujaso leave it as it is10:23
pochuOk then.10:23
bluekujaand wait for 0.610:23
bluekujaso you can take care of it10:23
bluekuja;)10:23
pochu:)10:23
pochuWill do :)10:23
bluekuja:)10:23
bluekujathanks10:23
bluekuja:)10:23
pochuyw ;)10:25
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [i=gerardo@conference/debconf/x-798e6cda8f1737ee] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-a6c014506be3dc9e] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-ff9f56deb2fb4f4f] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-1baa420832271465] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-ab05390b1720ec2e] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.246] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.246] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.246] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.246] has joined #ubuntu-motu-torrent
bluekujafreeflying, heya bro06:59
bluekujajust sent a mail to you06:59
bluekuja(six o'clock in the morning here :P)06:59
freeflyingbluekuja: hi07:10
bluekuja:)07:11
bluekujafreeflying,is the mail there?07:11
bluekujafreeflying, leaving for work :/07:13
bluekujamail should be there, see you later07:13
bluekuja;)07:13
bluekujajust tell me done when done07:14
bluekuja;)07:14
freeflyingbluekuja: uploaded07:19
=== cynics [n=freeflyi@123.116.99.167] has joined #ubuntu-motu-torrent
=== lirazzzz [n=lirazzzz@84.94.1.218.cable.012.net.il] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-cf593211a0c7e6d2] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@29.Red-88-24-187.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== |Element [n=Element@116.215.161.225] has joined #ubuntu-motu-torrent
=== |Element is now known as Element
=== |Element [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== |Element is now known as |Element|
=== javamaniac [i=gerardo@conference/debconf/x-bae38a1849ea2cbc] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.99.167] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.99.167] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-a7b96733f6f4030f] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
pochubluekuja: hopefully the NEW queue will be processed soon, now that debconf is finished/finishing :)06:36
bluekujawooooooooooooooooohoooooooooooooooOO!06:36
bluekujapochu, that's a great news!06:37
bluekujafsateler, heya06:37
fsatelerhi06:37
bluekujahow are you ?06:37
bluekujafsateler, news?06:38
pochuhey fsateler06:38
fsateleroh, so many pepople talking at me.. :p06:39
fsatelerhehe06:39
bluekuja^^06:39
fsatelerbluekuja: I put binary packages of libtorrent-rasterbar and btg in btg's ftp site06:39
fsatelerftp://ftp.berlios.de/pub/btg/debian06:40
bluekujafsateler, wait06:40
bluekujaneed to know more about your packages in mentors.06:40
fsatelerwhat do you want to know?06:42
bluekujadid you fix name problem?06:42
fsatelerno, because since both libtorrents have different sonames they can coexist06:43
pochuWhat about -dev?06:43
bluekujanice question pochu06:44
bluekuja:)06:44
fsateler-dev has to conflict06:44
bluekujaso it cannot be accepted06:44
bluekujainto debian06:44
fsatelerwhy?06:44
bluekujaand anyway how do you name folders?06:44
pochuIt can, but it's not the best solution, IMHO.06:44
bluekujae.g libtorrent06:45
bluekujapochu, yeah, but it's not good06:45
bluekuja;)06:45
fsatelermmm... what could be done is to put libtorrents headers inside a libtorrent-rasterbar folder06:45
fsatelerso they would be /usr/include/libtorrent-rasterbar/libtorrent/*.hpp06:45
bluekujayea06:45
bluekujathat's seems nicer06:45
bluekujafsateler, you can do it?06:46
fsateleryes06:46
bluekujaoooooki06:47
fsatelerbut I have to check first how the installation goes...06:47
fsatelerI really hate these autotools stuff... it just makes stuff complicated06:47
bluekujalol06:48
fsateleralthough this time it seems it made it easier: apparently a configure switch does the trick06:50
bluekujafsateler, new libtorrent-rasterbar release?06:50
fsatelernot yet... let me check this actually works06:50
fsatelerplus, I think that the pkgconfig file has to be updated06:51
=== fsateler waits while libtorrent builds
bluekuja^^06:55
(javierder/#ubuntu-motu-torrent) hi bluekuja07:09
bluekujaheya javierder07:09
(javierder/#ubuntu-motu-torrent) did you get my email with the updated tribler packages?07:10
bluekujalet me see07:10
bluekujayup07:11
bluekujais here07:11
bluekujalet me finish some urgent stuff07:11
(javierder/#ubuntu-motu-torrent) ok, let me know if it's ok.07:11
bluekujaand I'm with you07:11
(javierder/#ubuntu-motu-torrent) no problem :)07:11
bluekujato check it07:11
bluekuja;)07:11
bluekujathanks for ti07:11
bluekuja*it07:11
fsatelerbluekuja: it seems I moved the include dir. however I'm afraid it was useless :(07:26
fsatelerboth -dev packages have conflicting files: libtorrent.{pc,so,a}07:27
fsatelerplus, rakshasa's includes are in /usr/include/torrent, which didn't conflict with rasterbar's in the first place :/07:28
=== javamaniac [i=gerardo@conference/debconf/x-9ec0d01a1d04bb25] has joined #ubuntu-motu-torrent
=== pochu wonders why the hell they have the same name...
pochuIt's like if I start a new library called Glib :p07:30
fsatelerindeed... the creativity (or lack thereof) shown in free software names is amazing07:31
fsatelerI bet there are even more libtorrents we are not aware of07:33
pochuhehe07:34
fsatelerso what do we do now?07:41
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-dcfff5a6415ccef2] has joined #ubuntu-motu-torrent
bluekujaheya javamaniac !!!09:47
bluekujahow it's going?09:47
=== javamaniac [i=gerardo@conference/debconf/x-b7ea6f3dbd1605e6] has joined #ubuntu-motu-torrent
=== gerardo_ [i=gerardo@conference/debconf/x-0b977c91e16dc01e] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-2e12783c20ee751b] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent
=== freeflying is now known as cynics
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent
=== freeflying is now known as cynics
bluekujacynics, you have a mail07:08
bluekuja;)07:08
cynicsbluekuja: uploaded07:25
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@29.Red-88-24-187.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-583d5dd53da222d8] has joined #ubuntu-motu-torrent
=== pochu_ [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu_ is now known as pochu
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-9497f7b493b3415b] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
freeflyingbluekuja: all merges done06:16
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-4686e1885c40b187] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-56949335d09865a1] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.102.157] has joined #ubuntu-motu-torrent
=== cynics_ [n=cynics@123.116.102.157] has joined #ubuntu-motu-torrent
=== cynics_ is now known as cynics
cynicsbluekuja: why don't you build xmms2-plugin-faad?08:41
cynicscynics: as to the gmsh, you have used a pre-version from gutsy archive08:41
cynicsbluekuja: as to the gmsh, you have used a pre-version from gutsy archive08:41
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujacynics, yeah11:58
bluekujathat's what I did11:58
bluekujaI used previous version11:58
bluekujaand debdiffed with new11:58
bluekuja(mine)11:58
bluekuja:)11:59
bluekujacynics, mmm....geser introduced that change for xmms11:59
bluekujain previous version11:59
bluekujadont know the exact motivation for it11:59
bluekujaas far as it's not specified12:00
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-c0106eb853de9b86] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.102.157] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-28733d836dca1716] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== gerardo_ [i=gerardo@conference/debconf/x-f19ffe53cece1fa2] has joined #ubuntu-motu-torrent
=== javamaniac [i=gerardo@conference/debconf/x-c243bb9abafef754] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== cynics [n=cynics@123.118.0.94] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else02:32
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>02:32
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there02:32
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!02:32
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 02:32
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 02:32
=== #ubuntu-boot is desynced from kubrick.freenode.net at 02:33am
=== Signon time : Wed Jun 20 06:33:55 2007
=== Signoff time : Mon Jun 25 06:11:07 2007
=== Total uptime : 4d 23h 37m 12s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there06:14
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 06:15
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== cynics [n=cynics@58.31.11.250] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.97.91] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent
=== mumbly [n=olivier@s2ii.com] has left #ubuntu-motu-torrent ["sudo]
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== cynics [n=cynics@123.116.98.128] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) heya cynics07:02
(bluekuja/#ubuntu-motu-torrent) you have a mail07:03
(bluekuja/#ubuntu-motu-torrent) ;)07:03
=== bluekuja_ [n=andrea@host171-43.pool80183.interbusiness.it] has joined #ubuntu-motu-torrent
=== bluekuja_ is now known as bluekuja
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@78.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.98.128] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@78.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== cynics [n=cynics@123.116.99.96] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@78.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@host243-44-dynamic.10-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.98.41] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@78.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Good day all, In about 15 minutes to half an hour i'm going to begin maintenence on a few servers. About 5000 total users will be affected by this and this should not take long at all. I will give any further information in wallops, /mode your_nick w if you wish to see any further info.10:54
!dmwaters:*! Alright folks, first server in my maintenence has about 530 or so users on it. rebooting this one first.11:23
!dmwaters:*! Alright folks, next server, about 600 users affected.11:31
!dmwaters:*! Alright folks, last server. affected users, about 130011:48
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
!dmwaters:*! small server restart, 20 users affected05:23
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Good day all. It appears we had a bit of routing trouble with one of our european hubs, I've rerouted around it for now, so we'll see how well it behaves.:) Thank you for your patience, and thank you for using freenode!06:01
bluekuja@schedule rome06:59
ubotuSchedule for Europe/Rome: Current meeting: Ubuntu Development Team | 29 Jun 13:00: MOTU Team | 03 Jul 21:00: Technical Board | 04 Jul 22:00: Edubuntu | 05 Jul 22:00: Ubuntu Development Team | 10 Jul 17:00: Kernel Team06:59
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.101.251] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
bluekuja@schedule rome06:20
ubotuSchedule for Europe/Rome: 03 Jul 21:00: Technical Board | 04 Jul 22:00: Edubuntu | 05 Jul 22:00: Ubuntu Development Team | 10 Jul 17:00: Kernel Team | 11 Jul 14:00: Edubuntu | 12 Jul 17:00: Ubuntu Development Team06:20
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.99.76] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
!RichiH:*! Hi everyone. As you might have heard, version 3 of the GPL was released yesterday. No matter what licence you believe in, this release will impact the open source world. Read it and make your mind up: http://www.gnu.org/licenses/gpl.html - And, as always, thank you for using freenode! :)11:36
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent
=== cynics_ [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent
=== cynics_ [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else09:11
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>09:11
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there09:11
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!09:11
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 09:11
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 09:11
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else01:47
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>01:47
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there01:47
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!01:47
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 01:47
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 01:47
=== Signon time : Mon Jun 25 06:11:18 2007
=== Signoff time : Mon Jul 2 06:41:22 2007
=== Total uptime : 7d 0h 30m 4s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there06:45
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 06:45
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all11:58
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) heya mruiz06:03
mruizhi all06:03
(bluekuja/#ubuntu-motu-torrent) :)06:03
(bluekuja/#ubuntu-motu-torrent) mruiz, qbittorrent06:03
(bluekuja/#ubuntu-motu-torrent) uses libtorrent-rasterbar06:04
(bluekuja/#ubuntu-motu-torrent) if I'm right06:04
(bluekuja/#ubuntu-motu-torrent) can you confirm that?06:04
mruizit uses this libtorrent: http://sourceforge.net/projects/libtorrent/06:04
(bluekuja/#ubuntu-motu-torrent) mruiz, do you have a homepage for qbit?06:04
mruizin the Ubuntu archive I found other libtorrent06:04
mruizsure: http://www.qbittorrent.org/06:05
(bluekuja/#ubuntu-motu-torrent) mruiz: qBittorrent is based on the great Libtorrent by Arvid Norberg.06:06
(bluekuja/#ubuntu-motu-torrent) check www.libtorrent.net06:07
mruizyes, is the same :-)06:08
mruizhow do you rename the library ?06:08
mruizbecause "libtorrent" in Ubuntu is other project06:08
(bluekuja/#ubuntu-motu-torrent) mruiz, that libtorrent06:08
(bluekuja/#ubuntu-motu-torrent) is not yet availabe06:08
mruizah06:08
(bluekuja/#ubuntu-motu-torrent) e.g is not yet in debian or ubuntu06:08
(bluekuja/#ubuntu-motu-torrent) for a problem06:09
(bluekuja/#ubuntu-motu-torrent) related to soname and lib name itself06:09
mruizyes... also I'm packaging it06:09
mruiz:-)06:09
(bluekuja/#ubuntu-motu-torrent) did you find a work-around for that problem?06:09
mruizhow name this package... :-)06:10
(bluekuja/#ubuntu-motu-torrent) mruiz, how to install it properly06:10
(bluekuja/#ubuntu-motu-torrent) without overwriting existing libtorrent06:10
cynicsbluekuja: hi06:10
(bluekuja/#ubuntu-motu-torrent) cynics, heya bro06:10
(bluekuja/#ubuntu-motu-torrent) cynics, a guy talked bad about me06:10
(bluekuja/#ubuntu-motu-torrent) to a MC member06:10
cynicsbluekuja: need I re-comment?06:11
(bluekuja/#ubuntu-motu-torrent) cynics, mmm..06:11
(bluekuja/#ubuntu-motu-torrent) have you read what he said?06:11
(bluekuja/#ubuntu-motu-torrent) (gauvain)06:11
cynicsbluekuja: yes06:11
cynicsbluekuja: I know him06:11
(bluekuja/#ubuntu-motu-torrent) cynics, really?06:11
cynicsbluekuja: seems he comes from ubuntu-au team06:12
(bluekuja/#ubuntu-motu-torrent) cynics, well, if you think that a comment at it would be a plus, why not!06:12
(bluekuja/#ubuntu-motu-torrent) cynics, I've worked a lot with you06:12
(bluekuja/#ubuntu-motu-torrent) so you know06:12
(bluekuja/#ubuntu-motu-torrent) ;)06:12
cynicsbluekuja: I see, as asac said you can reponse quickly about what you've done06:13
(bluekuja/#ubuntu-motu-torrent) yup06:13
(bluekuja/#ubuntu-motu-torrent) cynics, if you want to comment at gauvain, would be nice06:14
cynicsbluekuja: I will06:14
(bluekuja/#ubuntu-motu-torrent) cynics, great thanks! let me know when done06:14
(bluekuja/#ubuntu-motu-torrent) :)06:14
mruizbluekuja: I will work in this packages ASAP... Can you help me with them if I find problems?06:17
(bluekuja/#ubuntu-motu-torrent) mruiz, of course06:17
(bluekuja/#ubuntu-motu-torrent) having that lib in06:17
(bluekuja/#ubuntu-motu-torrent) is one of my TODOs06:17
mruiz:-)06:17
mruizwell, I can help you this this task :-)06:17
(bluekuja/#ubuntu-motu-torrent) sounds great06:18
mruizthen, I'm part of MOTU-torrent?06:18
(bluekuja/#ubuntu-motu-torrent) gonna accept you06:18
(bluekuja/#ubuntu-motu-torrent) to the team06:18
(bluekuja/#ubuntu-motu-torrent) it will be motu-p2p06:18
(bluekuja/#ubuntu-motu-torrent) in the future06:18
(bluekuja/#ubuntu-motu-torrent) ;)06:18
mruiz:-)06:19
(bluekuja/#ubuntu-motu-torrent) one moment06:20
(bluekuja/#ubuntu-motu-torrent) :)06:20
(bluekuja/#ubuntu-motu-torrent) mruiz, welcome06:20
(bluekuja/#ubuntu-motu-torrent) ;)06:20
mruiz\0/06:20
(bluekuja/#ubuntu-motu-torrent) let me know06:21
(bluekuja/#ubuntu-motu-torrent) how it goes06:21
(bluekuja/#ubuntu-motu-torrent) with the lib06:21
(bluekuja/#ubuntu-motu-torrent) qbit is easy to package06:21
mruizsure!06:21
cynicsbluekuja: done06:21
(bluekuja/#ubuntu-motu-torrent) cynics, you rock06:22
(bluekuja/#ubuntu-motu-torrent) :)06:22
(bluekuja/#ubuntu-motu-torrent) thanks06:22
cynicsbluekuja: welcome, hope you can work well  :)06:22
(bluekuja/#ubuntu-motu-torrent) cynics, I hope so!06:23
cynicsbluekuja: and make motu-torrent a excellent team06:23
cynicsL)06:23
cynics:)06:23
(bluekuja/#ubuntu-motu-torrent) :)06:23
(bluekuja/#ubuntu-motu-torrent) cynics, we gonna move to -p2p06:23
(bluekuja/#ubuntu-motu-torrent) in the future06:23
(bluekuja/#ubuntu-motu-torrent) :)06:23
cynicsnice06:23
(bluekuja/#ubuntu-motu-torrent) cynics, why it's empty?06:24
(bluekuja/#ubuntu-motu-torrent) e.g only quotes06:24
(bluekuja/#ubuntu-motu-torrent) forget to add a comment?06:24
cynicsbluekuja: blank?06:25
mruizbluekuja, which name for this library: rblibtorrent or libtorrent-rasterbar ?06:25
cynicslet me check06:25
(bluekuja/#ubuntu-motu-torrent) cynics, I pm you the link06:25
(bluekuja/#ubuntu-motu-torrent) mruiz, latter better06:26
(bluekuja/#ubuntu-motu-torrent) mruiz, take care of fixing makefile stuff too06:27
mruiz;-)06:27
cynicsbluekuja: I've worked with him recently, and sponsor many merges of him,06:27
cynicssometimes there have some issues, but he  reponsed very quickly,  and06:27
cynicsalso he is familiar with package. As I've commentted before, I support06:27
cynicshis application.06:28
(bluekuja/#ubuntu-motu-torrent) yeah06:28
(bluekuja/#ubuntu-motu-torrent) :)06:28
(bluekuja/#ubuntu-motu-torrent) was hide06:28
(bluekuja/#ubuntu-motu-torrent) :)06:28
(bluekuja/#ubuntu-motu-torrent) mruiz, you can maintain it using bzr07:43
(bluekuja/#ubuntu-motu-torrent) if you like07:43
(bluekuja/#ubuntu-motu-torrent) using team bzr07:43
mruizwhat is the benefit ?07:44
(bluekuja/#ubuntu-motu-torrent) everyone can commit to it07:44
(bluekuja/#ubuntu-motu-torrent) for fixes07:44
(bluekuja/#ubuntu-motu-torrent) or whatever07:44
(bluekuja/#ubuntu-motu-torrent) but first, you should get at a good point07:44
(bluekuja/#ubuntu-motu-torrent) e.g getting everything ok07:45
(bluekuja/#ubuntu-motu-torrent) (like lib soname et all)07:45
mruizbluekuja, first of all, I will finish to package it ;-) afterwards, I will decide about it way of maintenance07:48
(bluekuja/#ubuntu-motu-torrent) mruiz, yup, let me know when you have first results07:49
mruizsure07:49
(bluekuja/#ubuntu-motu-torrent) mruiz, and remember that everything should point07:49
(bluekuja/#ubuntu-motu-torrent) to libtorrent-rasterbar07:49
(bluekuja/#ubuntu-motu-torrent) (folders, libname etc)07:49
mruizok07:50
(bluekuja/#ubuntu-motu-torrent) you can make07:50
(bluekuja/#ubuntu-motu-torrent) it07:50
(bluekuja/#ubuntu-motu-torrent) ;)07:50
mruizbluekuja, how can I rename the directory ?08:04
mruizthe current dir is "libtorrent-0.12"08:05
(bluekuja/#ubuntu-motu-torrent) mruiz, binary install dir08:13
(bluekuja/#ubuntu-motu-torrent) not upstream source folder itself08:13
(bluekuja/#ubuntu-motu-torrent) as I said, you should play with makefiles08:14
(bluekuja/#ubuntu-motu-torrent) or debian/rules08:14
(bluekuja/#ubuntu-motu-torrent) mruiz, a guy tried to do it08:14
(bluekuja/#ubuntu-motu-torrent) in mentors.debian08:14
(bluekuja/#ubuntu-motu-torrent) check it08:15
mruizI understood... by default Makefile will try to install "libtorrent"08:15
(bluekuja/#ubuntu-motu-torrent) yup08:15
(bluekuja/#ubuntu-motu-torrent) mruiz, check what that guy did08:15
(bluekuja/#ubuntu-motu-torrent) on mentors08:15
(bluekuja/#ubuntu-motu-torrent) (I dont know if he did right)08:15
(bluekuja/#ubuntu-motu-torrent) but you can start testing it08:15
(bluekuja/#ubuntu-motu-torrent) and then change/fix/add08:15
mruizok08:19
(bluekuja/#ubuntu-motu-torrent) if you cant find it08:19
(bluekuja/#ubuntu-motu-torrent) ping me08:19
(bluekuja/#ubuntu-motu-torrent) :)08:19
mruizI found it, but I will continue with my job :-)08:20
mruiz(I have to learn)08:21
(bluekuja/#ubuntu-motu-torrent) oh ^^08:21
(bluekuja/#ubuntu-motu-torrent) ok then08:21
(bluekuja/#ubuntu-motu-torrent) :)08:21
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== cynics [n=cynics@123.116.99.17] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.98.249] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.98.249] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) mruiz, how it's going?07:05
mruizhi bluekuja07:05
(bluekuja/#ubuntu-motu-torrent) :)07:05
mruizI'm doing other things now :-)07:05
(bluekuja/#ubuntu-motu-torrent) oh k07:05
(bluekuja/#ubuntu-motu-torrent) are you a hopeful?07:05
mruizMOTU ?07:06
mruizMOTU hopeful... yes07:06
(bluekuja/#ubuntu-motu-torrent) cool07:06
(bluekuja/#ubuntu-motu-torrent) :)07:06
mruizand you?07:07
(bluekuja/#ubuntu-motu-torrent) same :)07:07
(bluekuja/#ubuntu-motu-torrent) I work for debian too07:07
(bluekuja/#ubuntu-motu-torrent) ^^07:07
mruizare you in the NM queue ?07:08
mruizI'm also contributing for Debian :-)07:09
(bluekuja/#ubuntu-motu-torrent) mruiz, not yet :)07:11
(bluekuja/#ubuntu-motu-torrent) you?07:11
(bluekuja/#ubuntu-motu-torrent) your qa page?07:11
mruizI started only months ago, but my advocate suggested to start my NM process07:12
mruizhttp://qa.debian.org/developer.php?login=debianized@gmail.com07:12
(bluekuja/#ubuntu-motu-torrent) mruiz, cool!07:15
(bluekuja/#ubuntu-motu-torrent) :)07:15
(bluekuja/#ubuntu-motu-torrent) mruiz, oh anibal07:17
(bluekuja/#ubuntu-motu-torrent) advocated you07:17
mruizyes :-)07:17
mruizbluekuja, why ?07:17
(bluekuja/#ubuntu-motu-torrent) no AM assigned?07:17
(bluekuja/#ubuntu-motu-torrent) still?07:17
(bluekuja/#ubuntu-motu-torrent) he worked with a friend too07:17
mruizno, about anibal :-)07:17
(bluekuja/#ubuntu-motu-torrent) my friend lives in venezuela07:18
(bluekuja/#ubuntu-motu-torrent) and anibal comes from there07:18
(bluekuja/#ubuntu-motu-torrent) (I think)07:18
mruizno, he is from Colombia :-)07:18
(bluekuja/#ubuntu-motu-torrent) mmm...07:18
(bluekuja/#ubuntu-motu-torrent) anyway he works a lot with south-america ppl07:18
(bluekuja/#ubuntu-motu-torrent) right?07:18
mruizsure!07:18
(bluekuja/#ubuntu-motu-torrent) ;)07:19
(bluekuja/#ubuntu-motu-torrent) he works on debian BTS too07:19
mruizfor him is important to expand DDs in Latin america07:19
(bluekuja/#ubuntu-motu-torrent) yeah07:19
(bluekuja/#ubuntu-motu-torrent) that's why07:19
(bluekuja/#ubuntu-motu-torrent) I've seen a lot of ppl advocated by him07:19
(bluekuja/#ubuntu-motu-torrent) (from south-america)07:19
mruizyes07:19
(bluekuja/#ubuntu-motu-torrent) that's nice07:20
mruizsure!07:20
(bluekuja/#ubuntu-motu-torrent) still no AM?07:20
(bluekuja/#ubuntu-motu-torrent) after more than a month07:20
mruizwhat's about Italy?07:20
mruizyes... I'm still waiting... you know: Debian ;-)07:20
(bluekuja/#ubuntu-motu-torrent) yeah^^07:20
(bluekuja/#ubuntu-motu-torrent) well in italy07:20
(bluekuja/#ubuntu-motu-torrent) we have quite a lot of DDs07:21
(bluekuja/#ubuntu-motu-torrent) but07:21
(bluekuja/#ubuntu-motu-torrent) the two actives07:21
(bluekuja/#ubuntu-motu-torrent) are enrico zini07:21
(bluekuja/#ubuntu-motu-torrent) and riccardo setti07:21
(bluekuja/#ubuntu-motu-torrent) other ones works alone07:21
(bluekuja/#ubuntu-motu-torrent) e.g they dont sponsor07:21
mruiz:-(07:21
(bluekuja/#ubuntu-motu-torrent) that's really bad07:21
mruizthat's bad for the project07:21
(bluekuja/#ubuntu-motu-torrent) yeah07:21
(bluekuja/#ubuntu-motu-torrent) also enrico07:21
(bluekuja/#ubuntu-motu-torrent) is really busy07:21
(bluekuja/#ubuntu-motu-torrent) same for giskard07:21
(bluekuja/#ubuntu-motu-torrent) so no one advocates07:22
(bluekuja/#ubuntu-motu-torrent) :/07:22
(bluekuja/#ubuntu-motu-torrent) first upload 2007-04 [Myon 2007-05-21] 07:23
(bluekuja/#ubuntu-motu-torrent) cool07:23
(bluekuja/#ubuntu-motu-torrent) :D07:23
mruizyes, mi first upload to Debian was on April07:23
(bluekuja/#ubuntu-motu-torrent) I think you'll get an AM07:23
(bluekuja/#ubuntu-motu-torrent) soon07:23
mruizI hope so...07:24
(bluekuja/#ubuntu-motu-torrent) un-assigned applicants07:24
(bluekuja/#ubuntu-motu-torrent) are quite a lot07:24
(bluekuja/#ubuntu-motu-torrent) asac: AMs are assigned by date07:25
(bluekuja/#ubuntu-motu-torrent) or random?07:25
asache?07:25
asacno ... frontdesk pre-evaluated07:25
asacno ... frontdesk pre-evaluates07:25
(bluekuja/#ubuntu-motu-torrent) so someone can get an AM07:25
asacand assigns those that look most likely to succeed first07:25
(bluekuja/#ubuntu-motu-torrent) oh07:25
(bluekuja/#ubuntu-motu-torrent) cool07:25
asacat least my NM student has been put on hold 4 month before myon assigned him to me07:26
mruizmyon dedides when you're ready ;-)07:26
(bluekuja/#ubuntu-motu-torrent) asac: but advocate and AM cant be the same?07:26
asacbluekuja: you will get a questionaere about what you did and how long you did that et al07:26
mruizmyon decides when you're ready ;-)07:26
asacbluekuja: its discouraged07:27
(bluekuja/#ubuntu-motu-torrent) mm07:27
asacbluekuja: unless advocate is joerg maybe07:27
(bluekuja/#ubuntu-motu-torrent) life should be easy07:27
(bluekuja/#ubuntu-motu-torrent) for that guy07:27
(bluekuja/#ubuntu-motu-torrent) ^^07:27
asacfor applicants that joerg advocated?07:28
(bluekuja/#ubuntu-motu-torrent) yea07:28
asacprobably07:28
(bluekuja/#ubuntu-motu-torrent) asac: elmo has ever advocated someone?07:28
asacthough he is pretty anal to his NMs afaik07:28
asacbluekuja: probably he did in the past07:28
asacbut long time ago i guess07:28
asacthough i don't keep track I guess07:28
(bluekuja/#ubuntu-motu-torrent) now he cant07:29
(bluekuja/#ubuntu-motu-torrent) I think07:29
asache could ;)07:29
(bluekuja/#ubuntu-motu-torrent) yup07:29
asache even could make you a DD right from the beginning07:29
(bluekuja/#ubuntu-motu-torrent) :D07:29
asacbut that would cause tremendous flamewars07:29
mruiz:o07:30
(bluekuja/#ubuntu-motu-torrent) asac: why https://nm.debian.org/nmstatus.php?email=vu3rdd%40gmail.com07:30
(bluekuja/#ubuntu-motu-torrent) the moved him to DD07:30
(bluekuja/#ubuntu-motu-torrent) without checking07:30
asacemeritus07:30
(bluekuja/#ubuntu-motu-torrent) what does that mean?07:30
asache is a former DD ... which just means he needs a quick check now adays07:31
asacwhich is new as well07:31
asacbefore that you could your account just reanabled07:31
asacif you resigned properly07:31
asace.g. not MIA07:31
(bluekuja/#ubuntu-motu-torrent) oh understood07:31
asacnow you get a quick check if you still no about latest procedures07:31
asacs/no/know/07:32
(bluekuja/#ubuntu-motu-torrent) asac: how often do they send an email?07:32
(bluekuja/#ubuntu-motu-torrent) after getting an AM07:32
asache?07:32
asacwho ... the frontdesk?07:32
(bluekuja/#ubuntu-motu-torrent) no the AM07:32
(bluekuja/#ubuntu-motu-torrent) who checks the application07:32
asacdepends on the AM07:32
asacits him to determine how to check07:33
asachowever there are templates07:33
asacwhich are 2 P&P mails07:33
asacand 2 T&S mails07:33
(bluekuja/#ubuntu-motu-torrent) I've read they are related to BTS and dfsg07:33
(bluekuja/#ubuntu-motu-torrent) mostly07:33
asacyou can already get them07:33
asacthey are public07:33
(bluekuja/#ubuntu-motu-torrent) oh really?07:34
asachttp://alioth.debian.org/projects/nm-templates07:34
asacyeah ... if you want you can start right away ... and hope that the AM is not one that doesn't follow these07:34
asaci modify them a bit07:34
asacbecause somethings are nonsense07:34
asacimo07:34
asaci keep chat sessions and other discussion to prove the technical skills as well07:34
asacbluekuja: you should use latest CVS/SVN07:35
asacdon't konw if the released files are up to date07:35
(bluekuja/#ubuntu-motu-torrent) nice!07:36
asacok out for some time ... have to do shopping and get a way from computer a bit07:36
(bluekuja/#ubuntu-motu-torrent) :D07:37
(bluekuja/#ubuntu-motu-torrent) cu later07:37
(bluekuja/#ubuntu-motu-torrent) oh asac07:37
(bluekuja/#ubuntu-motu-torrent) btw I fixed regexxer07:37
(bluekuja/#ubuntu-motu-torrent) and pushed it to U-U-S07:37
(bluekuja/#ubuntu-motu-torrent) ;)07:37
mruizcu asac07:37
asacgood07:37
(bluekuja/#ubuntu-motu-torrent) will be pushed later07:37
asacmruiz: bluekuja cu ... sure07:37
(bluekuja/#ubuntu-motu-torrent) asac: did you read new mails?07:37
asaci have to push a few tonight07:37
(bluekuja/#ubuntu-motu-torrent) asac: lionel idea, sistpoty answer07:38
(bluekuja/#ubuntu-motu-torrent) etc07:38
(bluekuja/#ubuntu-motu-torrent) they did not cced07:38
(bluekuja/#ubuntu-motu-torrent) everyone07:38
(bluekuja/#ubuntu-motu-torrent) ^^07:38
asacbounce to me ... i don't have them07:38
asacok out for real07:38
(bluekuja/#ubuntu-motu-torrent) asac: k :)07:38
(bluekuja/#ubuntu-motu-torrent) cya later07:38
(bluekuja/#ubuntu-motu-torrent) ;)07:38
mruizbluekuja, how long have you been working in ubuntu-motu-torrent?07:45
(bluekuja/#ubuntu-motu-torrent) mruiz, I created it more or less 2 months ago07:45
mruiz:-)07:46
(bluekuja/#ubuntu-motu-torrent) mruiz, but07:48
(bluekuja/#ubuntu-motu-torrent) I wanna move it to -p2p07:48
(bluekuja/#ubuntu-motu-torrent) in the future07:48
(bluekuja/#ubuntu-motu-torrent) as I said you07:48
(bluekuja/#ubuntu-motu-torrent) but we need more ppl07:48
(bluekuja/#ubuntu-motu-torrent) that's it07:48
(bluekuja/#ubuntu-motu-torrent) ;)07:48
=== bluekuja goes to prepare something to eat
(bluekuja/#ubuntu-motu-torrent) be back later07:50
(bluekuja/#ubuntu-motu-torrent) ;)07:50
mruizok...maybe I will be offline when you return07:55
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) mruiz, back08:10
(bluekuja/#ubuntu-motu-torrent) :P08:10
mruiz:P08:10
(bluekuja/#ubuntu-motu-torrent) mruiz, if you gonna package that08:11
(bluekuja/#ubuntu-motu-torrent) I'll be very happy08:11
(bluekuja/#ubuntu-motu-torrent) I want linkage in08:11
mruizsure, I will try to do it ASAP08:11
(bluekuja/#ubuntu-motu-torrent) mruiz, http://zeflunk.googlepages.com/08:12
(bluekuja/#ubuntu-motu-torrent) that client rock08:12
(bluekuja/#ubuntu-motu-torrent) mruiz,08:23
(bluekuja/#ubuntu-motu-torrent) are you still working on gnome-chemistry-utils merge?08:24
(bluekuja/#ubuntu-motu-torrent) is there from about 2 weeks08:24
mruizI had a problem with gcc... some includes disappeared08:24
(bluekuja/#ubuntu-motu-torrent) mmm08:24
(bluekuja/#ubuntu-motu-torrent) so?08:24
(bluekuja/#ubuntu-motu-torrent) it's not possible to do it?08:25
(bluekuja/#ubuntu-motu-torrent) mruiz, ?08:26
mruizI don't have enough time to find out about it...08:26
(bluekuja/#ubuntu-motu-torrent) ah k08:26
mruizdo you want to continue with it ?08:26
(bluekuja/#ubuntu-motu-torrent) mmm...08:26
(bluekuja/#ubuntu-motu-torrent) after I finish some other mergs, why not08:27
mruiz:-)08:27
mruizok... I will remove my name08:28
mruizcu all!08:31
(bluekuja/#ubuntu-motu-torrent) cya!08:34
asacbluekuja: who is mruiz?08:53
(bluekuja/#ubuntu-motu-torrent) asac: new motu-torrent member, he's taking care of getting libtorrent in08:54
(bluekuja/#ubuntu-motu-torrent) he seems good at packaging, we will see08:54
(bluekuja/#ubuntu-motu-torrent) ;)08:54
asaccool08:56
asacwhats his full name?08:56
(bluekuja/#ubuntu-motu-torrent) asac: Miguel Ruiz08:57
asacah ok08:57
(bluekuja/#ubuntu-motu-torrent) asac: who you thought?08:59
asacbaby ;)09:03
asacmiriam ruiz09:03
(bluekuja/#ubuntu-motu-torrent) ooh09:03
(bluekuja/#ubuntu-motu-torrent) :D09:03
(bluekuja/#ubuntu-motu-torrent) it's similare09:03
(bluekuja/#ubuntu-motu-torrent) *similar09:03
(bluekuja/#ubuntu-motu-torrent) :)09:03
asacyeah09:03
(bluekuja/#ubuntu-motu-torrent) asac: do you know baby personally?09:04
asacyeah ... i met her once at the madrid airport ... by coincident09:04
asaci was on my way to seville09:05
(bluekuja/#ubuntu-motu-torrent) ooh cool09:05
(bluekuja/#ubuntu-motu-torrent) is she a pretty girl?09:05
asacshe picked holger levsen up ... who coincidentially flew in the same flight as i09:05
asacaeh ... not really09:05
asac:-P09:05
(bluekuja/#ubuntu-motu-torrent) aww09:05
(bluekuja/#ubuntu-motu-torrent) I thought yes09:05
(bluekuja/#ubuntu-motu-torrent) ^^09:05
asachttp://mv.asterisco.pt/cat.cgi?1000%20Euro%20Firefox%20Bounty09:06
asacsomeone asked me to click on that09:06
asacis it safe?09:06
(bluekuja/#ubuntu-motu-torrent) I'm browsing it09:06
(bluekuja/#ubuntu-motu-torrent) right now09:06
asacwhats in there?09:06
(bluekuja/#ubuntu-motu-torrent) Here's a challenge for all you hackers out there,09:07
(bluekuja/#ubuntu-motu-torrent) with a 1000 Euro reward that the portuguese Ministry09:07
(bluekuja/#ubuntu-motu-torrent) of Justice will pay for.09:07
(bluekuja/#ubuntu-motu-torrent) in fact09:07
(bluekuja/#ubuntu-motu-torrent) it's spam09:07
(bluekuja/#ubuntu-motu-torrent) ah no wait09:07
(bluekuja/#ubuntu-motu-torrent) some links09:07
(bluekuja/#ubuntu-motu-torrent) to mozilla bugzilla09:08
(bluekuja/#ubuntu-motu-torrent) asac: I oaste09:08
(bluekuja/#ubuntu-motu-torrent) *paste09:08
(bluekuja/#ubuntu-motu-torrent) the stuff09:08
(bluekuja/#ubuntu-motu-torrent) in pastebin09:08
(bluekuja/#ubuntu-motu-torrent) for you if you want09:08
asacno already opened09:10
(bluekuja/#ubuntu-motu-torrent) asac: do you have a min for a merge?09:24
(bluekuja/#ubuntu-motu-torrent) gonna paste the debdiff on pastebin before pushing to lp09:25
(bluekuja/#ubuntu-motu-torrent) ^^09:25
asacsure09:25
(bluekuja/#ubuntu-motu-torrent) :)09:25
asacbut provide previous debdiff too09:25
asacand review it as careful as you want in future09:25
asac:)09:25
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/11432209:29
asacdo you have debdiff of previous as well?09:30
asaci think it should be in MoM09:30
asacfor instance without looking into it ... kover-2.9.6/debian/patches/10_configure_no_ansi looks like a mess09:30
(bluekuja/#ubuntu-motu-torrent) yeah09:30
(bluekuja/#ubuntu-motu-torrent) you mean patch?09:30
(bluekuja/#ubuntu-motu-torrent) of mom?09:30
asacyeah09:31
(bluekuja/#ubuntu-motu-torrent) ok09:31
(bluekuja/#ubuntu-motu-torrent) just a sec09:31
asacthe debdiff of previous09:31
asacmerge09:31
asace.g. the result of previous merge09:31
(bluekuja/#ubuntu-motu-torrent) asac: http://dad.dunnewind.net/kover/kover_2.9.6-4ubuntu1.patch09:31
(bluekuja/#ubuntu-motu-torrent) asac: no09:32
(bluekuja/#ubuntu-motu-torrent) asac: http://dad.dunnewind.net/kover/kover_2.9.6-3ubuntu2.patch09:32
(bluekuja/#ubuntu-motu-torrent) this09:32
(bluekuja/#ubuntu-motu-torrent) ^^09:32
(bluekuja/#ubuntu-motu-torrent) asac: dad messed up that changelog09:34
(bluekuja/#ubuntu-motu-torrent) as you can see09:34
(bluekuja/#ubuntu-motu-torrent) asac: I've fixed it on my debdiff09:34
(bluekuja/#ubuntu-motu-torrent) doing the merge manually09:34
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) asac_: received link?09:36
asac_sorry i was gone09:39
asac_can you repost09:39
asac_?09:39
(bluekuja/#ubuntu-motu-torrent) yup09:39
(bluekuja/#ubuntu-motu-torrent) asac_:http://dad.dunnewind.net/kover/kover_2.9.6-3ubuntu2.patch09:39
(bluekuja/#ubuntu-motu-torrent) http://dad.dunnewind.net/kover/kover_2.9.6-3ubuntu2.patch09:39
(bluekuja/#ubuntu-motu-torrent) ;)09:39
(bluekuja/#ubuntu-motu-torrent) previous patch/debdiff09:39
(bluekuja/#ubuntu-motu-torrent) asac_: as you can see there is an issue on the chaneglog09:39
(bluekuja/#ubuntu-motu-torrent) which I've fixed09:40
(bluekuja/#ubuntu-motu-torrent) on my debdiff09:40
(bluekuja/#ubuntu-motu-torrent) doing the merge manually09:40
asac_yeah09:40
asac_is stevenk still active?09:41
(bluekuja/#ubuntu-motu-torrent) yeah, I gonna post this merge on launchpad, so It's ok It can be uploaded09:41
(bluekuja/#ubuntu-motu-torrent) I gonna subscribe U-U-S too09:41
(bluekuja/#ubuntu-motu-torrent) so no one can say09:42
(bluekuja/#ubuntu-motu-torrent) "hey, you cannot do it"09:42
asac_wait a second09:43
asac_that was not my point09:43
(bluekuja/#ubuntu-motu-torrent) ah^^09:44
asac_i mean ... stevenk should fix his merge09:44
asac_he didn't document why this has to be done09:44
asac_nor did he do it right09:44
asac_patching configure file without configure.in/ac is never right09:44
(bluekuja/#ubuntu-motu-torrent) yeah09:44
(bluekuja/#ubuntu-motu-torrent) right09:44
(bluekuja/#ubuntu-motu-torrent) but I think he gonna upload it09:45
(bluekuja/#ubuntu-motu-torrent) without taking care of it09:45
(bluekuja/#ubuntu-motu-torrent) maybe because he thinks is right09:45
(bluekuja/#ubuntu-motu-torrent) or whatever09:46
(bluekuja/#ubuntu-motu-torrent) asac_: what should we do then?09:47
(bluekuja/#ubuntu-motu-torrent) asac_: a MOTU is checking regexxer09:48
(bluekuja/#ubuntu-motu-torrent) right now09:48
(bluekuja/#ubuntu-motu-torrent) :D09:48
=== asac_ is now known as asac
(bluekuja/#ubuntu-motu-torrent) asac: https://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/12380709:52
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123807 in regexxer "regexxer 0.9-1ubuntu2 FTBFS fix" [Undecided,Invalid] 09:52
(bluekuja/#ubuntu-motu-torrent) look the comment09:52
(bluekuja/#ubuntu-motu-torrent) 1) doing that wont take latest libs09:53
(bluekuja/#ubuntu-motu-torrent) 2) next merger will say "hey wtf happened to B-D?"09:53
(bluekuja/#ubuntu-motu-torrent) 3) those changes are not documented because they are not needed09:53
(bluekuja/#ubuntu-motu-torrent) 4) we have to stay closer to debian09:53
(bluekuja/#ubuntu-motu-torrent) 5) keeping that package as it is, will confuse everything later, if we dont fix it now09:54
(bluekuja/#ubuntu-motu-torrent) asac: ?10:00
asacyeah10:00
asacits stupid ... but thats just me10:00
(bluekuja/#ubuntu-motu-torrent) omg10:00
(bluekuja/#ubuntu-motu-torrent) again with pm flame now10:00
(bluekuja/#ubuntu-motu-torrent) this is not possible10:00
asacno10:01
asacdon't answer10:01
asacdon't poke10:01
asacbluekuja: where was the initial merge?10:01
asaccan you give me bug?10:01
(bluekuja/#ubuntu-motu-torrent) asac: which initial merge?10:01
(bluekuja/#ubuntu-motu-torrent) oh10:01
(bluekuja/#ubuntu-motu-torrent) mm10:01
asacthe one that you did once10:02
(bluekuja/#ubuntu-motu-torrent) it's dated 2 months ago10:02
asacyeah show me10:02
(bluekuja/#ubuntu-motu-torrent) let me see, if I find it around10:02
(bluekuja/#ubuntu-motu-torrent) asac: you posted me the debdiff10:02
(bluekuja/#ubuntu-motu-torrent) the other day10:03
(bluekuja/#ubuntu-motu-torrent) searching it10:03
asaci mean we talked about this yesterday, right?10:03
asacthe debdiff in bug is against previous ubuntu, right?10:04
(bluekuja/#ubuntu-motu-torrent) asac: http://launchpadlibrarian.net/7593569/regexxer.diff10:04
(bluekuja/#ubuntu-motu-torrent) here it is10:04
(bluekuja/#ubuntu-motu-torrent) yeah10:04
(bluekuja/#ubuntu-motu-torrent) is against latest ubuntu10:04
asacok ... please bring up the one against debian10:04
(bluekuja/#ubuntu-motu-torrent) ok10:04
asacjust somewhere10:04
(bluekuja/#ubuntu-motu-torrent) just a mom10:04
(bluekuja/#ubuntu-motu-torrent) http://launchpadlibrarian.net/8273480/regexxer-debian.debdiff10:05
(bluekuja/#ubuntu-motu-torrent) this one10:05
(bluekuja/#ubuntu-motu-torrent) is from latest debian10:05
asacyou should really name your debdiffs more verbose10:06
(bluekuja/#ubuntu-motu-torrent) yeah10:06
(bluekuja/#ubuntu-motu-torrent) sorry10:06
asaclike regexxer_debian_3.0-4_ubuntu_2.4-1.debdiff10:06
asacfor example10:06
(bluekuja/#ubuntu-motu-torrent) yup10:06
(bluekuja/#ubuntu-motu-torrent) anyway that guy understood nothing10:07
(bluekuja/#ubuntu-motu-torrent) <Adri2000> give-back and that's all10:07
(bluekuja/#ubuntu-motu-torrent) doing that will get old libs10:07
(bluekuja/#ubuntu-motu-torrent) leaving the package in an horrible state10:07
asacno it won't ... anyway10:07
(bluekuja/#ubuntu-motu-torrent) bah10:07
asac+  * Re-adding include /usr/share/cdbs/1/rules/simple-patchsys.mk.10:07
asac+    remaining change that was dropped before, to be reported for next merges.10:07
asacthat is really not comprehensible10:08
asacyou should learn to sell yourself better10:08
asaci mean ... i don't understand what that means10:08
(bluekuja/#ubuntu-motu-torrent) I dropped it for error10:08
(bluekuja/#ubuntu-motu-torrent) in the merge I did10:08
(bluekuja/#ubuntu-motu-torrent) before10:08
(bluekuja/#ubuntu-motu-torrent) so I re-added10:08
(bluekuja/#ubuntu-motu-torrent) for next mergers10:08
asacstill don't understand10:08
asacwhat did you drop?10:08
(bluekuja/#ubuntu-motu-torrent) as you can see10:08
(bluekuja/#ubuntu-motu-torrent) from my changelog entrry10:08
(bluekuja/#ubuntu-motu-torrent) +regexxer (0.9-1ubuntu1)10:09
(bluekuja/#ubuntu-motu-torrent) I did not add10:09
(bluekuja/#ubuntu-motu-torrent) that as remaining10:09
asachttp://launchpadlibrarian.net/8293653/regexxer.debdiff10:09
asacin that i don't see anything like that10:09
(bluekuja/#ubuntu-motu-torrent) yeah10:09
(bluekuja/#ubuntu-motu-torrent) I know10:09
(bluekuja/#ubuntu-motu-torrent) in fact10:09
(bluekuja/#ubuntu-motu-torrent) it's only an advice10:09
(bluekuja/#ubuntu-motu-torrent) a warning10:09
(bluekuja/#ubuntu-motu-torrent) for next mergers10:09
(bluekuja/#ubuntu-motu-torrent) so they will report it10:10
(bluekuja/#ubuntu-motu-torrent) in that debdiff you cant see it10:10
(bluekuja/#ubuntu-motu-torrent) but in the whole changelog yes10:10
asacyeah ... but you should have just added it to right changelog entry10:10
(bluekuja/#ubuntu-motu-torrent) I know10:10
asace.g. the entry to the ubuntu1 under remaining changes10:10
(bluekuja/#ubuntu-motu-torrent) but I didnt10:10
(bluekuja/#ubuntu-motu-torrent) yeah10:11
(bluekuja/#ubuntu-motu-torrent) I didnt10:11
asacthen document ... fix changelog ubuntu1 to document simple-patchsys.mk10:11
asacaddition10:11
asacor something like that10:11
(bluekuja/#ubuntu-motu-torrent) anyway now, it's rejected10:12
asache?10:13
(bluekuja/#ubuntu-motu-torrent) (the bug=10:13
(bluekuja/#ubuntu-motu-torrent) *)10:13
asacmake the changelog entry clearer and i can push it10:13
(bluekuja/#ubuntu-motu-torrent) :)10:13
asacso did you already talk to adri?10:13
(bluekuja/#ubuntu-motu-torrent) want me to fix10:13
(bluekuja/#ubuntu-motu-torrent) yeah, pm flame10:13
asacyes of course ... nobody will understand what you want10:14
(bluekuja/#ubuntu-motu-torrent) as alwais10:14
(bluekuja/#ubuntu-motu-torrent) now adays10:14
asacbluekuja: don't do that10:14
asacdon't talk to them by pm10:14
asacif you have the feeling you want to go pm ... its time to stop10:14
asacalways10:14
asacthis rule has no exception10:14
(bluekuja/#ubuntu-motu-torrent) he started pming10:14
(bluekuja/#ubuntu-motu-torrent) <Adri2000> we won't upload fixes for all the changes you misdocumented in the packages you merged10:15
(bluekuja/#ubuntu-motu-torrent) and stuff like that10:15
asacbluekuja: tell him to criticize in public10:15
(bluekuja/#ubuntu-motu-torrent) <Adri2000> so we are not going to upload a *third* regexxer to fix your merge10:15
asacbluekuja: and what was your replies?10:15
(bluekuja/#ubuntu-motu-torrent) I tried to explain10:16
(bluekuja/#ubuntu-motu-torrent) what I tried to do10:16
(bluekuja/#ubuntu-motu-torrent) anyway I have really no comments10:16
(bluekuja/#ubuntu-motu-torrent) for this people10:17
(bluekuja/#ubuntu-motu-torrent) we talk about code of conduct10:17
asacbluekuja: never try to talk to anybody in pm10:17
(bluekuja/#ubuntu-motu-torrent) be friendly10:17
asacright10:17
(bluekuja/#ubuntu-motu-torrent) be helpful10:17
(bluekuja/#ubuntu-motu-torrent) and we talk like that?10:17
(bluekuja/#ubuntu-motu-torrent) something it's wrong here10:17
asacyes10:18
(bluekuja/#ubuntu-motu-torrent) problem is that he's not the only one10:18
(bluekuja/#ubuntu-motu-torrent) who does that10:18
(bluekuja/#ubuntu-motu-torrent) a lot of arrogance10:18
asacwhoelse?10:19
(bluekuja/#ubuntu-motu-torrent) mr_pouit for example10:19
(bluekuja/#ubuntu-motu-torrent) all things people say in wikis, in public are good, because they want to appear good in public10:21
(bluekuja/#ubuntu-motu-torrent) everything changes in private10:21
(bluekuja/#ubuntu-motu-torrent) people are what they really are10:21
(bluekuja/#ubuntu-motu-torrent) without masks10:21
(bluekuja/#ubuntu-motu-torrent) asac: is ok to add what is missing to a previous changelog's entry?10:22
(bluekuja/#ubuntu-motu-torrent) documenting it in new one10:22
(bluekuja/#ubuntu-motu-torrent) asac: adding what's missing in +regexxer (0.9-1ubuntu1)10:27
(bluekuja/#ubuntu-motu-torrent) and reporting it in new entry10:27
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"]
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
asacbluekuja: what was the original merge bug again?10:47
(bluekuja/#ubuntu-motu-torrent) asac: just a moment10:48
(bluekuja/#ubuntu-motu-torrent) https://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/11364710:48
(ubotu/#ubuntu-motu-torrent) Launchpad bug 113647 in regexxer "merge regexxer 0.9 from debian unstable" [Undecided,Fix released] 10:48
(bluekuja/#ubuntu-motu-torrent) asac: that's it ;)10:50
asacok ... what was the kover link again?11:09
(bluekuja/#ubuntu-motu-torrent) asac: debdiff?11:09
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/11432211:09
(bluekuja/#ubuntu-motu-torrent) debdiff here11:09
(bluekuja/#ubuntu-motu-torrent) asac: I leave, I'm tired of this stuff11:23
(bluekuja/#ubuntu-motu-torrent) ;)11:23
asacbluekuja: of what?11:25
(bluekuja/#ubuntu-motu-torrent) flame, wars and so on. I dont need them11:25
!dmwaters:*! Good day all, we appear to be having problems with a main rotation server currently, I've pulled it out of rotation for now.11:25
(bluekuja/#ubuntu-motu-torrent) asac: they cause me to be angry for nothing, which waste my desire to help11:26
asachmm anything special?11:26
asacbluekuja: just don't get involved11:26
(bluekuja/#ubuntu-motu-torrent) asac: I'm trying to dont get involved, but it seems that everyone is trying to add bad comments11:27
(bluekuja/#ubuntu-motu-torrent) and so on11:27
asacbluekuja: maybe then there is really something you should improve?11:27
(bluekuja/#ubuntu-motu-torrent) yeah, I should not get angry11:27
(bluekuja/#ubuntu-motu-torrent) but I can't11:28
asacright ...thats the first important step11:28
(bluekuja/#ubuntu-motu-torrent) that guy didnt do a merge/bug fix for U-U-S11:28
asacnext you should check if those comments might be valid to some point11:28
(bluekuja/#ubuntu-motu-torrent) after pm flame he started11:28
(bluekuja/#ubuntu-motu-torrent) to add comments to my stuff11:28
(bluekuja/#ubuntu-motu-torrent) I tried to explain again and again11:28
(bluekuja/#ubuntu-motu-torrent) result = nothing11:29
(bluekuja/#ubuntu-motu-torrent) asac: so I dont feel to keep doing this11:30
(bluekuja/#ubuntu-motu-torrent) it should be a pleasure11:30
(bluekuja/#ubuntu-motu-torrent) but it's not11:30
asacdon't you think that you can get through this without throwing in the towel?11:34
(bluekuja/#ubuntu-motu-torrent) asac: I'm thinking how11:34
(bluekuja/#ubuntu-motu-torrent) asac: motivation is one of the things that moves people to do something11:35
(bluekuja/#ubuntu-motu-torrent) they love/care/like11:35
(bluekuja/#ubuntu-motu-torrent) if that misses, everything falls out11:35
(bluekuja/#ubuntu-motu-torrent) asac: I failed on one of the most important packages for me11:37
asacwhich is that?11:37
(bluekuja/#ubuntu-motu-torrent) (regexxer)11:37
(bluekuja/#ubuntu-motu-torrent) failed miserably11:37
(bluekuja/#ubuntu-motu-torrent) with an invalid comment11:37
asachmmm11:37
asacwhats so bad about this?11:37
(bluekuja/#ubuntu-motu-torrent) bad is that Ive failed on something I've worked11:38
(bluekuja/#ubuntu-motu-torrent) and thought it was ok11:38
asacah come on.11:38
(bluekuja/#ubuntu-motu-torrent) I thought that fix would have been necessary11:39
(bluekuja/#ubuntu-motu-torrent) which is not11:39
asaci have the feeling that you are too focussed on your motu application11:39
asacbluekuja: its not necessary, but its good to have11:39
(bluekuja/#ubuntu-motu-torrent) asac: yeah, maybe...11:39
(bluekuja/#ubuntu-motu-torrent) I have a pression on my shoulders now11:39
asacthen take the pressure off your shoulders and ask for a hold of your application11:40
(bluekuja/#ubuntu-motu-torrent) everything I fail, it's a step back from becoming a MOTU11:40
asacbut is becoming MOTU the only thing that matters?11:40
(bluekuja/#ubuntu-motu-torrent) mmm...in fact no11:41
(bluekuja/#ubuntu-motu-torrent) it's something important11:41
(bluekuja/#ubuntu-motu-torrent) for a developer career11:41
asachow old are you?11:41
(bluekuja/#ubuntu-motu-torrent) 18 :)11:41
asacno problem then ... how long have you been around? a year?11:42
(bluekuja/#ubuntu-motu-torrent) yeah, one year and 2-3 months11:42
(bluekuja/#ubuntu-motu-torrent) asac: I go to sleep, need some rest ;)11:43
(bluekuja/#ubuntu-motu-torrent) we can continue this tomorrow11:43
asacactually ... i think your skills are really improving a lot11:43
(bluekuja/#ubuntu-motu-torrent) yeah11:44
(bluekuja/#ubuntu-motu-torrent) but they need something more11:44
(bluekuja/#ubuntu-motu-torrent) a plus11:44
(bluekuja/#ubuntu-motu-torrent) that is missing11:44
asacyour skills?11:44
asacor the MC ?11:44
(bluekuja/#ubuntu-motu-torrent) my skills11:44
(bluekuja/#ubuntu-motu-torrent) e.g to become MOTU11:44
(bluekuja/#ubuntu-motu-torrent) they just need work11:45
(bluekuja/#ubuntu-motu-torrent) the plus which is missing11:45
asacno i don't really think so ... its just that the average of your skills from before 1 year till now needs more11:45
(bluekuja/#ubuntu-motu-torrent) yeah11:46
(bluekuja/#ubuntu-motu-torrent) that's it11:46
asacjust don't drop the ball on things ... what have you learned in last month?11:46
(bluekuja/#ubuntu-motu-torrent) never give up11:47
asachehe11:47
asacbesides that ;)11:47
(bluekuja/#ubuntu-motu-torrent) :D11:47
(bluekuja/#ubuntu-motu-torrent) I've learnt a lot of new things11:47
(bluekuja/#ubuntu-motu-torrent) in fact11:47
asacpoint is: being a motu might be nice ... but its actually not really a skill that counts to be able to do merges11:48
(bluekuja/#ubuntu-motu-torrent) yeah11:48
asacdoing merges is just: being able to read diffs11:48
asacand guessing what others before you did (if its not documented)11:49
(bluekuja/#ubuntu-motu-torrent) exactly11:49
(bluekuja/#ubuntu-motu-torrent) developer work is another one11:49
asacbut that is by no way a thing that is considered in motu application11:49
asacbut is even more valuable11:49
asaci mean ... i have no clue about the exact procedures that motus did self impose upon them either11:50
asacthough i might end up doing things right ... its probably not right in their sense11:50
(bluekuja/#ubuntu-motu-torrent) you're right11:52
asacand even I fail miserably :)11:52
asacfor instance I messed up the xulrunner merge a few month ago11:52
asaci didn't have a clue how things worked and didn't even see that there were patches added ;)11:52
(bluekuja/#ubuntu-motu-torrent) oh :)11:52
asacluckily those patches turned out to be bad :)11:52
(bluekuja/#ubuntu-motu-torrent) lol11:53
asacso i could argue i dropped them intentionally ... though of course it was not documented in changelog11:53
(bluekuja/#ubuntu-motu-torrent) yeah11:53
(bluekuja/#ubuntu-motu-torrent) you're a lucky guy man11:53
(bluekuja/#ubuntu-motu-torrent) :P11:53
asacsince then I didn't do any merge ;)11:53
(bluekuja/#ubuntu-motu-torrent) lol11:53
(bluekuja/#ubuntu-motu-torrent) :D11:53
(bluekuja/#ubuntu-motu-torrent) I dont like merges11:54
(bluekuja/#ubuntu-motu-torrent) too11:54
(bluekuja/#ubuntu-motu-torrent) ;)11:54
(bluekuja/#ubuntu-motu-torrent) I'm mostly a packager11:54
asacright ... maybe you are even more a developer11:54
(bluekuja/#ubuntu-motu-torrent) yup11:54
asacand if you want to have a developer carrier focus on coding-skills11:54
(bluekuja/#ubuntu-motu-torrent) thanks for the hint11:55
(bluekuja/#ubuntu-motu-torrent) :)11:55
(bluekuja/#ubuntu-motu-torrent) time will let me know11:55
(bluekuja/#ubuntu-motu-torrent) I guess11:55
(bluekuja/#ubuntu-motu-torrent) asac: I go now! need to wake up as every day too early11:56
(bluekuja/#ubuntu-motu-torrent) :/11:56
asacjust keep on packaging ... and review debdiffs of others ... that helps you more to see the problem11:56
(bluekuja/#ubuntu-motu-torrent) ok11:56
(bluekuja/#ubuntu-motu-torrent) asac: we'll finish those two things11:56
(bluekuja/#ubuntu-motu-torrent) ;)11:56
asacsure11:56
=== bluekuja out
asacbye11:56
(bluekuja/#ubuntu-motu-torrent) cya11:57
!alindeman:*! Regional server split .. affected about 350 users .. we're looking into it02:26
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
(bluekuja/#ubuntu-motu-torrent) cynics: https://bugs.launchpad.net/ubuntu/+source/dietlibc/+bug/12381406:54
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123814 in dietlibc "Merge dietlibc (0.30-7) from debian unstable" [Undecided,Confirmed] 06:54
(bluekuja/#ubuntu-motu-torrent) ;)06:54
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
[shirish(n=shirish@59.95.54.99)] log09:10
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
asac_bluekuja: i read through the motu application thread ... and didn't see anything as bad as you claimed yesterday12:33
(bluekuja/#ubuntu-motu-torrent) asac_: huh?12:33
(bluekuja/#ubuntu-motu-torrent) it was on pm12:33
(bluekuja/#ubuntu-motu-torrent) that stuff12:34
(bluekuja/#ubuntu-motu-torrent) :)12:34
(bluekuja/#ubuntu-motu-torrent) asac: kover is ready, you can use yesterday's debdiff12:34
(bluekuja/#ubuntu-motu-torrent) it should be ok12:34
asac_yeah link?12:34
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/11432212:35
asac_bluekuja: do you have the debdiff of previous version as well? so i can bug stevenk for what he did?12:38
(bluekuja/#ubuntu-motu-torrent) asac_: I know where .patch is12:38
asac_because he did really bad ... and I want an explanation so we can probably document it12:38
asac_and maybe fix it for real12:38
(bluekuja/#ubuntu-motu-torrent) you mean configure stuff?12:38
(bluekuja/#ubuntu-motu-torrent) asac_: is this ok http://pastebin.mozilla.org/11449412:40
(bluekuja/#ubuntu-motu-torrent) or still bad12:40
(bluekuja/#ubuntu-motu-torrent) as explanation12:40
=== asac_ is now known as asac
asac"Adding include /usr/share/cdbs/1/rules/simple-patchsys.mk. remaining change,"12:42
asacthats ok12:42
asacbetter say something like12:42
asac"documented previously forgotten ubuntu change: '- added include /usr/share/cdbs/1/rules/simple-patchsys.mk. in debian/rules' in changelog entry for 0.9-whateverversionthatwas12:44
(bluekuja/#ubuntu-motu-torrent) that rocks12:44
(bluekuja/#ubuntu-motu-torrent) adding12:44
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/11449712:46
(bluekuja/#ubuntu-motu-torrent) want debdiff from debian as well?12:46
asacfor the first entry I would just say: "bringing build-depends in synch with debian again"12:49
(bluekuja/#ubuntu-motu-torrent) asac: ok12:51
asacand add another entry on top: "upload to rebuild (LP: #xxxx) and doing package housekeeping:"12:51
(bluekuja/#ubuntu-motu-torrent) ok12:51
(bluekuja/#ubuntu-motu-torrent) adding those12:51
(bluekuja/#ubuntu-motu-torrent) asac: want from debian too?12:51
(bluekuja/#ubuntu-motu-torrent) or not needed?12:51
asacshow me ...12:51
asacwith those documentations in changelog debian-ubuntu won't be needed12:51
asacas it states clearly what you did12:52
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/11450012:53
(bluekuja/#ubuntu-motu-torrent) asac: I'm leaving for work again12:54
(bluekuja/#ubuntu-motu-torrent) asac: gonna be back later, but that debdiff should be ok12:54
(bluekuja/#ubuntu-motu-torrent) now12:54
(bluekuja/#ubuntu-motu-torrent) :)12:54
asacyeah12:55
asacpush it to bug12:55
asaci will upload12:55
asacand let me know what i should set the status to after upload12:55
asacFix committed or fix released?12:55
asacwhat is the procedure for motu?12:55
=== pochu [n=emilio@127.Red-83-32-162.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"]
=== cynics [n=cynics@123.116.98.249] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@139.Red-83-32-162.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
bluekujaheya asac05:20
bluekujapushed?05:20
asacgive me the bug ... with debdiff ... i will push right now05:23
asackover ... and regexxer right?05:23
bluekujaasac: do you think that adding a new debdiff for the bug that guy added as invalid is ok?05:23
bluekujayup, those two05:23
asacyeah ... i think its good to attach05:24
bluekujaok05:24
bluekujaasac; adding that debdiff05:25
bluekujato invalid bug05:25
bluekujaright now05:25
asacgive me bug id please05:26
bluekujahttps://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/12380705:26
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123807 in regexxer "regexxer 0.9-1ubuntu2 FTBFS fix" [Undecided,Invalid] 05:26
asacok i have kover_2.9.6-3ubuntu2 and regexxer 0.9-1ubuntu2 ready for debdiff application05:26
asacbluekuja: wait a second with the upload05:27
asacof debdiff05:27
bluekujaok05:27
asaclet me first reopen that bug dropping a comment05:27
bluekujaok05:27
bluekujain the meantime05:27
bluekujaI open a bug05:27
bluekujafor kover05:27
bluekuja;)05:27
asacbug 12380705:28
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123807 in regexxer "regexxer 0.9-1ubuntu2 FTBFS fix" [Undecided,Confirmed] https://launchpad.net/bugs/12380705:28
asacis now ready for you05:29
asacbluekuja: what is kover ... merge with new debian version?05:29
asacor fix for current ubuntu05:29
bluekujamerge05:29
bluekujawith unstable05:29
bluekuja;)05:29
asacah ok05:29
asacthen i need to get current debian instead of ubuntu05:29
bluekujaasac: yup05:29
asacbluekuja: first open kover bug05:29
asacattach debdiff05:29
bluekujayeah05:30
bluekujaopen05:30
asacthen add debdiff to regexxer05:30
bluekujanow attaching05:30
bluekujaok05:30
asacbluekuja: please do a pbuilder build ... so we know it does build on buildds05:33
asace.g. to avoid any glitches05:33
bluekujaasac: doing it05:33
bluekujafor regexxer05:33
asaci usually don't do that ... but maybe it would be a good idea to do it now ... to not give food to the trolls05:33
bluekujais ok05:33
asacyeah ... for both05:33
bluekujaok05:33
bluekujadoing05:33
bluekujahttps://bugs.launchpad.net/ubuntu/+source/kover/+bug/12401005:34
(ubotu/#ubuntu-motu-torrent) Launchpad bug 124010 in kover "Merge kover (1:2.9.6-4) from debian unstable" [Undecided,Confirmed] 05:34
=== bluekuja starts building
asaclet me know if pbuilder builds succeeded ... so i can just push05:38
bluekujaasac: it would be nice05:39
bluekujato add05:39
bluekujaU-U-S05:39
bluekujanow05:39
bluekujaso everyone can see05:39
bluekujaand say05:39
bluekuja"hey, he fixed it"05:39
bluekujaif not, they will think it's invalid05:39
bluekujawhat do you think?05:39
bluekujadpkg-deb: building package `regexxer' in `../regexxer_0.9-1ubuntu3_i386.deb'.05:40
bluekujaone done05:40
bluekujaother is building05:40
bluekujadpkg-deb: building package `kover' in `../kover_2.9.6-4ubuntu1_i386.deb'.05:41
bluekujaboth builds05:41
bluekujaasac: added debdiff05:43
bluekujato reg bug05:44
bluekujakover too05:44
bluekujahttps://bugs.launchpad.net/ubuntu/+source/kover/+bug/12401005:44
(ubotu/#ubuntu-motu-torrent) Launchpad bug 124010 in kover "Merge kover (1:2.9.6-4) from debian unstable" [Undecided,Confirmed] 05:44
asacgreat05:44
bluekuja;)05:44
asacwait a second05:44
asaci have to figure something out05:44
asacbluekuja: can you figure out05:44
asacwhat the right state is to signal that the bug is ready=05:44
asac?05:44
asacfix committed?05:44
asacand after upload fix released?05:44
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"]
asacplease figure out05:44
bluekujayup05:44
bluekujafix committed05:45
bluekujais when uploaded05:45
bluekujawhen built05:45
bluekujafix released05:45
asacthats a crazy rule05:45
bluekuja(dont need to do it for rege)05:45
bluekujait will be automatically done05:45
asaci would say out of guts that its fix committed when you think your debdiff is ready05:45
asacbut anyway05:45
bluekujayea05:45
asacyeah for regexxer we don't need to05:45
asaccan you find this in motu documentation for me05:45
asaci really want to look into this05:45
bluekujalet me see05:46
bluekujaasac: ta dah!05:47
bluekujahttps://wiki.ubuntu.com/MOTU/Bugs05:47
asacplease quote05:47
asacthe relevant parts05:47
asaci already read that05:47
bluekuja"if the package was uploaded and built on all architectures, you can close the bug by marking it as "Fix released"."05:47
asacyeah05:48
asacand fix committed?05:48
bluekujanothing05:48
bluekujain that page05:48
bluekuja:/05:48
asacwhat is in there ... e.g. how should you signal that a debdiff is ready?05:48
bluekujajust add a comment05:49
bluekujalike this05:49
bluekuja"uploaded, mark as fix released when built"05:49
asachmm ... no i mean05:49
bluekujaadding it fix committed05:49
bluekujato say05:50
asacwhat should you set the bug to when you attached a ready to go debdiff05:50
bluekujathat a debdiff is ready05:50
asacyeah05:50
bluekujaI think that if you upload something05:50
bluekujait's ready05:50
asacnot if a reviewer thinks its ready ... but the debdiff provider ... how can he show that05:50
asacah ok05:50
bluekujaooh05:50
asachmm05:50
bluekujayea05:50
bluekujaso just fix committed05:50
asacok05:51
asacdoing uploads now05:51
asacfirst kover05:51
bluekujagreat :)05:51
bluekujaok05:51
bluekujaasac: I'm adding05:51
bluekujaU-U-S05:52
bluekujaso ppl will receive a mail for it05:52
bluekujaso they'll know05:52
bluekujathat it's fixed05:52
bluekuja;)05:52
asacwait :)05:53
bluekujaoh damn05:54
bluekuja:D05:54
bluekujashould I unsubscribe again?05:54
bluekuja:P05:54
asacno05:54
bluekujaoh k05:54
bluekujaasac: I gonna have a showa05:56
bluekuja:)05:56
bluekujaasac: be back later, need to relax a bit05:57
bluekujalater aka 20 mins05:57
bluekuja:P05:57
asacsure06:00
bluekujaasac: back06:18
bluekujarege builds there?06:18
asackover is up06:18
asaclook at changelog06:18
asacgive me bug please again06:18
asachave it06:18
bluekujahttps://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/12380706:19
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123807 in regexxer "regexxer 0.9-1ubuntu2 FTBFS fix" [Undecided,Confirmed] 06:19
asacyeah i fix committed kover bug now06:19
asacnow regexxer06:19
asacbluekuja: look at changelog06:19
asaci uploaded06:19
asaci dropped configure hack ... as i found the explanation why the patch was initially added06:20
asacand rene did fix that in debian upload06:20
asaci added if it fails to build now ... its me to blame :)06:20
asacthe problem was that stevenk didn't document his changes06:21
asacso you couldn't know06:21
bluekujaasac: seen06:24
bluekuja:)06:24
asaci actually educated stevenk already ... that he did wrong06:24
bluekujaoh cool06:24
bluekuja:)06:24
asacbut configure.{in,ac} updates are advanced i would say06:24
bluekujayeah06:24
bluekuja^^06:24
asaci guess most motus won't get it right06:24
bluekujaasac: I'm leaving again :/06:24
bluekujaneed to go out06:24
bluekujawith some friends et all06:24
bluekujaasac: rege is ok?06:24
bluekujabefore I leave06:25
asacits pushed as well06:27
asacbluekuja: please mark fix released when things are build06:27
bluekujaok06:29
bluekuja:)06:29
bluekujaasac: bbl06:30
bluekuja:)06:30
bluekujahave fun in the meantime06:30
bluekuja;)06:30
asacbluekuja: i will be out ... and only in late06:31
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all06:43
asachey DarkSun88 :)06:54
DarkSun88:)06:54
DarkSun88Here too06:54
DarkSun88asac: Succesfully on all arch.06:59
DarkSun88:)06:59
DarkSun88https://launchpad.net/ubuntu/+source/xulrunner/1.8.1.4-2ubuntu206:59
asacDarkSun88: thx07:04
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has left #ubuntu-motu-torrent ["Leaving"]
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
!dmwaters:*! Good day all. One of our rotation servers appears to be having some problems, it's been pulled from rotation, and i'm looking at it now. Thank you for your patience, and thank you for using freenode!06:57
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
bluekujaasac: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431754+12:32
(ubotu/#ubuntu-motu-torrent) Debian bug 431754 in diff-ext "diff-ext: Invalid memory reference" [Critical,Open] 12:32
bluekujaasac: later, I gonna try to reproduce that12:33
asacgood12:33
bluekujaasac: if I cannot reproduce, what should we do?12:33
asacfirst try12:35
bluekujaok12:35
bluekuja:)12:35
bluekujaasac: later, we gonna have results then12:35
bluekuja:)12:35
asack12:36
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all03:16
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"]
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@123.116.97.128] has joined #ubuntu-motu-torrent
bluekujaback05:41
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujaheya pochu !05:42
bluekujahave you sid there?05:42
pochuhi bluekuja05:52
pochujust a pbuilder-sid05:52
bluekujaaww05:52
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
(javierder/#ubuntu-motu-torrent) hi bluekuja09:51
bluekujaheya javierder09:51
bluekuja:)09:51
(javierder/#ubuntu-motu-torrent) how is everything? too much work?09:52
bluekujajavierder, yeah definitely :/09:52
(javierder/#ubuntu-motu-torrent) well, sometimes that's a good thing :P09:53
bluekujaI wake up at six o'clock for work09:53
(javierder/#ubuntu-motu-torrent) oh...that hurts...09:53
bluekujaand then when I'm back at 1709:53
bluekujaI work for ubuntu09:53
bluekuja:)09:53
bluekujafor 4-5 hours/per day09:53
(javierder/#ubuntu-motu-torrent) that's a lot of time in front of a pc!09:53
bluekujayup09:54
bluekuja:)09:54
(javierder/#ubuntu-motu-torrent) 1 question, did you get the time to test the tribbler package? the developer asked me about that.09:54
bluekujajavierder, would you be so kind to re-send it?09:54
(javierder/#ubuntu-motu-torrent) yes, np09:55
bluekujaI had really a lot of stuff to do, and left it on TODO09:55
bluekujasend me09:55
bluekujadiff.gz09:55
bluekujadsc09:55
bluekujaand orig09:55
(javierder/#ubuntu-motu-torrent) sent09:57
bluekujathose files?09:57
bluekujaI guess09:57
bluekuja:)09:57
(javierder/#ubuntu-motu-torrent) yes.09:58
(javierder/#ubuntu-motu-torrent) anyway, i should do some more work on this, i didn't really did much work :/09:59
bluekujadon't worry, I'm sure you will contribute10:00
bluekujain the near future10:00
bluekujadoes not arrive10:00
bluekujamm10:00
bluekujahige files?10:00
bluekuja*huge10:00
(javierder/#ubuntu-motu-torrent) not really.10:02
bluekujastrange then10:02
(javierder/#ubuntu-motu-torrent) yep10:03
(javierder/#ubuntu-motu-torrent) hey, another question. about launchpad, is there any way to search for bugs in packages that are made in pygtk?10:03
bluekujammm..10:04
bluekujaI dont think so, there's no tag for those10:04
bluekujait's too much specific10:04
bluekujayou can try to write10:04
bluekujapygtk in search lists10:04
bluekujaand try to see what you get10:04
(javierder/#ubuntu-motu-torrent) ah, ok.10:05
bluekujatags are not created like that10:05
bluekuja;)10:05
(javierder/#ubuntu-motu-torrent) 'cause i'm really a developer, and i can probably contribute more doing actual development.10:05
bluekujayeah10:07
bluekujajavierder, no mails10:07
bluekuja./10:07
bluekuja:/10:07
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
bluekujaheya cynics07:17
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all02:05
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
Vorianhallo03:14
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@123.116.97.128] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.96.89] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
Vorianany falcon users here?10:08
Vorian:)10:08
DarkSun88G'Night.01:47
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.96.89] has joined #ubuntu-motu-torrent
=== Signon time : Mon Jul 2 06:41:59 2007
=== Signoff time : Sat Jul 7 10:11:29 2007
=== Total uptime : 5d 3h 29m 30s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:15
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:15
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"]
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all12:49
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all09:53
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"]
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-121-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@220.101.186.67] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"]
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
!RichiH:*! Hi everyone. As you undoubtedly noticed, one of our european hubs just died. Everything should be stable now. Sorry for the inconvenience, have a great day and thank you for using freenode! :)01:12
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-121-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-121-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all09:59
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@123.116.98.79] has joined #ubuntu-motu-torrent
=== |Element| [n=Element@221.4.137.132] has left #ubuntu-motu-torrent ["ZZZZZzzzzzzzzz......"]
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
!alindeman:*! Hi all ... an MRS server flapped off the network there .. it's back, but I've removed it from rotation anyway08:16
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=andrea@host106-170.pool8252.interbusiness.it] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Good day folks, we have some maintenence about to happen to 2 rotation servers. These boxes have been out of rotation for a while but we'll still lose some users.04:10
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
bluekuja_as07:02
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== andrea__ [n=andrea@host185-175.pool8250.interbusiness.it] has joined #ubuntu-motu-torrent
=== andrea__ is now known as bluekuja
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@220.101.186.67] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"]
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
bluekujaheya freeflying07:17
bluekujayou there?07:17
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@23.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.98.59] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.98.59] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.98.59] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@e177163113.adsl.alicedsl.de] has joined #ubuntu-motu-torrent
=== asac__ [n=asac@d108156.adsl.hansenet.de] has joined #ubuntu-motu-torrent
=== asac__ is now known as asac
=== asac__ [n=asac@e177160031.adsl.alicedsl.de] has joined #ubuntu-motu-torrent
=== asac__ is now known as asac
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== wojci_ [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
bluekujaasac: we are at +306:10
asache?06:12
asaci am at +100 :)06:13
bluekujaasac: 3 MC members voted06:13
asacah06:13
bluekujalol06:13
asacoh ... so it might even have a good ending06:13
bluekujayeah06:13
bluekujadholbach06:13
bluekujaneed to vote06:13
asacyeah ... maybe he waits a bit more06:13
bluekujayea06:13
bluekujaasac: it has been hard06:14
bluekujaa lot of difficulties06:14
bluekujabut keep working06:14
asacin case you get through it needs to go to TB, formally, right?06:14
bluekujayea06:14
bluekujavia mail06:14
bluekujae.g ack06:14
bluekujausually if MC voted good06:15
bluekujathey ack06:15
bluekujawithout problems06:15
bluekujausually mark or mdz06:15
asacjust stay not too much focussed on this ... things move more easily if one doesn't try to force things :)06:16
bluekujayeah, I'm currently not forcing06:16
bluekujaanyone06:16
bluekujathings went how they are alone06:16
asacyeah ... i know ;)06:17
asackeep things running06:17
bluekujayeah, nice advice06:17
bluekuja:)06:17
bluekujaasac; anyway thanks for the words you said me06:17
bluekujathat day06:17
bluekujahere on the channel06:17
bluekuja:)06:17
bluekujaasac: I've appreciated a lot06:19
bluekuja;)06:19
asacno problem ... just keep your eagerness to learn new ... and keep your temper in control and you will be a great contributor :)06:19
bluekuja:)06:20
bluekuja"keep yout temper in control" is something important06:20
bluekujayou know that I can get angry easily06:20
bluekuja:P06:20
asacsure ... its good to have temper ... energy ... but try to bundle these forces to productive channels :)06:22
asacdebating is almost always lost time06:22
asacat least if there is no consense in sight :)06:22
bluekujayeah06:23
bluekujabut some comments06:23
bluekujamade on me06:23
bluekujagot no-base06:23
asacright ... give one answer ... but keep it that way06:23
bluekujathat's what I did06:24
bluekuja:)06:24
asacdon't rephrase already made points :)06:24
bluekujayea06:24
bluekujayou should read06:24
bluekujasistpoty post06:24
asacgood ... if you follow that then you have learned a lot more than lots of others06:24
bluekujahe understood everything06:24
asacyeah ... i looked in the archive06:24
bluekuja:)06:25
asacdamn i hate pushing huge orig tarballs06:25
asacit empties the buffer of my audio stream06:25
bluekuja:D06:25
bluekujaasac: do you listen music while working?06:26
bluekujae.g radio06:26
asacdepends on my mood :)06:26
bluekuja:D06:26
bluekujaasac: which kind of music?06:27
asacjust hits atm ... or whatever channel has a good song06:27
asacnothing special so I don't get distracted06:27
bluekuja:D06:27
bluekujaI usually change songs multiple times06:27
bluekujawhich is bad for my concentration06:27
bluekuja^^06:27
asacyeah06:28
asacprobably the reason you do it is bad concentration in the first place06:28
asace.g. you cannot get started or continue06:28
asacso you do something ... like switching songs :)06:28
bluekuja:D06:29
bluekujayeah06:29
bluekujastarting a thing06:29
bluekujais hard06:29
bluekujacontinuing it is easily06:29
bluekujadoes the work "continuing" exist?06:30
bluekujammm.,06:30
asache?06:39
asacsorry ... don't get that question06:39
bluekujaasac: grammar stuff06:39
bluekujanvm^^06:39
asack06:40
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=andrea@host14-175.pool8252.interbusiness.it] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== cynics [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== Signon time : Sat Jul 7 10:11:31 2007
=== Signoff time : Tue Jul 17 05:52:15 2007
=== Total uptime : 9d 19h 40m 44s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there05:56
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 05:56
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 05:57am
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== Signon time : Tue Jul 17 05:52:24 2007
=== Signoff time : Tue Jul 17 22:51:33 2007
=== Total uptime : 0d 16h 59m 9s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:55
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:55
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else01:12
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>01:12
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there01:12
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!01:12
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 01:12
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 01:12
=== Signon time : Tue Jul 17 22:51:39 2007
=== Signoff time : Wed Jul 18 05:42:50 2007
=== Total uptime : 0d 6h 51m 11s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there05:46
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 05:46
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.97.35] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
DarkSun88Hi all03:56
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== cynics [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== cynics [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
!RichiH:*! Hi everyone! christel and I are in Birmingham and at GUADEC at the moment. If you want to grab beer with us or meet us tomorrow, please contact me. As always, thank you for using freenode :)07:07
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
=== cynics [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
!christel:*! Hi guys! RichihH and myself are currently at GUADEC, having a blast of a time, if you happen to be a attending freenode user, do come say hi!11:40
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto]
=== Signon time : Wed Jul 18 05:42:57 2007
=== Signoff time : Fri Jul 20 14:20:31 2007
=== Total uptime : 2d 8h 37m 34s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there02:25
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 02:25
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 02:27pm
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.97.100] has joined #ubuntu-motu-torrent
=== freeflying__ [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== l3on [n=l3on@83-103-90-62.ip.fastwebnet.it] has joined #ubuntu-motu-torrent
l3onhi all12:01
l3on:)12:01
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying__ is now known as cynics
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
cynicsbug #3654711:02
ubotuLaunchpad bug 36547 in scim "scim: im-switch configuration for XIM mode should check user's locale" [Unknown,Confirmed]  https://launchpad.net/bugs/3654711:02
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@123.116.102.113] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@host74-132-dynamic.11-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
bluekujaheya javamaniac06:34
bluekujajavamaniac: new gnome-btdownload has been released06:34
bluekuja0.0.2906:34
bluekujajavamaniac, want me to take care of it?06:35
!dmwaters:*! hi all, big split, need to fix routing, sorry.08:13
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javierder [n=javier@34-206-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else04:26
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>04:26
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there04:26
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!04:26
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 04:26
=== Signon time : Fri Jul 20 14:21:55 2007
=== Signoff time : Wed Jul 25 16:30:03 2007
=== Total uptime : 5d 2h 8m 8s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there04:34
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 04:34
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 04:36pm
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.99.24] has joined #ubuntu-motu-torrent
=== freeflying__ [n=freeflyi@123.116.99.24] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else04:47
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>04:47
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there04:47
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!04:47
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 04:47
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )
!dmwaters:*! Good day all, there's going to be a rather large split while i straighten out some routing. Thank you for your patience, and thank you for using freenode!02:51
=== Signon time : Wed Jul 25 16:30:41 2007
=== Signoff time : Fri Aug 3 09:13:57 2007
=== Total uptime : 8d 16h 43m 16s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there09:18
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 09:18
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 09:19am
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has left #ubuntu-motu-torrent ["See]
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== javierder [n=javier@34-206-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.96.203] has joined #ubuntu-motu-torrent
=== freeflying__ [n=freeflyi@123.116.96.203] has joined #ubuntu-motu-torrent
=== freeflying__ is now known as freeflying
=== freeflying_ [n=freeflyi@123.116.96.203] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.103.144] has joined #ubuntu-motu-torrent
=== freeflying__ [n=freeflyi@123.116.101.17] has joined #ubuntu-motu-torrent
=== freeflying__ is now known as freeflying
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying is now known as freeflying|away
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying_ [n=freeflyi@123.116.99.59] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
=== javierder [n=javier@34-206-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent
=== freeflying__ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent
=== freeflying__ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent
=== freeflying__ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
!Md:*! sorry for the split, one of our servers has a bad clock and has been shut down until it will be fixed10:23
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"]
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
[wotamuckinfuddle(n=wotamuck@213.205.241.204)] hi, sorry to PM, i have a DVD of ubuntu fiesty fawn, im wanting to install it on a non-DVD machine, how can i make cd-roms from the DVD? please06:10
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
!RichiH:*! Hi everyone :) This Saturday August 11th, LinuxPicnic (.org) will celebrate Tux' birthday. East USA: Reston VA, West USA: Sunnyvale CA, Southern Hemisphere: Dunedain, NZ. As always, thank you for using freenode and have a great day :)12:45
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else11:04
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>11:04
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there11:04
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!11:04
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 11:04
=== Signon time : Fri Aug 3 09:14:22 2007
=== Signoff time : Wed Aug 8 23:41:01 2007
=== Total uptime : 5d 14h 26m 39s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there11:45
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 11:45
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 11:47pm
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else10:35
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>10:35
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:35
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!10:35
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:35
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )
=== Signon time : Wed Aug 8 23:41:36 2007
=== Signoff time : Fri Aug 10 07:53:46 2007
=== Total uptime : 1d 8h 12m 10s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:57
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:57
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 07:59am
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.96.182] has joined #ubuntu-motu-torrent
=== freeflying_ is now known as freeflying
=== freeflying [n=freeflyi@123.116.100.56] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.100.56] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== Signon time : Fri Aug 10 07:53:55 2007
=== Signoff time : Sat Aug 11 06:59:03 2007
=== Total uptime : 0d 23h 5m 8s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:02
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:03
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 07:04am
[foxbuntu(n=nfoxqci@12-216-16-102.client.mchsi.com)] sex07:51
[foxbuntu(n=nfoxqci@12-216-16-102.client.mchsi.com)] !pastebin | ubuntulog07:51
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.100.56] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else07:13
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>07:13
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:13
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!07:13
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:13
=== Signon time : Sat Aug 11 06:59:16 2007
=== Signoff time : Sun Aug 12 07:15:29 2007
=== Total uptime : 1d 0h 16m 13s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:19
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:19
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 07:21am
=== Signon time : Sun Aug 12 07:15:35 2007
=== Signoff time : Sun Aug 12 08:10:40 2007
=== Total uptime : 0d 0h 55m 5s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there08:15
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 08:15
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 08:16am
=== freeflying [n=freeflyi@123.118.1.103] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
!christel:*! Hiya all, one of our sponsors are experiencing some networking problems and as a result we have a slightly bouncy network. If you find yourself on the affected server, you may wish to connect elsewhere. Thank you for using freenode and have a great day!10:09
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== Signon time : Sun Aug 12 08:11:24 2007
=== Signoff time : Mon Aug 13 12:21:43 2007
=== Total uptime : 1d 4h 10m 19s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there05:29
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 05:29
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 05:31am
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DrKranz is now known as DktrKranz
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== Signon time : Wed Aug 15 05:25:47 2007
=== Signoff time : Wed Aug 15 20:25:01 2007
=== Total uptime : 0d 14h 59m 14s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there08:28
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 08:28
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
!alindeman:*! Hi all .. a main rotation server flashed off the network for a second. It's back, but I'm removing it from rotation anyway.10:26
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
!christel:*! We would like to wish the GNOME project a Happy Birthday, 10 years old today!12:40
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
!RichiH:*! Hi all. As you will surely have heard, there was a major earthquake in Peru. It seems Richard 'RMS' Stallmann was travelling from Lima to Chimbote with Mario Ramos on August 15th and no one has heard from him since. If you have any information, please email rms-assist@gnu.org or poke us in #freenode. Also, if you happen to live in South or Central America, please consider donating blood as that is the only thing that can not easily be transported from outsid12:43
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
!alindeman:*! Some lag on a hub caused a few servers to drop off the network. Everything should be settled now. Sorry for the noise.06:23
=== Signon time : Wed Aug 15 20:25:03 2007
=== Signoff time : Sat Aug 18 06:26:32 2007
=== Total uptime : 2d 10h 1m 29s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:41
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:41
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@123.116.96.84] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== cynics_ [n=cynics@123.116.98.179] has joined #ubuntu-motu-torrent
=== cynics_ is now known as freeflying
=== Signon time : Sat Aug 18 10:37:43 2007
=== Signoff time : Sun Aug 19 10:51:57 2007
=== Total uptime : 1d 0h 14m 14s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there11:30
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 11:30
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else10:24
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>10:24
=== #ubuntu-marketing You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:24
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!10:24
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 10:24
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:24
=== Signon time : Sun Aug 19 11:26:31 2007
=== Signoff time : Mon Aug 20 05:44:20 2007
=== Total uptime : 0d 18h 17m 49s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there05:48
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 05:48
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.98.179] has joined #ubuntu-motu-torrent
=== asac [n=asac@e177174172.adsl.alicedsl.de] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent
!RichiH:*! Hi all. As you surely noticed, we just had a rather large and ugly split. We are looking into what caused it and for the time being, things seem to have calmed down. Sorry for the inconvenience, thank you for using freenode and have a great day :)02:13
=== freeflyi1g [n=freeflyi@123.116.98.179] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.98.179] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== Signon time : Mon Aug 20 05:44:27 2007
=== Signoff time : Tue Aug 21 09:04:04 2007
=== Total uptime : 1d 3h 19m 37s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there09:07
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 09:08
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@123.116.98.179] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.102.66] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.2.228] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@125.33.55.43] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@125.33.55.43] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DrKranz is now known as DktrKranz
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DrKranz is now known as DktrKranz
=== camrdale [n=camrdale@d64-180-228-60.bchsia.telus.net] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== nb000 [n=nb000@87.97.96.33.pool.invitel.hu] has joined #ubuntu-motu-torrent
nb000hi, is everybody here?08:47
nb000i found this irc addr at: https://wiki.ubuntu.com/MOTU/Teams/Torrent?highlight=%28MOTU%2FTeams%2908:48
nb000i would like to suggest to add rtorrent to the list of maintaned bittorrent clients08:48
nb000the ububtu version of it is 0.6.4, but on the progr's homepage there is already many newser version (latest is 0.7.7)08:50
nb000if someone reads this i can be contacted later via mail: nb0000 at gmail dot com08:50
=== nb000 [n=nb000@87.97.96.33.pool.invitel.hu] has left #ubuntu-motu-torrent ["Tvozom"]
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== nuu is now known as nu
=== nu is now known as nuu
=== nu [i=neuro@host76-15-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== nuu is now known as nu
=== nu is now known as nuu
=== nuu is now known as nu
=== nu is now known as nuu
=== nuu is now known as nu
=== nu is now known as nuu
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi3g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi3g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac__ [n=asac@d107195.adsl.hansenet.de] has joined #ubuntu-motu-torrent
=== asac__ is now known as asac
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== Ceefour666 [n=ceefour@125.164.237.118] has joined #ubuntu-motu-torrent
Ceefour666hi10:31
Ceefour666good afternoon10:31
Ceefour666may i come in?10:31
=== Ceefour666 [n=ceefour@125.164.237.118] has joined #ubuntu-motu-torrent
Ceefour666i'm looking for azureus maintainer11:09
Ceefour666hlllo11:21
=== Ceefour666 [n=ceefour@125.164.237.118] has left #ubuntu-motu-torrent []
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== acemo [n=acemoo@ip5657ebcc.direct-adsl.nl] has joined #ubuntu-motu-torrent
=== acemo [n=acemoo@ip5657ebcc.direct-adsl.nl] has left #ubuntu-motu-torrent []
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
!dmwaters:*! Hi all, one of our hubs just split, we're looking into it07:23
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@201.210.37.109] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== Signon time : Tue Aug 21 09:04:11 2007
=== Signoff time : Tue Aug 28 06:46:35 2007
=== Total uptime : 6d 21h 42m 24s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there06:50
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 06:50
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== javamaniac [n=gerardo@201.210.37.109] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.176] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== zith_ [n=zith@90-227-135-155-no52.tbcn.telia.com] has joined #ubuntu-motu-torrent
zith_i saw that packaging linkage is on your todolist03:36
zith_to do that you need the rasterbar libtorrent (rather than the rakshasa one)03:36
bluekujazith_, heya03:36
bluekujayes, we need rasterbar before linkage03:37
zith_http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402462 <- this is how debian seems to want to solve having two diffrent libtorrents int their repository, if you had not seen it :)03:37
(ubotu/#ubuntu-motu-torrent) Debian bug 402462 in wnpp "ITP: libtorrent-rasterbar -- Rasterbar libtorrent library" [Wishlist,Open] 03:37
bluekujalet me see03:37
zith_i dont know the status on that one though, they have not been talking in the bug posting since may03:37
bluekujazith_, I've been in contact with him for some time03:38
bluekujaand we talked here about it multiple times03:39
zith_ah, cool03:39
bluekujathat guy did *not* provide a good package03:39
bluekujato push into the archive03:39
zith_oh ok03:39
bluekujapochu, any news for rasterbar?03:39
bluekujapochu, oh wb :)03:39
zith_i actually made a package of it last night, but i doubt its much better since its my first debian package ever03:40
bluekujazith_, in what are you interested?03:40
zith_bluekuja: linkage! :)03:40
bluekujaare you an ubuntu contributor?03:40
zith_i'm afraid not03:40
bluekujazith_, I love linkage a lot03:40
bluekujait's a great application03:40
bluekujaand I really want to see it in03:40
zith_thats great to hear03:41
bluekujazith_, are you linkage devel?03:41
zith_i havnt really contributed much code, but i'm a member of the project and the guy leading it is a close friend03:42
bluekujaoh cool!03:43
bluekujawell, the guy  told me03:43
bluekuja"hey, I'll be back with news!"03:43
bluekujano one have seen him around03:43
zith_the guy who made the package?03:43
bluekujasince june03:43
bluekujayup03:43
zith_argh.. that has to be a bit frustrating03:44
bluekujayeah03:44
bluekujahe talked bad about us03:44
bluekujasaying we dont help him03:44
bluekujaand stuff like that03:44
bluekujawhich is not true03:45
bluekujawe gave him the possibility to sponsor his package into both debian and ubuntu03:45
bluekujaof course with a *good* package03:45
zith_i wish i could help, but as i said, i dont have much experiance with packaging03:45
bluekujazith_, you told me before, you made a package03:46
bluekujado you have a chance to let me see it?03:46
bluekujaof course, I want a diff.gz, .dsc, and orig03:48
bluekujanot the .deb03:48
bluekuja:)03:48
zith_hmm ok03:51
zith_but its called libtorrent, not libtorrent-rasterbar or anything03:51
bluekujazith_, bad then03:51
bluekujathat's the main problem03:51
bluekujawe have libtorrent already in the archive03:52
zith_yeah03:52
bluekujawe cannot conflict the current version03:52
pochuHello bluekuja04:06
bluekujaheya pochu04:06
bluekujahow are you man?04:06
pochuon holidays :)04:06
bluekujacool04:07
bluekuja:)04:07
bluekujapochu, no news for rasterbar?04:07
bluekujahave you heard something?04:07
pochuno, sorry04:08
bluekujaoki04:09
bluekuja:)04:09
pochuand how are you?04:10
bluekujareaaaaaaaaaaaaaaally good :)04:11
bluekujalife is going great04:11
bluekujaI can say I'm happy04:11
bluekujaatm04:12
bluekuja:)04:12
pochuThat's great04:14
bluekujayup04:14
bluekujaI hope it's the same for you04:15
pochuI'll be in Italy in a couple of days :)04:15
bluekujaoooooh04:15
bluekujawhere??04:15
pochuI'm going to Loreto, but I'll be in Asisi, Padova, Firenze...04:16
bluekujaohh!04:16
bluekujacome to Udine!04:16
bluekujait's 100 km from venice04:16
pochuI would if I could04:17
pochuBut we are 70 people ;)04:17
bluekujalol04:17
bluekujathat's quite hard then04:17
bluekujatourist trip?04:17
pochuIt's even impossible ;)04:17
pochuWe are going to join the Holy Father in Loreto04:18
bluekujaoh cool!04:18
bluekujahow many days will you stay here?04:18
pochu9 days, with those for going and coming back04:19
pochu7 in Italy04:19
bluekujaby coach?04:19
bluekujaor airplane?04:19
pochubus :/04:19
bluekujaoh damn :/04:19
pochuhehe04:19
pochubut it's Ok to me :)04:19
bluekujaare you with your family?04:19
bluekujaor alone?04:19
bluekuja*with friends04:20
pochuno, with friends and people from the church04:20
bluekujareally nice04:20
bluekujait would be nice to meet you around04:20
bluekujabut I'm a little less far away from firenze04:20
bluekujaI'm quite near to padova04:21
bluekuja150+ km04:21
bluekuja^^04:21
bluekujaI live near trieste04:21
bluekujain fact04:21
pochu:)04:22
bluekujapochu, you gonna take your laptop with you?04:23
pochuI don't think so :)04:24
bluekujaaww :/04:24
pochuBut I'll be back on September 7th :)04:24
pochuOh, why do you say it?04:24
bluekujato keep in contact in case you come around here04:25
pochuif you mean around your town, I won't...04:25
bluekujanot really around04:26
bluekuja100-150 km is ok04:26
pochuhehe04:26
bluekuja:)04:26
pochuso then you might want to come to padova04:27
bluekujayea04:27
bluekujawhen will you be around there?04:27
pochuIIRC on August 30th04:30
zith_bluekuja: so do you have any feature requests or such for linkage?06:34
zith_It would be good to get some feedback.. there are not many people who talk about it currently :)06:34
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
!Md:*! FYI, freenode has just broken the record of 40000 connected users. let's join the party in #defocus08:45
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@221.220.237.89] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.157] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.157] has joined #ubuntu-motu-torrent
!RichiH:*! Hi all. As you probably noticed, a local leaf server is having route troubles and keeps on splitting. We are working on it and hope to have the issue resolved shortly. As always, thank you for using freenode and have a great day :)05:34
=== javamaniac [n=gerardo@201.210.37.109] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.157] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nuu is now known as nuu
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.157] has joined #ubuntu-motu-torrent
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nuu is now known as nuu
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else10:55
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>10:55
=== #ubuntu-laptop You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:55
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!10:55
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 10:55
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:55
!christel:*! Hi all, we've had a request to inform you that the guys over in ##nabaztag are 'calling all pesky rabbit hunters/hackers,' so if you own one of these cute little wifi rabbits you may want to check out the channel for the unofficial 'hacking nabaztag community' on freenode! 06:11
=== Signon time : Tue Aug 28 06:46:41 2007
=== Signoff time : Thu Aug 30 18:58:08 2007
=== Total uptime : 2d 12h 11m 27s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:01
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:02
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== idefixs [n=marcel@lli212095018024.grz.telering.at] has joined #ubuntu-motu-torrent
=== javierder [n=javier@201-213-163-2.net.prima.net.ar] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== zith_ [n=zith@90-227-135-155-no52.tbcn.telia.com] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.113] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== javierder [n=javier@190.188.168.66] has joined #ubuntu-motu-torrent
=== javierder [n=javier@190.188.168.66] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@host154-113-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== idefixs [n=drno@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@123.118.3.20] has joined #ubuntu-motu-torrent
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== idefixs [n=drno@62.178.181.104] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has left #ubuntu-motu-torrent ["See]
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
[netzer0(n=netzer0@202.128.52.52)] hi... noob here needs help03:30
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent
=== freeflying_ [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== Signon time : Thu Aug 30 18:58:15 2007
=== Signoff time : Wed Sep 5 13:46:14 2007
=== Total uptime : 5d 18h 47m 59s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there01:56
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 01:56
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.3.39] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac__ [n=asac@e177170173.adsl.alicedsl.de] has joined #ubuntu-motu-torrent
=== asac__ is now known as asac
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== javierder [n=javier@60-138-16-190.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.0.85] has joined #ubuntu-motu-torrent
=== idefixs [n=marcel@lli212095018024.grz.telering.at] has joined #ubuntu-motu-torrent
idefixshi there! anyone seen bluekuja recently?02:24
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== asac [n=asac@d112159.adsl.hansenet.de] has joined #ubuntu-motu-torrent
=== javamaniac_ [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=and@host210-174-dynamic.50-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=and@host210-174-dynamic.50-82-r.retail.telecomitalia.it] has left #ubuntu-motu-torrent []
=== bluekuja_ [n=and@host210-174-dynamic.50-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
bluekuja_heya asac12:38
=== bluekuja_ is now known as bluekuja
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javierder [n=javier@60-138-16-190.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-107-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== javierder [n=javier@60-138-16-190.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.97.40] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@d112179.adsl.hansenet.de] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== fsateler [n=kvirc@pc-107-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.100.141] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== bluekuja [n=and@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== bluekuja [n=and@ubuntu/member/bluekuja] has left #ubuntu-motu-torrent []
=== bluekuja [n=and@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== bluekuja [n=and@ubuntu/member/bluekuja] has left #ubuntu-motu-torrent []
=== bluekuja [n=and@host210-174-dynamic.50-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== bluekuja [n=and@host17-238-dynamic.6-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== javierder [n=javier@226-96-231-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== bluekuja [n=and@ubuntu/member/bluekuja] has left #ubuntu-motu-torrent []
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-107-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== bluekuja [n=and@host17-238-dynamic.6-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== freeflying [i=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent
=== freeflying [i=freeflyi@211.103.244.55] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== idefixs [n=marcel@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent
idefixsbluekuja: thanx!02:34
=== idefixs [n=marcel@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== XSource [n=Kabyl@41.201.203.51] has joined #ubuntu-motu-torrent
bluekujaXSource: heya bro09:53
bluekuja:)09:53
=== bluekuja [n=and@host17-238-dynamic.6-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== ubotu is now known as Ubotu
=== freeflying [n=freeflyi@123.116.96.59] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.194.173] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.59] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac__ [n=asac@e177161123.adsl.alicedsl.de] has joined #ubuntu-motu-torrent
=== asac__ is now known as asac
=== XSource [n=XSource@41.201.220.99] has joined #ubuntu-motu-torrent
bluekujaheya XSource07:47
XSource:-)07:48
XSourcehey07:48
XSourcehome sweet home :D07:48
bluekuja:D07:48
bluekujahow it's going?07:48
XSourcegood, how's you?07:49
bluekujareally good thanks!07:49
XSource:-)07:49
bluekujaare you an ubuntero now?07:49
XSourcebb in 3007:49
XSourceyea07:49
XSourcelol07:49
bluekujalol07:50
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
XSourceb08:16
bluekujawb08:16
XSourcethx08:16
bluekuja:908:17
XSourcenever seen this :9 b408:18
bluekujaahha08:20
bluekuja:)08:20
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.221.85] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.230.192] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.210.123] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.215.86] has joined #ubuntu-motu-torrent
=== idefixs [n=drno@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.95] has joined #ubuntu-motu-torrent
=== Ubotu is now known as ubotu
=== freeflying [n=freeflyi@123.116.103.95] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.236.168] has joined #ubuntu-motu-torrent
bluekujaXSource, !10:37
XSource:D10:37
XSourcehow's it going there?10:37
bluekujareally good man!10:38
bluekujawhat about you?10:38
XSourcegreat10:39
XSource:)10:39
XSourcetrying to follow the path, I need some time to:10:40
XSourcelook to the master,10:40
XSource    follow the master,10:40
XSource    walk with the master,10:40
XSource    see through the master,10:40
XSource    become the master.10:40
XSourcexD10:41
bluekujalol10:41
bluekujathta's it10:41
bluekujacamrdale, hi10:41
bluekujaXSource, just work day by day10:42
bluekujaand you'll make it10:42
=== XSource have to do homework
XSourcehas*10:42
bluekujaok10:43
bluekuja:)10:43
bluekujaXSource, for school?10:43
XSourcefor ubotu lol10:43
bluekujalol10:43
bluekuja!say hi XSource10:44
ubotuSorry, I don't know anything about say hi xsource - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi10:44
XSourcejust realized it's a bot u bot u10:44
XSourcelol10:44
bluekuja!say XSource10:44
ubotuSorry, I don't know anything about say xsource - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi10:44
bluekujadamn10:44
bluekuja!firefox10:44
ubotufirefox is the default web-browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion Installing plugins: https://wiki.ubuntu.com/FirefoxPlugins10:44
camrdalebluekuja: hi10:44
bluekuja:)10:44
bluekujacamrdale, heya10:44
bluekujainterested in torrents?10:45
camrdaleI'm the debian maintainer for bittornado10:45
camrdaleyou part of the motu-torrent team?10:45
bluekujacamrdale, I'm the administrator of the team10:46
bluekuja:)10:46
camrdaleI'm concerned about the version scheduled for Gutsy, is it too late to get a new one included?10:46
bluekujacamrdale, oh, you are bittornado's debian maintainer?10:46
bluekujareally nice10:46
bluekujaare you a DD?10:46
camrdaleyes, not a DD yet10:47
camrdalesoon though, hopefully10:47
bluekujaalready started NM?10:47
camrdalemore than a year ago :(10:47
bluekujaaww10:47
bluekuja^^10:47
bluekujacamrdale, what's bad on gutsy version?10:48
bluekujais a new upstream release out?10:48
camrdaleit's got a few bad bugs10:48
bluekujanew upstream fixes those?10:48
camrdale0.3.18 is experimental, and the upstream is not too quick with releasing fixes10:48
camrdaleI have some fixes from upstream's CVS10:48
bluekujacamrdale, they are already in debian?10:49
camrdalenot yet, I was going to release a new version for Debian to fix them10:49
bluekujae.g the revision you're talking about is already in10:49
bluekujaok10:49
camrdaleI'm just wondering if it's too late for gutsy10:49
bluekujait's not too late for a new revision10:50
bluekujaI can merge it from debian10:50
camrdaleis there a deadline?10:50
bluekujawe are already in new upstream releases freeze10:50
bluekujaalso new packages freeze10:50
bluekujabut we have exceptions10:50
bluekujadont worry10:50
bluekuja:)10:50
bluekujabut alwais time for a merge10:51
bluekujaalso for fixing odd bugs10:51
bluekujaproviding a good package for gutsy10:51
camrdaleok, I'll try and get a new version in for next week10:51
bluekujasounds great10:51
bluekujajust ping me when done10:51
bluekujaand I'll see if we need a merge/sync10:51
camrdalethanks, I will10:51
bluekujathanks to you for coming10:51
bluekuja:)10:52
camrdale:)10:52
bluekujacamrdale, are you registered on lp?10:52
camrdaleyep10:52
camrdaleI applied to join motu-torrent too10:52
bluekujacamrdale, really?10:53
bluekujahow long ago?10:53
camrdalea couple weeks, I think?10:53
bluekujaI usually dont consider applications from ppl I dont know10:53
bluekujathat's why I didnt answer10:53
bluekuja:)10:53
camrdaleI figured something like that10:53
bluekujabut let me add you to the team10:53
bluekujacan you provide me lp id?10:54
bluekujaand debian qa page?10:54
camrdalecamrdale for lp10:54
camrdalehttp://qa.debian.org/developer.php?login=camrdale@gmail.com10:54
camrdaleI also maintain torrentflux10:55
camrdaleand I'm the developer of the new debtorrent package distribution program10:55
bluekujaoh really cool10:55
bluekujayou rock then!10:55
bluekuja:)10:55
bluekujacamrdale, I co-maintain gnome-btdownload10:56
bluekuja30000 popcon10:56
bluekuja;)10:56
camrdalenice10:56
bluekujawith javamaniac10:56
bluekuja:)10:56
camrdaleI was trying to change the importance of a bug in Launchpad10:56
bluekujacamrdale, you cant10:56
camrdaledo I need special priviliges for that?10:56
bluekujayup10:56
bluekujaubuntu-QA members are allowed to do it10:57
bluekujacamrdale, just give me the bug10:57
bluekujaand tell me which importance you need10:57
camrdale8725410:57
camrdaleshould be minor/wishlist10:57
bluekujaLaunchpad Bug #8725410:57
ubotuLaunchpad bug 87254 in bittornado "bittornado / wxpython string decoding error" [Undecided,Confirmed]  https://launchpad.net/bugs/8725410:57
camrdaleyes10:58
bluekujasetting it to minor/wishlist10:58
bluekujacamrdale, you mean10:59
bluekujaconfirmed10:59
bluekujawishlist?10:59
bluekuja:)10:59
camrdalesure10:59
bluekujaok10:59
camrdaleI'm not sure what the importance levels are for ubuntu10:59
bluekujacamrdale, done11:00
bluekujawishlist/confirmed11:00
camrdalethanks11:00
bluekujacamrdale, let me add you to the team11:00
camrdaleokay, thanks again11:01
bluekujacamrdale, I have a quite long list of ppl11:02
bluekujawho wants to join11:02
camrdaleI see that11:02
bluekujaso I consider only ppl already involved11:02
camrdaledoes membership get me privileges11:03
camrdale?11:03
bluekujacamrdale, like?11:03
camrdaleI'm not sure, I'm just wondering why people want to join?11:04
bluekujacamrdale, you have access to team branches, you get access to ppa of the team, you receive team mails11:04
bluekujaand you're the maintainer of all torrents app11:05
bluekujaon ubuntu11:05
bluekujae.g you work on them11:05
bluekujae.g you fix them11:05
bluekujae.g you contribute to them11:05
bluekuja:)11:05
camrdalesounds good :)11:05
bluekuja:911:06
bluekuja:)11:06
bluekujacamrdale, do you use bzr?11:06
camrdaleno, but I'm familiar with others11:06
camrdaleshould be able to pick it up11:07
bluekujaok11:07
bluekuja:)11:07
bluekujaanyway camrdale11:10
bluekujakeep me updated11:10
bluekuja:)11:10
camrdaleI will, thanks11:10
bluekujathanks to you11:11
bluekuja;)11:11
XSourcegd n8 ubotueros11:22
bluekujaXSource, gnight11:22
bluekujaand take care man!11:22
XSourcethx :)11:22
bluekujacu tomorrow11:22
bluekuja:)11:22
XSourceciaooo11:23
bluekujaciao! :)11:23
XSource:D11:23
bluekuja:)11:23
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has left #ubuntu-motu-torrent []
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else04:05
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>04:05
=== #ubuntu-laptop You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there04:05
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!04:05
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 04:05
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 04:05
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else10:07
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>10:07
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:07
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!10:07
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 10:07
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:07
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else10:03
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>10:03
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:03
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!10:03
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 10:03
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:03
=== Signon time : Wed Sep 5 13:52:42 2007
=== Signoff time : Tue Sep 18 04:45:22 2007
=== Total uptime : 12d 14h 52m 40s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there04:49
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 04:49
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.194.72] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.242.35] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.101.235] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
!dmwaters:*! Good day all, that split was one of our rotation servers. I'm looking into the cause of the split now07:38
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.194.164] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.220.188] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.202.20] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.216.213] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.216.213] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.219.199] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.225.5] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.225.5] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.225.5] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.225.5] has joined #ubuntu-motu-torrent
=== Kabyl__ [n=XSource@41.201.211.189] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.213.165] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.102.46] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
bluekujapochu, heya08:34
bluekujapochu, I'm checking https://bugs.edge.launchpad.net/ubuntu/+source/listen/+bug/14100908:35
(ubotu/#ubuntu-motu-torrent) Launchpad bug 141009 in listen "listen.desktop doesn't validate" [Low,Triaged] 08:35
bluekujapochu, let me know when you're there08:38
pochubluekuja: hey, how do you do?08:45
bluekujapochu, heya bro08:45
bluekujapochu, I'm reviewing that for you08:45
bluekujaa mail hit my mailbox before08:45
bluekujaand I went there to check it08:46
bluekuja^^08:46
pochubluekuja: thanks!08:47
bluekujapochu, now I'm grabbing the source08:47
bluekujaand applying your debdiff08:47
pochu:-)08:47
pochuIt's nice you're a motu08:48
pochunow you can sponsor me ;)08:48
pochuhehe08:48
bluekujayup :D08:48
bluekujapochu, give me a minute08:49
bluekujadont disappear08:49
bluekujapochu, that's a huge patch!08:50
pochusure, take your time :)08:50
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
pochubluekuja: hehe, well, I guess we can reduce it...08:50
pochupatching just listen.desktop.in, instead of both listen.desktop and listen.desktop.in08:51
pochuit doesn't make sense to patch listen.desktop, since we are using listen.desktop.in after its conversion to listen.desktop...08:51
pochudo you want me to reduce the patch?08:51
pochuwell, let me do it :-)08:52
bluekujapochu, yeah, let me write a comment08:52
bluekujaplease08:52
bluekuja:)08:52
bluekujapochu, done read08:53
pochubluekuja: :-) give me one minute08:55
bluekujatake your time08:56
bluekujaI'm here for 20 minutes08:56
bluekujaso feel free to ping08:56
pochubluekuja: new debdiff attached :)09:04
=== bluekuja checking
bluekujapochu, looks better09:07
bluekuja:)09:07
bluekujapochu, original patch09:07
bluekujapatches only .in files right?09:07
pochubluekuja: now yes09:08
bluekujapochu, I mean09:09
pochubluekuja: and works fine (builds, and the .desktop now validates)09:09
bluekujadid you create that patch?09:09
pochuyeah09:09
bluekujaso you are original author?09:09
bluekujais this the first revision where that patch is attahced?09:09
pochuno09:10
pochuit was already there, but now I've modified it09:10
pochuimproved it09:10
bluekujapochu, ok good09:10
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
bluekujaback09:11
bluekujapochu: but original patch09:11
bluekujagot only .in stuff?09:11
bluekujaor there were changes on .desktop too?09:11
bluekujapochu, I mean09:14
bluekujawhy in the previous patch09:14
pochubluekuja: just on .in09:14
bluekujayou added changes to the -.desktop itself?09:14
bluekujawithout a reason09:15
bluekujain fact09:15
pochubluekuja: in the first debdiff yes09:15
pochubut not in the second one09:15
bluekujapochu, yeah09:15
bluekujabut why you put them in the first?09:16
bluekujaif we have a .in?09:16
pochuI didn't know well how it worked09:17
pochuso I thought I has to patch the .desktop too09:17
bluekujaoh k09:17
bluekuja:)09:17
bluekujalet me test09:17
pochubut now I know how it works :-)09:17
bluekujapochu, building09:19
bluekujait09:19
pochucool!09:20
bluekujapochu, damn09:24
bluekujaGet:3 http://archive.ubuntu.com gutsy/main libxevie1 1:1.0.2-2 [9140B] 09:24
bluekujaErr http://archive.ubuntu.com gutsy/main at-spi 1.19.5-0ubuntu109:24
bluekuja  404 Not Found [IP: 91.189.89.6 80] 09:24
bluekujaneed to update my tarball09:24
bluekuja:)09:24
pochuhehe09:25
bluekujapochu, 20000000 deps?09:33
bluekuja:P09:33
pochulol09:37
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
bluekujapochu, looks fine09:42
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
pochubluekuja: yeah!09:43
bluekujapochu, now I check latest09:43
bluekujalisten package09:43
bluekujaand I see the bug09:43
bluekujaand then I upload09:43
bluekujapochu, 4ubuntu209:48
bluekujagot bad desktop entry I'm right?09:48
pochubluekuja: yeah09:50
pochubluekuja: and in the menu, it's placed in 'Others'09:50
bluekujapochu, ok, I'm checking previous revision09:50
bluekujato see it09:50
pochuinstead of in 'Sound & Video'09:50
bluekujaIve tested your one09:50
bluekujaand works fine09:50
=== asac_ is now known as asac
bluekujapochu, I've installed09:55
bluekuja4ubuntu209:55
bluekujaand I see a desktop entry09:55
bluekujain AudioVideo09:55
bluekujais that possible?09:55
pochubluekuja: hmm09:56
bluekujapochu, I'm looking at09:57
bluekuja4ubuntu209:57
bluekujadiff.gz09:57
bluekujapochu, http://launchpadlibrarian.net/9027166/listen_0.5-4ubuntu2.diff.gz09:57
bluekujaI see the patch there09:57
pochubluekuja: yes, it's right09:57
pochubecause the old .desktop.in file was patched too09:58
pochuthough it wasn't good enough09:58
pochuI mean, it wasnt freedesktop.org 1.0 valid09:58
bluekujapochu, you deleted encoding field09:58
bluekujaand application category09:58
pochuyes09:58
pochubluekuja: try this command09:58
pochudesktop-file-validate /usr/share/applications/listen.desktop09:58
bluekujapochu, I know I know09:59
bluekuja:)09:59
pochuthe Encoding field is deprecated, since in 1.0 all .desktop files should be in utf-809:59
pochuand Application is deprecated too :)09:59
bluekujapochu, and mime types?09:59
pochubluekuja: they were duplicated10:00
bluekujalol10:00
bluekujawhy?10:00
pochuall of them10:00
=== pochu doesn't know
pochuI guess somebody upstream opened it in an editor and duplicated them by mistake10:00
pochuOtherwise, I don't know why10:00
bluekujayeah10:01
bluekujaall duplicated10:01
pochuhehe10:01
pochuthat's odd ;)10:01
pochuisn't it?10:01
bluekujayup10:01
bluekujapochu, well, changelog description10:01
bluekujashould be better10:01
bluekujalike10:01
bluekujaupdated desktop.in10:01
bluekujato fit freedesktop10:01
bluekujastandards10:01
pochuhmm, right10:01
bluekujaand cleaning up the file10:01
bluekujadelete the debdiff10:01
bluekujayou did10:02
bluekujaand put another one10:02
bluekujawith a better desc10:02
bluekujaand with10:02
bluekuja(LP: #BUG)10:02
bluekujaso it get closed automatically10:02
bluekujaremember that10:02
pochuoh, I forgot it hehe10:03
bluekujapochu, tell me when new debdiff is there10:03
pochusure, thanks!10:03
bluekujaI apply and upload10:03
bluekuja;)10:03
bluekuja10 mins and I leave10:03
bluekuja;)10:03
pochu    - Updated to fit freedesktop.org desktop files spec. (LP: #141009)10:04
pochudoes it seem good enough?10:04
bluekujaadd and cleaning it a bity10:05
bluekuja*bit10:05
bluekuja- Updated to fit freedesktop.org desktop files spec and cleaning it a bit.10:05
pochubluekuja: uploaded!10:07
bluekujapochu, grabbing it :)10:07
pochunice10:08
bluekujapochu,10:11
bluekuja-10:11
bluekuja+Categories=AudioVideo;Player;GTK;GNOME;10:12
bluekujawhy that space?10:12
=== pochu looks
pochuargh!10:13
bluekujapochu, I fix it here10:14
bluekujadont submit10:14
bluekujaa new debdiff10:14
bluekujaplease10:14
bluekuja:)10:14
pochuthanks a lot10:15
bluekuja:)10:15
bluekujapochu,10:22
bluekujaTrying patch debian/patches/01_desktop_entry.patch at level 1 ... 0 ... 2 ... failure.10:22
bluekujamake: *** [debian/stamp-patched]  Error 110:22
bluekujawhy?10:22
bluekuja:)10:22
bluekujawithout that space10:22
bluekujafails to apply10:22
pochuyes10:23
pochuleave that space ;)10:23
bluekuja^^10:24
bluekujayeah, I gonna leave it10:24
pochuit's because if you remove it, you have to change the '@@ -12,7 +15,9 @@' line10:24
bluekujayup10:24
pochuso better leave it, since it doesn't hurt :)10:24
bluekujayeah10:25
bluekujait's a minor minor10:25
bluekuja:)10:25
bluekujapochu, Uploading to ubuntu (via ftp to upload.ubuntu.com):10:26
bluekuja  listen_0.5-4ubuntu3.dsc: done.10:26
bluekuja  listen_0.5-4ubuntu3.diff.gz: done.10:26
bluekuja  listen_0.5-4ubuntu3_source.changes: done.10:26
bluekujaSuccessfully uploaded packages.10:26
bluekujaNot running dinstall.10:26
bluekujapochu, I wait for accepted mai10:26
bluekuja*mail10:26
bluekujaand I go to have a bath10:26
pochubluekuja: have fun, and thanks a lot!10:27
bluekujapochu, np, and remember to ping me if needed10:28
pochuwill do! :)10:28
bluekujabe back later10:28
=== pochu hopes to become a MOTU anytime soon :)
pochuthough it seems I have to be more careful with my patches ;)10:29
bluekuja:910:29
bluekuja:)10:29
bluekujayeah10:29
bluekuja^^10:29
bluekujaneed to check them10:29
bluekuja2 more times10:29
pochuwill do from now on :)10:29
bluekuja:910:29
bluekujadamn 9!10:29
bluekuja:)10:29
bluekujapochu,10:31
bluekujaAccepted:10:31
bluekuja OK: listen_0.5.orig.tar.gz10:31
bluekuja OK: listen_0.5-4ubuntu3.diff.gz10:31
bluekuja OK: listen_0.5-4ubuntu3.dsc10:31
bluekuja     -> Component: universe Section: sound10:31
bluekujagood work ;)10:31
bluekujacya later10:31
pochubluekuja: yay!10:53
=== pochu hugs bluekuja :)
bluekujapochu, back10:57
=== bluekuja hugs pochu too
bluekuja:)10:58
=== bluekuja_ [n=andrea@host104-235-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== javierder [n=javier@226-96-231-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== bluekuja_ [n=andrea@host104-235-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Hi all, looks like this last split was do to a glitch in the eu hub's network. If there are any more problems, i may need to do some emergency rehubbing.04:27
=== XSource [n=XSource@41.201.224.148] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.197.92] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.197.92] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.235.82] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.247.99] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.236.44] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.239.71] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== javierder [n=javier@226-96-231-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.249.121] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== gxcoo [n=gaoxianc@61.172.241.100] has joined #ubuntu-motu-torrent
=== gxcoo [n=gaoxianc@61.172.241.100] has left #ubuntu-motu-torrent [""]
=== XSource [n=XSource@41.201.222.82] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.241.29] has joined #ubuntu-motu-torrent
=== gxcooo [n=gxc@61.173.83.195] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.255.187] has joined #ubuntu-motu-torrent
=== gxcooo [n=gxc@61.173.83.195] has left #ubuntu-motu-torrent ["Ex-Chat"]
=== XSource [n=XSource@41.201.253.224] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.178.8] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.231.171] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== Muntrue [n=Muntrue@82-169-66-239.ip.tiscali.nl] has joined #ubuntu-motu-torrent
Muntruehi07:29
bluekuja_hi Muntrue07:29
Muntrueanyone want a demonoid invite?07:30
bluekuja_Muntrue, I have an account already tnx07:30
Muntruek :)07:31
bluekuja_thanks anyway07:31
bluekuja_:)07:31
Muntrue=)07:32
bluekuja_Muntrue, interested in torrents?07:33
Muntruei just download movies hehe07:33
bluekuja_lol07:33
bluekuja_:D07:33
Muntruei got a bunch of demonoid invites07:33
Muntruebut for some reason no1 is interested in that anymore07:33
Muntruefew moneths back ppl would kill for it07:33
bluekuja_lol07:34
bluekuja_:D07:34
bluekuja_I have an account since 200407:34
bluekuja_so^^07:34
Muntruehehe nice07:34
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javierder [n=javier@226-96-231-201.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflyi3g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflyi2g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== Kabyl [n=XSource@41.201.236.72] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent
=== Signon time : Tue Sep 18 04:45:28 2007
=== Signoff time : Sat Sep 22 10:15:17 2007
=== Total uptime : 4d 5h 29m 49s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:19
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:20
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else12:41
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>12:41
=== #ubuntu-laptop You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there12:41
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!12:41
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 12:41
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 12:41
=== Signon time : Sat Sep 22 10:15:19 2007
=== Signoff time : Mon Sep 24 06:59:34 2007
=== Total uptime : 1d 20h 44m 15s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:03
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:03
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== XSource [n=XSource@41.201.252.149] has joined #ubuntu-motu-torrent
=== _nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nu is now known as nu
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== Kabyl [n=XSource@41.201.212.163] has joined #ubuntu-motu-torrent
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nu is now known as nu
=== _nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nu is now known as nuu
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@84.121.1.235.dyn.user.ono.com] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.212.163] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== bluekuja [n=bluekuja@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@host104-235-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== javierder [n=javier@OL124-111.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== XSource [n=XSource@41.201.230.59] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-168-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.224.98] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.98.124] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@46.Red-83-57-219.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@46.Red-83-57-219.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.222.129] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.232.87] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-77-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.230.240] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.238.39] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.2.151] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@46.Red-83-57-219.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
bluekujajavamaniac: heya man!02:31
bluekujajavamaniac: are you on debian atm?02:31
javamaniacbluekuja, yes02:31
bluekujajavamaniac: can you test if http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431692 is fixed now?02:32
(ubotu/#ubuntu-motu-torrent) Debian bug 431692 in diff-ext "nautilus crashes when diff-ext is installed" [Critical,Open] 02:32
bluekujaI provide you the .deb02:32
bluekujajavamaniac: you can?02:34
javamaniacbluekuja, of course, give me the deb url02:35
bluekujajavamaniac: great, give me a sec02:35
bluekujajavamaniac: ftp://gnome-btdownload.alioth.debian.org/pub/gnome-btdownload/diff-ext_0.2.3-1_i386.deb02:38
bluekujajavamaniac: any crash?02:44
bluekujajavamaniac: or everything works fine?02:46
javamaniaclet me test it02:59
bluekujaok02:59
javamaniacI'm having porblems with my ISP :S03:01
bluekujaaww03:02
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
javamaniachere again03:28
javamaniacbut the dns problems still persist03:29
javamaniac:S03:29
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.225.17] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== Kabyl [n=XSource@41.201.196.189] has joined #ubuntu-motu-torrent
=== Kabyl [n=XSource@41.201.196.189] has joined #ubuntu-motu-torrent
=== Kabyl [n=XSource@41.201.217.186] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== javierder [n=javier@OL124-111.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-77-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.243.2] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.249.248] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== javierder [n=javier@OL124-111.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.14.31] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.218.126] has joined #ubuntu-motu-torrent
bluekuja@schedule05:03
=== pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== fsateler [n=kvirc@pc-77-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
bluekujaheya fsateler06:56
bluekujafsateler: news there?06:56
fsateleryes06:56
bluekujaplease update me06:56
fsatelerI'm updating to libtorrent 0.12 and btg 0.9.606:56
bluekujafsateler: wait a minute06:56
bluekujalibtorrent-rasterbar has been uploaded?06:57
fsatelernope06:57
bluekujadid you get any chance to fix the problem I reported you?06:57
fsateleri tried several times and got no response, so finally I decided to upload the debian packages to btg's website06:57
bluekujafsateler: that's bad06:57
bluekujado you have a link for them please?06:58
fsatelerI don't really see much problem with libtorrent-rasterbar-dev conflicting with libtorrent-dev06:58
fsatelerhttp://btg.berlios.de/packages.html06:58
fsatelerHowever I'm pretty sure they are uninstallable right now since they depend on an older boost06:58
bluekujalet me check them06:59
bluekujausr/include/libtorrent07:00
bluekujais wrong07:00
bluekujaeverything should be libtorrent-rasterbar07:00
bluekujato have a perfect package07:00
bluekujasonames should be different from libtorrent.007:00
fsatelerI don't think it is good to change upstream's soname07:01
bluekujawe already talked about this07:01
bluekujaand if the situation doest move07:01
bluekujait wont get included in debian07:01
bluekujaso it will live as external repo07:01
bluekujaunsupported07:01
fsatelerlet me see.07:02
fsatelerI am building libtorrent right now07:02
bluekujaok07:02
fsatelerthere is an issue with 0.12: it doesn't want to build correctly with -fvisibility=hidden07:04
bluekujafsateler: any news from upstream side?07:05
fsatelerthey are as puzzled as I am07:05
bluekujacool07:05
bluekujawell, they dont want to ship shared libs07:06
bluekujaand that's pretty bad07:06
fsatelerI think they don't have a stable API/ABI07:06
bluekujayea07:06
bluekujathat's too07:06
bluekujadid you try to talk with them again?07:06
fsatelernot about the API/ABI07:07
bluekujafsateler: what will you do in the near future for this?07:07
bluekujaI hope you'll work to have it included officially in debian07:07
bluekujawithout shipping packages on external repos07:08
fsatelerright now I am checking differences between 0.12 and 0.1107:08
fsatelerI want to then build libtorrent with a system libasio instead of the shipped one07:10
bluekujanice to hear07:10
bluekujakeep me updated07:10
bluekujaplease07:10
fsatelerok07:14
bluekujathanks07:14
fsatelerwill let you know when I have a package so you can check it out07:15
bluekujaperfect07:16
bluekuja:)07:16
=== XSource [n=XSource@41.201.183.195] has joined #ubuntu-motu-torrent
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.255.214] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.236.52] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else09:28
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>09:28
=== #ubuntu-laptop You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there09:28
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!09:28
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 09:28
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 09:28
[TeTeT(n=spindler@modemcable178.77-70-69.static.videotron.ca)] help07:59
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )
-NickServ(NickServ@services.)- This nickname is owned by someone else02:41
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>02:41
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there02:41
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!02:41
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )
=== Signon time : Mon Sep 24 06:59:45 2007
=== Signoff time : Wed Oct 3 10:40:04 2007
=== Total uptime : 9d 3h 40m 19s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there10:43
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 10:44
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@61.190.64.118] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.222.216] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.201.47] has joined #ubuntu-motu-torrent
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nuu is now known as nuu
=== javierder [n=javier@11-153-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.222.161] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.230.195] has joined #ubuntu-motu-torrent
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has left #ubuntu-motu-torrent []
=== XSource [n=XSource@41.201.198.206] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.215.210] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== XSource [n=XSource@41.201.213.232] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.216.222] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.207.181] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.227.51] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== fsateler [n=kvirc@pc-77-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.4.31] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.4.31] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.231.153] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== XSource [n=XSource@41.201.194.80] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.248.81] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.246.91] has joined #ubuntu-motu-torrent
=== javamaniac_ [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== javamaniac_ is now known as javamaniac
=== XSource [n=XSource@41.201.197.142] has joined #ubuntu-motu-torrent
=== javamaniac_ [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.222.140] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.98.191] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@123.116.98.191] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.247.50] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.198.221] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent
=== freeflyi1g [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.206.216] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== Kabyl [n=XSource@41.201.236.182] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.249.128] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== Ubulette [n=Ubulette@APuteaux-153-1-23-37.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu-torrent
bluekujaheya Ubulette08:11
bluekujanice to have you here08:11
Ubulette:)08:11
bluekujawelcome in08:12
bluekujaUbulette: for any question08:13
bluekujajust ping me08:13
bluekujaI'm alwais around08:13
bluekujaand if you need to activate PPA08:13
bluekujafor the team08:13
bluekuja(is not active yet)08:13
bluekujajust tell me08:14
Ubulettei have my own at the moment so I can use it at the moment08:17
Ubulettegasp08:17
Ubuletteis miro considered here ?08:17
Ubuletteit has a libtorrent bundled, in python08:19
bluekujaUbulette: do you have a link for miro PTS?08:19
Ubulettei guess it's the original one08:19
Ubulettegetmiro.com08:19
Ubuletteit's in my ppa too08:19
bluekujafound08:20
Ubulettegutsy has one too08:20
bluekujaI didnt consider it, that's why it does not appear on packages list08:20
bluekujafor the team08:20
bluekujaUbulette: you can add us as bug contact08:20
bluekujafor miro08:21
bluekujaso we get mails for any related bug08:21
bluekujajust subscribe us to the package08:21
bluekujaUbulette: anyway in the near future, I'll move to team to motu-p2p08:21
bluekuja*the08:22
bluekujaneed to talk with all members and decide something about it08:22
bluekujaUbulette: ah wait08:22
bluekujathere is https://edge.launchpad.net/~miro-launchpad-maintainers already08:23
bluekujaso dont need to subscribe us08:23
bluekujaa team is already there for miro08:23
Ubuletteok08:26
bluekujaUbulette: anyway thanks for helping out08:26
Ubulettedeluge is also maintained elsewhere, right ?08:29
UbuletteI only see two old branches, it is the right place : https://code.edge.launchpad.net/~motu-torrent/  ?08:40
bluekujaUbulette: I didnt touch deluge directly08:42
bluekujaI talked with upstream devels08:42
bluekujaabout it08:42
bluekujaUbulette: that's gnome-bt08:43
Ubulettei know. I was just looking at what has been done so far (by the team)08:43
bluekujaUbulette: a lot of bug reporting/fixing08:44
bluekujamostly for gnome-btdownload08:44
bluekujaclient in main08:44
bluekujaand debian08:44
bluekujaUbulette: other branches are on my personal bzr space08:45
bluekujathey are packages I maintain directly08:45
Ubuletteok08:47
Ubuletteis libtorrent-rasterbar already packaged ?09:44
bluekujaUbulette: nope09:46
bluekujathere are some problems09:46
bluekujarelated to that lib09:46
Ubulettesuch as ?09:46
bluekujasoname, destination dirs09:49
bluekujait conflicts with current libtorrent09:50
bluekujaalready inside the archives09:50
Ubuletteis there already a branch somewhere (with the debian dir) ?09:51
bluekujaUbulette: a guy packaged it for libtorrent itself already09:52
bluekujaon btg09:52
bluekujabut the package is wrong09:53
bluekujathat's why it's not accepted on ubuntu/debian09:53
Ubuletteshould we fix it or start from scratch ?09:57
bluekujaUbulette: I guess we should start from scratch10:09
bluekujaI dont know the current status of that package10:10
bluekujaI dont even know his package abilities10:10
bluekujaso it can be everything messed up, who knows10:10
Ubulettewhich package(s) would 1st need this lib ?10:10
bluekujaUbulette: starting from a team branch10:10
bluekujaUbulette: tons of packages atm10:10
bluekujadeluge10:10
bluekujalinkage10:10
bluekujabtg10:10
bluekujaso having it inside it's a priority10:11
Ubuletteok, I'll see what I can do10:11
bluekujaUbulette: sounds great, feel free to start up a branch10:11
bluekujaif needed10:11
Ubuletteyep, bzr + quilt10:12
bluekujayup10:12
Ubulettei'm now addicted to these two10:12
bluekujaUbulette: I'm more for dpatch10:12
Ubulettebecause of asac ;)10:12
bluekujabut not a problem10:12
bluekujaUbulette: anyway the problems are two for rasterbar:10:12
bluekuja1) soname is wrong, need to change it to get accepted10:12
bluekuja2) destination dirs are wrong and conflicts with current libtorrent10:13
Ubuletteok10:13
bluekujathat's all10:13
bluekujaand they should ship shared libs10:13
bluekujabut that's upstream problem10:13
Ubuletteshould not be worse than the mozilla projects ;)10:13
bluekujawe'll see what to do about that later10:13
bluekujanope :)10:13
bluekujaUbulette: having it inside debian/ubuntu10:13
bluekujawill be a great move10:13
bluekujato have some more torrent applications in10:14
bluekujaasac: you there?10:14
bluekujaasac: I've pushed everything for agg10:14
bluekujaasac: two bugs are fixed10:14
bluekujaand everything should be ready to upload10:14
bluekujaasac: I mail you both links10:14
bluekujamail sent10:16
bluekujaUbulette: going for a bath10:16
bluekujathen back here10:16
bluekuja;)10:16
=== Ubulette_ [n=Ubulette@APuteaux-153-1-11-58.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu-torrent
bluekujaback10:43
=== Ubulette_ is now known as Ubulette
=== camrdale [n=camrdale@d64-180-228-60.bchsia.telus.net] has joined #ubuntu-motu-torrent
bluekujaheya camrdale10:59
camrdalehey11:00
camrdaleI finally got the new version of bittornado uploaded to debian11:00
camrdaleis it too late for gutsy?11:00
bluekujacamrdale: is it a new upstream release?11:00
camrdaleno11:01
camrdalebug fixes only11:01
bluekujacamrdale: is it in ubuntu main or universe?11:01
camrdalemain I think11:02
bluekujayeah11:02
bluekujamain11:02
bluekujacamrdale: If you merge it from debian11:02
bluekujayou can make it11:02
camrdalegreat11:02
bluekujanow main is freezed11:03
bluekujalet me see the policy atm11:03
bluekujayeah11:03
bluekujabug fixes are allowed11:03
bluekujafor main now11:03
bluekujaso we can have a fixed bittornando11:04
bluekuja*bittornado11:04
bluekuja:)11:04
camrdaleit was just uploaded 5 min ago, so it will be (up to) 12 hrs before it's available in the archive11:04
bluekujayeah, np11:04
bluekujawe have some days11:04
camrdaleI'll let you know when it is11:04
bluekujabefore final release11:04
bluekujacamrdale: great :)11:04
bluekujacamrdale: if you dont know how to merge11:04
bluekujajust ping me11:04
camrdalesorry for the dalay, it was ready 2 weeks ago but my sponsor is busy11:05
camrdalecan I merge myself?11:05
bluekujacamrdale: yeah, if you know how to do it11:05
bluekujacamrdale: of course, you cant upload it11:05
bluekuja^^11:05
camrdaleI'll look into that11:06
bluekujacamrdale: merging is an ubuntu-specific thing11:06
bluekujaso pay attention11:06
camrdaleif I can't figure it out, I'll ping you :)11:06
camrdalethanks11:06
bluekujagreat ;)11:06
bluekujalet me know11:06
camrdalebluekuja: I think it needs a sync, not a merge, can I do that?11:13
camrdalethe last version in ubuntu included a small change that is now in the debian package11:13
bluekujacamrdale: point me to latest changelogs entry11:13
bluekujaboth for ubuntu and debian11:13
camrdaleok11:14
camrdalebluekuja: https://launchpad.net/ubuntu/+source/bittornado/11:16
camrdalehttp://lists.debian.org/debian-devel-changes/2007/10/msg00497.html11:16
bluekujacamrdale: I did that fix11:17
bluekuja:D11:17
camrdaleI know, thanks for it :)11:17
bluekuja:)11:17
bluekujacamrdale: it looks like a sync yes11:18
camrdaleso, that means I can't do it myself?11:18
bluekujamy fis was the only ubuntu specific change11:18
bluekuja*fix11:18
bluekujacamrdale: you need to open a sync request11:18
bluekujaadding rationale11:19
camrdalea bug?11:19
bluekujayup11:19
camrdaleok, when it's available in the debian archive I'll do that11:19
bluekujagreat11:19
bluekujaI gonna talk with an archive admin tomorrow11:19
bluekujaso we can sync it in a while11:19
camrdalelooks like I just missed the last install run, so it will be about 12 hours11:20
bluekujaaww ok11:20
bluekuja:)11:20
bluekujanp11:20
camrdaleI'll get it done right away though11:20
camrdalethanks for your help :)11:20
bluekujajust ping me when it's published11:20
bluekuja;)11:20
bluekujanp, thanks for you11:20
bluekuja*to11:20
bluekujafor contributing to ubuntu as well11:20
bluekuja;)11:20
camrdalek, ttyl then11:20
bluekujahave fun in the meantime11:21
=== XSource [n=XSource@41.201.229.100] has joined #ubuntu-motu-torrent
!nalioth:*! ##crypto is hosting an open discussion on anonymous banking. Join ##crypto-forum and join in!04:05
=== freeflying [n=freeflyi@123.118.1.167] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.250.58] has joined #ubuntu-motu-torrent
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nuu is now known as nuu
=== javamaniac_ [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.1.167] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
camrdalebluekuja: the upload is complete and I filed the sync request11:09
camrdaleLP 15049011:09
ubotuLaunchpad bug 150490 in bittornado "[Sync request]  Sync bittornado and bittornado-gui (0.3.18-4) from Debian unstable (main) for Gutsy" [Undecided,New]  https://launchpad.net/bugs/15049011:09
bluekujacamrdale: great :)11:09
bluekujalet me finish up something and I take a look11:09
camrdalek11:09
=== XSource [n=XSource@41.201.219.92] has joined #ubuntu-motu-torrent
camrdalebluekuja: it's getting late here, I'm heading to bed12:11
camrdaleif you have any problems/questions I'll be back in a few hours12:11
bluekujacamrdale: I gonna talk with an archive admin12:11
bluekujaas soon as I can12:12
bluekujacamrdale: problem is12:12
bluekujawe are in debian freeze12:12
bluekujabut I'll see what I can do12:12
camrdaleok, thanks, see ya12:12
bluekujacya ! :)12:13
XSourcehey bluekuja :)12:19
bluekujaheya XSource!12:20
XSourcewhat's up?12:20
XSourceI still didn't do anything yet12:20
XSource:(12:20
XSourcewell some kernel fixes (not this kernel ;-)12:21
bluekujaXSource: aww :)12:22
bluekujaXSource: which kernel?12:22
XSourcethe other kernel you know12:22
XSourcexnu :p12:23
bluekujaoh :D12:26
XSourceso any starting points :p12:27
bluekujaI'm currently working on some stuff12:28
bluekujaneed to do them12:28
bluekujaI gonna ping you when I'm free12:28
XSourceok np :)12:28
bluekujaXSource: start thinking12:29
bluekujaon where you want to start12:29
bluekuja;)12:29
XSourcelol12:29
XSourcehmm, kernels.. I love kernels :p12:30
bluekuja:D12:31
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
bluekujaXSource: kernel team then01:05
=== asac_ is now known as asac
=== XSource [n=XSource@41.201.209.206] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.227.172] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.227.172] has joined #ubuntu-motu-torrent
=== XSource_ [n=XSource@41.201.208.116] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== XSource_ is now known as XSource
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== camrdale [n=camrdale@d64-180-228-60.bchsia.telus.net] has joined #ubuntu-motu-torrent
bluekujacamrdale: did you see your bug report?08:54
camrdalebluekuja: I did, thanks again for taking care of it09:02
camrdale:)09:02
bluekujacamrdale: thanks to you for reporting it ;)09:02
bluekujacamrdale: please keep me updated for everything09:02
camrdalesure, np09:02
bluekujayou think needs to be synced/merged/fixed09:02
bluekujathanks again09:02
camrdaleI'm trying to be more involved with the ubuntu side of my packages now, so you should hear more from me in the future :)09:03
bluekujacamrdale: really nice to hear09:04
=== Ubulette_ [n=Ubulette@APuteaux-153-1-37-138.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu-torrent
=== Ubulette_ is now known as Ubulette
=== camrdale [n=camrdale@d64-180-228-60.bchsia.telus.net] has left #ubuntu-motu-torrent ["Leaving."]
=== javierder [n=javier@11-153-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== javierder [n=javier@11-153-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.237.236] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.225.129] has joined #ubuntu-motu-torrent
=== javamaniac_ [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== Signon time : Wed Oct 3 10:40:10 2007
=== Signoff time : Tue Oct 9 22:13:54 2007
=== Total uptime : 6d 11h 33m 44s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there05:10
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 05:10
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.249.237] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@123.118.11.171] has joined #ubuntu-motu-torrent
=== |bluekuja| [n=andrea@host207-142-dynamic.48-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent
=== |bluekuja| is now known as bluekuja
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== murlidhar [n=murlidha@59.93.118.189] has joined #ubuntu-motu-torrent
murlidharplease help me. i need a binary package for linkage torrent client.04:24
murlidhardo i make  a debian package from rpm package by using sudo alien04:25
bluekujahey murlidhar04:30
bluekujaI love linkage too04:30
bluekuja:)04:30
bluekujaand I dont think alien will work04:30
bluekujawith linkage04:30
murlidhari have used in fedora04:31
bluekujamurlidhar: you need libtorrent-rasterbar04:31
bluekujato get a working debian package04:31
bluekujafpr libtorrent04:31
bluekuja*for linkage04:31
murlidharbluekuja: i have compiled the libtorrent as per the instructions given at http://code.google.com/p/linkage/wiki/Installation04:32
bluekujamurlidhar: why dont you install linkage by source?04:33
murlidharam not able to compile linkage04:33
bluekujacause?04:34
murlidharthe source file is at code.google04:34
murlidharit gives me an error04:34
murlidharif u see the link that i have sent you i have made some comments in the page in the name of sunnyatmail04:35
bluekujamurlidhar: what error do you get?04:35
bluekujapaste it here04:36
bluekujaplease04:36
murlidharit says libnotify required is 0.4.4 but i my system says libnotify0.4.3 is the latest04:36
bluekujaso it fails at configure run?04:37
murlidhari will do that i tried last week can u wait for some time04:37
murlidharyes04:37
bluekujaandrea@nightsong:~$ apt-cache madison libnotify04:37
bluekuja libnotify | 0.4.4-3build1 | http://it.archive.ubuntu.com gutsy/main Sources04:37
bluekuja04:37
bluekujaI see 0.4.4 here04:37
bluekuja;)04:37
bluekujamurlidhar: upgrade to gutsy04:38
bluekuja;)04:38
murlidharit is still not released04:38
bluekujamurlidhar: apt-get dist-upgrade04:39
bluekujaand you are on gutsy04:39
murlidhari am a noobie and would not like to risk my distro until it is stable cuz gutsy is still in the works aka in beta04:40
bluekujamurlidhar: I'm a developer04:40
bluekujaand I know that we are in bet04:41
bluekujaa04:41
bluekuja;)04:41
bluekujamurlidhar: 8 days for final release04:41
bluekujaso big issues are gone04:41
bluekujaI guess tons of ppl got gutsy at04:42
bluekuja*atm04:42
murlidharbluekuja: so will the minor issues be solved automatically via autoupdate feature?04:42
bluekujamurlidhar: I think yes04:42
bluekujamurlidhar: but if you are unsure04:42
bluekujadont rick04:42
bluekuja*risk04:43
bluekujaI'm on gutsy atm04:43
bluekujaand works really good04:43
murlidharso i think i should wait for 8 more days and then compile linkage04:43
murlidharwhat is atm?04:44
bluekujaor compile libnotify manually04:44
bluekujaat the moment04:44
bluekuja;)04:44
murlidharbluekuja: but somebody told me that compiling libnotify may break many existing installed packages because of incompatibility issues04:45
bluekujawait then04:45
murlidhari am very new to linux about a two month04:46
murlidharjust a noobie question04:46
murlidharafter releasing the gutsy04:46
murlidharcan i just type apt-get dist-upgrade04:46
bluekujamurlidhar: you can dist-upgrade04:47
bluekujaor use the graphical04:47
bluekujainterface04:47
murlidharu mean synaptic?04:47
bluekujamurlidhar: https://help.ubuntu.com/community/GutsyUpgrades04:48
bluekujajust follow that guide04:48
bluekuja:)04:48
murlidhari thinks updating with alternate cd will work fine04:50
murlidharthanks04:50
bluekujaand if interested in torrent apps04:50
bluekujaI wait you here04:50
bluekujafor any question04:50
bluekujaI encourage you to help the team04:51
bluekujaif interested04:51
bluekuja:)04:51
murlidharyes i will help you if i can04:51
murlidhari have a client called deluge04:51
bluekujadeluge-torrent yes04:52
murlidharit does not close quickly it wait for some time04:52
bluekujamurlidhar: do you have a lp page already?04:52
murlidharwhat is lp page?04:52
=== XSource [n=XSource@41.201.210.7] has joined #ubuntu-motu-torrent
murlidharbluekuja: it always says that deluge is not responding . then i click wait and after sometime it closes automatically04:56
bluekujamurlidhar: with feisty?04:59
bluekujamurlidhar: lp is launchpad04:59
bluekujamurlidhar: http://launchpad.net05:00
murlidharbluekuja: oh i am not developer i am just a noobie. i have no projects05:04
bluekujamurlidhar: you dont have to be a developer to have a lp page05:06
bluekuja;)05:06
murlidharoh ok i dont have it05:07
bluekujamurlidhar: register one then05:08
murlidharam doing that now it seems i have register it before cuz it tells me that i have already registered it  and i am just resetting my password05:10
murlidharbluekuja: did it i have registered myself05:12
bluekujaok05:14
=== murlidhar_ [n=murlidha@59.93.124.238] has joined #ubuntu-motu-torrent
=== murlidhar_ is now known as murlidhar
=== Signon time : Wed Oct 10 05:06:59 2007
=== Signoff time : Wed Oct 10 19:25:34 2007
=== Total uptime : 0d 14h 18m 35s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:29
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:29
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== murlidhar [n=murlidha@59.93.124.238] has joined #ubuntu-motu-torrent
=== murlidhar [n=murlidha@59.93.124.238] has left #ubuntu-motu-torrent ["Leaving]
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== javierder [n=javier@11-153-126-200.fibertel.com.ar] has left #ubuntu-motu-torrent ["Ex-Chat"]
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.242.158] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== jerry760poip [n=ubuntu@h153.26.255.206.cable.lngv.cablelynx.com] has joined #ubuntu-motu-torrent
jerry760poiphi i got a question not sure if this is were to ask11:45
jerry760poipi had 6 days ago fbi call me and said i have been having to much net activity from torrented movies i told them i didnt do it and for the past 5 days they went to my uncle's and two cousins work asking about me and showing them my pic now they have the home numb to where i am so why havent they just come straight to me one i dont have a hdd im always running live cd so of course i didnt do it now what should i11:45
jerry760poipdo i calle11:45
jerry760poip  d attorneys none round here know what to do or where i should go11:45
=== jerry760poip [n=ubuntu@h153.26.255.206.cable.lngv.cablelynx.com] has left #ubuntu-motu-torrent ["Ex-Chat"]
=== freeflying [n=freeflyi@123.118.11.240] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.235.158] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== XSource [n=XSource@41.201.244.91] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== Signon time : Wed Oct 10 19:25:44 2007
=== Signoff time : Fri Oct 12 11:38:41 2007
=== Total uptime : 1d 16h 12m 57s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there11:59
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 11:59
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== murlidhar [n=murlidha@59.93.125.38] has joined #ubuntu-motu-torrent
murlidharcan anybody help me compile linkage torrent client? i am in gutsy04:02
(bluekuja/#ubuntu-motu-torrent) murlidhar: what's the problem?04:02
(bluekuja/#ubuntu-motu-torrent) make error right?04:03
murlidharhi bluekuja remember me04:03
(bluekuja/#ubuntu-motu-torrent) yeah :)04:03
murlidharnot this time04:03
murlidharthis time when i try to install libgtkmm-2.4-dev04:03
(bluekuja/#ubuntu-motu-torrent) what's wrong with it?04:04
murlidharsays no installation candidate04:04
murlidharby the way the RC of gutsy rocks :-) i couldn't wait for those 6 days04:05
(bluekuja/#ubuntu-motu-torrent) :)04:05
(bluekuja/#ubuntu-motu-torrent) murlidhar: you are missing package then04:06
murlidharmean?04:06
(bluekuja/#ubuntu-motu-torrent) andrea@nightsong:~$ apt-cache search libgtkmm04:06
(bluekuja/#ubuntu-motu-torrent) libgtkmm-2.4-1c2a - C++ wrappers for GTK+ 2.4 (shared libraries)04:06
(bluekuja/#ubuntu-motu-torrent) libgtkmm-2.4-dev - C++ wrappers for GTK+ 2.4 (development files)04:06
(bluekuja/#ubuntu-motu-torrent) libgtkmm-2.4-doc - C++ wrappers for GTK+ 2.4 (documentation)04:06
(bluekuja/#ubuntu-motu-torrent) libgtkmm-dev - C++ wrapper for GTK+ 1.2 (development files)04:06
(bluekuja/#ubuntu-motu-torrent) libgtkmm-doc - C++ wrapper for GTK+ 1.2 (documentation)04:06
(bluekuja/#ubuntu-motu-torrent) libgtkmm1.2-0c2a - C++ wrappers for GTK+ 1.2 (shared libraries)04:06
(bluekuja/#ubuntu-motu-torrent) libgtkmm2.0-1c2a - C++ wrappers for GTK+ 2.0 (shared libraries)04:06
(bluekuja/#ubuntu-motu-torrent) libgtkmm2.0-dev - C++ wrappers for GTK+ 2.0 (development files)04:06
(bluekuja/#ubuntu-motu-torrent) libgtkmm2.0-doc - C++ wrappers for GTK+ 2.0 (documentation)04:06
(bluekuja/#ubuntu-motu-torrent) 04:06
(bluekuja/#ubuntu-motu-torrent) ;)04:06
murlidharmurlidhar@murlidhar-desktop:~$ apt-cache search libgtkmm04:07
murlidharlibgtkmm-2.4-1c2a - C++ wrappers for GTK+ 2.4 (shared libraries)04:07
murlidharmurlidhar@murlidhar-desktop:~$04:07
murlidhar:(04:07
(bluekuja/#ubuntu-motu-torrent) murlidhar: is universe on?04:07
murlidharwait i remember it deactivated some third party repos04:08
murlidhareverything is on04:09
(bluekuja/#ubuntu-motu-torrent) murlidhar: sounds impossible04:09
murlidharwant to recheck yourself . ?04:10
murlidharlet me just update  may be04:11
(bluekuja/#ubuntu-motu-torrent) murlidhar: apt-get update04:11
(bluekuja/#ubuntu-motu-torrent) tell me the output04:11
(bluekuja/#ubuntu-motu-torrent) or write it on a pastebin04:11
(bluekuja/#ubuntu-motu-torrent) everything after apt-get update04:11
murlidharhttp://paste.ubuntu-nl.org/40380/04:14
murlidharbluekuja: ^04:14
(bluekuja/#ubuntu-motu-torrent) murlidhar: no04:15
(bluekuja/#ubuntu-motu-torrent) sudo apt-get update output please04:16
murlidhark04:16
murlidhargonna take time it is downloading a lot04:18
(bluekuja/#ubuntu-motu-torrent) k04:19
murlidharbluekuja: http://paste.ubuntu-nl.org/40383/04:22
(bluekuja/#ubuntu-motu-torrent) murlidhar: no universe there04:23
(bluekuja/#ubuntu-motu-torrent) no is there04:24
(bluekuja/#ubuntu-motu-torrent) try now then04:24
(bluekuja/#ubuntu-motu-torrent) after updating04:24
murlidharsee line 3704:24
murlidhark04:24
murlidharwooooooo it says it has to get 36mb of data04:25
(bluekuja/#ubuntu-motu-torrent) ^^04:27
(bluekuja/#ubuntu-motu-torrent) murlidhar: I guess it will fail on make04:27
(bluekuja/#ubuntu-motu-torrent) code is outdated04:27
(bluekuja/#ubuntu-motu-torrent) and got broken with API change04:27
(bluekuja/#ubuntu-motu-torrent) for libtorrent04:27
murlidharso u mean i have to compile libtorrent too04:27
murlidhar?04:27
(bluekuja/#ubuntu-motu-torrent) murlidhar: of course04:29
murlidharme ready for anything to install linkage:-)04:30
(bluekuja/#ubuntu-motu-torrent) lol04:31
=== XSource [n=XSource@41.201.248.79] has joined #ubuntu-motu-torrent
murlidharnot to mention the knowledge i gain04:34
murlidharphew 103 packages were downloaded04:44
murlidharand now there are being setup :'/04:45
murlidharbluekuja: i am making it04:49
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.226.231] has joined #ubuntu-motu-torrent
murlidhark bluekuja are u there?05:32
(bluekuja/#ubuntu-motu-torrent) ye05:32
murlidharinstalled and when i open linkage  and small windows comes up and nothing is writtten on it05:33
murlidharwhat might be the problem05:34
(bluekuja/#ubuntu-motu-torrent) mmm05:34
(bluekuja/#ubuntu-motu-torrent) open it with the terminal05:34
(bluekuja/#ubuntu-motu-torrent) and check the error05:34
murlidharFontconfig error: "~/.fonts.conf", line 1: xml declaration not at start of external entity05:36
murlidharthis is the only error which almost all my  applications show when i start them from my terminal05:37
(bluekuja/#ubuntu-motu-torrent) murlidhar: what did you with fontconfig?05:39
murlidhardidnt do anything05:39
murlidharthough i am not sure05:39
murlidharhttp://paste.ubuntu-nl.org/40399/  here is my fonts.conf05:42
murlidharbluekuja: any ideas?05:57
murlidharbluekuja: i would like to reinstall it again so how do i uninstall it06:18
(bluekuja/#ubuntu-motu-torrent) murlidhar: recompile06:18
(bluekuja/#ubuntu-motu-torrent) again06:18
murlidharfrom libtorrent?06:19
murlidharwill be back in a while . going to have dinner06:21
murlidharbluekuja: i dunno why but i am not able to make libtorrent now07:22
murlidharbluekuja: when i sudo apt-get install libboost-regex1.33.107:23
murlidharPackage libboost-regex1.33.1 is not available, but is referred to by another package.07:24
murlidharThis may mean that the package is missing, has been obsoleted, or07:24
murlidharis only available from another source07:24
murlidharE: Package libboost-regex1.33.1 has no installation candidate07:24
murlidharbluekuja r u there?07:24
(bluekuja/#ubuntu-motu-torrent) murlidhar: was having dinner07:28
(bluekuja/#ubuntu-motu-torrent) murlidhar: apt-cache search libboost07:28
(bluekuja/#ubuntu-motu-torrent) ;)07:28
murlidharmurlidhar@murlidhar-desktop:~/libtorrent-0.12$ apt-cache search libboost07:37
murlidharlibboost-dbg - Boost C++ Libraries with debug symbols07:37
murlidharlibboost-dev - Boost C++ Libraries development files07:37
murlidharlibboost-doc - Boost.org libraries documentation07:37
murlidharlibboost-python-dev - Boost.Python Library development files07:37
murlidharlibboost-python1.34.1 - Boost.Python Library07:37
murlidharlibboost-date-time-dev - set of date-time libraries based on generic programming concepts07:37
murlidharlibboost-date-time1.34.1 - set of date-time libraries based on generic programming concepts07:37
murlidharlibboost-filesystem-dev - filesystem operations (portable paths, iteration over directories, etc) in C++07:37
murlidharlibboost-filesystem1.34.1 - filesystem operations (portable paths, iteration over directories, etc) in C++07:37
murlidharlibboost-graph-dev - generic graph components and algorithms in C++07:38
murlidharlibboost-graph1.34.1 - generic graph components and algorithms in C++07:38
murlidharlibboost-iostreams-dev - Boost.Iostreams Library development files07:38
murlidharlibboost-iostreams1.34.1 - Boost.Iostreams Library07:38
murlidharlibboost-program-options-dev - program options library for C++07:38
murlidharlibboost-program-options1.34.1 - program options library for C++07:38
murlidharlibboost-regex-dev - regular expression library for C++07:38
murlidharlibboost-regex1.34.1 - regular expression library for C++07:38
murlidharlibboost-serialization-dev - serialization library for C++07:38
murlidharlibboost-serialization1.34.1 - serialization library for C++07:38
murlidharlibboost-signals-dev - managed signals and slots library for C++07:38
murlidharlibboost-signals1.34.1 - managed signals and slots library for C++07:38
murlidharlibboost-test-dev - components for writing and executing test suites07:38
murlidharlibboost-test1.34.1 - components for writing and executing test suites07:38
murlidharlibboost-thread-dev - portable C++ multi-threading07:38
murlidharlibboost-thread1.34.1 - portable C++ multi-threading07:38
murlidharlibboost-wave-dev - C99/C++ preprocessor library07:38
murlidharlibboost-wave1.34.1 - C99/C++ preprocessor library07:38
murlidharlibboost-thread1.33.1 - portable C++ multi-threading07:38
murlidharlibboost-filesystem1.33.1 - filesystem operations (portable paths, iteration over directories, etc) in C++07:38
murlidharlibboost-date-time1.33.1 - set of date-time libraries based on ge07:38
murlidharbluekuja: http://paste.ubuntu-nl.org/40412/07:41
murlidharbluekuja: u there?07:42
murlidharanybody here for a good debugging???08:16
murlidharcls08:16
murlidharclear08:16
murlidharanybody here for some debugging???08:17
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== _nuu is now known as nuu
XSourcemurlidhar: what aretrying to do?08:32
murlidhartrying to compile libtorrent08:32
murlidharin order to compile linkage torrent in ubuntu08:33
murlidharXSource: ^08:33
XSourceseems like there is another ver.  libboost-regex1.34.108:35
murlidharand i am building this with the instructions from here http://code.google.com/p/linkage/wiki/Installation08:35
murlidharyeah i tried make -m08:35
murlidharstill no effect08:36
XSourcewell on that guide it's using .33.1 and you have .34.108:37
murlidharyes that is the problem when i had feisty it said libnotify0.4.4 is required and now it says libboost-regex1.33.1 is required08:38
murlidharnow i have gutsy gibbon08:38
XSourceyes with gutsy you have .34.1 not .33.108:39
murlidhari dunno which distro to install to compile this application08:39
murlidharfeisty had libnotify0.4.308:41
murlidharand the compiler wanted 0.4.4  wth i think i should wait for hardy heron08:41
murlidharme getting frustrated what should i do ?08:42
XSourcetry with this: http://pastebin.ca/73444508:42
murlidharThe following packages were automatically installed and are no longer required:08:45
murlidhar  libxfce4mcs-client3 libboost-program-options1.33.1 libxfce4mcs-manager308:45
murlidharUse 'apt-get autoremove' to remove them.08:45
murlidhar0 upgraded, 0 newly installed, 0 to remove and 180 not upgraded.08:45
murlidharmurlidhar@murlidhar-desktop:~/libtorrent-0.12$08:45
XSourcethat's ok08:45
XSourcenow you can proceed to the next step08:47
murlidharbtw i am reinstalling since the first installation is not working properly08:47
murlidhar./configure --prefix=/usr this?08:48
XSourceyes08:48
XSourceand it might be better to remove the old installation08:48
XSourceb4 you make install08:48
XSourceyou're not trying to build a deb pkg right?08:49
murlidharno08:50
XSourceok then08:50
murlidharhere is the http://paste.ubuntu-nl.org/40422/08:50
XSourceyou can do "make" now08:50
murlidharhttp://paste.ubuntu-nl.org/40423/08:51
murlidharthe error is probably because linkage is already installed08:53
murlidharXSource: ^08:53
XSourcelooking... ^^08:54
murlidharwhen i open linkage torrent except window border nothing is visible although when i click some places in the window box the open torrent box opens but then again the same background with nothing visible08:56
XSourcenot sure but try: make clean08:57
XSourceand then08:57
XSourcemake08:57
XSourceagain08:57
murlidhark08:57
murlidharnow it's doing08:58
XSource:)08:58
murlidhari will just check and tell u if there is any error in the end :008:58
murlidhar:)08:58
XSourceok08:59
murlidharthnks08:59
XSourcebb in 508:59
XSourcenp08:59
murlidharbb?08:59
XSourcebe back in 509:05
XSourcenow I'm back09:05
XSource;)09:05
XSourcegrr it was 609:05
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
murlidharit is still making09:09
murlidharme got a p4 1.509:09
murlidharGHz09:09
XSourcemust be a slow PC09:09
XSourceoh09:10
XSourceI can make a kernel (a small one) in vmware ^^09:10
murlidharlast time it took 20 min09:10
XSourcehow about 3 hours making Linux in a P3 :p09:11
murlidhargood gracious09:11
XSourceI used to do that :)09:12
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
murlidharmy first lesson in linux . be patient09:16
XSourceand you're the 1st one I'm trying to help here :p09:17
murlidharAre u new to this channel?09:17
murlidhari am new to irc and linux09:18
XSourcenew hmm idk.. well I used to be here, but I'm veru quiet09:18
XSourcevery*09:19
murlidharme been to linux for about a month09:19
XSourcewelcome aboard :)09:19
murlidharever since vista came i was inquisitive about linux09:20
XSourcebb later09:20
XSourcecalling..09:20
murlidhari did not like vista. plus i can't run on my machine and  xp is a lot better but sooner they will stop support to xp so i had to come to linux and it is very interesting09:22
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
murlidharhttp://paste.ubuntu-nl.org/40436/09:25
murlidharsombody look at this and tell me that make command went fine please09:25
=== asac_ is now known as asac
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
murlidharXSource: u there?09:47
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
XSourceback09:58
XSourcehuh he's gone09:59
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Hi all, our main US hub is about to go down for some upgrading. This will cause some major splitting. We will work to get things back together as quickly as possible. Thank you for your patience, and thank you for using freenode!12:04
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== ChanServ [ChanServ@services.] has joined #ubuntu-motu-torrent
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.226.231] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
-ChanServ(ChanServ@services.)- [#ubuntu-server] Ubuntu Server Discussions (development and support)12:21
-ChanServ(ChanServ@services.)- [#ubuntu-ops] Welcome to #ubuntu-ops - Home of the operators for official K/X/Ed/Ubuntu channels. Questions, requests and complaints about Ubuntu related channels and their people can be filed here"12:21
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there12:21
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!12:21
=== asac__ [n=asac@e177167076.adsl.alicedsl.de] has joined #ubuntu-motu-torrent
=== asac__ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== XSource [n=XSource@41.201.200.45] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== ChanServ [ChanServ@services.] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac__ [n=asac@e177173235.adsl.alicedsl.de] has joined #ubuntu-motu-torrent
=== asac__ is now known as asac
=== freeflying [n=freeflyi@123.116.101.34] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.215.127] has joined #ubuntu-motu-torrent
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
=== murlidhar [n=murlidha@59.93.121.188] has joined #ubuntu-motu-torrent
murlidharhi bluekuja01:12
murlidharit's working01:15
murlidhar!!!!!!01:15
bluekujamurlidhar: :D01:20
murlidharyeah01:20
bluekujamurlidhar: you rock01:20
bluekujamurlidhar: I'm recompiling it atm01:20
murlidharactually XSource helped me compile it01:21
bluekujawhat he suggested you?01:21
murlidharwhile compiling it libtorrent the dependencies have to be changed01:21
murlidharsudo apt-get install libboost-date-time-dev libboost-date-time1.33.1 \01:22
murlidharlibboost-filesystem-dev libboost-filesystem1.33.1 libboost-regex-dev \01:22
murlidharlibboost-regex1.34.1 libboost-signals-dev libboost-signals1.34.1 \01:22
murlidharlibboost-iostreams-dev libboost-iostreams1.34.1 \01:22
murlidharlibboost-thread-dev libboost-thread1.33.1 libboost-dev libboost-serialization-dev01:22
bluekujamurlidhar: which error did you get?01:22
bluekujainly fontconfig one?01:22
bluekuja*only01:22
murlidharyes only that error01:22
murlidharbut now its working01:22
bluekujaI'm really happy you made it01:23
murlidharme too happy it looks cool and sexy in gutsy01:24
bluekuja:D01:25
bluekujamurlidhar: can you suggest me a good smtp hosting?01:25
=== murlidhar_ [n=murlidha@59.93.115.227] has joined #ubuntu-motu-torrent
murlidhar_so have u recompiled it?01:46
murlidhar_bluekuja: ^01:46
bluekujanot yet01:46
bluekujafinishing something01:46
bluekujaand then I recompile01:47
bluekujamurlidhar_: damn01:58
bluekujait fails01:58
murlidhar_k i may help u01:59
murlidhar_where is the error?02:00
bluekujaseems ABI brekage02:00
bluekujamurlidhar_: http://paste.ubuntu.com/863/02:00
bluekujamurlidhar_: maybe a missing dep02:00
bluekujaon some libboost-something02:01
murlidhar_sudo apt-get install libboost-date-time-dev libboost-date-time1.33.1 \02:01
murlidhar_libboost-filesystem-dev libboost-filesystem1.33.1 libboost-regex-dev \02:02
murlidhar_libboost-regex1.34.1 libboost-signals-dev libboost-signals1.34.1 \02:02
murlidhar_libboost-iostreams-dev libboost-iostreams1.34.1 \02:02
murlidhar_libboost-thread-dev libboost-thread1.33.1 libboost-dev libboost-serialization-dev02:02
bluekujathen I recompile?02:02
murlidhar_it is regex1.34.102:02
bluekujalibtorrent02:02
murlidhar_yes02:02
murlidhar_yes02:02
bluekujaor just linkage?02:02
bluekujak02:02
murlidhar_libtorrent02:02
bluekujaok02:02
murlidhar_and then linkage02:02
murlidhar_see when regex1.34.1 then libboost-signals1.34.1 changes02:03
bluekujare-configuring02:07
bluekujalibtorrent-0.1202:07
murlidhar_before making libtorrent type make clean and then make02:07
bluekujait was ok already02:08
bluekujamoving to make now02:08
murlidhar_did u install the dependencies that i have given u since the versions of these dependencies are diff02:08
bluekujayeah, I've installed them02:08
bluekujabut I guess libboost-regex02:09
bluekujawas the missing one02:09
murlidhar_yes02:09
murlidhar_ the version was diff02:09
bluekujayup02:09
murlidhar_he asked me to make clean first02:10
murlidhar_then make02:10
bluekujayou need that just to check everything is fine02:10
murlidhar_well to told me02:10
murlidhar_*he02:10
bluekujamurlidhar_: works now02:19
bluekuja^^02:19
murlidhar_yes02:20
murlidhar_compiled linkage too?02:20
bluekujayup02:20
bluekuja^^02:20
bluekujalibboost-regex fixed it02:20
bluekujawe should ping upstream02:21
bluekujato add a configure rule for regex02:21
murlidhar_i did not understand02:21
bluekujato fail whether not installed properly02:21
bluekujaI mean02:21
bluekujarunning configure02:21
bluekujadoesnt fail02:21
bluekujaalso if libboost-regex02:21
bluekujais not installed02:21
bluekujathat's bad02:21
murlidhar_so i gues the dependencies that the author has given us is not compatible to gutsy so all of them should be changed to 1.34.102:23
bluekujayeah02:23
bluekujaeverything should be pushed up02:23
bluekujato 1.34.102:23
bluekujaomg02:23
bluekujait rocks02:23
murlidhar_yes it sure does in gutsy02:23
bluekujalinkage: error while loading shared libraries: liblinkage-1.so.0: cannot open shared object file: No such file or directory02:24
bluekujadarn02:24
bluekuja02:24
murlidhar_where does this error come?02:25
bluekujawhen running it02:26
murlidhar_a torrent or the application?02:27
bluekujaapplicatioh02:29
bluekujaI'm ldding it02:29
bluekujaliblinkage-1.so.0 => /usr/local/lib/liblinkage-1.so.0 (0xb7b8b000)02:30
bluekujastrange02:30
bluekujathat it fails to start02:30
bluekujammm02:31
bluekujait's everything02:31
bluekujawhite now02:31
bluekujathey linked it inside /usr/bin02:31
bluekujawhich fails to find that lib02:31
murlidhar_good just restart it then02:31
murlidhar_the pc02:31
bluekujabecause it's /usr/local/bin02:31
murlidhar_i had the same problem02:31
bluekujareally?02:32
murlidhar_yes02:32
bluekujawhen I open it02:32
bluekujaI see nothing02:32
bluekujaif you got it too, let me restart my pc then02:32
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent
bluekujaworks now02:40
bluekujastrange02:40
murlidhar_i know i know everything will be white although u could click the mouse inside02:40
bluekujanow works02:41
bluekujareally nice02:41
murlidhar_yes after restarting it works thanks to XSource who helped me in changing the dependencies02:42
bluekujaXsource is my good friend02:42
bluekujaI'll thank him for the hint02:42
murlidhar_do u know him?02:42
bluekujayeah02:42
bluekujahe works on kernel stuff02:42
murlidhar_he told me he worked on P3 for 3hours02:43
murlidhar_making a kernel in P3 take 3hours02:43
murlidhar_he also told me that generally he is very quiet in the channel02:44
murlidhar_Just tell him that i thanked him cuz i couldn't thank him yesterday since he had to go somewhere and he left in a hurry02:46
murlidhar_bluekuja: ^02:46
murlidhar_and right now i am uploading the RC of gutsy02:47
murlidhar_cya bye02:48
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.236.72] has joined #ubuntu-motu-torrent
bluekujaheya XSource07:59
XSourcehey bluekuja :)07:59
XSourcewhat's up?07:59
bluekuja[14:46:04]  <murlidhar_> Just tell him that i thanked him cuz i couldn't thank him yesterday since he had to go somewhere and he left in a hurry07:59
bluekuja:)07:59
XSourcetell him he's very welcome :p08:00
XSourcedid he solve his problem?08:00
bluekujayup08:00
XSourcenice XD08:00
bluekuja:)08:01
bluekujaXSource: any news?08:01
XSourceabout?08:02
XSourceyou have all the news I guess :p08:02
bluekujayeah08:02
bluekujaabout your work08:02
bluekujafor ubuntu08:02
bluekuja:)08:02
XSourceGold Master is soon :p08:02
XSourceoh08:02
XSourcelol08:02
bluekujalol08:03
XSourceI'm busy trying to solve some issues (xnu kernel)08:03
bluekujaoh :)08:04
bluekujawhy dont you ping kernel team?08:04
XSourcehave to learn how to triage bugs and report them08:04
XSource:)08:04
XSourcewhat do you mean by pinging them?08:04
bluekujahttps://launchpad.net/~ubuntu-kernel-team08:05
XSourceAll your kernels are belong to us. ??08:09
XSourcereally?08:09
XSourceXD08:10
XSourcefair enough, actually that's better... and to be honest the other community is crazy, you wont believe what's going there08:12
XSourceso I think the work to do is trying the kernel, stress testing, reporting bugs, and the most important thing, solving them08:17
=== XSource [n=XSource@41.201.220.235] has joined #ubuntu-motu-torrent
=== XSource_ [n=XSource@41.201.240.226] has joined #ubuntu-motu-torrent
=== XSource_ [n=XSource@41.201.240.226] has joined #ubuntu-motu-torrent
=== XSource_ is now known as XSource
=== XSource [n=XSource@41.201.202.10] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.55] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.103.55] has joined #ubuntu-motu-torrent
=== nuu is now known as nu
=== nu is now known as nuu
=== Neophyte [n=JohnSmit@cpe-065-188-207-137.triad.res.rr.com] has joined #ubuntu-motu-torrent
=== Neophyte [n=JohnSmit@cpe-065-188-207-137.triad.res.rr.com] has left #ubuntu-motu-torrent []
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else07:21
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>07:21
=== #ubuntu-laptop You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:21
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!07:21
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 07:21
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:21
=== Signon time : Fri Oct 12 11:55:45 2007
=== Signoff time : Mon Oct 15 07:48:31 2007
=== Total uptime : 2d 19h 52m 46s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:52
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:52
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac__ [n=asac@d107081.adsl.hansenet.de] has joined #ubuntu-motu-torrent
=== asac__ is now known as asac
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== XSource [n=XSource@41.201.219.105] has joined #ubuntu-motu-torrent
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server
-NickServ(NickServ@services.)- This nickname is owned by someone else08:44
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password>08:44
=== #ubuntu-laptop You can't join that many channels
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there08:44
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken!08:44
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] 08:44
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 08:44
=== Signon time : Mon Oct 15 07:48:38 2007
=== Signoff time : Mon Oct 15 21:12:42 2007
=== Total uptime : 0d 13h 24m 4s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there09:16
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 09:16
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.196.140] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent
=== asac_ is now known as asac
=== XSource [n=XSource@41.201.196.140] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.118.13.224] has joined #ubuntu-motu-torrent
=== XSource [n=XSource@41.201.184.203] has joined #ubuntu-motu-torrent
=== Signon time : Mon Oct 15 21:12:48 2007
=== Signoff time : Tue Oct 16 19:51:43 2007
=== Total uptime : 0d 22h 38m 55s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there08:19
-locobot_2(n=UbuntuLo@eshu.ubuntu-eu.org)- #ubuntu-bugs: The channel is logged (at http://logs.ubuntu-eu.org/freenode). Please observe the Ubuntu Code of Conduct. Thank you!08:19
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 08:19
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== Signon time : Tue Oct 16 20:15:14 2007
=== Signoff time : Tue Oct 16 20:51:20 2007
=== Total uptime : 0d 0h 36m 6s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there08:56
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 08:56
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== freeflying [n=freeflyi@123.116.98.100] has joined #ubuntu-motu-torrent
=== Signon time : Tue Oct 16 20:52:24 2007
=== Signoff time : Wed Oct 17 07:07:08 2007
=== Total uptime : 0d 10h 14m 44s
=== Starting logfile irclogs/ubuntu-motu-torrent.log
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there07:10
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] 07:11
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007
=== XSource [n=XSource@41.201.233.130] has joined #ubuntu-motu-torrent
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent
=== freeflying [n=freeflyi@123.116.98.100] has joined #ubuntu-motu-torrent
=== Signon time : Wed Oct 17 07:07:18 2007
=== Signoff time : Wed Oct 17 10:50:42 2007
=== Total uptime : 0d 3h 43m 24s

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