Build succeeds but upload fails with Unknown Component

Asked by Timescale

I am trying to build PostgreSQL 9.6.7 for Bionic and it succeeds until it tries to uploads, where I get the message "Unknown component '9.6'". Any advice on how to resolve this?

Here is the most recent uploadlog:
https://launchpadlibrarian.net/358272848/upload_14384606_log.txt

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Timescale
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

I assume it is the value of "Section" in your control file that contains unexpected contents ('9.6/libdevel' instead of 'libdevel')

Revision history for this message
Colin Watson (cjwatson) said :
#2

You have "Section: 9.6/libdevel" and "Section: 9.6/libs" in various places in debian/control, which isn't allowed in Launchpad PPAs (perhaps you copied this source package from some other archive where that's permitted). I'd suggest just dropping the "9.6/" prefix there.

Revision history for this message
Timescale (timescale) said :
#3

Ah thanks for the tip. Yes I was copying from their own repository but forgot to change that. Thanks!