[00:04] https://launchpad.net/~lubuntu-packaging somehow tracks all the packages in lubuntu. how do i add to the list of packages it tracks? i'm not sure how it works to begin with [00:07] wxl: Tracks in which sense? [00:07] wgrant: we get automatically subscribed to all the bugs [00:08] I think it just has a load of structural subscriptions. [00:08] That's what it looks like. [00:08] is that something i can modify? [00:08] well, in a bulk sense [00:08] https://bugs.launchpad.net/ubuntu/+source/, hit "Subscribe to bug mail" [00:08] or do i just need to go to each package? [00:08] wxl: Navigate to the package page (eg. https://launchpad.net/ubuntu/+source/dpkg) and click "Subscribe to bug mail" [00:08] assuming you admin that team [00:09] ... which you do [00:09] i am an admin [00:09] you can do it in bulk using the API [00:09] It would also be possible to do that through launchpadlib for a given set of packages. [00:09] distribution_source_package has an addBugSubscription method [00:09] oooh excellent [00:09] thanks folks! give yourselves a pat on the back for being so wonderful :) [00:10] yay, git.launchpad.net backend now self-hosted [00:11] Now we're in trouble if it breaks :) [00:11] we can still roll back without it :) [00:11] Assuming Swift survives.... [00:12] well yeah [00:27] is there any way a PPA can have its size increased? [00:29] clivejo: Sure, tell me the PPA's URL and why you need more space. [00:30] https://launchpad.net/~clivejo/+archive/ubuntu/calligra/ [00:30] Its a big package [00:31] I'm trying to package new version 2.9.10 [00:31] but have no room [00:31] clivejo: Fixed. [00:32] wgrant: can you see the package I just uploaded? [00:32] is there any way to recover it? [00:33] are there any PUT examples for launchpadlib anywhere? [00:34] wxl: https://help.launchpad.net/API/launchpadlib#Hosted_files [00:35] (the .write there turns into a PUT behind the scenes - see lazr.restfulclient.resource:HostedFileBuffer [00:35] ) [00:35] wxl: What're you trying to do? [00:36] clivejo: It's not possible to recover a rejected package. You need to upload it again. [00:36] wgrant: or even just the source code calligra_2.9.10.orig.tar.xz [00:36] wgrant: just trying to do that bug subsscription thing [00:36] wxl: You don't need PUT for that [00:36] wxl: You don't need a PUT to do that. Have a read through https://help.launchpad.net/API/launchpadlib [00:36] isn't addBugSubscription a PUT? [00:36] you may be confusing PUT and POST [00:36] No, it's a POST. [00:37] wgrant: my internet is too slow and very near my quota [00:37] You want something like lp.distributions['ubuntu'].getSourcePackage(name='dpkg').addBugSubscription(subscriber=lp.people['some-team']) [00:37] oh derp [00:37] clivejo: We no longer possess that file. [00:37] ok fair enough, Ill leave it be [00:37] ah great [00:37] thanks for bumping my PPA quote [00:38] good night [01:08] https://wiki.ubuntu.com/UbuntuEmail says to just set my email address in launchpad and it will set up the forward for my id@ubuntu.com, and NOT to set my launchpad email contact to my @ubuntu.com address... but according to https://launchpad.net/~psusi/+editemails, my primary email *is* psusi@ubuntu.com, and this has been forwarding to my secondary email for years [01:08] ( which I now need to change as my ISP are a bunch of morons ) [01:19] psusi, what's your primary email at login.ubuntu.com? [01:31] logout [01:44] xnox, psusi@ubuntu.com [01:46] that's the email I use for everything and it just forwards to my old email address @cfl.rr.com, but the idiots have shut down my account and can't recreate it for at least 3 days, so I'm trying to switch the forwarding to my gmail account since they don't keep screwing up and losing my email [01:48] xnox, and all of the mail I have received over the years from from launchpad have been addressed to @ubuntu.com but forwarded to cfl.rr.com [01:49] yet according to that wiki page, this isn't possible? [01:51] in other words, the very thing that the wiki and bug #5292 say is broken has been working fine for me for years [01:51] bug 5292 in Launchpad itself "People setting preferred contact address to @ubuntu.com" [Low,Triaged] https://launchpad.net/bugs/5292 [02:05] I'm guessing that what happens is that after 24-48 hours your primary email is synched to the .forward, then after that, you can change the primary to @ubuntu.com and then subsequent syncs ignore it and keep forwarding to the previous address [08:53] https://launchpadlibrarian.net/229675896/buildlog_ubuntu-trusty-amd64.samba_2%3A4.1.20%2Bdfsg-1ubuntu1unnet1~trusty_BUILDING.txt.gz [08:53] anybody here a clue why that build is failing? [08:53] sbuild-build-depends-samba-dummy : Depends: libcups2-dev but it is not going to be installed [08:53] that makes very little sense to me [09:19] pmjdebruijn: For me it looks like your sources.list is not set up well. libcups2-dev should be hosted at the "main" component of your target Ubuntu release. [09:21] So double check that "main" is in your /etc/apt/sources.list. I'm sorry that I can't give better sbuild instructions as I use pbuilder for local builds... [09:21] this is on the ppa build farm [09:21] not on my local machine [09:21] so I have no control over the sources.list [09:22] which is exactly why that messages puzzles me [09:23] Ah, ok, well then check your PPA details. There is a selection, where you can set the components you want to use to build your packages. Even when "main" is enabled try to disable and enable it.. (Maybe it's a bug?) [09:35] pmjdebruijn: "but it is not going to be installed" from apt means that the package's dependencies aren't satisfiable for some reason. You should set up a clean trusty environment locally, add your PPA, and try to install the package's build dependencies, then drill down until you find the root dependency issue. [09:35] apt isn't good at identifying the root cause itself. [09:46] wgrant: I think i figured it out [09:47] new samba depends on heimdal-dev, but cups2-dev depends on krb5-dev in older ubuntu's, thus greating a conflict [09:47] I diffured the old samba control file and the new one, and there was a note about this in there :) [09:47] helpful package maintainer is very helpful :) [10:28] wgrant: thanks btw :) === verterok is now known as verterok-away [13:04] I have been playing with this for a bit and I have gotten frustrated. I would like to use the api to get a queuebot-like function. Is there a way in the API that I can see the latest status change for all the packages without having to look package-by-package? [14:39] cjwatson: did the spam filter/script break again? https://answers.launchpad.net/inkscape is getting flooded again [15:59] https://launchpadlibrarian.net/229675939/buildlog_ubuntu-wily-amd64.sane-backends_1.0.24-4ubuntu2_BUILDING.txt.gz [15:59] sbuild-build-depends-sane-backends-dummy : Depends: libgphoto2-2-dev but it is not installable [16:00] I did apt-get source on vivd, applied a patch, set the target as wily - and I guess libgphoto2-2-dev doesn't exist ? [16:17] no, and there is a newer version of sane-backends in wily already anyway [17:08] ah, right. thanks. derp. [17:09] how do I create a package for wily on my vivid box? [17:11] The spammer seem to have select a new target. There is again a huge attack, about 100 message about support phone number in the inkscape area [17:15] 164 messages from today and still on-going (not a new target btw). [17:19] m_hampl: my .procmailrc : http://paste.fulltxt.net/7Z6HW4 [17:36] CarlFK: Source package or binary package? [17:36] maxb: the goal is to have it in my PPA, which is source only, right ? [17:37] You upload the source, it builds the binary, right [17:37] In which case there is nothing special you have to do to prepare a source package on a different release [17:53] CarlFK: use pull-lp-source from ubuntu-dev-tools to get the source, instead of apt-get source [17:54] dobey: neat. thanks [17:54] maxb: well, debuild errors out by default if you haven't got the build-deps installed, so it won't let you create the .changes to upload the source. you need to install the build-deps, or pass the argument to ignore build deps [17:54] yeah, little fuzzy on what I have to do, special or not. [17:55] not sure why you want to build it for wily if you have vivid, though :) [17:57] the short answer is: I need to be ready for wily [17:58] for LCA (conference Feb1) I'll build up about 20 boxes. likely wily. I'll have a day or two between getting the hardware and needing them to be read to use. [17:59] so no time to be doing journey of R&D [18:11] 230 spams so far today [18:36] * su_v counts 274 for today, and still incoming [18:37] yeah, +43 since i counted ^^ [18:45] i don't think cjwatson and wgrant need you to keep announcing incoming spams on inkscape answers in this channel, really [22:19] trying to use launchpad lib to add a bunch of packages to my team subscription and i'm getting a 400: [22:19] http://pastebin.com/8anv68th [22:22] wxl: lximage-qt isn't an Ubuntu package, source or binary. [22:22] oh what [22:22] wxl: you probably need to strip the whitespace when you filearray.append(line). it looks like the string includes the newline character, and you're sending that to launchpad [22:22] Oh, it is in xenial. [22:22] The problem, then, is what dobey said. [22:22] yeah in xenial [22:22] ok great [22:22] thanks guy [22:22] s [22:23] "lximage-qt\n" doesn't exist :) [22:27] dobey: so you think filearray.append(s.strip(line)) would be reasonable? [22:27] er oops [22:27] line.strip() i mean [22:28] yep that did it, nevermind :) === verterok-away is now known as verterok