/srv/irclogs.ubuntu.com/2011/01/15/#ubuntu-motu.txt

=== yofel_ is now known as yofel
Laneyonce again I long for dw and nmu in Launchpad :'(11:45
geser"dw"?11:52
Laneydepwait11:57
Laneyso I could schedule the haskell rebuilds now without worrying that it's not finished on armel yet11:57
geserif you build-depend on the new ghc6 then the builds get into depwait11:57
Laneyof course, but that requires changing every package11:58
geseris the Debian buildd "more" clever in this regard?11:59
Laneyit has this 'dw' support11:59
geserso you can tell it to wait till a previous binnmu is done?12:00
Laneydw libghc6-mtl-dev . armel . -m 'ghc6 (>= 6.12.3-1ubuntu2)' or similar12:01
Laneywill add a depwait with that constraint12:01
gesernice12:01
tumbleweedfiled an LP bug? :)12:01
geserand since there seems now to be a massive armel give-back you need to wait till the queue is empty before starting with those haskell-rebuilds to be sure they get build in the right order12:02
tumbleweeddoesn't give-back have 0 priority?12:02
Laneyhttps://bugs.launchpad.net/launchpad/+bug/24559412:03
ubottuUbuntu bug 245594 in Launchpad itself "Rebuilds of binary packages without source changes" [Low,Triaged]12:03
Laneymy ghc6 build doesn't seem to be starting12:03
geserarmel 1441 jobs (five days)12:03
geserthe LP API doc mentions "build.dependencies" as writeable but I don't know what happens it one tries to write it12:04
tumbleweedaah, "private source" that wins all build-score wars by default12:06
ari-tczewDaviey: what's the point of your comment 16 in bug 700198 ?12:19
ubottuLaunchpad bug 700198 in ia32-libs (Ubuntu Karmic) "CVE-2009-0793" [Low,Triaged] https://launchpad.net/bugs/70019812:19
tumbleweedbdrung: poking my way through your u-d-t comments from yesterday. You suggested srcpkg.check(), but I can't really think of a decent API for it. It would need to return a list of mismatches for syncpackage, but that makes the function difficult to use anywhere else12:43
bdrungtumbleweed: let's call it verify instead. wouldn't true and false be enough?12:45
tumbleweedbdrung: hmm, that might actually be ok. IIRC the current code checks the filenames of the mismatches, to see if they are .orig... but I don't know why12:46
bdrungtumbleweed: because only the orig files can lead to problems. so a function verify_orig() would be nice.12:48
tumbleweedbdrung: what other mismatches will you get?12:49
bdrungtumbleweed: having mismatching .debian.* files doesn't matter with the next upload.12:49
tumbleweedbut those contain version numbers, so they should be immune12:50
tumbleweedunless we are bumping epoch but not anything else12:50
=== Amaranth_ is now known as Amaranth
=== Quintasan_ is now known as Quintasan
iulianHey bdrung.  I've just noticed the ubuntu-dev-team on Launchpad.  What was the reason behind registering it?  I apologies if this was already covered but I obviously was not aware of it.14:11
tumbleweediulian: it's just to own the daily builds14:12
iulianOh, alrighty.  Cheers tumbleweed!14:13
bdrungiulian: what tumbleweed said and to have a lp group for the ubuntu-dev-team@lists.alioth.debian.org team14:25
bdrunghttp://qa.debian.org/developer.php?login=ubuntu-dev-team@lists.alioth.debian.org14:25
tumbleweederr, I thought that was u-d-t dev (slap face)14:26
bdrungright, that are two different teams14:32
ari-tczewScottK: I uploaded clementine to lucid-backports.15:18
ari-tczewScottK: oh, I forgot about bug report.15:19
tumbleweedbdrung: u-d-t: all addressed, I believe (test suite is getting rather slow :/)15:57
ScottKari-tczew: What bug?16:13
ari-tczewScottK: bug 703292, but I have to update patch to fix ftbfs on armel in natty first.16:14
ubottuLaunchpad bug 703292 in lucid-backports "Backport clementine 0.6-0ubuntu4 from natty" [Undecided,New] https://launchpad.net/bugs/70329216:14
ScottKOK.  Let me know when it's ready.16:14
ari-tczewSure.16:14
ari-tczewdebfx: could you look on package rlplot? it's affected by FTBFS, you fixed last FTBFS, maybe you can fix it again.16:26
bdrungtumbleweed: why did you put all files into example_package.py? having the example package extracted into one directory would be enough.17:13
debfxari-tczew: I've uploaded a fix for rlplot17:14
tumbleweedbdrung: I needed a non-native package, generating them on demand during build is probably also useful for testing syncpackage type behavior17:16
bdrungtumbleweed: that's not a reason for putting everything in example_package.py. you could create the orig and the source package from a directory in example_package.py17:18
ari-tczewdebfx: thanks17:29
tumbleweedbdrung: and it's done17:47
bdrungtumbleweed: DebianSourcePackage._source_urls: Invalid name "it"18:00
bdrungtumbleweed: rmadison: Invalid name "p" (--> "process"?)18:00
bdrungtumbleweed: trailing space in d/rules in test-data18:02
bdrungtumbleweed: run wrap-and-sort in test-data :)18:02
bdrungtumbleweed: in ubuntutools.test.test_archive Method could be a function -> convert to private (leading _) functions18:03
tumbleweedpylint is a little too pedantic about variable names :/18:05
tumbleweedit is a perfectly good name for an iterator18:05
bdrungtumbleweed: having slightly longer names is a benefit.18:06
bdrungtumbleweed: having only one char variables making the code hard to read. example: https://answers.launchpad.net/libkibi/+question/13974918:07
* tumbleweed agrees with that in general, but one or two of them are fine18:08
bdrungthings like "i" are ok18:08
bdrungtumbleweed: you import SourcePackagePublishingHistory twice?18:11
tumbleweedre method could be function, I disagree, much neater like it is (4 very similar functions, some need to be methods)18:13
tumbleweedrequestsync.lp and requestync.mail intentionally have the same names for different things18:14
tumbleweedbdrung: pushed r97918:15
bdrungtumbleweed: it makes to sense to me why archive.py uses ubuntutools.requestsync.mail. If functions from there are needed, they should be moved.18:21
bdrungtumbleweed: maybe an object for rmadison?18:22
tumbleweedit's not that they are needed, it's just convenient (it's only a tiny class that looks like a lpapicache SPPH)18:25
tumbleweedwhat would you add to an rmadison class?18:25
bdrunggood question18:29
tumbleweedI guess I'll move that SPPH thing, it's neater18:29
cryingHey guys, where can I get grub help? I've messed it up a lot!19:11
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
Bachstelzecrying: #ubuntu is the place for technical help19:14
bdrungtumbleweed: do you like writing man pages?19:40
tumbleweedbdrung: that's called a loaded question :P I write them when I need to19:45
bdrungtumbleweed: i hate writing (in general). that include writing man pages. there's a "byteprefix" man page on my todo list (last point before releasing libkibi)19:47
tumbleweedbdrung: heh, empty NEWS, README, TODO, I see :)19:49
bdrungtumbleweed: kibi/kibi.h is documented19:50
bdrungtumbleweed: and debian/copyright has some information19:59
bdrungtumbleweed: you don't want to help me writing the man page?20:01
tumbleweedbdrung: aren't .la files deprecated?20:07
tumbleweedbdrung: happy to help, just not too sure where to start, I'm probably more use as an editor20:12
bdrungtumbleweed: IIRC, .la are deprecated. i only use the .la file for building the test program, which shouldn't link to the system libkibi.20:17
tumbleweedbdrung: it's installed in the -dev package20:19
bdrungtumbleweed: i want to have a man page for byteprefix, which describes the configuration. there is the BYTEPREFIX env variable, /etc/byteprefix and $xdg_config/byteprefix20:20
geserbdrung: shouldn't a -L. (or whereever the build lib is) do it instead too?20:20
bdrunggeser: let me try it.20:21
tumbleweedbdrung: ah, that's something I can work with. /me adds it to the weekend todo list20:21
bdrunggeser: to which automake variable should i add that?20:21
geserLIBS I'd say, before the -lkibi20:22
geseror how the lib is named20:22
geserif you the test program you might need to set LD_LIBRARY_PATH so it uses your build lib instead of the system one (unless you do static linking)20:25
bdrunggeser: that was the reason why i used static linking20:27
=== sebner_ is now known as sebenr
=== sebenr is now known as sebner
=== jtechidna is now known as JontheEchidna
=== chris|| is now known as chris|
=== JanC_ is now known as JanC
hakermaniaGuys, wallch is one step before advocating. Can someone please that uses Ubuntu with GNOME desktop to go and test it? Thank you, the link is Wallch20:49
hakermania 20:49
hakermaniahttp://revu.ubuntuwire.com/p/wallch20:50
=== shadeslayer_ is now known as shadeslayer
=== Tm_K is now known as Tm_T
=== Zhenech_ is now known as Zhenech
=== warp11 is now known as warp10
=== cody-somerville_ is now known as cody-somerville

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