=== bpeel is now known as bpeel_away === Ursinha is now known as Ursinha-afk === kancerman_ is now known as kancerman === Meths_ is now known as Meths [01:43] what's the voodoo for copying a package from ubuntu to a ppa? [01:43] does it involve url-hacking? [01:45] mwhudson: yes, if you want to do it in the web ui [01:45] ok [01:46] i'm not actually sure i need to do it right now, come to think of it === Ursinha-afk is now known as Ursinha === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === Ursinha is now known as Ursinha-afk [03:07] Hi, I want to install launchpad in my site for translation only, can I install it using web-based? [03:27] mih1406: why not use the public launchpad? [03:41] thumper, they need to confirm the files that I upload as mention in the site. I am translating the same files in Ubuntu for a language that is already supported in launchpad but in other rules! [03:42] thumper, I have a team for re-translating the Arabic version of Ubuntu packages into another form or Arabic! [03:42] thumper, are they gonna accept my files? [03:42] mih1406: not sure, I don't know much about the translations bit, ask jtv, henning or danilo [03:43] jtv should be coming online soon [03:43] thumper: you called? [03:43] henning and danilo are europe time [03:43] mih1406: what form of Arabic is this? [03:44] the same but with a more common usage for computer terms [03:45] jtv [03:45] So more like what people actually use? How come there's a difference? [03:46] The current Arabic translations are not accepted by many many of Arabic users! [03:47] We are a team and want to edit and re-translate to a more common translations and more (windows-like) translations. [03:47] That sounds like it would be better if the original Arabic could change. I'm sure you tried talking to the Arabic translation teams though. [03:49] Yes I we talked to them but they answered it should be accepted in the future!! [03:49] Do you know arabic? [03:49] They are translating "Save file" to some thing like "Do Save a File" [03:50] They are using the "v" form, which is very ugly in computer world! [03:50] verb form [03:51] I'm sorry, no, I don't know Arabic. [03:52] I've heard it can place a lot of emphasis on form. [03:52] Do accept it in English like this "Do Save a File"? [03:52] In a menu item? [03:52] ;) [03:52] To me, English is quite unusual for a European language—quite lucky really that it became the dominant computer language. [03:53] Anyway, using a popular form and correct form is better than a strange correct form? Do you agree? [03:54] In English you don't even need to know if "Save File" is in the infinitive or the imperative. Or what form of "you" to use. Or whether the computer should speak as a man or a woman. === Ursinha-afk is now known as Ursinha [03:54] mih1406: Yes, personally I agree. Though of course I just have to believe you on what these issues actually look like in Arabic. :-) [03:55] go back to our topic [03:55] can I start a project in launchpad? [03:56] or they are going to reject my .po files? [03:56] I don't think a project makes sense. A translation team, definitely, but then you have a conflict for who does "the real Arabic." [03:57] Another thing we could, in theory, do is create a variant of Arabic. That's something we didn't support two weeks ago, so some very new decisions to be made. [03:58] So then there'd be an "ar@something" (where "something" is some kind of identifier for this translation style). But I'm not sure whether that'll be accepted. [04:00] Our idea is to re-translate the same files and create a new package for the translations. It is not important to be the official package in ubuntu or other distros [04:00] This package replaces the official package .mo files! [04:01] After becoming more popular we can have our word in the official GNOME and KDE translations teams [04:02] Translating the same packages (and there are many!) in two places is likely to lead to trouble. *Technically* a language variant is the best solution, though I can't say that that's the intended use of variants. [04:03] It also means that the existing Arabic translators can enable automatic translation suggestions from your variant, and vice versa. [04:10] I don't think there are any other good solutions besides convincing other translation teams or creating a variant. [04:11] mih1406: it'll be another 7 hours before our team is complete and we can discuss this. [04:13] tjv, can we have a variant ar_SA (Saudi Arabia) as in windows? [04:20] No, not like that—because that is for countries. [04:26] ? [04:27] we are team of SA people [04:27] linuxKSA.org [04:28] mih1406: you did not say that your version of Arabic is specific to Saudi Arabia. [04:28] If it's not, then ar_SA is not the right code for this. [04:28] Actually there is no difference in Arabic among countries! [04:28] Nor any other country. [04:29] My point is that we can't abuse the country codes to express differences that have nothing to do with the country. [04:29] yes, you are right [04:30] so we have to stick to our idea! until we get more and more people [04:31] If you have enough people, we can discuss an ar@abcd (where "abcd" identifies the translation style somehow). [04:31] good [04:32] I think it would, however, take enough people that you could achieve reasonably complete translation coverage (otherwise everyone will want to have their own language :) [04:32] We will translate GNOME and KDE 100% :) [04:33] If you can do that, great! I wish you good luck. I'll bring up your use-case with the rest of the team when they get here. [04:44] thank you [04:50] mm [04:50] is there an easy way to grab a package from debian and get it into a ppa? [04:51] mwhudson: You could use pull-debian-source in ubuntu-dev-tools to grab the package [04:52] mwhudson: bzr branch lp:debian/foo/bar; dch -i; bzr db-do; dput ppa:foo [04:54] hmm [04:54] the version i want might only be in experimental even [04:54] mwhudson: pull-debian-source lets you specify where to pull from (pull-debian-source package experimental) [04:56] * mwhudson tries to remember how debian works [04:57] its a series of tubes [04:57] with flamewars in between [04:57] I think the flames help the tubes flow [04:57] nhandler: why does "pull-debian-source python-virtualenv sid" get me version 1.4.9-1 while http://packages.debian.org/sid/python-virtualenv says 1.4.9-3 ? [04:58] mwhudson: because one of the debian servers that carries such information is having hardware troubles, apparantly [04:58] mwhudson: debian qa madison cache is out of date [04:59] +1 micahg. [04:59] ah ok [04:59] I'm not sure when that gets updated [04:59] & 1.4.9-3 was uploaded only today [04:59] http://packages.qa.debian.org/p/python-virtualenv.html [04:59] grab the dsc file from there with dget [04:59] mwhudson: if you add this to ~/.devscriipts, it'll work: RMADISON_URL_MAP_DEBIAN=http://qa.debian.org/cgi-bin/madison.cgi [05:00] micahg: nope [05:00] hmm [05:01] oh, it must need more ahcking [05:01] dget http://ftp.debian.org/debian/pool/main/p/python-virtualenv/python-virtualenv_1.4.9-3.dsc [05:01] oh right 1.4.9-2 was only uploaded today too [05:01] (which has the fix i care about) [05:01] anyone want to sync that to maverick? :-) [05:02] gpg: Can't check signature: public key not found [05:02] i guess i'm missing some debian key? [05:02] that's usual [05:03] because you don't have the public key of the person who uploaded it [05:03] but it would have grabbed the .dsc & tarballs [05:03] you can now use dpkg-source -x on the .dsc file to extract it [05:04] or you could have done it with dget -u -x blabla.dsc, but I was silly & didn't give the full info [05:05] mwhudson: requestsync works with that line in devscripts [05:05] mwhudson: but there are ubuntu changes [05:06] oh right [05:06] seems from https://merges.ubuntu.com/p/python-virtualenv/REPORT that it's just something in the control file that conflicts? [05:07] merges.ubuntu.com is also out of date [05:07] mwhudson: that's out of date 1.4.9-1ubuntu1 is current [05:07] awesome [05:08] reading the changelog of -2, it may be able to be synced now [05:08] depending on how much of the ubuntu change they used === Ursinha is now known as Jorjao === Jorjao is now known as Ursinha === Ursinha is now known as Ursinha-afk [06:40] are there other translation software for the web? [07:09] mih1406_: there are a few, though afaik they don't have same ability to offer suggestions across projects and languages. [07:09] (I couldn't name any right now, sorry) [07:28] moin, I need more space for my ppa (ppa:thopiekar/ppa) while building kde3.5 packages for maverick [07:29] the web ui says that 100% space 2GB/2GB is in use.. [07:57] no chance to request more ppa space here? [08:00] jtv: we do not need suggestions. we need to host our files and to visualize the process like in launchpad [08:01] mih1406_: I'm assuming you want other Arabic translators to use your suggestions :-) === bpeel_away is now known as bpeel [08:44] thopiekar, ask a question on Launchpad. https://answers.launchpad.net/launchpad === leoquant is now known as Yeasayer === jamesh_ is now known as jamesh === bilalakhtar_ is now known as bilalakhtar === jtv1 is now known as jtv === bpeel is now known as bpeel_away [10:10] hey [10:10] I just found a bug in stacked branches handling [10:10] I just want to confirm with you before I report it [10:11] I created a branch called 'trunk', then pushed a merge proposal for that branch, then finally renamed the 'trunk' branch (in lp.net, "change branch details" link) to "stable" [10:12] after that operation attempts to get the merge proposal branch fail with "bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~arm-infrastructure/launch-control/trunk/" === zyga_ is now known as zyga === adeuring1 is now known as adeuring [10:18] zyga: known. I believe there's even hope of a fix next cycle [10:18] maxb, thanks, === bpeel_away is now known as bpeel [10:42] zyga: if you rename the trunk branch back, you should be able to get the merge proposal branch [10:43] thumper, I just did that, I have some leftover mess (stable branches got pushed too) but I'm cleaning it up [10:43] Otherwise you can fix the merge proposal branch's stacked_on URL. [10:44] mmm [10:44] * zyga didn't think about that === Meths_ is now known as Meths === fta_ is now known as fta === matsubara-afk is now known as matsubara === fta_ is now known as fta === rocode is now known as Guest86813 === bilalakhtar_ is now known as bilalakhtar === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann === Ursinha-afk is now known as Ursinha [15:24] Hello Everyone === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [16:03] I just got: [16:03] The following errors were encountered: [16:03] Object: , name: u'https' [16:10] weather15, you can find docs on creating new recipes here: https://help.launchpad.net/Packaging/SourceBuilds/Recipes === Ursinha is now known as Ursinha-lunch [16:19] Thanks === matsubara is now known as matsubara-lunch === beuno is now known as beuno-lunch [16:51] /msg NickServ identify compaq01 [16:51] I wonder why that just appeared on my screen === dendrobates is now known as dendro-afk === fta_ is now known as fta === dendro-afk is now known as dendrobates === Guest86813 is now known as rocode === matsubara-lunch is now known as matsubara === Ursinha-lunch is now known as Ursinha [17:40] Hey Rock Star are you still out there? [17:40] I was following your documentation [17:41] Ubuntu gives me an error bzr-builder command does not exists [17:41] *command not found rather [17:42] The plugin is installed how ever [17:44] There is no 'bzr-builder' command. It adds several subcommands to 'bzr' [17:44] Try 'bzr help builder' [17:45] Okay [17:46] should be bzr build [17:46] then unknown command builder [17:46] ?? [17:47] help says bzr-builder but that does not work see ^ [17:50] weather15: What help are you claiming says bzr-builder? [17:50] https://help.launchpad.net/Packaging/SourceBuilds/GettingStarted [17:51] I don't see that telling you to execute 'bzr-builder' as a command anywhere [17:52] See this part: Simple Example [17:52] I see it. It doesn't tell you to run 'bzr-builder' [17:53] okay then what does it tell you? [17:54] It is a couple of descriptive sentences plus an example builder recipe [17:54] Looks like [17:54] a file [17:54] just what should the file name be [17:55] anything you like - for example, 'recipe.txt' [17:55] okay great === beuno-lunch is now known as beuno [18:49] if i add a uid to my gpg key will LP sync with the gpg servers? no action needed on LP side? [18:50] disregard, LP profile links directly to gpg server === gnomefreak76 is now known as gnomefreak === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann [20:22] Anyone know what to do about this error: debconf-updatepo /bin/bash: debconf-updatepo: command not found make: *** [clean1] Error 127 dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 debuild: fatal error at line 1340: dpkg-buildpackage -rfakeroot -d -us -uc -i -I -S failed bzr: ERROR: Failed to build the source package [20:23] weather15: add po-debconf to your Build-Depends [20:24] okay [20:24] weather15: probably you are using debhelper and don't have that in Build-Depends either? [20:25] How can I do this? [20:25] I'm using bzr daildeb [20:25] *dailydeb [20:26] whatever branch you are using that provides the packaging needs to change [20:26] or you merge an extra branch that makes the needed changes [20:27] Yes I'm using my branch [20:27] How do I change it? [20:28] commit the changes to the branch with bzr [20:28] edit the debian/control file [20:28] not sure if there is one [20:30] there has to be [20:30] What would be the name of the file? [20:31] debian/contro [20:31] debian/control [20:31] Okay found it now what? [20:32] edit the Build-Depends line to add "debhelper" [20:33] Debhelper is there already [20:33] do you have it installed? [20:35] hold on a minute [20:35] nope I don't [20:35] that's the problem [20:36] let's hope this build suceeds === yofel_ is now known as yofel [20:42] It Did thanks James_w [21:32] can a project in launchpad be deleted/archived? [21:32] as it's no longer in development [21:32] Mez, It can be deactivated. [21:33] cody-somerville: can I do that? [21:33] Or do I have to request lp-admin? [21:34] Mez, the latter I believe [21:34] Mez, whats the project? I might be able to do it. [21:34] katapult [21:34] cody-somerville: didn't realise you were an admin [21:35] didn't realise you were a canonical employee now ;) [21:36] Oh, I've been a Canonical employee for two years now. [21:37] I'm also not a full lp admin - just a 'demi-admin'. ;-) [21:37] * Mez fails [21:37] cody-somerville: are you able to? [21:37] I'm told the project can't be deactivated because its linked to one or more source packages. [21:38] As far as I'm concerned, they can be removed [21:39] ew [21:39] twas in hardy. [21:39] Is that not EOL'd yet? [21:40] Ah well... [21:40] Mez, okay, all done. [21:40] ooh, ty :D [21:40] any chance of getting rid of the team too? [21:41] https://edge.launchpad.net/~katapult-dev [21:41] Mez, I can try, sure. [21:41] https://edge.launchpad.net/~katapult-testers [21:41] (apparently I made 2 teams!) [21:42] Okay, you want both teams deleted? [21:42] please. [21:42] As I've said, the code's defunct, I'm slowly getting it removed from KDE's stuff [21:43] Mez, done [21:43] cody-somerville: cheers :D [21:43] Mez, cheers! :) [21:43] I've probably got some other cleaning up to do at some point, mind if I poke you then ? === Edwin is now known as Guest13428 [21:45] Mez, If there isn't someone else around that can better help you, sure. :) [21:46] aw :) But I like having my pets^W slaves^W useful contacts [21:46] :-" [21:47] * cody-somerville grins. === Guest13428 is now known as EdwinGrubbs === matsubara is now known as matsubara-afk [22:25] is it intentional that edge now shows the login id in the upper right corner instead of the display name and clicking on it on bugs.edge.launchpad.net opens bugs.edge.launchpad.net/~ instead of edge.launchpad.net/~ (same for the other sections) ? === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [22:40] yofel: the login vs the display name change is intentional, not sure about the other [22:44] yofel: The latter is a bug. [22:45] I think there's a bug filed. [22:45] I consider the former to be a bug too, but it's apparently deliberate. [22:45] hmm, it's context sensitive now, is that a bad thing? [22:46] ok [23:01] Anyone know what to do about this error? bzr: ERROR: No previous changelog to take the package name from, and --package not specified: debian/changelog didn't contain any parseable stanzas. [23:02] weather15_: When does this occur? [23:02] weather15_: Your recipe is buggy. Your debian directory isn't being merged in properly. [23:03] I modified the Change Log and boom [23:03] Oh. [23:03] The problem is that your changelog is corrupt, actually. [23:03] It's not formatted properly. [23:04] But why were you altering it manually? [23:04] bzr-builder does that. [23:05] I had to modify it as I am using the source of another application so a new change log was needed [23:06] Can I just delete it an go from there or what? [23:06] You can't delete it. [23:06] Can you link to the recipe? [23:07] I'm working on testing something with the wiki using WWW::Mechanize::Shell (no javascript, but cookies are supported). When I try to login to the wiki, I get up to the last openid lp page that lists the info that will get sent to the wiki if I hit 'Yes'. However, whenever, I hit yes, the same page simply reloads. I don't get sent to the wiki, and I am not logged in. Any ideas? [23:07] My Recipe is on my computer but give me a minute [23:08] See this: http://pastebin.ubuntu.com/483122/ [23:09] weather15_: Check the diff in that last revision. [23:09] You changed the indentation. [23:09] Also, package names are lowercase. [23:10] How's this: http://pastebin.ubuntu.com/483124/ [23:10] james_w: What's with all these attempts to work around 3.0 (quilt) in recipes? Is it that hard to get pristine-tar integrated? [23:11] weather15_: You should indent the two bullets by two spaces. [23:11] Okay [23:11] Otherwise that I'm good to go? [23:12] Looks like it. [23:12] Great Thanks [23:14] bzr: ERROR: No previous changelog to take the package name from, and --package not specified: debian/changelog didn't contain any parseable stanzas. [23:14] ?? ^ [23:18] huh, someone else mentioned getting that on launchpad, but it didn't seem to reproduce when running the recipe locally [23:18] Oh. [23:18] weather15_: You changed the indentation of the bottom line. [23:18] Why are you editing the changelog manually? [23:18] You should be using 'dch' [23:19] DCH?? [23:19] The tool to maintain Debian changelogs. [23:19] wgrant: not particularly, but the issue is where do you get the input to pristine-tar? [23:20] Where can I get this and how do I use it? === Meths_ is now known as Meths [23:21] https://wiki.ubuntu.com/PackagingGuide/Complete#changelog [23:22] Okay that's what I'm trying to do [23:31] wgrant: so... once I roll out 70 (which looks to be tomorrow morning my time), you'll be able to switch things around... how do you propose making sure that a 32-bit installed x86 box doesn't ever get to try to be an amd64 builder? [23:31] or is that just something that we know? [23:32] lamont: LP doesn't know at the moment. Once I teach LP about processor compatibility, you'll just leave it set as its real arch. [23:33] But until then, I'd keep the real arch in the display name. [23:33] makes sense [23:33] I mean, they shouldn't really need to be moved around too much. [23:34] So that shouldn't be toooo bad. [23:38] true [23:47] lamont: So, once Soyuz does ddebs, is there any reason to have primary build on separate builders? [23:47] primary as in main arch? [23:47] main archive [23:47] Yeah. [23:48] 1) somethings misbehave under xen. 2) no xen support for some architectures. 3) history [23:48] as in "the weight of" [23:48] 4) ppa abuse vs the distro [23:49] 1) Hm, really? Still? [23:49] 2) Well, yes, but we already have "virt" armel builders [23:49] 3) Yay. [23:49] dunno. I just know that some core-devs specifically have non-virtualized ppas specificially because of that [23:49] 4) That's a universal scoring problem, which might be fixed soon. [23:50] the virt arm builders are not generally available, specifically because they are LYING [23:50] Right. [23:50] But they are a restricted architecture. [23:50] in any case, we have more main-archive builders coming online (e.g. allspice) [23:51] And once we have no need for non-virt i386/amd64/lpia builders, there's no point having the virt/non-virt distinction. Everything can be done through the restricted architecture handling. [23:51] http://paste.ubuntu.com/483145/ <-- speaking of allspice... WTF is that? [23:52] Um. [23:52] What is its status? === bpeel is now known as bpeel_away [23:54] it was aborted when I noticed it [23:54] which was a few exceptions later. [23:54] I've restarted it to see if it falls over again [23:54] I wonder why it tried to dispatch, then. [23:54] Also, aborted builder handling landed yesterday. [23:54] So it should handle that soon. [23:54] oh, nice [23:54] into lp-buildd, or? [23:55] buildd-manager. [23:55] anyway, that was shortly after I added the builder, so I think there might be a startup edge condition? dunno [23:55] So it will notice that the builder is aborted and clean it up. Rather than leaving it sitting for weeks. [23:55] Hm. Odd.