=== bigpod9 is now known as bigpod === bigpod9 is now known as bigpod [19:50] Hello, I've got a probably basic question, but I haven't been able to find a solution. [19:52] What I would like to do, is to upload a couple available versions of the linux kernel (say "linux-5.10.50+-1" and "linux-5.12.17+-1") to the same PPA, while still retaining the ability to update them separately, i.e. push "linux-5.10.50+-2" and "linux-5.12.17+-2" respectively. [19:54] Is this possible, and if so, how would I format a version string to make launchpad not decline "linux-5.10.50+-2" because "linux-5.12.17+-1" is newer? [20:03] Hammerkeg: you'd probably need to alter the source package name [20:07] Ah, that's unfortunate, thanks.