On Dec 10, 2007 12:49 PM, Caleb Marcus <[EMAIL PROTECTED]> wrote: > > So, I was able to successfully upload a source package by running > dpkg-buildpackage with the -S option. However, when I ran it with -b to > generate a binary package, I got the "Upload is binaryful, but policy > refuses binaryful uploads" error. If it won't accept binary packages, how > can I get a binary package uploaded to my ppa? It may help to know that it's > pure Python, using distutils and cdbs.
You need to create the source package with '-S -sa' arguments. When you upload the source package, binary packages for various architectures get built on server. Onkar -- Passion - Some people climb mountains - others write Free software. Don't ask why - the reason is the same. -- launchpad-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/launchpad-users
