=== zenitraM^away is now known as zenitraM === zenitraM^away is now known as zenitraM === zenitraM^away is now known as zenitraM [14:19] Hi all [14:19] I have some problem with launchpad recipe + dh_exec [14:20] here is the recipe https://code.launchpad.net/~guilhem-fr/+recipe/speex-asterisk-daily [14:20] with build error https://launchpadlibrarian.net/152755496/buildlog_ubuntu-precise-amd64.speex_1.2~rc1-2~19~ubuntu12.04.1_FAILEDTOBUILD.txt.gz for example [14:21] it look like launchpad don't care of execution bit on libspeex1.install ... [14:21] I suspect that bzr loses it when resolving conflicts [14:23] Hm, mind you, no conflicts there [14:23] Oh, no, I see [14:23] Look at https://launchpadlibrarian.net/152753588/buildlog.txt.gz [14:23] dpkg-source: warning: executable mode 0700 of 'debian/libspeex1.install' will not be represented in diff [14:23] dpkg-source: warning: executable mode 0700 of 'debian/libspeexdsp1.install' will not be represented in diff [14:23] Yes I see it [14:23] It'd work if you were using source format 3.0 (quilt) instead [14:25] ok thanks, I will test with that [14:25] That is, create debian/source/format with content "3.0 (quilt)" [14:25] Though you'll have a problem with that since the speex source package has patches not in debian/patches/ [14:26] guilhem_: I think for this package you need to use the "In debian/rules" approach from https://wiki.debian.org/Multiarch/Implementation#Dynamic_debian.2F.2A_files rather than dh-exec [14:26] At least until it's converted to 3.0 (quilt), which is probably pretty awkward to do in a recipe [14:29] cjwatson, You are right :) I don't need dh-exec :) === amithkk_ is now known as amithkk === amithkk is now known as Guest99228 [16:25] is there a way to get the signer of an upload queue item? === zenitraM is now known as zenitraM^away [16:27] Doesn't seem to be exported right now [16:28] it's PackageUpload.signing_key.owner internally ... === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === zenitraM^away is now known as zenitraM [17:34] Do we have mediawiki extension for itegrating launchpad openid with mediawiki? [17:35] https://launchpad.net/ubuntu/+source/mediawiki-extensions found via quick search for "launchpad openid mediawiki" [17:44] just checked the file and sadly it doesn't have launchpad provider [17:45] it has openid. anyone can put in the launchpad url for the openid and use that to create an account on the mediawiki [17:48] ugh. launchpad keeps stripping off the trailing 0 in "13.10" for the milestones i'm creating, and then errors out about there not being a "13.10" milestone (because of course it broke and renamed it to "13.1") [17:53] I believe you need to use the non-AJAX form for that [17:53] If I'm remembering something wgrant said a while back correctly [17:58] why is that? [17:58] Bug [18:06] cjwatson: do you have a bug #? [18:07] also, how do you even get to the "non-ajax" form? the only "create a milestone" link on the page is the ajaxy one === joeyfreenode is now known as joey === garr is now known as Guest7079 [21:54] Should regular users be able to see other people's SSH keys? [21:57] Yes - they're only public keys. [21:58] Ok, then there might be a slight bug here: https://launchpad.net/~jasoncwarner [21:58] The entire key is being shown rather than just the comment [21:58] in the link text [21:58] The user pased the key incorrectly. [21:58] pasted [21:59] It's not meant to have all those spaces in it. [21:59] Looks like it was word-wrapped. [22:00] So everything from 'OraTQh' is considered part of the key comment. [22:01] ah, ok [22:03] That's still a public key, anyway.