Problem with dput

Asked by Adrián Arroyo Calle

I just started on Launchpad and do not know if this is normal. I created the repository (~ adrian-arroyocalle/divel) and I have OpenGPG key. I upload the sources with dput and tells me all right, but I do not see anything or change my packages or screen Builds. Apparently the console does not give me error.

julian@ubuntu:~/DEB$ dput -f my-ppa divelquiz_1.0.0.1-1ubuntu1_source.changes
Checking signature on .changes
gpg: Firmado el sáb 09 jun 2012 07:28:12 PDT usando clave RSA ID 824E9059
gpg: Firma correcta de «Adrian Arroyo (Divel) <email address hidden>»
Good signature on /home/julian/DEB/divelquiz_1.0.0.1-1ubuntu1_source.changes.
Checking signature on .dsc
gpg: Firmado el sáb 09 jun 2012 07:28:12 PDT usando clave RSA ID 824E9059
gpg: Firma correcta de «Adrian Arroyo (Divel) <email address hidden>»
Good signature on /home/julian/DEB/divelquiz_1.0.0.1-1ubuntu1.dsc.
Package includes an .orig.tar.gz file although the debian revision suggests
that it might not be required. Multiple uploads of the .orig.tar.gz may be
rejected by the upload queue management software.
Uploading to my-ppa (via ftp to ppa.launchpad.net):
<email address hidden>@ppa.launchpad.net password:
  Uploading divelquiz_1.0.0.1-1ubuntu1.dsc: done.
  Uploading divelquiz_1.0.0.1.orig.tar.gz: done.
  Uploading divelquiz_1.0.0.1-1ubuntu1.diff.gz: done.
  Uploading divelquiz_1.0.0.1-1ubuntu1_source.changes: done.
Successfully uploaded packages.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Adrián Arroyo Calle
Solved:
Last query:
Last reply:
Revision history for this message
Martin Packman (gz) said :
#1

Did you recieve an email from launchpad about the upload? It will try and report problems to the address of the maintainer listed in the debian control file.

Revision history for this message
Adrián Arroyo Calle (adrian-arroyocalle) said :
#2

Nothing about the upload, but I receive e-mails from Launchpad. In fact, I've seen your comment in my mail.

Revision history for this message
Martin Packman (gz) said :
#3

Can you upload the package to somewhere else so I can have a look at it please?

Revision history for this message
Adrián Arroyo Calle (adrian-arroyocalle) said :
#4
Revision history for this message
Martin Packman (gz) said :
#5

Thanks. So, I see some issues with your packaging, but you do have the maintainer field set to the same email address and the signature checks out, so I'm not sure why you didn't get email.

In your build log, there are some lintian warnings and an error:
<http://lintian.ubuntuwire.org/quantal/tags/no-architecture-field.html>

Probably you've attempted multiple uploads without changing the version number? You need to go to -1ubuntu2 and so on incrementing on each time or the orig.tar.gz files will clash with the previous ones.

The homepage link you're using is invalid http:\\ doesn't mean anything, you need forward slashes.

Your test package isn't related to the project the ppa is in, and that project doesn't have a licence set.

Revision history for this message
Adrián Arroyo Calle (adrian-arroyocalle) said :
#6

If I have free time, I will try it.

Revision history for this message
Laura Czajkowski (czajkowski) said :
#7

hi can this be closed?

Revision history for this message
Adrián Arroyo Calle (adrian-arroyocalle) said :
#8

Hi, I've seen the error. The control file. Previously file was bad and this is my new control file:

Source: templvs
Section: games
Priority: optional
Maintainer: Adrián Arroyo Calle (Divel) <email address hidden>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.2

Architecture: all
Depends: bash
Version: 1.0.0.2
Description: A little logic game.
Package: divelgames

Thanks for the help.