package.orig.tar.gz already exists

Asked by Donald Raikes

I pulled the source of a package from a later version of ubuntu than I am currently running. I want to upload this package into my ppa.

I updated the version number in the debian/changelog file to be unique, and then ran

$ debuild -S -sd

I then ran dput to put the source into my ppa, but I get the message back that the package.orig.tar.gz already exists in the ubuntu repository.

I thought the -sd option to debuild meant that I would not be uploading the orig.tar.gz file.

Question information

Language:
English Edit question
Status:
Expired
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Curtis Hovey (sinzui) said :
#1

You are correct. We recommend
    debuild -S -sd
when creating alternate versions of an existing ubuntu package.

Did you use
    dput <your-ppa> <package_version_source.changes>
to upload the source package? dput will examine the changes file an know that the "orig.tar.gz" should not be uploaded.

Revision history for this message
Donald Raikes (don-raikes) said :
#2

Yes that is the dput command I used. I have tried this several times
with no success.

On 12/17/12, Curtis Hovey <email address hidden> wrote:
> Your question #216823 on Launchpad itself changed:
> https://answers.launchpad.net/launchpad/+question/216823
>
> Status: Open => Needs information
>
> Curtis Hovey requested more information:
> You are correct. We recommend
> debuild -S -sd
> when creating alternate versions of an existing ubuntu package.
>
> Did you use
> dput <your-ppa> <package_version_source.changes>
> to upload the source package? dput will examine the changes file an know
> that the "orig.tar.gz" should not be uploaded.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/launchpad/+question/216823
>
> You received this question notification because you asked the question.
>

Revision history for this message
William Grant (wgrant) said :
#3

What's the precise text of the error message?

Revision history for this message
Donald Raikes (don-raikes) said :
#4

The exact error message was:

-- start of snippet --
Rejected:
File dc3dd_7.1.614.orig.tar.gz already exists in Primary Archive for
Ubuntu, but uploaded version has different contents. See more
information about this error in
https://help.launchpad.net/Packaging/UploadErrors.
Files specified in DSC are broken or missing, skipping package unpack
verification.
-- end of snippet --

On 12/18/12, William Grant <email address hidden> wrote:
> Your question #216823 on Launchpad itself changed:
> https://answers.launchpad.net/launchpad/+question/216823
>
> Status: Open => Needs information
>
> William Grant requested more information:
> What's the precise text of the error message?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/launchpad/+question/216823
>
> You received this question notification because you asked the question.
>

Revision history for this message
William Grant (wgrant) said :
#5

Where did you get your copy of dc3dd_7.1.614.orig.tar.gz? It's different from the file of the same name in Ubuntu, which is not permitted.

Revision history for this message
Donald Raikes (don-raikes) said :
#6

I thought it was the original I pulled from the precise repository. I
must have inadverantly changed it. I will try pulling it down again.

On 12/19/12, William Grant <email address hidden> wrote:
> Your question #216823 on Launchpad itself changed:
> https://answers.launchpad.net/launchpad/+question/216823
>
> Status: Open => Needs information
>
> William Grant requested more information:
> Where did you get your copy of dc3dd_7.1.614.orig.tar.gz? It's different
> from the file of the same name in Ubuntu, which is not permitted.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/launchpad/+question/216823
>
> You received this question notification because you asked the question.
>

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

waiting to hear back from user.

Revision history for this message
Launchpad Janitor (janitor) said :
#8

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.