[01:18] I forgot my launchpad account password, and my email provider is out of service. would an admin please help me fix my account? [02:10] mitchell: You'll see a support link at the bottom of the login page. [02:10] They can assist you. [03:21] hello [03:23] i'm wanting to know, how can I identify armhf build in debian/rules ? [03:23] servers in launchpad do a cross compiler to arm, right? [03:27] dpkg-architecture -qDEB_HOST_ARCH [03:27] But DEB_BUILD_ARCH and DEB_HOST_ARCH will always match on Launchpad today. We use qemu-user; we do not cross-compile. [03:31] uname -m is other possibility? [03:31] a friend got armv7l with it [03:31] Why would you use that? [03:32] The DEB_HOST_* variables provided by dpkg-architecture are the only things you can rely on. [03:32] uname -m will usually happen to do the right thing on Launchpad, but nothing new should be relying on that. [03:33] dpkg-architecture is for exactly this purpose. [03:33] nah, the first you told is better, right? [03:34] so, in the rules, i use DEB_HOST_ARCH ? [03:35] or [03:35] ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),armhf) [03:39] That sort of thing, yes. [03:49] ok [03:49] could you see this? https://answers.launchpad.net/launchpad/+question/256077 [03:49] i'm wanting to build packages for armhf [03:57] sergio-br2: Done. [03:58] :) [03:59] so i can build arm packages now? [04:00] Yes. [04:03] thanks [04:47] wgrant, so using Architecture: any, it'll compile for the 3 architectures ? [05:04] i have a package here, that depends in nvidia-cg-dev and nvidia-cg-toolkit, but it depends only in PC architecture [05:04] without the nvidia-cg-dev, i get a problem to build [05:04] but not in arm. [05:05] Are there any way in debian/control to use nvidia-cg-dev | dummy or no-package ? [05:06] i don't know if it's possible to have a build-depend exclusive for one architecture [05:07] sergio-br2: https://www.debian.org/doc/debian-policy/ch-relationships.html [05:08] ah, I have to use a ! [05:08] ok [05:09] thanks! [05:09] sergio-br2: You're welcome [05:10] so for armhf [05:10] nvidia-cg-dev [!armhf] [05:11] since this package is not in armhf repo [05:11] You can do the converse, nvidia-cg-dev [i386 amd64] [05:11] Instead [05:12] hum, yeah [14:21] Hello! [14:22] I have a question : I have a .c file, and I want to publish it to my ppa (It's my first time) Anyone knows how to do that? [14:26] PLoctaux: package your C file as an actual built executable binary. http://packaging.ubuntu.com/html/ is relevant. [14:27] and by 'package' i mean as a Debian package, not as just the executable [14:27] teward, Thanks! I appreciate that! [14:59] totally honest yet stupid question - when will PPAs be able to build for Vivid? [15:01] teward: before end of week [15:06] Once vivid exists :) [15:07] I think my previous answer stands too :) [15:07] unless you know of a reason we can't break our record [15:07] I don't see why we can't have it done this evening if we try :) === charles_ is now known as charles [15:27] hello [15:30] I want to know if there are problems building packages for arm with neon enabled === karni is now known as Guest94428 === Guest94428 is now known as karni_ === karni_ is now known as karni-lunch === karni-lunch is now known as karni === karni is now known as Guest31418 === Guest31418 is now known as karni_ [17:50] Hello All, quick quesiton. I'm packaging a project that requires downloading the SRC packages from Sourceforge, and one HTML from a WEB URL. This all works as expected using pbuilder on my devel machine. I've nto set it to Launchpad to build as I was told, server builds cannot download anything in order to build a package, is this true? [17:50] .. not sent it to LP . .. [17:52] That's right, you can't fetch external network objects in Launchpad builds; you have to put copies in your source package (for example, automatically fetch them when you build your source package) or put them in other packages that you build-depend on. [17:53] The build servers are firewalled such that they can only fetch anything from a very limited number of hosts. [17:53] cjwatson, Ok, thanks. I thought that was the case, but needed official confirmation so i could pass that to the upstream dev's [17:56] is there any particular reason that launchpad is being finicky on letting me file a bug against a juju charm bundle? http://i.imgur.com/RORkawI.png [17:56] i followed the link from this resource to file the bug: https://code.launchpad.net/~bigdata-charmers/charms/bundles/high-peformance-batch-processing/bundle [17:56] when i choose "I dont know" it just 500 errors and refuses to do anything helpful wrt to letting me file a bug [18:47] cjwatson: wgrant: heh. Just wonderin, because I'd like to publish an nginx update for vivid to the nginx ppas, but i'm pretty patient. :) === Daryl is now known as Guest41002