Questions tagged [dput]

helper to upload debian sources and binaries to hosts, like Launchpad PPA's. This tag applies for all dput binaries, the original dput package and dput-ng.

8 questions
4
votes
2 answers

Problems uploading package to Launchpad due to "checksum mismatch" error

I'm having a lot of problems uploading my showdown project to a PPA. I've setup correctly PGP keys and my public SSH key to Launchpad. I've packaged with debuild my C++ project, producing a source package lintian gave me only those two warnings that…
user74513
  • 191
  • 1
  • 7
3
votes
1 answer

How to upload to a launchpad team PPA?

I have built and signed a package which I now wish to upload to my launchpad team with dput, but every time that I try to upload it I get this email: Rejected: Source/binary (i.e. mixed) uploads are not allowed. === If you don't understand why…
user364819
3
votes
0 answers

What does this dput message mean?

I uploaded a new package to a PPA (the PPA contains no reference of any uploads of this package in the past), and dput output this curious message: Package includes an .orig.tar.gz file although the debian revision suggests that it might not be…
landroni
  • 6,011
2
votes
1 answer

PPA upload of custom kernel package

Is there any documentation on how to build custom kernel packages and upload the result into a PPA? In particular, I would like to build mostly the stable upstream kernel (i.e. git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git)…
2
votes
1 answer

Uploaded package not showing in my Launchpad PPA

I created a package for Launchpad PPA and want to upload it to Launchpad. I've used dput command and this is what I get: tomica@home:~/Desktop$ dput ppa:{MY_LAUNCHPAD}/ppa packagename_0.0.1_source.changes Uploading packagename using ftp to ppa…
0
votes
1 answer

PPA dput Config error: missing FQDN set

I am trying to upload my PPA files using this page: https://help.launchpad.net/Packaging/PPA/Uploading However, when I try to execute dput ppa:your-lp-id/ppa in my Terminal, I get the error Config error: [PPA name] must have a fqdn…
0
votes
1 answer

Why "There are .debs in this upload, and enforcing they don't exist." when I try to upload package to a PPA?

I'm trying to upload some package that I build using debuild to a PPA, but it fails with the following: dput ppa:braiampe/ffc ffc_1.3.20140513-1_i386.changes Uploading ffc using ftp to ppa (host: ppa.launchpad.net; directory:…
Braiam
  • 69,112
0
votes
1 answer

Uploads to launchpad.net not visible after dput

I am trying to upload my backport of a package to my new repository on launchpad.net dput -u ppa:user/repository *.changes completed successfully, but there are no changes on the PPA page. apt-add-repository also fails with 'repository not signed'.…
grep
  • 117