/srv/irclogs.ubuntu.com/2006/01/10/#ubuntu-motu.txt

raphinkdo it again12:02
raphinkand give me the new url when it's done12:02
lfittlraphink: he did a native upload, that also happens if you don't have a orig.tar.gz12:02
raphink(check it's created the orig.tar.gz before uploading again)12:02
raphinkhmmm12:03
lfittlsegfault: make sure there is a file named roundcue_0.1.orig.tar.gz12:03
raphinkwhat do you mean by native upload lfittl ?12:03
raphink:s12:03
raphinkoki12:03
segfaultroundcube_webmail_0.1-20051021.tar.gz12:03
lfittlraphink: upload without using an upstream source ;)12:03
raphinksegfault: you should either rename the original tar.gz to orig.tar.gz12:03
segfaultthat was the name of the upstrem package12:03
segfaultheh12:03
raphinksegfault: rename it12:03
raphinklfittl: ok :)12:03
raphinksegfault: mv it to roundcube_webmail_0.1.orig.tar.gz12:04
segfaultk12:04
lfittlsegfault: name of the upstream package is not important, important is the name and version of your sourcepackage12:04
raphinkactually12:04
raphinkis the version really 0.1 ?12:04
lfittlraphink: his sourcepackage name is roundcube without webmail ;)12:04
raphinkisn't it 0.1-20051021 ?12:04
raphinkyes12:05
segfaultis it wrong? should i include the date?12:05
raphinkwhy not keep webmail in the sourcepackage name segfault ,12:05
raphinksegfault: depends if the date is part of the version number12:05
segfaulttoo big? the project name itself is just roundcube12:05
raphinksegfault: if the date is used as a sub-version of 0.1 then yes12:05
raphinksegfault: roundcube-webmail would be fine for a name, too12:06
segfaultok, i'll change it12:06
lfittlupstream released other 0.1 versions, make sure to change the version number to 0.1-2005102112:07
raphinklfittl: that's what i'd think too12:07
raphink:)12:07
segfaultroundcube-webmail_0.1-2005102112:08
raphinkyes12:08
lfittl:)12:08
raphinkso the upstream tarball will be renamed to (or linked from) roundcube-webmail_0.1-20051021.orig.tar.gz12:08
segfaultiirc, i didn't use it too because of dh_make complained about it12:09
raphinkthen you change your debian/control aswell ;)12:09
segfaultbut its ok now12:09
raphinkand the source package dir name12:09
raphinkand you run dpkg-buildpackage again ;)12:09
raphinksegfault: dh_make might complain about things and still be wrong ;)12:09
raphinkdh_make is helpful but we still package manually12:09
raphink:)12:09
raphinkfor good reasons12:10
segfaulti see12:12
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
raphinkwb Kyral12:12
Kyralty12:13
=== luk [n=luk@223.60-136-217.adsl.skynet.be] has joined #ubuntu-motu
segfaultthe directory must have package-version, while orig.tar.gz uses package_version12:14
segfaultwhy?12:14
raphinkthat's policy ;)12:14
segfaultright12:15
segfaulthttp://revu.tauware.de/details.py?upid=138512:16
raphinklets see12:16
segfaulti haven't made a nice postinst script, i'm still fighting with debconf.12:17
segfaultmost of its parts i got from phpldapadmin's source12:18
raphinkE: roundcube-webmail source: declares-possibly-conflicting-debhelper-compat-versions 4 412:19
lfittlsegfault: You could change the apache in "Depends: apache | httpd" to apache2, since that is our default webserver now ;)12:19
raphinkremove the debhelper compat declaration from debian/rules12:19
raphinkand use only debian/compat and debian/control for it12:20
segfaultok12:20
raphinkdistribution is dapper, not unstable12:20
lfittlmaybe changing the debhelper compat level to 5 would be good12:20
raphinkyes, too12:21
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu
segfaultok, changed12:22
segfaultuploading again..12:22
lfittl:)12:22
segfaulthow do i remove with dcut? i pressed ctrl+c.12:23
raphinksegfault: no12:23
segfaultheh12:23
raphinkI'm still commenting12:23
raphinkits not done yet12:23
segfaultraphink: ah, right, sorry12:23
minghuasegfault: the reason orig.tar.gz must be named package_version is that there can be character "-" in the package name, such as your case12:23
minghuasegfault: the directory name is based on the debian/changelog, so it knows exactly which part is package name, which part is version number12:24
minghuaas for why such inconsistency exists, I don't really know :-(12:24
segfaulthumm, thanks for the explanation12:25
raphinkis this your first package segfault ?12:26
raphinkif so, you didn't choose the easiest one to begin with ;)12:27
raphinksegfault: give me a good reason why your package would modify the apache config12:27
=== seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu
raphinkwb seth_k|lappy12:28
raphinksegfault: first comments sent ;)12:30
lfittlsegfault: building the package in my pbuilder fails12:32
lfittlcp: cannot create regular file `debian/roundcube/usr/share/doc/roundcube/INSTALL.roundcube': No such file or directory12:32
raphinkI'll test the build once the first comments are taken in consideration :)12:32
lfittlgood idea :)12:33
lfittlalthough this should be a missing mkdir, and easy to fix12:33
=== Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu
raphinkand I'd first like to know if postinstall and prerm are necessary12:33
raphinkand why they'd modify apache.conf12:33
segfaulti'll read now, wait12:34
segfaultwell, it was in case the user is using apache-1.312:36
segfaultin case of apache2, it uses "apache.conf", which stays in /etc/roundcube12:36
segfaultand creates a link inside /etc/apache2/conf.d12:37
lfittlthen drop the apache-1.3 part12:37
segfaultbut since it now depends only on apache2, i'll remove the httpd entries12:37
segfaultin the postrm12:37
segfaulterr, postinst.12:37
raphinkwhat's the use of the postrm and postinst otherwise?12:37
raphinkI see it activates some modules12:38
raphinkbut these modules are already activated by the postinst of the libapach2-mod-* packages12:38
raphinkcorresponding12:38
raphinkso you don't need to do that12:38
raphinkI don't see a reason why your package should touch apache.conf at all so far12:38
segfaultwell, i got it from phpldapadmin12:39
segfaultall it does is append conf.d as a modular directory if it doesn't exist in the conf file12:39
segfaultin the case of apache2, it does exist by default, so its not necessary to create it12:40
=== seth_k_ [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu
segfaulti'll change it12:41
segfaultfor some reason, debconf questions are not showing up after install12:41
raphinksegfault: i'd like it if you could keep only what's necessary, or even remove the postinst and prerm12:41
raphinksegfault: how about when you run dpkg-reconfigure ?12:41
raphinktalking about debconf12:42
raphinkaccording to policy12:42
raphinkdebconf questions should be ask in config, not in postints12:42
raphinkpostinst should ask no question12:42
raphinkonly apply the actions required by choices made in config with debconf12:43
=== ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu
sistpotyhi folks12:43
segfaulti'll clean it up now, removing the apache1 stuff12:43
raphinkhi sistpoty :)12:43
raphinkok12:43
raphinkhow are you sistpoty ?12:44
sistpotyraphink: I'm fine, thx... how are you?12:44
raphinkI'm fine too :)12:44
raphinksistpoty: trying to think of a job to do ;)12:45
=== Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has left #ubuntu-motu []
raphinkand bugging everybody about it ;)12:45
sistpotyhehe12:45
raphinklol12:45
lfittlhi sistpoty, could you archive 1 package, and delete another one on revu?12:45
raphinkjust so you're prepared ;)12:45
sistpotyhi lfittl12:45
sistpotylfittl: sure, which ones?12:45
raphinklfittl: which ones?12:45
raphink;)12:45
sistpoty:)12:45
lfittlsistpoty: delete http://revu.tauware.de/details.py?upid=1384, because we decided to change source package name 5min ago12:46
lfittland archive http://revu.tauware.de/details.py?upid=1148 as its uploaded ;)12:46
raphink:)12:46
raphinkhttp://revu.tauware.de/details.py?upid=1384, archived :)12:47
=== TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu
lfittlright, as a reviewer you could archive too :)12:47
raphinkyep12:47
raphinkbut I can't delete12:47
lfittlyep i know that only admins are allowed to do this12:48
sistpotyraphink: lol, I guess I unarchived it again12:48
raphinkhaha12:48
seth_k|lappyraphink, you can archive? oh you're in trouble now, I"ll be giving you things to archive all day :P12:48
sistpotyno, old problem... there were more then one uploads12:48
raphinkplaying ping pong with packages sistpoty ?12:48
raphinkseth_k|lappy: I can archive packages on REVU12:48
raphinkI doubt there's packages to archive everyday ;)12:49
seth_k|lappysistpoty, want to review a KDE style for me (already has one advocate and 2 positive reviews) http://revu.tauware.de/details.py?upid=137512:49
sistpotyseth_k|lappy: ok... will take a look12:49
seth_k|lappythanks sistpoty :)12:49
raphinkseth_k|lappy: funnily enough, we're both halfway to MOTU12:49
raphinkseth_k|lappy: you've got the membership part, i've got the reviewer one12:49
raphinkseth_k|lappy: we could merge ;)12:50
raphinklol12:50
seth_k|lappyraphink, http://revu.tauware.de/details.py?upid=1257 http://revu.tauware.de/details.py?upid=1365 http://revu.tauware.de/details.py?upid=123012:50
raphinkj/k12:50
seth_k|lappyarchive those :P12:50
raphinkk12:50
seth_k|lappythanks :)12:50
raphinkplease ;)12:50
lfittlraphink: could you delete one of the advocates on http://revu.tauware.de/details.py?upid=1284 for me? :)12:50
lfittlthe package is not yet ready for upload12:50
raphinkok12:50
sistpotyraphink: only admins can delete advocates iirc12:51
lfittlk, then sistpoty: could you do it for me? :)12:51
raphinksistpoty: oh yes12:51
raphinki can only remove mine if I ever put any huhu12:51
sistpotylfittl: I guess it would be good to keep the advocates (further checking will be easier)... but I can delete them and write some comment bout it ;)12:52
raphinkseth_k|lappy: packages archived12:52
lfittlsistpoty: I will just make a minor change and upload again12:52
segfaultmust the "copyright holder" be dated?12:52
lfittlsegfault: yes12:52
seth_k|lappysegfault, make sure and date each year the person holds copyright12:53
raphinka copyright is "(C) YYYY Author Name"12:53
seth_k|lappye.g. (c) 2003, 2004, 2005 Foo Bar12:53
raphinka copyright is "(C) YYYY Author Name author@mail.ext"12:53
seth_k|lappyah right, and e-mail address12:53
segfaultok12:53
raphinkseth_k|lappy: 2003-2005 is fine too12:53
raphinkimo12:53
seth_k|lappyyep12:53
raphinkalthough the FSF likes to write the whole list of years ;)12:54
=== Czessi_ [n=Czessi@dslb-084-059-005-149.pools.arcor-ip.net] has joined #ubuntu-motu
=== derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu
=== phlaegel [n=phlaegel@atdot.ca] has joined #ubuntu-motu
segfaultUploading via ftp roundcube-webmail_0.1-20051021-0ubuntu1.dsc: Error '553 Could not create file.'01:06
segfaultcan anyone erase it?01:06
raphinkuse -f01:07
raphinkdput -f01:07
raphinkto force the upload01:07
segfaulti did01:07
raphinkhmm01:07
raphinkok01:07
raphinklet's see01:07
segfaulti pressed ctrl+c some time ago while uploading01:07
raphinkhmm01:08
raphinksistpoty: any idea,01:08
raphink?01:08
segfaultNote: This problem might be caused by files already existent on the server.01:08
segfault      For the official Debian upload queues, the dcut(1) utility can be used01:08
segfault      to remove stale files from unsuccessful uploads.01:08
raphinkI don't think you can use dcut with REVU01:09
raphinknot sure01:09
seth_k|lappyyou can't01:09
seth_k|lappyI tried once01:09
seth_k|lappysistpoty will have to remove the files01:09
seth_k|lappy(or another admin)01:09
raphinkyep01:09
sistpotyI'm on it ;)01:10
segfaultthanks01:10
raphink:)01:10
sistpotysegfault: files should be gone01:12
segfaultyeap, thanks again01:13
raphinksistpoty: could you have a look at kalcul please while you're there?01:13
raphinkhttp://revu.tauware.de/details.py?upid=131001:14
sistpotyraphink: I'll add it to the q... I'm still on the kde style ;)01:14
seth_k|lappyget in line, raphink ;)01:14
raphinkit's ready to go ;)01:14
raphinkoh ok :)01:14
=== raphink gets in line after seth_k|lappy
seth_k|lappyhehehe01:14
=== raphink gets back and takes a ticket with a number, then gets back in line shortly
sistpotyhehe01:15
raphinkhey I'm number 2 :D01:15
=== raphink raphink dances around with his ticket :)
segfaulthttp://revu.tauware.de/details.py?upid=138601:17
segfaultanyone?01:17
segfault:)01:17
raphinkyep01:18
raphinkyou still miss the / in debian/dirs segfault01:19
raphinkI don't know that you need to use .../roundcube-webmail dirs01:20
raphinkbut I'm pretty sure you need to have absolute paths01:20
segfaultwhere?01:21
raphinkdebian/dirs01:21
raphinkyou use usr/share/ etc...01:21
segfaultare those / in debian/dirs really necessary? i haven't seen one debian/dirs using it01:21
raphinkI think it should be /usr/share/etc.01:21
raphinknot sure01:21
raphinkhmm I'l have a look at policy01:21
segfaultso far i read phpldapadmin and snort sources01:22
segfaultwhat do you mean with /usr/share/etc?01:22
segfaultput the roundcube configs there?01:23
raphinkcant' find it01:23
raphinkkeep it so01:23
raphinkno, no nevermind01:23
lucason http://ox.blop.info/bazaar/universe-versionslist.html.gz, packages are now sorted according to popcon results01:23
=== pietrus [n=pietro@dsl027-180-124.sfo1.dsl.speakeasy.net] has joined #ubuntu-motu
raphinkgreat lucas :)01:23
lucasit makes it easier to determine on which merges/syncs you should work first01:23
lfittl:)01:23
raphinkrock01:23
lucasit took me 4 hours01:24
raphinkwow01:24
raphink:)01:24
lucasI had to understand how python-apt worked to write a script that convert binary package names to source package names efficiently01:24
lucasand libapt-pkg really is evil ;)01:24
raphink;)01:24
lucaswesnoth1.1-11.0.2-1ubuntu101:25
lucasthis one should be high priority :-)01:25
raphinkoh yeah :D01:25
raphinkI could do it :)01:25
raphinkas my first merge :)01:25
raphinksegfault: you miss the Homepage: at the end of the long description in debian/control01:26
lucasraphink: go ahead with wesnoth01:27
lfittllucas: dholbach might be interested in adding news about that to the motu report :)01:27
lucaslfittl: I first have to move the list elsewhere01:27
raphinklucas: I'll go as soon as i'm done reviewing01:28
lucasI have a brand new account on tiber01:28
raphink:)01:28
lfittlalways nice to have :)01:28
segfaultdone01:29
raphinksegfault: I believe you don't need debian/conf anymore01:29
lfittlwe only have 2 weeks left for merges, right?01:29
lucasyes01:29
raphinksegfault: both?01:29
raphinknow let's see if it builds ;)01:29
lfittlmaybe I should work on some :)01:30
segfaultyes i do, it has the conf file which will be linked to /etc/apache2/conf.d01:30
segfaultbut i still dont get asked if i want to restart my web server, which should be done in debian/config01:30
raphinksegfault: ok01:30
raphinkwait01:31
raphinkbuilds fine on my chroot01:31
raphinknow let's update pbuilder and try :)01:31
segfaulti'll update my pbuilder now01:31
raphinkoh, an important point segfault01:32
raphinkthis is not compiled code01:32
raphinkso architecture is all, not any01:32
raphinksegfault: in debian/control : architecture: all01:32
segfaultwhat's the difference?01:32
raphinksegfault: any means it builds on any architecture01:33
raphinkall means it doesn't need to be compiled01:33
slomoall is one package for all arches, any one package for each arch01:33
sistpotyhi slomo01:33
segfaulthumm, rock01:33
raphinksince this is a php package, you don't need to compile the source, so it's all01:33
raphinkhi slomo :)01:33
slomoraphink: well, in the case of mono for example it is compiled... but arch indep anyway ;)01:33
slomohi sistpoty, raphink :)01:33
=== seth_k|lappy will wait for crimsun and then ask him to walk me through a merge. I still don't quite get them in some cases
raphinksegfault: you'll get a lintian output about Build-Depends-Indep once you change this01:34
sistpotyslomo: you have main upload rights? could you review a package for me please?01:34
raphinkignore it, since debhelper is not to be put in Build-Depends-Indep01:34
segfaultok01:34
raphinkgood idea seth_k|lappy01:34
slomosistpoty: sure01:34
raphinkI'll do the same then01:34
seth_k|lappyraphink, maybe we should do it together instead of making him do it twice :P01:34
raphinkthat's my idea seth_k|lappy ;)01:35
raphinkI'll do wesnoth01:35
raphinkwhich one will you do seth_k|lappy ?01:35
seth_k|lappyhttp://people.ubuntu.com/~scott/ongoing-merge/superkaramba/01:35
lucassistpoty: can you install 'ruby' on tiber ?01:35
sistpotyslomo: http://revu.tauware.de/details.py?upid=1381 (0.0.8 was uploaded by siretart already)01:35
raphinkok01:35
lfittlI think I will join the party and also do a merge :)01:35
sistpotylucas: mom...01:35
raphinkwait till I finish to review this package01:35
seth_k|lappyIt's extremely trivial, yet I don't know what the correct way to go is01:35
slomosistpoty: ok... will do :)01:36
raphinksistpoty: you call lucas mom? ;)01:36
seth_k|lappyso I think I just need some rules-of-thumb and guidelines01:36
raphinki'l surprised sistpoty ;)01:36
sistpotyno, mom for moment please ;)01:36
raphinkhaha01:36
sistpotyI guess that's a stupid german shortcut01:36
raphink;)01:36
sistpotylucas: done01:37
raphinksegfault: ok change the architecture and it's fine for me01:37
lucasthanks01:37
raphink:)01:37
segfaultwoo, nice01:37
segfaultyou checked that debconf stuff?01:37
raphinksegfault: have it reviewed by MOTUs now ;)01:37
raphinkoh no01:37
raphinkI will01:38
raphinkthanks for reminding me01:38
raphinkI will, now01:38
segfaultthanks01:38
raphinkdoesnt work01:39
raphinkit asks questions when I run dpkg-reconfigure though01:39
raphinksegfault: just a note on the config/postinst : you could echo a "Restarting roundcube-webmail server..." in postinst01:40
raphinkpostinst should not be verbose, but this is nice to read ;)01:40
sistpotyseth_k|lappy: polyester is nice... looks just like plastik :)01:41
seth_k|lappysistpoty, it's shinier :P01:41
sistpotyyeah01:41
=== sistpoty has already switched
slomosistpoty: this new file... you don't do anything with it... is this intentional?01:42
raphinksegfault: on `dpkg --purge roundcube-webmail' : rmdir: /etc/roundcube-webmail: No such file or directory01:42
sistpotyslomo: what new file?01:42
raphinkcheck that segfault01:42
slomosistpoty: this ppd thing01:42
sistpotyslomo: no, since it's by far not a good ppd for the 1400W, just s.th. to have a start... (see README.debian)01:42
raphinkwell actually no01:43
sistpotyseth_k|lappy: just a small note: don't install an empty TODO file (actually you might bring this to upstream, that they shouldn't provide a 2-byte empty TODO file ;)01:43
sistpotyseth_k|lappy: but it's fine as it is01:43
raphinksegfault: you there?01:43
segfaultyes01:43
raphinkok01:43
segfaultshould i remove the rm on purge?01:43
slomosistpoty: ok, uploaded :)01:44
raphinkdon't both with the --purge stuff segfault01:44
seth_k|lappysistpoty, cool :) I'll tell upstream (I have a few other things to tell them too... notice that I had to change orig.tar.gz)01:44
sistpotythx slomo01:44
seth_k|lappysistpoty, thanks a lot for reviewing it for me :)01:44
lucashttp://tiber.tauware.de/~lucas/versions/universe.html01:44
lucasnew, stable, location01:44
sistpotyseth_k|lappy: you did? damn I didn't see this... for what reason did you have to change it?01:44
raphinkgraet01:44
lucasI haven't set up the cron yet01:45
lucaswill do tomorrow01:45
seth_k|lappysistpoty, it FTBFS'd otherwise. I had to remove configdialog.{h,cc} or the build bombed01:45
seth_k|lappysistpoty, that was Riddell's recommended solution.01:45
seth_k|lappysistpoty, please see http://seth.pastebin.com/48826601:45
sistpotyseth_k|lappy: but that's no reason to change the orig-tarball... you can remove them during clean01:45
raphinksegfault: add the echo in postinst though please01:46
seth_k|lappysistpoty, hmm01:46
segfaultno problem if it will show 2 messages? the echo one, and the other from the apache2 init script01:46
sistpotyseth_k|lappy: deletion of files doesn't go into .diff.gz... so it's safe to remove files during clean, that shouldn't be there when the package is built01:47
raphinksegfault: two messages is fine. It just should not be verbose. Two messages for a good reason is fine imo.01:47
seth_k|lappysistpoty, okay. Hold off on the upload and I'll look at how to do that with a cdbs rules file (I could do it with a normal one but don't know how with cdbs)01:48
sistpotyseth_k|lappy: ok... hehe I've got no real clue bout how to do it with cdbs either01:48
=== seth_k|lappy thinks it would just be easier to remove from orig for this release and poke upstream for next release :P
sistpotyseth_k|lappy: no... the orig is called orig because it *is* the upstream tarball. It may only be changed if s.th. in it cannnot be distributed (or repacked if wrong format)01:50
raphinksegfault: give me the new url when its uploaded01:50
=== SloMoSnail [n=slomo@p5487DA87.dip.t-dialin.net] has joined #ubuntu-motu
=== SloMoSnail [n=slomo@p5487DA87.dip.t-dialin.net] has joined #ubuntu-motu
segfaultsure, just a minute01:52
=== SloMoSnail [n=slomo@p5487DA87.dip.t-dialin.net] has joined #ubuntu-motu
raphinkseth_k|lappy: are you doing your merge tonight or shall we do it tomorrow?01:52
=== slomo___ [n=slomo@p5487DA87.dip.t-dialin.net] has joined #ubuntu-motu
raphinkor just wait for crimsun to be there01:52
slomo___hmm... network troubles :)01:53
slomo___sistpoty: but it's uploaded now ;)01:53
seth_k|lappyraphink, just waiting on crimsun01:53
sistpotyslomo___: cool, thx :)01:53
seth_k|lappysistpoty, okay, I found how to change stuff in the clean rule... will fix and reupload01:53
raphinkok seth_k|lappy01:53
raphinkwill do too01:53
=== sistpoty is out for a smoke
slomo___sistpoty: have fun :)01:53
raphinksegfault: once installed, how are we supposed to access the webmail ?01:55
raphink;)01:55
segfaultit must be configured, in /usr/share/roundcube-webmail/config01:56
segfaulttomorrow i'll try to put those stuff in the postinst script01:56
segfaulthttp://revu.tauware.de/details.py?upid=139201:57
raphinksegfault: the default system-wide dir for apache is /var/www01:57
raphinkso it might be nice to make a link from /var/www/roundcube-webmail to /usr/share/roundcube-webmail maybe01:57
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu
raphinkso users can access the webmail on http://localhost/roundcube-webmail by default01:58
segfaultthat's included in /etc/roundcube-webmail/apache.conf01:58
raphinkI don't seem to see anything in /var/www after the install though01:58
segfaultit won't01:59
segfaultit creates an alias in apache.conf01:59
raphinkwhy?01:59
ajmitchmorning :)01:59
segfaultwhich is not updated, by the way01:59
segfaulthehe01:59
raphinkI mean, phpmyadmin creates a link in /var/www01:59
raphinkwhy wouldn't your package do the same?01:59
raphinkmorning ajmitch01:59
segfaultthey're different approaches02:00
segfaultwith the same result, though02:00
raphinksure02:00
raphinkas long as they work ;)02:00
segfaultyeah, hehe02:01
raphinkyou could add an echo in postrm too, when you restart apache202:01
raphinkthere, commented :)02:04
segfaultdone02:04
raphinkok02:04
raphinknow ask a MOTU to review it :)02:05
segfaultany MOTU around?02:05
segfault:P02:05
raphinkhehe02:05
segfaultthanks for the help raphink02:05
raphinkyou're welcome02:06
raphinksistpoty: did you get up to my package?02:07
seth_k|lappyhe had to go out for a smoke because my package was so scary :P02:07
raphinkoh yeah right02:07
raphinkLOL02:07
=== slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
sistpotyre ;)02:07
sistpotyraphink: I'm just about it02:07
raphinkre sistpoty02:07
=== raphink holds his ticket :)
raphinkme me !02:07
=== sistpoty takes the ticke
sistpoty+t02:08
=== mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu
seth_k|lappyhaha02:08
raphink:)02:08
raphinkok well02:14
raphinkI think I'll go to bed02:14
raphinkseth_k|lappy: merges tomorrow evening ?02:14
sistpotyraphink: got a minute for kalcul review?02:14
seth_k|lappyraphink, sure thing02:14
raphinksure sistpoty02:14
raphinkhopefully wesnoth will still be available for my merge tomorrow :)02:15
sistpotyraphink: automake1.6 is no longer in the archives, so it ftbfs02:15
raphinkreally?02:15
raphinkhmm02:15
raphinkI've got other packages that entered dapper with automake1.602:15
seth_k|lappyyeah, 1.{5,7,8,9} are there, but not 1.602:15
raphinkwhen was it removed?02:15
sistpotyraphink: iirc a bug to remove it was filed some time ago in debian02:15
raphinkoh ok02:15
raphinkhmm then let's use 1.902:16
raphinkby default02:16
raphinkdoes it build with 1.9?02:16
sistpotyraphink: the orig-tarball is changed... (some autotools-stuff)... would be good to just do bunzip2 tarball gzip -9 tarball02:16
raphinkseth_k|lappy: 1.5 was removed too it seems02:16
sistpotyraphink: haven't tried with 1.9 yet02:16
raphinksistpoty: yeah I removed these stuff from orig tarball because lintian was screaming I think02:16
sistpotyraphink: and to be picky: in debian/copyright the fsf-address is missing02:17
raphinkhmm02:17
sistpotyraphink: please just unpack/repack the orig... (without untarring it)... lintian wouldn't complain about autotools-stuff iirc, eventually about cvs or s.th.02:17
=== rbelem [n=rodrigo@ubuntu/member/rbelem] has joined #ubuntu-motu
raphinkright02:17
raphinkyes maybe cvs02:18
raphinkisn't it in the changelog?02:18
raphinkhmm no02:18
raphinkweird02:18
sistpotynope02:18
raphinki'll repackage ok02:18
seth_k|lappysistpoty, I patched it. I am reuploading... mind looking once more in a second?02:18
=== seth_k|lappy takes ticket :P
sistpotyraphink: if lintian complains about cvs... just ignore it (and complain at upstream) or make lintian quiet02:19
sistpotyseth_k|lappy: not at all... I guess this will be a trivial change only?02:19
seth_k|lappyyep, two lines02:19
sistpoty:)02:19
seth_k|lappyclean::02:19
rbelemhello folks02:19
seth_k|lappyrm -f client/config/configdialog.{h,cc}02:19
seth_k|lappy:)02:19
=== hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu
seth_k|lappysistpoty, I built it again in a pbuilder to make sure my fix worked. It did fine, so reuploading to REVU :)02:24
sistpoty:)02:26
raphinksistpoty: argh just remembered I don't have my key here ;)02:26
raphinkshall I give you a diff?02:26
raphink:s02:26
raphinkor just wait til I get to a comp with my key?02:26
sistpotyraphink: if you don't mind, just wait till you get to your key... I promise to take a look tomorrow ;)02:27
raphinkok02:27
raphinkthanks02:27
=== psusi [n=phreak@103.202.33.65.cfl.res.rr.com] has joined #ubuntu-motu
raphinkI'll work on it tomorrow then02:28
raphink:)02:28
raphinkgood inght02:29
raphinknight02:29
sistpotygn8 raphink02:29
raphinkbubbye02:29
seth_k|lappysistpoty, http://revu.tauware.de/details.py?upid=1394 :)02:31
sistpotyseth_k|lappy: k02:32
seth_k|lappyty02:32
raphink|sleepseth_k|lappy: i thought the builddialog stuff would prevent it from building?02:32
raphink|sleepconfigdialog stuff sorry02:32
seth_k|lappyraphink|sleep, correct, but sistpoty had me remove it in the clean:: target instead of from .orig02:33
seth_k|lappyRiddell said that he and the debian qt/kde maintainers like to change .orig, but MOTUs don't like that :P02:33
raphink|sleepyes02:33
raphink|sleepif you remove it in the clean02:33
raphink|sleepit'll be remove _after_ it's built02:33
raphink|sleepso it won't build imo02:33
raphink|sleepit should be removed in a step before building02:33
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
raphink|sleepimho02:33
sistpotyraphink|sleep: iirc clean is called before actual building, but I would have to look at the policy to be sure ;)02:34
raphink|sleepsistpoty: ok02:34
raphink|sleepI'm not really sure of it02:34
Riddellseth_k|lappy: does that work, it'll need to redo the make -f Makefile.cvs02:34
seth_k|lappysistpoty, it is02:34
seth_k|lappyRiddell, it built for me02:34
seth_k|lappyin a pbuilder02:35
=== Riddell tests
=== raphink|sleep is going for real ;)
raphink|sleepbye02:35
seth_k|lappybye raphink|sleep :)02:35
seth_k|lappythat's kinda what I thought Riddell, which is why I built it myself once to make sure02:35
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu
seth_k|lappyRiddell, did it bomb out?02:45
=== dereks_ [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu
Riddellseth_k|lappy: hmm, my chroot has gone weird02:47
sistpotyseth_k|lappy: built for me, good to upload02:47
sistpotyRiddell: do you want to review again or can I upload polyester?02:48
Riddellsistpoty: give me 1 minute02:49
sistpotyRiddell: sure02:49
Riddellsistpoty: go for it02:54
sistpotyRiddell: ok ;)02:54
sistpotyseth_k|lappy: polyester uploaded02:57
seth_k|lappycheers sistpoty, I'll stop bugging you for today02:57
seth_k|lappyI appreciate it02:57
seth_k|lappy(stop bugging unless of course you want more stuff to review :P)02:57
sistpotyyou're welcome... thx. for your contribution ;)02:57
sistpotywell, I guess I'll do one or two merges... and if my girlfriend hasn't come home till then, I'll go for another review ;)02:58
seth_k|lappyhaha02:58
seth_k|lappyit's a deal02:58
sistpoty*g*02:59
seth_k|lappysistpoty, if she hasn't come home, http://revu.tauware.de/details.py?upid=1378 ;)02:59
sistpotyseth_k|lappy: k02:59
=== sistpoty slaps sistpoty that revu allows that /me can advocate the same package twice
seth_k|lappywhile you're at it, make it so uploaders can archive their own uploads ;)03:04
=== SloMoSnail [n=slomo@p5487EF2F.dip.t-dialin.net] has joined #ubuntu-motu
sistpotyseth_k|lappy: will do for revu2 ;)03:05
seth_k|lappyyay ;)03:05
sistpotydamn, I should write on it again, otherwise it will never get finished03:06
seth_k|lappysistpoty, hum, I think you uploaded polyester twice03:06
seth_k|lappyI got 2 emails exactly the same03:06
sistpotyerm... no I uploaded only once03:06
seth_k|lappyoh well, weird :)03:07
sistpotyseth_k|lappy: mails from revu or from katie?03:07
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu
hubcan someone unarchive and/or explain the latest comments of http://revu.tauware.de/details.py?upid=84003:09
seth_k|lappysistpoty, from katie03:09
sistpotyseth_k|lappy: that's strange... did she accept or refuse the upload then?03:09
seth_k|lappysistpoty, it is NEW so I just got two e-mails with the subject "polyester_0.6.5-0ubuntu1_source.changes is NEW"03:10
sistpotyseth_k|lappy: no idea really *g*03:11
seth_k|lappynp :)03:12
at1asStupid noob question...  Is anyone else having issues with transcode/libdvdcss2 on ubuntu?03:12
at1asI'm no longer able to successfully rip and encode my DVDs.03:12
at1ason Breezy.03:13
hubat1as: mpaa is watching your back03:13
sistpotyhub: what's unclear about libiptcdata?03:13
=== Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has left #ubuntu-motu ["So]
hubwell what is wrong?my latest comment explain all my "observations"03:14
hublike what is against the policy03:14
at1asthanks03:15
at1asAt least someone is ;)03:15
sistpotyhub: for the -doc: usual place would be to install to /usr/share/doc/<packagename>... not quite sure whether gtk-doc might be ok here as well03:16
hubwell, upstream seems to put it there, and don't see obviously how03:16
hublooks like what gtk-doc generates03:17
hubsistpoty: there is already a lot of things in my /usr/share/gtk-doc03:18
hubincluding rhythmbox03:18
=== pietrus [n=pietro@dsl027-180-124.sfo1.dsl.speakeasy.net] has joined #ubuntu-motu
sistpotyhub: I have no such dir, since I'm using kde... and I have no clue, what would reside in gtk-doc03:20
hubhttp://www.gtk.org/gtk-doc/03:22
sistpotyhub: so devhelp will look in .../gtk-doc? and inside your doc-package is html?03:25
hubit is03:25
hubit is generated by gtk-doc03:25
hubthat's why03:25
sistpotyah, k... then this seems the right place03:26
sistpoty(maybe you could add a link into /usr/share/doc, but that would only give extra points for polishing)03:27
sistpotyfor the -dbg package this feels the right place to be... but according to the bug report, you are right ;)03:28
hubthe .so are not .so just symbols03:28
sistpotyah, /me learned another lesson :)03:29
=== poningru [n=poningru@pool-68-238-172-220.tampfl.fios.verizon.net] has joined #ubuntu-motu
=== minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu
=== dholbach [n=daniel@ubuntu/member/dholbach] has joined #ubuntu-motu
dholbachLathiat: are you there?03:31
hubhey dholbach03:31
dholbachhey hub :)03:31
at1ashub: Is there actually something that breaks dvdcss in breezy?03:33
at1asI had no troubles viewing or encoding dvds in warty03:34
hubat1as: no idea. I have a DVD player under my TV03:34
hubat1as: so I don't use the DVD on the laptop03:34
hubat1as: sorry03:34
sistpotyhub: libiptcdata is fine for me... since the debdiff is small, I'll upload03:37
hubok thanks03:37
=== Kyral pokes anyone
=== sistpoty hides very fast
=== sistpoty is out for another cigarette
KyralUmm, guys, there is a guy saying he got an email from  K-Concepts Communications Consultants co., LTD saying they contact(contracted?) with Ubuntu03:38
ajmitchthat's interesting03:38
ajmitchwhy tell us? ;)03:38
Kyralbecause I was hoping someone would know? Because I don't?03:38
ajmitchwhat difference would it make?03:39
ajmitchI've never heard of them03:39
Kyraldunno, guy is concerne03:39
Kyrald03:39
ajmitchabout?03:39
Kyralif its legit03:39
ajmitchprobably not03:39
ajmitchthey probably just use ubuntu03:40
=== Kyral nods
at1ashub: thanks anyway.  I also have a dvd player, but I also use mythtv, and it is so much easier to view videos if they're on the hd :)03:40
ajmitchlooks to be a taiwanese outfit03:40
Kyralso I should tell him its prolly sketchy?03:40
hubat1as: yeah I get that03:40
ajmitchthe last news on their site is from 2002 (at least in the english section)03:41
Kyralso busted?03:41
minghuaKyral: who is that guy? BlueT_ on freenode?03:41
ajmitchwho knows?03:41
Kyralminghua: yah03:41
Kyralwhy?03:42
Lathiatdholbach: yep03:42
hubdholbach: is there a time I'll get the keys of the universe>03:43
hub?03:43
dholbachLathiat: could you please join #ubuntu-meeting?03:43
dholbachhub: keys? universe?03:43
hubdholbach: to upload :-003:43
minghuawell, then no big deal, the K-concepts company basically said they _probably_will_ be responsible for the Ubuntu events in Taiwan in the future03:43
hubdholbach: just wondering:-)03:43
ajmitchminghua: right03:43
dholbachhub: talk to elmo about that. write a mail.03:43
ajmitchminghua: which is quite reasonable03:43
hubokay03:43
Kyralminghua: you wanna handle it?03:43
Kyralminghua: I'm just a programmer lol03:43
ajmitchconsidering that there's this asian business tour happening :)03:44
ajmitchKyral: as are most people here :P03:44
minghuaKyral: I don't see them claiming they have contracted from ubuntu, contacted with, maybe, but they are not claiming that either03:44
Kyralyah but I no good with business things :D03:44
Kyralminghua: mind PMSGing him?03:44
Lathiatdholbach: yep03:44
minghuathe letter is at http://bluet.org/~matthew/priv/email-Vicky-kconcepts.txt for those who can read traditional Chinese (I doubt many here :-P)03:45
dholbachLathiat: merci, it's a meeting about Dapper Status.03:45
hubcan someone archive this http://revu.tauware.de/details.py?upid=133903:45
hubdholbach beat me to upload03:45
dholbachhub: will do.03:45
minghuaKyral: I can't handle that either, as I don't know the ubuntu PR department either03:46
=== hub should release a newer version to give him a chance to upload it :-)(
dholbacharg... somebody else archive it please - I don't have my password here.03:46
Kyralminghua: I just pasted your answer ;P03:46
dholbachhub: feel free. :-)03:46
hubdholbach: neither :-/03:46
hubdholbach: I have to fix something upstream first :-)03:46
minghua...03:47
minghuaI can talk with BlueT_, I suppose03:47
sistpotyhub: archived03:49
hubsistpoty: thankds03:49
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu
dholbachthanks Lathiat03:51
=== BlueT_ [n=BlueT@61-59-209-195.adsl.static.seed.net.tw] has joined #ubuntu-motu
psusican someone help me figure out how to manage my patch to the udftools package?  it doesn't appear to be using either dbs or dpatch.. it just has patch-n-description.diff files in the debian dir03:56
=== punkrockguy318 [n=lukas@pcp02403042pcs.brdgtn01.nj.comcast.net] has joined #ubuntu-motu
whiprush\sh_away: motu transcript story is fridged, I appreciate the CC.04:00
ajmitcheek04:02
ajmitchit needed a lot of tidyup04:02
Kyrallol04:03
=== sistpoty is off to bed
sistpotygn8 everyone04:22
ajmitchnight04:22
psusican someone help me figure out how to manage my patch to the udftools package?  it doesn't appear to be using either dbs or dpatch.. it just has patch-n-description.diff files in the debian dir04:24
psusiis there another patch management tool I should read up on, or is this just done by hand with diff?04:24
hubcrap04:24
hublibsane do no install04:24
=== minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu
=== jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #ubuntu-motu
=== jsgotangco [n=jsg@210.4.38.43] has joined #ubuntu-motu
=== seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu
=== _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-motu
=== seth_k_ [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu
=== _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-motu
=== [cyb3rM4N] [n=cyb3rm4n@20150154013.user.veloxzone.com.br] has joined #ubuntu-motu
SEJeffI just downloaded the source of a program and changed ${packagename}/debian/control and would like to rebuild a binary package from that. How do I do that?05:47
SEJeffI am very familar with redhat packaging and the equivalent redhat command would be rpmbuild -bb packagename.spec05:47
=== psusi waves at SEJeff
psusiSEJeff, I'm in the middle of learning that myself...05:49
psusicd ${packagename} and debuild -S05:49
psusithat will make a new source .deb in ..05:49
psusithen pebuilder build the_new_source.deb05:49
psusierr, actually, it is pebuilder build ${packagename}.dsc05:50
psusithe debuild -S sets up what you would get if you extract a source .deb.. which is the .orig.tar.gz, the .dsc, and so on05:52
psusidamnit... I keep typing pEbuilder... it's just pbuilder05:54
=== Astinus [i=alex@freenode/staff/gentoo.astinus] has joined #ubuntu-motu
SEJeffpsusi, pebuilder is for windows live cds :)06:02
SEJeffpsusi, I'll try that out, thanks06:02
psusiright now I'm trying to figure out how to get it to actually assemble the other files into the .deb ;)06:03
psusisince I'm satisfied with my changes and the resulting binary package pbuilder generates looks good06:03
SEJeffpsusi, '/usr/bin/dpkg-buildpackage: debian/rules: /usr/bin/make: bad interpreter: Permission denied' I got this problem yesterday with a perl script, any ideas?06:07
psusils -al /usr/bin/make06:08
SEJeffpsusi, -rwxr-xr-x 1 root root 139920 2005-12-16 22:01 /usr/bin/make those are correct06:08
psusihrm.... odd06:08
psusilooks like it is saying it could not execute /usr/bin/make in response to the shbang in debian/rules06:09
psusitry doing this as root06:09
SEJeffI had #!/usr/bin/perl -w in a script I wrote and it gave the same thing06:09
SEJeffpsusi, that was the first thing I tried after I got that error... same message06:09
psusiwonky06:10
psusistrace it? ;)06:10
SEJeffpsusi, I'm just trying to fix the broken gnome-schedule in dapper as I want to use it. I will try to fix it tomorrow06:11
SEJeffnight06:11
psusinight06:13
minghuaSEJeff: the simplest way is dpkg-source -b package-version06:14
minghuaSEJeff: package-version being the directory of the whole source tree06:14
minghuaSEJeff: your "bad interpreter" error still look strange though and may be unrelated06:15
=== TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu
=== _maydayjay_ [n=maydayja@ip101109.101.nas.net] has joined #ubuntu-motu
=== ealden [n=ealden@219.90.93.236] has joined #ubuntu-motu
=== CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #ubuntu-motu
=== robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #ubuntu-motu
=== lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #ubuntu-motu
=== jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #ubuntu-motu
=== lfittl [n=lfittl@83-65-242-100.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu
=== Kyral_ [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
=== zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu
zakameafternoon MOTUs :)09:25
minghuahi zakame, I have a question for you09:31
minghuazakame: do you remember requesting a sync on octave2.1 for me?09:31
minghuait doesn't seem to arrive (yet)09:31
zakameminghua: no, I haven't requested that, iirc, I was hesitant 'coz someone else may had requested it already ;)09:33
minghuaoh okay09:33
zakameminghua: if it's not, then I'll do it now :)09:33
minghuazakame: it is not, so please do, thanks :-)09:34
zakameminghua: hm last build was on Dec 2409:34
=== Gloubiboulga [n=gauvain@84.5.69.52] has joined #ubuntu-motu
Gloubiboulgamorning09:34
zakamebut 'tis a ubuntu version, so I'll request then :)09:34
minghuazakame: that's doko's libstdc++ transition rebuild upload09:34
zakamemorning Gloubiboulga09:35
zakameyep09:35
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu
=== wjb [n=warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu
=== markuman [n=markuman@p5092717F.dip.t-dialin.net] has joined #ubuntu-motu
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu
=== markuman [n=markuman@p5092717F.dip.t-dialin.net] has joined #ubuntu-motu
=== koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu
=== Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu
=== lucas [n=lucas@alabama.imag.fr] has joined #ubuntu-motu
=== ompaul [n=ompaul@213-202-131-158.bas502.dsl.esat.net] has joined #ubuntu-motu
=== CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has left #ubuntu-motu []
=== luk [n=luk@219.7-200-80.adsl.skynet.be] has joined #ubuntu-motu
=== Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu
segfaultany MOTU around?10:30
=== Gloubiboulga [n=gauvain@84.5.69.52] has joined #ubuntu-motu
segfaulthttp://revu.tauware.de/details.py?upid=139610:35
=== zakame [n=zak@203.215.86.76] has joined #ubuntu-motu
=== freeflying [n=freeflyi@61.190.65.9] has joined #ubuntu-motu
=== jpatrick [n=patrick@127.Red-83-32-110.dynamicIP.rima-tde.net] has joined #ubuntu-motu
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu
segfaultany MOTU around?11:39
jpatricksegfault: maybe ajmitch ?11:40
segfaultdunno if he's around11:41
=== TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu
zakamesegfault: why? :)11:41
segfaulthttp://revu.tauware.de/details.py?upid=139611:43
segfault:)11:43
segfaultto review it11:43
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu
=== wjb [n=warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu
=== zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu
=== dholbach [n=daniel@i577B10AD.versanet.de] has joined #ubuntu-motu
dholbachhellas12:02
lfittlmorning dholbach :)12:03
dholbachhey lfittl12:03
segfaultdholbach: are you busy?12:04
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu
dholbachsegfault: why do you ask? :)12:04
lfittlhe needs a motu for reviewing his package ;)12:04
segfaultdholbach: can you review one package? http://revu.tauware.de/details.py?upid=139612:04
segfaultits kinda simple12:05
dholbachsegfault: will do in a sec and tell you what i find12:05
dholbachsegfault: need to get up to scratch with mails and the like first12:05
segfaultdholbach: sure, no prob12:05
jpatrickdholbach: noone has taken a peek at my lmms: http://revu.tauware.de/details.py?upid=1280 :(12:05
dholbachjpatrick: will do12:06
jpatrickthanks12:07
Nafallowow12:10
Nafallo10 packages left for merging. good job guys! :-)12:10
lfittlNafallo: don't forget the 190 assigned merges ;)12:10
Nafallothose are assigned and handled already, no?12:11
lfittlthey are assigned but not fixed, meaning the merge is not done yet12:12
dholbachwho would like to proofread/add-stuff to http://wiki.ubuntu.com/MOTUReportDraft?12:12
jpatrickdholbach: new MOTU hopefuls: Me12:12
Nafallohmm, that means people are working on them atleast :-P12:13
Nafallo(and what I meant)12:13
lfittlk, then you are right :)12:13
dholbachjpatrick: would you care enough to add it?12:13
jpatrickdholbach: I have to be a member first12:14
dholbachjpatrick: to the MOTUReportDraft page?12:14
=== TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu
dholbachsegfault: wouldnt you have to depend on *debconf?12:15
=== zakame [n=zak@203.215.86.76] has joined #ubuntu-motu
segfaultdholbach: humm, i think so... i forgot it. can you tell me why after installing the deb, i dont get asked by debconf if i want to restart the browser?12:16
segfaulterr, the web server.12:17
segfaultconfig seems to be ok12:17
dholbachsegfault: not really, i'd have to compare with other packages to do that12:17
lucasdholbach: I'd like to add something12:18
lucasabout the fact that lists of package versions are available12:18
lucasbut I still have to do some work on them12:19
lucaswhat's your deadline ?12:19
tsengUbugtu: seen crimsun12:19
lucastseng: he said he was gone for 2 days, been visiting a friend who is ill12:19
dholbachlucas: just go ahead and add it - i'd like to get the news out, but it's not mission-critical or something12:19
tsenglucas: thanks.12:20
lucascan I work on that tonight ? does that fit ?12:20
lucasI have to do some real-world work sometimes ;)12:20
zakamehm why is robotour in multiverse?12:24
dholbachlucas: it's ok :)12:25
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu
=== spacey_ki [n=spacey@a82-93-13-195.adsl.xs4all.nl] has joined #ubuntu-motu
Nafallohmm, could someone remove pessulus from "new merges" on our mom-interface? :-)12:40
Nafallowe are newer than debian already :-)12:41
=== joe_alf [n=joe_alf@pcd554086.netvigator.com] has joined #ubuntu-motu
jpatrickmorning raphink12:46
raphinkhi jpatrick12:46
jpatrickraphink: might want to add yourself here: https://wiki.kubuntu.org/MOTUReportDraft12:50
raphinkwhat's that for?12:50
jpatricknext MOTU report12:51
raphinkoh yeah12:51
jpatrickunder "new MOTU hopefuls"12:51
raphinkand seth too12:51
raphinkbut i'm not even a member yet12:51
raphinkbut ok12:51
jpatrickjust a hopeful12:51
raphinkhop12:52
jpatricksomeone care to poke lmms? : http://dot.kde.org/1113428593/12:55
jpatrickdamn wrong link12:55
jpatrickhttp://revu.tauware.de/details.py?upid=128012:55
=== herzi [n=herzi@d079218.adsl.hansenet.de] has joined #ubuntu-motu
=== zyga [n=zyga@ubuntu/member/zyga] has left #ubuntu-motu ["Leaving"]
segfaulthttp://revu.tauware.de/details.py?upid=139701:41
=== TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu
=== TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu
=== rtcm [n=jman@81.84.150.58] has joined #ubuntu-motu
rtcmhi, is there an RCS where the source packages in ubuntu are maintained?01:51
=== Hirion [n=hirion@draugr.de] has joined #ubuntu-motu
lucasit depends on the package02:17
lucassome of them are just debian's02:17
lucassome are maintained somewhere in bzr02:17
lucasetc02:17
lucasyou can get the source for a package by running apt-get source <package name>02:17
lucasif you have sources lists in your /etc/apt/sources.list02:18
rtcmlucas: and where can I find the ones that are maintained in a RCS?02:22
=== Czessi_ [n=Czessi@dslb-084-059-005-008.pools.arcor-ip.net] has joined #ubuntu-motu
azeemrtcm: there is no easy way to find out, I think02:27
nomedhow can i check if my request to join a team has been sent ?02:37
tepsipakkinafallo: is there hope to get aac/m4a-support for gtkpod, because otherwise it can't read the metadata from those and syncing fails02:37
tepsipakkiI know about the license..02:37
rtcmazeem: hmm, ok then, thanks02:38
Nafallotepsipakki: I have no idea, I just merged it.02:43
Nafallotepsipakki: you should ask MOTUMedia (i.e. slomo ;-)).02:44
Nafallowhat shall we do with linux-kernel-di-*-2.6? merge them?02:45
slomotepsipakki: this would mean moving gtkpod to multiverse as the faad/faac is located there...02:45
=== jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu
tepsipakkislomo: so it's a no-go? would it be ugly to have a "gtkpod-aac" or similar in multiverse?02:47
tsengit would02:48
tsengbut there isnt another way02:48
slomotepsipakki: would be possible if someone does it :)02:48
tsengif you google a few people have already rolled gtkpod-aac02:48
=== _markuman [n=markuman@p50924CA9.dip.t-dialin.net] has joined #ubuntu-motu
tepsipakkii've tried to compile it on breezy, but didn't succeed02:49
tepsipakkislomo: :)02:49
slomowhat was the problem?02:49
tepsipakkifunny that rhythmbox which is in main, can play stuff from my ipod quite happily02:50
slomobecause it uses gstreamer... and there is a gstreamer plugin for aac/m4a in multiverse which you have installed ;)02:50
tepsipakkislomo: yeah of course02:50
tepsipakkislomo: would gtkpod-aac need to have it's own source-package, if it was in multiverse?02:51
slomoyes02:51
slomoi.e. a copy of the gtkpod sourcepackage with that very small change...02:51
slomougly duplication but the only way :/02:52
tepsipakkiyes. heck, I might do it after I've upgraded my home computer (not until fglrx works with dapper completely)02:52
tepsipakkiI believe here are plenty of people to push the (source) package once it is done? I'm still just an ubuntero02:53
tepsipakkior would it mean that the uploader is the maintainer, or can a non-member be?02:54
slomoyou can be the maintainer... and it will be fairly easy to find someone to upload it once it's done and good :) if you have any questions on what changes need to be done etc feel free to ask here ;)02:55
tepsipakkiyes, sure. thanks!02:56
tepsipakkiI've done some packaging before, so it's not completely foreign02:56
slomodamn, istanbul segfaults :(02:57
tepsipakkiwhich reminds me that I promised to package libgssapi and librpcsecgss this week..02:58
segfaultslomo: can you review http://revu.tauware.de/details.py?upid=1397?02:59
=== ptlo [n=senko@83-131-4-9.adsl.net.t-com.hr] has joined #ubuntu-motu
lucassegfault: please stop bugging MOTUs about reviews. your priority should be to fix existing software currently, and work on merges and syncs03:04
=== ompaul [n=ompaul@213-202-131-158.bas502.dsl.esat.net] has joined #ubuntu-motu
=== Gazer [n=gazer@adsl-teco-200-59-120-83.capfed2.uolsinectis.com.ar] has joined #ubuntu-motu
=== jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #ubuntu-motu
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== poningru [n=poningru@pool-71-243-230-142.tampfl.fios.verizon.net] has joined #ubuntu-motu
=== zakame [n=zak@210.213.70.36] has joined #ubuntu-motu
zakameevening MOTUs :)03:36
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu
=== Hirion [n=hirion@draugr.de] has left #ubuntu-motu []
=== hub [n=hub@storm-gw.xandros.com] has joined #ubuntu-motu
=== Gloubiboulga [n=gauvain@84.5.182.75] has joined #ubuntu-motu
=== doko_ [n=doko@dslb-084-059-105-001.pools.arcor-ip.net] has joined #ubuntu-motu
=== JohnnyMast [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu
=== Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu
=== JohnnyMast [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu
Nafallohmm04:14
Nafalloajmitch: hi!? :-)04:18
zakameheya Nafallo04:18
Nafallozakame: hi there :-)04:18
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu
Nafalloanyone knows if we should merge linux-kernel-di-*-2.6 or not? :-)04:19
zakamehm I remember ajmitch saying not, iirc04:19
Nafallowhy is it still on the mergelist then? :-P04:19
Nafalloand for pessulus, kmess and kguitar we are already newer than Debian ;-)04:20
Nafalloso nothing to do :-P04:20
zakamepretty unsure of it myself... I can't recall what reason was there not to do a merge/sync test on those :)04:20
zakameindeed, that's why I'm working on my Debian pkgs for a change :P04:21
Nafallo:-)04:21
NafalloI better help my girls clean my computerparts :-P04:21
Nafallolater all :-)04:21
zakameand learning cdbs too :)04:21
zakamecya Nafallo :)04:21
=== psusi [i=hidden-u@69.44.168.233] has joined #ubuntu-motu
=== seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu
zakamewow, why didn't I learn cdbs in the first place? :P04:40
=== Hirion [n=hirion@draugr.de] has joined #ubuntu-motu
ajmitchbecause cdbs is evil04:42
zakamebuwahaha voodoo04:42
tseng<3 voodoo04:43
jamessanzakame: because it's better to know how things work behind the scenes first :)04:43
tsengthats why i use ruby on rails04:43
zakamejamessan: yup :)04:43
ajmitchtseng: zope 3 all the way04:44
ajmitchdon't you want your apps to turn out like launchpad?04:44
tsengajmitch: sigh04:44
tsengno04:44
tsengat least use django04:44
tsengORM for the win04:44
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu
zakamejamessan: now I know why Manoj's debian-dir was a bit like cdbs, except for the verbosity04:44
jamessanzakame: I don't think I've heard of debian-dir before04:45
zakamejamessan: http://arch.debian.org/arch/private/srivasta04:46
tsengajmitch is so advantgard he uses debian-dir with bzr04:49
zakamew00t04:50
zakameI've yet to play with bzr :(04:50
=== koke [n=koke@ubuntu/member/koke] has left #ubuntu-motu ["Konversation]
tsengbzr is magic crack04:51
psusidiff/patch rule all! ;)04:58
ajmitchtseng: I do?04:58
tsengajmitch: something like that, no?"05:05
=== ajmitch usually uses cdbs for packages
=== Hirion [n=hirion@draugr.de] has left #ubuntu-motu []
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu
=== rbelem [n=rodrigo@ubuntu/member/rbelem] has joined #ubuntu-motu
=== spacey_ki [n=spacey@flits101-191.flits.rug.nl] has joined #ubuntu-motu
=== herzi [n=herzi@d044041.adsl.hansenet.de] has joined #ubuntu-motu
=== Yagisan [n=jamie@60-240-125-87.tpgi.com.au] has joined #ubuntu-motu
Yagisan\sh_away: When you get back I'd like to talk to you about Ubuntu's wine package for dapper. I saw you were the last to touch it, and I'd like to discuss some (future) packaging issues with it. Alternatively, point me in the direction of someone more appropriate.05:46
Yagisan\sh_away: I'm logged in ATM, but I'll most likely be in bed soon. feel free to msg me.05:46
=== greenpenguin13 [n=joseph@user-6981.lns4-c11.dsl.pol.co.uk] has joined #ubuntu-motu
zakamegn8 all05:52
greenpenguin13n8 zakame05:53
zakame:)05:54
=== Gloubiboulga [n=gauvain@84.5.182.75] has joined #ubuntu-motu
=== lucas [n=lucas@alabama.imag.fr] has joined #ubuntu-motu
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu
jpatrickcan someone look at http://revu.tauware.de/details.py?upid=1380 ?06:16
=== joe_alf [n=joe_alf@pcd554086.netvigator.com] has left #ubuntu-motu []
=== NigelS [i=nigel@83.166.160.96] has joined #ubuntu-motu
=== FireRabbit [n=FireRabb@c-67-183-18-60.hsd1.wa.comcast.net] has joined #ubuntu-motu
=== luk [n=luk@74.7-200-80.adsl.skynet.be] has joined #ubuntu-motu
=== lfittl [n=lfittl@83-65-242-100.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu
\shmoins06:51
=== MagnusR [n=magru@85.194.14.142] has joined #ubuntu-motu
=== greenpenguin13 [n=joseph@user-6981.lns4-c11.dsl.pol.co.uk] has left #ubuntu-motu []
Nafallo\sh: you have bzr-trees all aspects of gajim? :-)07:02
\shNafallo: sure :)07:02
Nafallourls? :-)07:03
=== Nafallo better get up-to-date with bzr again :-P
\shNafallo: right now it's local only...but I will push them during the weekend on tiber07:03
Nafalloah, oki :-)07:03
\shdrwxr-xr-x   7 shermann shermann 4096 2006-01-05 18:18 gajim-0.9.107:04
\shdrwxr-xr-x   7 shermann shermann 4096 2006-01-05 18:28 gajim-0.9.1-debian-copying07:04
\shdrwxr-xr-x   4 shermann shermann 4096 2006-01-05 18:45 gajim-0.9.1-debian-dir07:04
\shdrwxr-xr-x   7 shermann shermann 4096 2006-01-05 18:31 gajim-0.9.1-debian-group-patch07:04
\shdrwxr-xr-x   7 shermann shermann 4096 2006-01-05 18:46 gajim-0.9.1-package07:04
\shdrwxr-xr-x   7 shermann shermann 4096 2006-01-05 18:24 gajim-0.9.1-ubuntu-human07:04
\shdrwxr-xr-x   7 shermann shermann 4096 2006-01-05 18:25 gajim-0.9.1-ubuntu-launchpad-integration07:04
\shthis is my repos :)07:04
\shwhere gajim-0.9.1-package is the merged gajim-0.9.1 tree with all other branches and a nested debian dir branch07:04
\shI played before only with diffs between revisions just like svn...07:05
Nafalloahh, looks like some stuff isn't in the current uploaded package :-P07:05
\shbut now I remembered siretarts way of doing things and HCT as well, and this way it's more easier for me to keep track07:05
\shwhat?07:05
Nafallogajim-0.9.1-debian-*? :-)07:05
\shah ... I just got rid of the patch system :)07:06
=== raphink [n=raphink@raphink.net] has joined #ubuntu-motu
Nafalloehm, copying and group patch :-P07:06
\sheverything is now in the debdiff07:06
\shit's in :)07:06
Nafallohehe, nice :-)07:06
NafalloI never really liked the patchsystem :-)07:06
\shthe only patch I dropped is the debian xpm stuff07:06
=== Nafallo does debian/ubuntu-patches.diff and applies it now :-P
\shwell...I try to change everything to diff.gz for the packages I brought in :)07:07
Nafallohmm, is it really in? it's not in our current debian/patches :-P07:07
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
\shNafallo: there is no debian/patches anymore I merged the new 0.9.1-2 rev07:09
Nafallois that uploaded?07:09
\shNafallo: yes just now07:09
Nafallooh07:09
\shAccepted gajim 0.9.1-2ubuntu1 (source)07:10
Nafallosources is not in the archive yet :-P07:10
\shDate:07:10
\sh2006-01-05 19:0007:10
\shjust 10 minutes ago07:10
jpat|away\sh: can you look at my lmms?: http://revu.tauware.de/details.py?upid=128007:12
Nafalloyea, should go in with the :03 run :-)07:12
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== rraphink [n=raphink@raphink.net] has joined #ubuntu-motu
\shNafallo: it has to compile first :)07:13
Nafallono, the source have to go in before it can compile :-)07:13
\shjpat|away: sure one moment :) I have to close my bugs first :)07:13
\shNafallo: sure07:13
Nafalloso I can apt-get source anytime now :-)07:13
\shNafallo: but it takes some time ever :)07:13
slomoNafallo: not online in jabber? :P07:14
Nafalloslomo: ehm, yes I am?07:14
slomonot for me... hmm07:14
NafalloI just sent you "test"07:14
slomohmm... nothing happened here... \sh, your server is broken ;P07:15
\shslomo: what?07:15
\shyou mean jabber?07:16
\shi'm on :)07:16
=== Nafallo restarts gajim
slomoyes... i was connected since 2 hours and now nafallo's messages don't get here ;)07:16
=== slomo restarts
\shslomo is offline :)07:16
\shnafallo is now online07:16
\shslomo is now online07:16
slomoah, now it's better07:17
=== rraphink [n=raphink@raphink.net] has joined #ubuntu-motu
Nafalloslomo: you got "test :-)"07:17
Nafallo?07:17
slomono07:17
=== jonshea [n=jshea@Continuity.TuckNT.dartmouth.edu] has joined #ubuntu-motu
slomoNafallo: did you get my message?07:18
=== ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
\shNafallo: you got my test it message?07:18
Nafallo\sh, slomo: nope07:18
\shslomo: and my hello message?07:18
slomonope07:19
\shi'm with kopete now07:19
\shand I can see you online07:19
slomoi see you all online now... but no messages ;)07:19
Nafallo\sh: you got "test"?07:19
\shwrite something to me pls07:19
\shNafallo: no07:20
slomo\sh: done... did you get something?07:20
Nafallosomething is wrong somewhere then...07:20
\shalso not07:20
\shbut I'm talking to another guy07:20
Nafallohmm07:20
Nafalloso client-server-client broken? :-P07:20
\shgajim?07:21
slomoyes07:21
Nafalloyes07:21
Gloubiboulgaslomo, do you have some time for a review?07:21
slomoGloubiboulga: no... i must leave in -1 minute =)07:21
\shtry hmm...gaim or psi or kopete to be sure that it's not the server07:21
slomoGloubiboulga: but i could add it to my todo list... just give me the url07:21
Gloubiboulgaok07:21
Gloubiboulgahttp://revu.tauware.de/details.py?upid=136207:22
Gloubiboulgathanks slomo07:22
slomobbl07:23
=== luk [n=luk@159-17.242.81.adsl.skynet.be] has joined #ubuntu-motu
Nafallo\sh: did you get the last three messages after "nice..file a bug" ?07:30
\shno07:31
Nafalloxml-console says you didn't :-P07:31
Nafallohttp://paste.ubuntu-nl.org/665607:31
\shwhat is this shit? ,)07:32
Nafalloconsole output :-P07:32
\shyes...but Byte has no attribute encoding?07:33
\shwhat they are doing07:33
\shit's dbus magic07:33
Nafallonice that this gajim is in breezy-backports ;-)07:33
\shdamn07:34
\share u using the backports version?07:35
Nafallonope07:35
=== Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-motu
Nafallomy girlfriend is :-)07:35
\shand this message is from your gf?07:35
Nafallonope, my dapper laptop :-)07:35
\shhmmm...07:35
Nafallohaven't tried to reproduce it on breezy yet.07:35
Nafallowhen did gajim start to use dbus? :-P07:36
=== Hirion [n=hirion@draugr.de] has joined #ubuntu-motu
\shsince 0.9?07:37
\shand since gajim-remote?07:37
Nafalloah07:39
Nafallohmm07:41
Nafallolibnotify is dbus, no?07:41
\shno.07:41
\shit's libnotify07:41
Nafallodamn :-P07:41
\shit has to do something with gamin bla....07:41
NafalloI wonder why it tries to use dbus then... since I have never even touched gajim-remote :-P07:42
\shlibnotify is messaging dbus for triggering some things..like notifying the taskbar07:42
\shIMHO :)07:43
\shNeed to buy some cigarettes07:43
Nafallogaah07:43
Nafallothis started after the new notify thingie :-P07:43
Nafallobaah. food now anyway :-P07:45
=== flujan [n=flujan@internet.nube.com.br] has joined #ubuntu-motu
flujanhi guys.07:46
flujanI send a e-mail to the list07:46
flujanI want to help the motu project07:46
flujandaniel holbach point me this channel07:46
flujani'm not a active irc user, but... let it go!!!07:47
flujan;)07:47
flujanhello07:47
Gloubiboulgahi flujan07:48
Gloubiboulgait's very quiet tonight07:48
flujanhum... i'm in Brazil so here is about 6 pm07:48
flujan;)07:48
Gloubiboulgamaybe you should ping dholbach...07:49
flujanhow can I do that?07:50
GloubiboulgaI just did :)07:50
flujanping dholbach07:50
Gloubiboulgayou just have to write his nick07:50
flujandholbach07:51
GloubiboulgaI guess he's away from computer07:51
flujanhum... ok07:51
=== Gloubiboulga is now known as Gloubi_Aw
dholbachpong07:58
dholbachi was on the phone07:58
flujanhi daniel07:58
flujanI join the channel but there's no living here. ;)07:58
flujanso, who is the project leadr?07:59
tsengthere isnt a "leader"07:59
dholbachsabdfl (Mark Shuttleworth) is the project leader :)08:00
dholbachflujan: we're trying to do everything as a big family :)08:00
flujanok, but someone take the decisions for instance... what package one should maintain08:01
dholbacheverybody decides that in consensus08:02
dholbachand we do team maintenance08:02
dholbachbut surely respect the area of expertise of others08:02
dholbachi wouldn't meddle with mono packages, if i didn't have to :)08:02
dholbachi let tseng and slomo do the dirty work there08:03
flujanso... i'm not need anything special... I only use postgresql and zope08:03
flujanahuaha understood...08:03
dholbach:)08:03
tsengyay mono08:03
flujanSo, the multiuniverse packages... Which packages is in the wishlist and are "aproved" to be merged?08:04
flujanI can take one of this packages and try my best08:04
flujan;)08:05
dholbachthere are merges to do, i hope somebody else can introduce you to this08:05
dholbachthere are a *lot* of bugs in launchpad assigned to the 'motu' team, which need cleaning up and triaging08:05
Kyralack08:05
dholbachand if you'd like to package something new, you'd better hurry - dapper has a *very* early upstream version freeze atm08:05
Nafallodholbach: are there? only 5 that seems not to be merges on the mom-list-thingie :-)08:05
tsengdholbach: (how soon again?)08:06
KyralI need to complain to hwdata upstream08:06
Kyraltseng: I was just about to ask that :D08:06
dholbachtseng: main is definitely 19th of January08:06
tsengdamn08:06
dholbachtseng: and for Universe we have to ask for 1-2 weeks of delay08:06
KyralUniverse?08:06
dholbachtseng: because it'd be unfair08:06
=== Kyral whews
dholbachi'll try to raise the point08:06
tsengso we'll get mono 1.1.13.1 maybe08:06
KyralOkay I should be able to get yamysqlfront in08:06
dholbachDapper wil be rocking stable, so we better hurry, if we want upstream stuff to get in (as well as NEW packages)08:06
dholbachwe will concentrate on fixing up whatever we can after UVF08:07
dholbachand we'll do well08:07
flujanis ther orphan packages? With orphan I mean a package without a maintainer08:07
tsengpackages dont have maintainers here08:07
dholbachflujan: we inherit packages from Debian08:07
=== Kyral throws dholbach a military salute
Kyralyou got it sir08:07
dholbachwoohoo!08:07
ogra_ibookflujan, you just grab what you like and work on it :)08:07
ogra_ibookflujan, no bureaucracy08:08
dholbachthe last two weeks everything will be fixed and we just have to organize the Release Parties - i know it08:08
Kyrallol08:08
ogra_ibookhaha08:08
KyralPARTY!! WOHOO!08:08
segfaulthallo08:08
flujanok so... where can i grab something?08:08
KyralI can hear Jeff's voice (AGAIN) going "we do NOT have a drinking problem in this project!"08:08
flujani like to work with bugfixes08:09
Kyralthen you can complain to hwdata upstream lol08:10
ogra_ibookjust dig through the bugtracker on launchpad.net ... if you find some intresting bugs, grab them and attach a patch to the bug with a fix08:10
flujanok08:11
flujananother thing..08:11
flujanI worked with slackware since 7.008:12
KyralActually could we check to see if we could use the hwdata package from Breezy?08:12
flujannow, I need some help creating packages to ubuntu08:12
ogra_ibookthere are some pages on the wiki that are packaging related ... mainly you should take a look at the debian new maintainers guide08:13
ogra_ibookthats good for a starting point08:13
Kyralupstream changed something that borked Kickstart08:13
flujanok, so I will check it and will keep an eye in the mailing list08:14
ogra_ibookyup08:15
ogra_ibookand hang around here, this is where the main work happens ...08:15
KyralOh if anyone has a sec, archive EasyChem08:15
Kyralty08:15
=== JohnnyMast [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu
=== JohnnyMast [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu
segfaultany MOTU with spare time to review one package?08:18
jpatrick\sh: I'm here now :)08:23
=== cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu
flujanhum... there is a lot of bugs that already have a debian patchs ...08:27
=== Gloubi_Aw is now known as Gloubiboulga
Kyralthen ask them to be synced from Debian08:27
jpatrickdholbach: do you have time for http://revu.tauware.de/details.py?upid=1280 ?08:27
\shjpatrick: checking right now08:29
jpatrickthanks08:29
Nafallo\sh: #ubuntu-im ? :-)08:30
dholbachjpatrick: i'm just doing an libxml update and wanted to look in gnome-system-tools and gthumb next08:31
jpatrickokay08:31
=== jdahlin [n=jdahlin@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-motu
dholbachhey jdahlin08:33
jdahlinhi dholbach08:33
dholbachjdahlin: new kiwi version, or what? ;-p08:34
=== dholbach hugs jdahlin
jdahlindholbach: oh, not at the moment :-)08:34
=== dholbach is in a good mood. :-)
jdahlinI did release a new gazpacho release a few moments ago thou08:34
jdahlinhowever, I was mainly here trying to figure out why dosemu is broken in breezy08:34
dholbachjdahlin: i asked in #ubuntu-desktop already, who wanted to package it08:35
dholbachjdahlin: nobody stepped up yet and if nobody does, after i fixed the other updates, i'll do it myself08:35
dholbachno idea about dosemu though08:35
jdahlindholbach: it's in debian, so maybe I should push the debian maintainer08:35
dholbachi was just having a look into debbugs08:36
dholbachmaybe it's fixed in dapper already and you'd just have to backport the fix08:36
jdahlinrebuilding dosemu using gcc 2.95 seems to work (it doesn't build with a recent version)08:36
UbugtuGCC bug 2: "ICE on template with aggregates" Product: gcc, Component: c++, Severity: normal, Assigned to: unassigned@gcc.gnu.org, Status: RESOLVED, Resolution: FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=208:36
dholbachargargarg08:36
\shhow do someone burn mdf images?08:37
=== Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu
lfittl\sh: convert it to iso by using mdf2iso08:39
\shlfittl: which package is this in?08:40
lfittlmdf2iso ;)08:40
raphink;)08:40
\shnot in breezy08:41
raphinkit's in dapper at least ;)08:41
lfittloh sry thought you were on dapper08:41
lfittlyep it's only in dapper08:41
\shah is it in dapper?08:41
\shok...trying to backport08:42
Gloubiboulgadholbach, I'm having a look at malone #6437 , should I also change stuff like debhelper version (it's >=4.0.0) ?08:48
UbugtuMalone bug 6437: "schedule (Ubuntu) - wrong dependencies" Fix req. for: gnome-schedule (Ubuntu), Severity: Normal, Assigned to: MOTU, Status: New http://launchpad.net/bugs/643708:48
dholbachGloubiboulga: if we require it, yes - else: not really, because we'll have to merge it next time too08:49
Gloubiboulgaok, I just change the dependencies, and produce a debdiff then08:49
\shjpatrick: done08:51
=== LaserJock [n=mantha@lambda.chem.unr.edu] has joined #ubuntu-motu
jpatrickwoohoo08:52
jpatricknext one i have is: http://revu.tauware.de/details.py?upid=138008:52
LaserJockhi everybody!08:54
jpatrickhi LaserJock08:54
Gloubiboulgahello LaserJock :)08:54
LaserJockI'm back from the dialup land so hopefully I can get some work done ;-)08:55
KyralYea LJ08:55
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
=== \sh has to go now...laters
LaserJockwow, I have over 500 packages to upgrade08:59
raphinkLaserJock: same here09:01
raphinkjust upgraded 495 packages09:01
raphink;)09:01
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
raphinkwb Kyral09:04
=== jpatrick [n=patrick@127.Red-83-32-110.dynamicIP.rima-tde.net] has joined #ubuntu-motu
=== rajasun [n=maximusp@bb220-255-207-131.singnet.com.sg] has joined #ubuntu-motu
Amaranthanyone know if python compiled with gcc 3.3 would work with pyqt4 compiled with gcc 4?09:12
UbugtuGCC bug 3: "Nested types sometimes not visible" Product: gcc, Component: c++, Severity: normal, Assigned to: nathan@gcc.gnu.org, Status: RESOLVED, Resolution: FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=309:12
UbugtuGCC bug 4: "Test PR" Product: gcc, Component: other, Severity: normal, Assigned to: unassigned@gcc.gnu.org, Status: RESOLVED, Resolution: FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=409:12
Amaranth*boggle*09:12
NafalloLOL09:12
NafalloSeveas: !!! ^09:12
Seveashehe09:13
SeveasI added some more zillas :)09:13
Amaranthgccbug, perhaps?09:14
Seveas@bugtracker remove gcc09:14
UbugtuThe operation succeeded.09:14
Nafallocould it be smartar about 3.3 (dots) ? :-P09:14
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu
=== wjb [n=warren@c220-237-173-120.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu
=== allee [n=ach@dialin-212-144-128-241.pools.arcor-ip.net] has joined #ubuntu-motu
raphinkseth_k|lappy: are you around?09:39
seth_k|lappyraphink, indeed09:39
seth_k|lappybut I'm about to leave for work09:39
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
raphinkoh ok09:39
raphink:)09:39
raphinkI'll see if I can merge wesnoth :)09:40
seth_k|lappyyeah, go ahead and go for it ;) I won't be back until late09:40
raphinkok09:41
=== punkrockguy318 [n=lukas@pcp02403042pcs.brdgtn01.nj.comcast.net] has joined #ubuntu-motu
raphinkouch09:42
raphink32MB debdiff!09:42
jpatrickouch09:42
raphinklol09:43
raphinkbig changes in wesnoth :)09:43
raphinkso let's see09:43
seth_k|lappywell it is a new upstream version, so nurr09:43
raphinkfirst thing to do is to file a bug, right?09:43
seth_k|lappythey change a lot of stuff09:43
seth_k|lappyyes, first file an LP bug with the title 'wesnoth: merge new debian version'09:43
raphinkyes, thankfully ;)09:43
seth_k|lappyand mark it Accepted and assign it to you09:43
raphinkok09:43
raphinkmanually?09:44
seth_k|lappythere's no automatic way to do it09:44
raphinkok09:44
raphinkI'll do my first merge manually09:44
seth_k|lappyyou can use the LPEmailInterface crack to do it all at once though09:44
seth_k|lappygood luck :P09:44
raphinkthis is better to understand how the automatic tool work09:44
raphinkhaha09:44
raphinkthanks ;)09:44
raphinkgrr spamassassin eats all my CPU09:46
raphink:s09:46
seth_k|lappyoh, raphink, I hear the best way is to start with the debian package and the ubuntu patch, and then look at the differences between those two09:46
seth_k|lappyinstead of the other way around09:46
raphinkhmm ok09:46
raphinkso I extract the debian package09:47
raphinkand I look at the ubuntu patch?09:47
raphinkor what?09:47
raphinkdo I put MOTU: my name09:49
raphinkeven if I'm no MOTU?09:49
=== JohnnyMast [n=rave@cpc2-cosh5-5-0-cust84.cos2.cable.ntl.com] has joined #ubuntu-motu
Gloubiboulgagood night09:53
raphinkhi glou09:53
=== lucas [n=lucas@d83-179-139-60.cust.tele2.fr] has joined #ubuntu-motu
raphinkbi09:53
raphink:s09:53
raphinkhi lucas09:53
jpatrickraphink: have to get to that meeting :/09:53
raphinkok09:53
lucashi :)09:53
raphinkwhat meeting?09:53
jpatrickCC09:54
raphinkjpatrick: CC is not today09:54
jpatrickI know09:54
raphink;)09:54
raphinkI'm sure you'll manage to be there don't worry ;)09:54
jpatrickif I run...09:55
raphinkanyone knows where I can find a tarball of motu-tools ?09:55
raphinkinstead of downloading the files one by one09:55
lucasraphink: where do you download them from ?09:55
raphinklucas: I see http://tiber.tauware.de/~shermann/motu-tools/09:55
raphinkbut that's not very convenient to download09:56
raphinka tarball would be nicer09:56
lucasthen bzr branch http://tiber.tauware.de/~shermann/motu-tools/09:56
raphink;)09:56
raphinkhmm that's the link I gave09:56
lucasyeah and I added bzr branch ;)09:56
jpatrickraphink: http://revu.tauware.de/details.py?upid=116009:56
raphinkwhich means?09:56
lucasdo you know what bzr means ?09:57
raphinkjpatrick: not sure this is the same09:57
raphinkyes lucas but I don't know how to use it yet09:57
lucasok09:57
raphink;)09:57
lucasinstall it, and type bzr branch http://tiber.tauware.de/~shermann/motu-tools/09:57
lucasthat's everything you need to know for now09:57
raphinkbzr is a new equivalent to cvs/svn right?09:57
raphinkoh ok09:57
raphink:)09:57
raphinkthanks09:57
lucasthere's a good bzr tutorial somewhere on the web09:58
lucasI don't remember exactly09:58
raphink:)09:58
=== chninkel [n=Yann@alcyone.pleiades.fr.eu.org] has joined #ubuntu-motu
raphinkI'll look at it later on09:58
raphinkright now I'm wanting to merge wesnoth :)09:58
lucasok09:59
lucasregarding wesnoth, it seems the patch was caused by the -t version not working09:59
raphinkhmm ok09:59
lucass/version/option/09:59
raphinkI'll have a look09:59
lucaslooking at the changelog09:59
lucasso, you just have to download and build the debian version, and see if -t works fine10:00
raphinkbzr branch http://tiber.tauware.de/~shermann/motu-tools/ doesn't seem to work10:02
lucaserm, it's supposed to10:03
raphink $ bzr branch http://tiber.tauware.de/~shermann/motu-tools/10:04
raphinkbzr: ERROR: URLError instance has no attribute 'code'10:04
raphink  command: '/usr/bin/bzr' 'branch' 'http://tiber.tauware.de/~shermann/motu-tools/'10:04
raphink      pwd: u'/home/raphink/debs/merges'10:04
raphink    error: exceptions.AttributeError10:04
raphink  at /usr/lib/python2.4/site-packages/bzrlib/transport/http.py line 146, in get()10:05
raphink  see ~/.bzr.log for debug information10:05
raphinksorry can't acess the pastebin so ;)10:05
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu
raphinklucas: http://ubuntu.pastebin.com/49235310:07
lucasit works for me10:10
lucas***lucas@blop:/tmp% bzr --version                                           (2)10:10
lucasbzr (bazaar-ng) 0.610:10
raphinkok good10:10
raphinkI'll see about that later on10:10
raphinkI got all the files manually ;)10:11
raphink[MAIL] 10:11
raphinkmethod=SMTP or sendmail10:11
raphinkwhat shall I take ?10:11
dholbachHave a nice evening - I'm off.10:11
raphinkbye dholbach10:11
lucasSMTP10:11
raphinkok10:11
raphinkthat seems easier10:12
lucassendmail might produce problems if your local mail server is not correctly set up10:12
lucasraphink: wget -r -np -nH http://tiber.tauware.de/~shermann/motu-tools/10:12
lucaswould have worked too10:12
raphinkok10:12
raphinkthanks10:12
raphink:)10:12
raphinkhmm10:13
raphinkI'm using gmail as my mailbox10:13
raphinkcan I set that for merges?10:13
raphinksmtp uses a weird port10:13
raphinkoh yes I can set it10:13
raphinkhehe10:13
raphinksorry10:13
raphinkstupid question10:13
raphinkhop :)10:14
raphinkhmm10:16
raphinkit seems lpbugs.py failed to send10:16
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
raphinkhttp://ubuntu.pastebin.com/49237310:20
raphink:(10:20
raphinkany idea10:20
raphink?10:20
=== Kyral_ [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
raphinkKyral: did you ever get something like this ? http://ubuntu.pastebin.com/49237310:21
LaserJockKyral_: are you testing your irssi+screen or something?10:22
Kyralno...10:22
KyralYanno how DNS hated my laptop?10:22
Kyralerr10:22
=== Kyral_ [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
KyralDesktop?10:23
Kyral.....10:23
raphink:s10:23
KyralDIE IMPOSTER!10:23
LaserJockraphink: you have updated your motu-tools?10:23
raphinkI have just downloaded the last version LaserJock10:23
raphinkand just set it up10:23
Kyralbrb10:23
Kyral...I'm gonna restart my machine...10:24
Kyralthis is odd10:24
raphinkLaserJock: any idea?10:24
Kyralor...10:24
LaserJockraphink: I used to get stuff like that but I don't anymore, I don't think10:24
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
raphinkLaserJock: http://ubuntu.pastebin.com/49238210:25
KyralRogue Irssi Session10:25
raphinkthese are my settings, if ever there's something wrong in them10:25
LaserJockraphink: you need auth?10:25
raphinkLaserJock: for gmail yes10:26
=== Kyral is VERY confused
LaserJockraphink: that could be the problem10:26
raphinkwhy?10:26
LaserJockraphink: cause I don't need auth and it works for me ;-)10:27
raphinkhehe10:27
raphinkwell I have to use the email I use to log to LP right?10:27
KyralYanno how my DNS hated me for a while?10:27
LaserJockyes, I believe so10:27
lucasraphink: can you use your provider's SMTP server ?10:27
raphinklucas: to send from my gmail add ?10:28
raphinknot sure10:28
lucasyou should be able to10:28
raphinkI could try10:28
raphinkok10:28
raphinkseems to work lucas thanks10:28
raphink:)10:28
raphinkat least I got no error (yet)10:29
raphinkwhere do I see if it worked?10:29
lucasif a bug gets created on LP10:29
raphinkfor the wesnoth package ?10:30
lucasyup10:30
raphinkoh yes I see it :)10:30
raphinkhehe10:30
raphinkhehe10:30
=== poningru [n=poningru@n128-227-82-47.xlate.ufl.edu] has joined #ubuntu-motu
ajmitchmorning10:31
LaserJockhi ajmitch10:31
raphinkhi ajmitch10:31
LaserJockajmitch: do you have a minute to review plotdrop?10:34
ajmitchnope10:34
LaserJockoh well ;-)10:34
=== ajmitch has a laptop to install breezy (and then dapper) on
hubajmitch: I went dapper directly10:35
=== dfgas [n=dfgas@adsl-69-210-42-190.dsl.milwwi.ameritech.net] has joined #ubuntu-motu
ajmitchhub: I'll put up some info on the laptop testing pages10:35
hubcanonical laptop?10:36
ajmitchno, that was nicked in montreal10:37
hubah10:37
ajmitchthis is a new one I got about 30 min ago10:37
hubyeah I got that10:37
=== ajmitch is still in windows, getting the essential bits (ff, ooo, putty)
hubajmitch: ah. I wiped windows10:38
hubto claim my refund10:38
ajmitchheh10:38
=== moquist [n=moquist@londonderry-cuda1-68-170-140-187.lndnnh.adelphia.net] has joined #ubuntu-motu
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
raphinkcan anyone take me through my merge so I do it properly?10:39
raphink:s10:39
raphinklucas: from extracting the source and look at the files, it seems the -t stuff has been restored in Debian, too10:41
raphinklucas: and there's no patch to be checked10:41
raphinklucas: so I should sync?10:41
lucasyou tested ?10:41
lucasplease describe 'it seems' :-)10:41
raphinkhehe10:42
raphinkwell10:42
raphinkok10:42
raphinkin the _ubuntu.debdiff10:42
lucasalso, remember that you have to check that the package builds on dapper10:42
lucasideally using pbuilder, or within a quite clean chroot10:42
raphinkI see that the diff described in changelog was on wesnoth-1.0.2/debian/wesnoth-data.install10:42
raphinkthe ubuntu package had restored a line in this10:43
raphinkI extracted the new debian package10:43
raphinkand checked that this line is there10:43
lucasok10:43
raphink:)10:43
lucasbuild, install, test :-)10:43
raphinknow I should just check if it build in my dapper pbuilder10:43
raphink:)10:43
raphinkso updating it :)10:44
raphinkthat's all that is to do, right?10:45
lucasyes10:46
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
=== lucas admits he doesn't use pbuilder
raphinkok :)10:46
raphinkI use pbuilder for all my reviews10:46
raphinkin addition to using dchroot to test debuild && debuild -S -sa10:46
raphink:)10:47
=== jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu
hubajmitch: what kind of laptop is it?10:48
=== dsas [n=dean@host86-129-19-60.range86-129.btcentralplus.com] has joined #ubuntu-motu
ajmitchhub: acer travelmate10:51
ajmitchP-M 2GHz, 1GB RAM, 100GB HDD10:51
ajmitchshould be good enough to compile a bit of stuff10:51
hubI don't have that big10:52
hubstill way better than my old and desktop10:52
=== lamont [n=lamont@mib.fc.hp.com] has joined #ubuntu-motu
raphinkooh nice laptop10:54
raphink:)10:54
raphinkchecking for Py_Finalize in -lpython2.4... no10:55
raphinkchecking for Py_Finalize in -lpython2.4... (cached) no10:55
raphinkchecking for Py_Finalize in -lpython2.4... (cached) no10:55
raphinkconfigure: error: Python development libraries required10:55
raphinkmake: *** [config.status]  Error 110:55
raphinkpbuilder: Failed autobuilding of package10:55
raphink:( :(10:55
raphinkwhat's that ?10:55
raphinkthe package depends on python-dev (>=2.3)10:55
raphinkand I saw it install10:55
raphink:s10:55
KyralDamn there are a lot of updates10:56
KyralThis prelink is gonna HURT10:58
=== ompaul [n=ompaul@194.125.54.168] has joined #ubuntu-motu
raphinkgrrr FTBFS10:58
raphinkand I don't get why!10:58
Kyralit tells you10:59
raphinkyes it tells me10:59
raphinkPython development libraries required10:59
Kyralyah10:59
raphinkbut they are installed10:59
raphinkso it doesn't help10:59
Kyraldlocate -S Py-Finalize?10:59
raphinknothing11:00
raphink:11:00
raphink:s11:00
raphinkdo you think this is a bug with python dev ?11:00
lucaswow11:01
lucasapt-cache is sooooo broken11:01
lucasI mean apt-cache depends and apt-cache rdepends11:01
Kyralbroken in a good way or?11:01
=== lucas has to read the code
lucasit's not believable11:02
=== lucas must be missing sthing
Kyrallucas calm down11:02
Kyralbreath11:02
Kyralbroken good or broken bad11:02
lucasapt-cache --important --recurse depends amavisd-new |less11:03
Kyral...?11:03
lucassee how it ends up listing ruby as a recursive dependancy11:03
Kyralon?11:03
lucasamavisd-new suggests apt-listchanges11:03
lucasapt-listchanges depends on ruby11:03
lucasso amavisd-new "recursively-depends" on ruby11:03
lucaseven if there's a suggest in between11:04
raphinkI don't get what's wrong with this python stuff :s11:06
ajmitchraphink: it is in python2.4-dev, really11:07
raphinkajmitch: ok so python2.4-dev is broken?11:07
lucas[22:55:47]  <raphink> the package depends on python-dev (>=2.3)11:07
lucasdoes it build-dep or dep on it ?11:07
raphinkbuild-dep lucas11:08
raphinkand I checked pbuilder was installing it11:08
ajmitchraphink: no it's not broken11:08
ajmitchraphink: your package is the one that is broken11:08
raphinkhmm11:08
raphinkajmitch: does that mean I have to patch configure?11:08
lucassomebody good at perl here ?11:08
ajmitchraphink: you do what is needed to fix it cleanly11:09
raphinkok11:09
lucasI'd need a very small patch to apt-rdepends11:09
lucasbut my perl really sucks11:09
=== hyakuhei [n=operativ@gentoo/user/RobC] has joined #ubuntu-motu
=== LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-motu
lucasnobody knowing even basic perl here ?11:22
hyakuheihow basic?11:22
LaserJockman, I wish there was a #ubuntu-advanced or something11:27
=== jpatrick [n=patrick@127.Red-83-32-110.dynamicIP.rima-tde.net] has joined #ubuntu-motu
raphinkhmm11:27
lucasfor my $opt (@configoptions) {11:28
lucas  my $o;11:28
lucas  my $v;11:28
lucas  ($o, $v) = split(/\=/,$opt,2);11:28
raphinkmy pb seems to come from the transition python2.3 -> python2.411:28
lucashow can I write this in a cleaner way ? :)11:28
raphinkdebian hasn't gone through the python2.4 transition yet?11:29
hyakuhei2.4.2 in ubuntu breezy11:29
raphinkhmm11:30
raphinkFTBFS on sid too11:30
raphink:s11:30
lucasseems strange that a package that FTBFS is in debian11:30
raphinkwell the merged one from MoM11:31
raphinkis FTBFS on sid11:31
raphinkchecking for Py_Finalize in -lpython2.3... no11:31
raphinkchecking for Py_Finalize in -lpython2.3... (cached) no11:31
raphinkchecking for Py_Finalize in -lpython2.3... (cached) no11:31
raphinkconfigure: error: Python development libraries required11:31
raphinkmake: *** [config.status]  Erreur 111:31
raphinkdebuild: fatal error at line 768:11:31
raphinkdpkg-buildpackage failed!11:31
raphink(sid)11:32
raphink;)11:32
raphinkin my sid chroot11:32
=== lucas double-checking (no offense)
raphinkthat I just updated11:32
raphinksure11:32
raphink:)11:32
raphinkI'll try with the debian source11:32
raphinkand if it works I'll check the diff11:32
=== punkrockguy318 [n=lukas@pcp02403042pcs.brdgtn01.nj.comcast.net] has joined #ubuntu-motu
lucasah11:33
lucaswhich source did you tried ?11:33
lucasthe MoM one ?11:33
raphinkyes11:33
lucasnever trust the MoM sources11:33
raphinksince the MoM source doesn't build in dapper11:33
raphinkI tried to build it in sid11:33
raphinkand it doesn't build either11:33
raphinkso I'll try to build the debian source in sid11:33
lucassyncing means overriding local changes by using the debian source instead11:33
raphinkand if it works (it shoudl work) try to find where in the diff it fails11:34
lucasthe sources on MoM are often broken11:34
raphinklucas: so what do I do?11:34
lucasuse the debian sources11:34
raphinkoh ok11:34
lucasdo you know how to get them ?11:34
raphinkI try to build the package in dapper from the debian sources?11:34
lucasyup11:34
raphinkwell I apt-get source in my sid chroot ;)11:34
raphinkhehe11:34
lucasheh11:35
raphinkthat works ;)11:35
=== lucas prefers to 'mdt dist-apt-get sid source wesnoth'
raphinkand now I just have to leave the chroot and build in dapper11:35
raphinkhmm interesting11:35
lucas(just a little advertisement for mdt)11:35
raphink;)11:35
raphinknot sure I'll remember it though11:35
raphink:)11:35
lucassyntax is 'mdt <command>'11:36
raphinkok11:36
raphink:)11:36
lucascommand here is 'dist-apt-get <distrib> <subcommand>'11:36
lucasdist-apt-get means running apt-get with the apt database from <distrib>11:36
raphinklucas: so if the debian source builds in dapper11:36
raphinkand I checked the change made in ubuntu previously was in the debian source11:36
raphinkit goes for sync11:36
raphinkright?11:37
lucasexactly11:37
raphinkjust geting sure I understand everything11:37
raphinkwhat's the use of the MoM source?11:37
raphinkif it's broken most of the time11:37
ajmitchit's not broken most of the time11:37
raphinkit's just a merge suggestion?11:37
lucasI use MoM because it's the easiest way to get the diffs11:37
ajmitchand yes it's a merge suggestion11:37
raphinkhmm11:37
ajmitchblindly trusting it is bad11:38
raphinkwhat exactly is the -1ubuntu1 source provided by MoM11:38
ajmitchbut so is ignoring it11:38
raphink?11:38
raphinkand how is it gotten?11:38
ajmitchit's the debian & ubuntu changes merged automatically11:38
raphinkok11:38
lucasyup, debian source + merge patch11:38
raphinkok11:38
raphinkwhere does the merge patch come?11:38
lucasprobably from interdiff between ubuntu and debian patches11:39
lucasbut not sure at all11:39
raphinkhmm11:39
ajmitchplus some more magic11:39
raphinkso the easiest thing is to check first if the Debian source builds in dapper11:39
raphinkwithout a change?11:39
ajmitchit's more than just a simple diff call11:39
raphinkand then check if the previous patches from ubuntu were merged11:39
raphink?11:39
ajmitchI'd check the source first11:39
lucasraphink: no, the first check the changelogs11:39
lucasto know what happened11:39
lucasthen, the source, to know exactly what happened :)11:40
raphinkajmitch: what source?11:40
raphinkajmitch: the debian one? the ubuntu one? the mom one?11:40
ajmitchI go for the ubuntu debdiff first11:40
ajmitchlooking at the changelog11:40
ajmitchand see what is in the merge debdiff11:40
lucasah, /me prefers to go second for the debian debdiff11:40
=== debaser_ [n=nomed@host56-120.pool872.interbusiness.it] has joined #ubuntu-motu
ajmitchI look at that last :)11:41
=== raphink is confused
lucasor directly the debian source, depending on the complexity of the changes11:41
lucasraphink: both are corrects, and you might prefer a third solution11:41
ajmitchsigh, this laptop doesn't go into native resolution on a breezy install11:41
ajmitchwhat a pain11:41
raphinkI guess I just have to find my way11:41
raphinkthe thing is that I really have to understand all the steps anyway11:42
raphinkto not forget one11:42
lucaswell, when you have understood everything, just add/improve MOTUMerging11:42
raphinksure11:42
raphink:)11:42
=== Kyral [n=kyral@cpe-24-59-44-127.twcny.res.rr.com] has joined #ubuntu-motu
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu
raphinklucas: ok now looking in the _real_ debian source (instead of mom) and understanding a bit better (hopefully) what's going on, I see that the -t stuff in wesnoth-data.install was NOT merged in Debian11:47
raphink;)11:47
lucas:-)11:47
raphink $ grep scenario  wesnoth-data.install11:47
raphinkdebian/tmp/usr/share/games/wesnoth/data/scenarios/multiplayer11:47
raphinkdebian/tmp/usr/share/games/wesnoth/data/scenarios/tutorial11:47
lucasthen check if you can reproduce the bug11:47
raphinkso that means we need to apply it again11:47
raphink;)11:47
raphinkI guess11:47
lucas(maybe it was fixed in another way)11:47
lucasif it isn't, prepare the merge11:47
raphinkhmm11:47
raphinkyou mean compiling the package and checking if -t works?11:48
lucasyes11:48
raphinkok11:48
raphinkit's building in my pbuilder rightnow11:48
raphinklong build ;)11:48
raphink43MB sources11:48
raphinkso I'll go prepare a tea while it's building11:48
lucasand don't forget to read https://wiki.ubuntu.com/ContributingToDebian to know how to report the bug to debian (if not already reported)11:48
raphink:)11:48
lucasso next time, you can do a sync instead of a merge11:48
raphinkmhm11:49
raphinklucas: I wrote this page with you, so I read it several times already ;)11:49
lucasyep I know, but I'm just playing a personal game of mentioning as often as possible here :)11:49
lucasalso, make sure to put as much info as possible in the changelog (launchpad bug number, debian bug number). So next time it's much easier to understand what was the bug, and check if it was fixed in debian.11:50
raphinkok11:51
raphinkpfiew huge work ;)11:51
=== LaserJock [n=mantha@lambda.chem.unr.edu] has joined #ubuntu-motu
=== lucas did his first patch to apt-rdepends today
raphink:)11:53
Kyralgah....beagled is still busted11:55
raphinklucas: faster way : installing wesnoth in my sid chroot and testing -> unknown scenario 'test'11:58
lucasworks too, but what if the bug was caused by ubuntu, not debian ?11:59
raphinkI don't think so11:59
raphinkit's just linking to a campaign named root11:59
lucas(a bug which only shows up on ubuntu, not on debian)11:59
raphinkor so11:59
raphinkand if it doesnt work in the sid chroot11:59
raphinkI doubt it works in a real sid12:00
lucasyeah I know, it was just to mention that12:00
lucasit's just better to check on dapper12:00
lucasdepending on the fixes, it might not be necessary12:00
raphinkyes but while it's compiling in dapper12:00
lucasah ok12:00
raphinkat least I can check that it doesn't work in sid12:00
lucasyes, true12:00
=== dfgas_ [n=dfgas@adsl-69-210-33-157.dsl.milwwi.ameritech.net] has joined #ubuntu-motu
lucasso it allows you to file a better bug in debian too :-)12:01
lucaswhat's the LP bug id of the missing scenario bug ?12:01
lucas(or URL)12:01

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