[13:09] Where can I file a bug report against launchpad janitor? [13:10] the bug page of said janitor keeps crashing, btw, but I guess that is a bug in LP itself: https://bugs.launchpad.net/~janitor (Error ID: OOPS-527d00d805a1bed056e8977efc793a21) [13:10] https://oops.canonical.com/?oopsid=OOPS-527d00d805a1bed056e8977efc793a21 [15:52] Laibsch: File such things against Launchpad itself (https://bugs.launchpad.net/launchpad) [15:53] cjwatson: thanks [15:53] congrats on yet another release [15:53] That bug OOPS is a timeout with a five-second query on the denormalised BugTaskFlat query. I suspect it's in the category of things that will be fixed by new DB servers. [15:53] * Laibsch hopes the Ubuntu phone will become a reality after all [15:53] Thanks [15:54] s/BugTaskFlat query/BugTaskFlat table/ [17:38] That specific case is not something that's ever likely to be fixed. [17:38] ~janitor has commented on a good number of bugs. === JanC is now known as Guest64516 === JanC_ is now known as JanC [23:27] Hello. I am trying to upload a package that uses "dh_bash-completion" in my rules file. It works fine locally but launchpad fails with "Command not found". What am I doing wrong? https://launchpadlibrarian.net/188297907/buildlog_ubuntu-utopic-amd64.truecrypt_7.1a-5_FAILEDTOBUILD.txt.gz [23:32] recover: you're probably missing a debhelper package in the build deps somewhere. I take it that you're building TrueCrypt though... you know that's not recommended for use anymore right? [23:32] I know all about it. Do I add dh_bash-completion directly to the "Build-Depends:" line? [23:33] I'd say hunt down the actual package name for it and then maybe add it to the build deps line. No guarantee it'll work though, just a theory [23:34] I think I got it, I thought debhelper supplied all the dh_ packages, but I need bash-completion to get the helper [23:34] thanks! [23:41] recover: I'd also suggest using one of the systems that builds your package in a clean chroot to test things locally, for example sbuild (https://wiki.ubuntu.com/SimpleSbuild) [23:42] Won't be absolutely identical to Launchpad builds in every respect but it's pretty close and it catches things like this [23:44] I am testing with pdebuild, which seems to be working well enough, forgot to do it before uploading but I'm using it now that I know there's a problem [23:47] i use sbuild, as cjwatson said, 'course I now need to update all my chroots because i upgraded the system, but meh.