=== braiam is now known as cap_nemo === cap_nemo is now known as braiam === braiam is now known as cap_nemo === cap_nemo is now known as braiam [02:29] lifeless: i'm pretty sure (and I hope) i did not already file bug 790034 [02:29] Launchpad bug 790034 in Launchpad itself "bug state change mails on multi-task bugs cause fear, uncertainty, doubt" [Low,Triaged] https://launchpad.net/bugs/790034 [02:29] someone else might have; i was pretty brusque with my bug mail while travelling [02:32] wgrant: bug 163241 [02:32] Launchpad bug 163241 in Launchpad itself "Searching distribution series bugs by component shows bug reports multiple times" [Medium,Incomplete] https://launchpad.net/bugs/163241 [02:42] poolie: bug 204082 [02:42] Launchpad bug 204082 in Launchpad itself "Invalidating bug report that's open elsewhere sends alarming notification" [Low,Triaged] https://launchpad.net/bugs/204082 [02:46] wgrant: thanks [02:54] heh, you know, as i was filing it, i thought "this sounds just like something mpt would say" [02:55] not recent though [03:00] yeah [03:00] I saw it recently which is why it was in my head [05:25] Hi, am I in the right spot for help with a launchpad build recipe problem? [05:28] Though I chose my launchpad login as owner, the build log tells me "You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data." [05:28] thats normal [05:28] whats the problem ? [05:29] The builds fail with that error - I think [05:29] Oh no [05:29] Never mind, I need to read it properly :-) [05:30] bzr: ERROR: Branches have no common ancestor, and no merge base revision was specified. [05:30] dailydeb locally was happy enough :-/ [06:10] cafuego: where's the recipe? [06:12] spiv: https://code.launchpad.net/~cafuego/+recipe/inkscape-daily [06:12] spiv: I've got it working now [06:12] cafuego: that error means your recipe is trying to merge unrelated branches. If that recipe works locally then that would be strange... [06:12] Ah good :) [06:12] spiv: It *did* work locally :-) [06:13] spiv: But yes, they were totally unrelated. [06:13] spiv: One is lp:inkscape and the other was a branch that only had a debian/ dir with some guff in it. [06:14] spiv: I just did a branch of lp:inkscape, add by debian stuff and pushed that back up. It's happy enough with that, it seems. [06:14] You can also use the nest or nest-part directives for that [06:15] Weeeeell... it works now, I should maybe not touch it ;-) [06:15] That's also a good strategy :) [06:15] Would nest basically dump repo b into repo a? [06:17] Basically. [06:19] Cool .. yeah that's what it did locally with dailydeb [06:19] depite me telling it to merge [06:27] I'm pretty sure the dailydeb builds the recipe using the same logic, it just does some extra stuff relating to changelogs, dput, etc. [06:28] So it's still strange to me that you'd have a recipe that would work locally, unless the branches it was using were different, or perhaps unless you have a newer bzr-builder locally than is deployed on Launchpad. [06:41] spiv: Possibly; I grabbed it from its daily repo. [06:41] spiv: ANyways, thankyou :-) I'd better go shopping before traffic gets too awful. [06:46] spiv: can't use nest-part [06:46] spiv: noone has merged it into LP [06:49] Lies. [06:50] It's been supported since late last year. [06:50] hmm, someone was having trouble recently [06:50] or perhaps my memory is playing up [06:50] They used recipe version 0.2 instead of 0.3. [06:51] oh, so baked in confusion ? [06:52] Ja [06:52] I believe somebody mentioned that in the bug.l [06:52] Or I absorbed this knowledge from elsewhere... [06:52] can't quite recall. [06:53] There is (was?) also a bug that it doesn't allow grabbing just a single file. But the basic feature works just fine AFAIK. [07:37] Is there any way to update the URL a particular vcs import is pulling from? One of the upstream projects I'm tracking moved their SVN repo. Again. [07:38] ...or must I request a new import? [07:39] soren: Which import, and what's the new URL? [07:39] And is it a continuation of the existing repository? [07:39] wgrant: It's an Apache project that moved out of incubation, so I believe it should be the same stuff, just at a new URL. [07:39] It's libcloud. [07:40] Err.. [07:40] That looks like git. [07:40] ?!? [07:40] It was SVN on Friday. [07:40] Ah. [07:40] and I got an e-mail saying it was marked failing. [07:40] * soren goes to look. [07:40] It's an import of a git-svn import. [07:40] Well.. Yes, that one is. [07:40] But. [07:41] Hang on, let me find the e-mail before I make more of an arse of myself. [07:41] There's /trunk, /git-trunk, and /old-git-trunk [07:41] /trunk is SVN and failing. [07:41] /git-trunk is the development focus and succeeding/ [07:41] Oh, right, there it is. [07:41] Yes, right, ok. [07:41] What's the new URL? [07:42] It's the /trunk one that should be moved. https://svn.apache.org/repos/asf/libcloud/trunk/ [07:42] So just drop the incubator/? [07:42] Seems like it. [07:42] Yep. [07:43] It's currently importing. [07:43] Hopefully it will work. [07:43] First they were hosted in their own git. Then they moved to somewhere else. Then they realised they wanted to be an apache project and moved to the incubator svn. Then they grew up and moved out of incubation moving their svn repo again. *sigh* [07:44] I hope that's the last of this. At least for a couple of years. [07:44] Moved from git to svn? Ew. [07:44] Blame Apache. [07:44] I do. [07:44] Heh [07:44] But you raise good point [07:44] Importing three new revs. [07:44] At some point, Apache will inevitably grow up and move to a DVCS and then I'll have to deal with it again :) [07:44] Seems happy enough. [07:45] \o/ [07:45] wgrant: Thanks muchly. [07:45] np === Ursinha-afk is now known as Ursinha [09:02] Is there a way in the LP ui to copy a package from Ubuntu proper into a PPA? [09:02] Or do I have to pull the source package and do it manually? [09:07] soren: does the LP API count for you as UI? I guess you can do it through LP API [09:09] geser: It doesn't really, but I guess that might be useful. [09:10] geser: It's just not something I need very often at all, so having a point-and-click way of doing it would be nice. [09:10] geser: Just fetching the source package and uploading it again took me 30 seconds. Using the LP API, I'd have to actually think :) [09:51] I just branched lp:ubuntu/gwibber but ended up with something that is tagged as 3.0.0-0ubuntu1 but meanwhile my perfectly normal Ubuntu Natty system has gwibber-3.0.0.1-0ubuntu3 installed. [09:51] Did I do something wrong trying to get the branch? [09:53] AfC: http://package-import.ubuntu.com/status/gwibber.html#2011-04-05%2022:14:35.633519 [09:53] AfC: The bzr import failed: http://package-import.ubuntu.com/status/gwibber.html#2011-04-05 22:14:35.633519 [09:53] Darn it. [09:57] soren: huh [09:58] geser: so, er, huh [09:59] So if I needed to grab the sources for gwibber-3.0.0.1-0ubuntu3 (or whatever is current) and rebuild them, what would be the best way to do that? [09:59] should I try to use bzr builddeb's import-dsc? [10:05] AfC: apt-get source gwibber (if you have the source repository enabled) or grab the URL for the .dsc from LP and 'dget' it (if you want a specific version) [10:07] geser: and then import-dsc that? [10:08] I'd leave the bzr branch alone until the UDD people fix it [10:09] with apt-get source you get the unpacked source package (but we get OT for this channel) [10:10] alright === doko_ is now known as doko === henninge changed the topic of #launchpad to: https://launchpad.net/ | Help contact: henninge | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ === jtv is now known as jtv-afk === Naresh` is now known as Naresh === matsubara-afk is now known as matsubara === henninge is now known as henninge-lunch === henninge-lunch is now known as henninge [14:53] henninge: could you please have a look: https://code.launchpad.net/~adeuring/launchpad/bug-486824/+merge/62883 ? [14:53] Ubuntu bug 62883 in gutenprint (Ubuntu) "driver no longer working" [Low,Fix released] [14:54] adeuring: sure [14:54] thanks! [15:18] quick question [15:18] if a team has no ML and is subscribed to a bug, all team members get bugmail, right? [15:18] I'm sure that's how it us [15:18] ed to be, at least [15:18] and is there a piece of documentation that says that === henninge changed the topic of #launchpad to: https://launchpad.net/ | Help contact: adeuring | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ [15:19] kiko: I thought so, too. [15:19] thanks henninge [15:19] adeuring: do you know for sure? [15:19] dunno about documentation, though. [15:20] kiko, henninge, yes, that's how I remember it: all team members are subscribed [15:22] wasn't it if no contact email was set, all members got bugmail? [15:24] right [15:26] it's correct, as we found out recently when removing the contact for the reviewers list === beuno is now known as beuno-lunch [17:11] hi, could someone move https://code.launchpad.net/~neon/project-neon/calligra to this project : https://launchpad.net/calligra ? [18:03] SpamAssassin has an extensive set of tests run by "make test", which do not appear to be run by the Debian/Ubuntu packaging. Is there... a policy against running make test in package builds? Seems like it would be a good idea for automated daily builds. === beuno-lunch is now known as beuno === elmo__ is now known as elmo === zyga is now known as zyga-afk [19:02] Darxus: No, there is no such policy. However, you seem a little confused, as the Debian/Ubuntu packaging is not automated daily builds, as you imply. Also, #launchpad isn't directly related to your question. === abentley changed the topic of #launchpad to: https://launchpad.net/ | Help contact: abentley | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ === matsubara is now known as matsubara-afk [19:42] maxb: Launchpad automated daily builds: https://launchpad.net/~darxus/+archive/spamassassin-daily [19:45] I guess that wasn't the most relevant url, this is better, a daily build recipe: https://code.launchpad.net/~spamassassin/+recipe/spamassassin-daily === yofel_ is now known as yofel [20:43] hi, PPAs always require the uploads to be done against the "RELEASE" pocket? Not -proposed, for example? [20:43] I want to test a debdiff build, for an sru [20:43] so I need to change it to be, say, maverick, instead of maverick-proposed, just so the ppa will build it? [20:45] ahasenack: no, you can modify your ~/.dput.cf file [20:45] micahg: how? [20:46] ahasenack: https://help.launchpad.net/Packaging/PPA/Uploading#Using%20packages%20from%20other%20distributions [20:47] micahg: what's the "ubuntu suite", the distro name? [20:48] ahasenack: yeah, maverick in your example [20:48] micahg: so I would be able to keep maverick-proposed in the changelog? [20:49] ahasenack: correct [20:49] micahg: and for natty, oneirick, lucid, hardy, can I have new sections in dput.cf or do I need to change it everytime? [20:49] better specifying a different dput.cf each time I suppose? [20:49] ahasenack: you can have new sections [20:50] ok, got i [20:50] it [21:07] hi guys, I'm getting this rejection when uploading to a ppa: "File smart_1.3-2.diff.gz already exists in smart-512302, but uploaded version has different contents. " The help site didn't mention this error [21:07] I uploaded 4 sources.changes files, for 4 distros [21:07] it failed for two with this error [21:07] the package happens to have the exact version/release in both of the distros where it failed [21:08] but the changelog is different of course. Is this taken into account? [21:09] ahasenack: you can't upload the same version twice [21:09] micahg: but it's for different distros [21:09] ahasenack: doesn't matter, it's one archive, you need to add something like ~lucid1 or ~lucid~ppa1 [21:12] hmm, as expected, the hardest part of an sru is not the code fix, but naming the package [21:13] ahasenack: SRUs need separate versions as well [21:13] micahg: what should I call it? in natty, for example, the released package is 1.3-1.3build1 [21:13] hey guys, how can you you rennew your membership in a team when it's coming up for renewall/expireation [21:14] micahg: I was using 1.3-2 [21:14] ahasenack: can you hop in #ubuntu-devel please? [21:14] micahg: sure, sorry about asking this in the wrong channel === Adri2000 is now known as Guest65110 === geser_ is now known as geser === soren_ is now known as soren === maxb_ is now known as maxb === abentley changed the topic of #launchpad to: https://launchpad.net/ | Help contact: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ === Ursinha is now known as Ursinha-afk