[00:54] Anybody have a good example of how to setup and configure wanna-build? I'd like to try my hand a creating a local build farm [01:21] pabelanger: i think that knowledge is largely contained in the heads of the debian buildd maintainers [01:21] at least, that was the conclusion i came to the last time i looked at wanna-build [01:24] ebroder: Ya, documentation looks to be limited. Thanks [01:30] tumbleweed: pushed [01:30] tumbleweed: remaining: http://paste.debian.net/105349/ [01:31] tumbleweed: 1) which SEE ALSOs do you want? [01:31] tumbleweed: 2) i don't get what you want to tell me. [01:32] tumbleweed: 3) only perl and shell scripts should be left (or are the remaining python scripts?). [01:32] ebroder: Ya, wanna-build seems to be pretty specific to Debian. May just skip using it === rgreening_ is now known as rgreening [04:56] Hello. If i want to send a patch to debian, i just need to include the debian/newpatch.patch content in the submittodebian utility? === Guest85790 is now known as temugen === warp11 is now known as warp10 [09:07] bdrung: err, whoops re len(). 1) I think all the distro-info commands should SEE ALSO each other. 2) I don't like code paths that use exception handling for normal operation. [09:12] bdrung: 2a) the perl and bash scripts still hardcode release names [10:38] tumbleweed: 2) ok, how should i do the conversion then? [10:39] parts = x.split('-'); if len(parts) == 2: ... [11:06] tumbleweed: pushed fix for 1) and 2) [11:06] tumbleweed: feel free to convert the remaining perl and bash scripts [11:14] dapal, ping? === Quintasan_ is now known as Quintasan === m4n1sh_ is now known as m4n1sh [12:22] have a question [12:22] for changelog line [12:22] zeitgeist (0.7-0ubuntu1~0ppa1~maverick) maverick; urgency=low [12:22] what should be the name of the orig file? [12:22] zeitgeist_0.7-0ubuntu1~0ppa1~maverick.orig.tar.gz ? [12:23] zeitgeist_0.7.orig.tar.gz [12:23] the part after the - is the package revision [12:24] geser: thanks a lot :0 [12:24] :) === m4n1sh_ is now known as m4n1sh === yofel_ is now known as yofel [14:11] tumbleweed: when do you update your builder branch? [14:38] tumbleweed: i would like to review your branch, merge it, and release u-d-t [15:47] bdrung: next couple of days, I guess, although testing builders tends to be quite a bit of work [15:53] tumbleweed: or should i just release the current state? [15:54] one sec, let me push something [16:00] tumbleweed: that was not an answer to my question. ;) [16:00] well, that was preliminary, partly-unrelated work [16:01] I can probably also deal with the remaining hardcoded distros quite quickly (I have existing, outdated patches), which does leave as at a good point for a release [16:02] tumbleweed: Logger.error("Error: You don't own $HOME") -> error twice [16:03] thanks [16:07] tumbleweed: then let's fix the hardcoded distros and release u-d-t [16:08] bdrung: pull-debian-source is just begging to be re-done in python now that we have existing library functions for most of it [16:09] bdrung: what is the libkivi used for? [16:09] bdrung: so, shall we make pbuilder-dist-simple say it's deprecated? [16:09] tumbleweed: yes [16:09] tumbleweed: Why would we do that? [16:09] ScottK: why do we need to maintain it and pbuilder-dist? [16:10] ScottK: does pbuilder-dist-simple has any gain over pbuilder-dist? [16:10] tumbleweed: It's simple. pbuilder-dist has been broken in the archive more than once. [16:10] It shouldn't need a lot of maintenance. [16:11] bdrung: It's simple. That's it's entire point. pbuilder-dist is very complex. [16:11] ScottK: but it does. [16:11] ScottK: ok, but then it stays as simple as it is, and it doesn't get support for Debian (there's an open bug either requesting that, or removal of the statement that it does support debian) [16:12] tumbleweed: I'd be fine with removing the statement that it does. [16:12] It staying simple is pretty much it's entire point. [16:13] ScottK: seems fair, I've just never personally felt the need fo rit [16:30] ari-tczew: for formatting sizes in bytes for displaying. e.g. 1234567 bytes -> "1.23 MB" [16:33] bdrung: aha ok [17:49] tumbleweed: which scripts needs the *distro-info update? [17:52] bdrung: according to my previous branch: dch-repeat, pull-debian-source, reverse-build-depends [17:58] tumbleweed: ETA? [18:00] bdrung: this evening, I'll have a shot at it now. [18:13] how can I fix this FTBFS? http://paste.ubuntu.com/556891/ [18:14] ari-tczew: same old thing, thel* flags must be at the end of the command [18:14] they're probably added to LDFLAGS instead of LIBS [18:14] the -l* flags* [18:14] hmm [18:14] they are at the end actually [18:15] but the -L* and -I* must be at the beginning [18:15] line 12 [18:16] the -lXext must be at the end as -lnvcontrol needs it === almaisan-away is now known as al-maisan [18:32] geser: I added -lXext at the end of LIBS at the same result. :( [18:33] the same amount of errors or less? [18:34] geser: Yes. [18:36] Package has got this patch before: http://pastebin.com/Adx4Pj7e [18:36] many hacks with CFLAGS [18:49] ari-tczew: the patch is wrong, see line 248 for example [18:49] -L* flags belong in LDFLAGS, not LIBS [18:49] LIBS is for -l* flags [18:51] Bachstelze: where do you see changed LDFLAGS in this patch? [18:52] to be clear: this is not my patch. it's in Debian. [18:52] yes, I know [18:52] and yes, it doesn't change LDFLAGS, that's the point [18:52] it should, -L* flags go in LDFLAGS, not LIBS [18:52] it puts them in LIBS [18:52] Bachstelze: now you're wrong [18:53] we change LIBS to fix FTBFS with bintuils [18:53] binutils * [18:53] ari-tczew, or LDADD [18:53] avoid to use *FLAGS [18:58] udienz: it seems nvclock doesn't have LDADD [18:59] bdrung: took the easy approach in pull-debian-source, see pull-debian-source-py branch. (supper, brb) === al-maisan is now known as almaisan-away [19:09] ari-tczew, hm.. if not having LD/LIBADD usually adding in LIBS [19:10] udienz: the bug is this big patch in Debian [19:10] I sent an e-mail to author about fixing. [19:10] udienz: btw. how about firestarter debdiff? [19:10] tumbleweed: the copyright line is missing in the python script [19:11] ari-tczew, hehe, i still works in firestarter. i'm waiting until my emails back [19:11] tumbleweed: i recommend to change from optparse import OptionParser -> import optparse [19:12] ari-tczew, doko fixing nvclock yet. he adding X11 in LIB [19:13] udienz: you should improve your english [19:13] you're still working on firestarter [19:13] hehe [19:13] and doko fixED ftbfs on nvclock [19:14] yes, he fixed by adding X11 to LIBS, but in our package [19:14] I'm merging nvclock with Debian unstable [19:14] there are big changes [19:14] so his patch is useless on Debian [19:16] ari-tczew, yes i see doko patch di BTS. he send at Jan 11th [19:17] udienz: I have to repeat: his patch is useless [19:17] tumbleweed: 3) are the downloaded files verified? [19:18] ari-tczew, maybe one or two days again i will send firestarted debdiff. my hdd is full :( [19:18] bdrung: pull() does that for us [19:19] tumbleweed: good. only these two points and then you can push it into trunk [19:22] bdrung: landed === paissad_ is now known as paissad [19:26] tumbleweed: remaining: dch-repeat and reverse-build-depends [19:26] yup [20:05] tumbleweed: can i release now or is there still something in the pipe? [20:05] bdrung: that's all I've got [20:05] bdrung: so go ahead :) [20:14] tumbleweed: uploaded [20:15] bdrung: now we wait for bug reports :) [20:15] :) === Igorot is now known as Knightlust [20:42] tumbleweed: i am fast. :P bug #706403 [20:42] Launchpad bug 706403 in ubuntu-dev-tools (Ubuntu) "[syncpackage] AssertionError in src_pkg.pull_dsc()" [Undecided,New] https://launchpad.net/bugs/706403 [23:12] mr_pouit: ping [23:21] if any core-dev has a time, would be nice to review bug 701182 and bug 701182 [23:21] Launchpad bug 701182 in nut (Ubuntu) "Merge nut 2.4.3-2 (main) from Debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/701182 [23:22] err, second bug 695005 [23:22] Launchpad bug 695005 in python-numpy (Ubuntu) "Merge python-numpy 1.5.1 (main) from Debian experimental (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/695005 [23:39] slangasek: around? === ebroder is now known as broder