Source/binary (i.e. mixed) uploads are not allowed.

Asked by Thomas Boxley

I'm trying to upload a deb file to my Launchpad PPA, and I've fixed all of the rejected errors I've gotten, but what about "Rejected: Source/binary (i.e. mixed) uploads are not allowed. "? I am completely lost as to what I should do.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Thomas Boxley
Solved:
Last query:
Last reply:
Revision history for this message
Thomas Boxley (tboxley) said :
#1

This has been solved.

I needed to build the package with debuild -S.

Revision history for this message
M.Hanny Sabbagh (mhsabbagh) said :
#2

Just wanted to thank you bro, after 7 years, I faced the same problem and your "-S" saved my day.

Revision history for this message
Rodolfo André Cardoso Neves (dirack) said :
#3

Thank you so much. I've spent about 2 days trying to do so, your answer saved my day LOL :)

Revision history for this message
Kai Lyons (kailikeslinux) said :
#4

Still a fantastic solution

Revision history for this message
Regolith Linux (regolith-linux) said :
#5

Yes, 10 years on and still providing value!

Revision history for this message
James Cuzella (trinitronx) said :
#6

Another helpful tip if using gbp-buildpackage is to use:

    gbp buildpackage --git-builder='debuild -i -I -S'

Revision history for this message
jiapei100 (jiapei100) said :
#7

Yeah... This makes sense..
However, is it possible to upload binary instead of source only?
If so, how to do that?

Revision history for this message
jiapei100 (jiapei100) said :
#8