Uploading issue on Launchpad, priority issue

Asked by Alexandre ACEBEDO

Hi all

I have created a new PPA for packaging a library I am gonna use on one of my project.
I used a dev branch on bazar and the recipe mechanism in order to build it.
Now I am facing an issue during uploading I do not understand and on I didn't found a lot of info.

My recipe is here.
https://code.launchpad.net/~aacebedo/+recipe/libkompex-daily

you can see the upload was rejected with the following message:
libkompex_1.9.11-0ubuntu14~saucy1_i386.deb control file lists priority as devel but changes file has extra

I have checked the CHANGELOG and control files inside the debian directory and the priorities do not seem wrong to me.

Does anyone know what I did wrong ?

Regards.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
William Grant
Solved:
Last query:
Last reply:
Revision history for this message
Best William Grant (wgrant) said :
#1

Your debian/control (http://bazaar.launchpad.net/~aacebedo/libkompex/master/view/head:/debian/control) says "Priority: devel", but devel is a section, not a priority. See http://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities for the list of valid priorities.

Revision history for this message
Alexandre ACEBEDO (aacebedo) said :
#2

Thanks William for your answer.

I have modified the code according to this information.
Hope it will solve the problem.

Regards.

Revision history for this message
Alexandre ACEBEDO (aacebedo) said :
#3

Thanks William Grant, that solved my question.