launchpad-users team mailing list archive
-
launchpad-users team
-
Mailing list archive
-
Message #06993
Re: Rejected: Mismatch in binaryfulness. (arch) False != (files) True
On 25 April 2018 at 16:42, Ko Ko Ye` <kokoye2007@xxxxxxxxx> wrote:
> 1) edit
> 2) dch -i
> 3) debuild -S -sd
> 4)
> #https://help.launchpad.net/Packaging/PPA/BuildingASourcePackage
>
> -
>
> *alternative version of an existing package (will be uploaded without
> the .orig.tar.gz file):*debuild -S -sd
> -
>
> *brand new package with no existing version in Ubuntu's repositories
> (will be uploaded with the .orig.tar.gz file):* debuild -S -sa
>
> 5) dupt again
> https://help.launchpad.net/Packaging/PPA/Uploading
>
>
Thank you, with
debuild -S -sa
(it's a new package) it worked just fine.
> On Wed, Apr 25, 2018 at 8:58 PM, Tomasz Muras <nexor1984@xxxxxxxxx> wrote:
>
>> Hello,
>>
>> I have a source files: http://muras.eu/moosh_0.26.orig.tar.gz
>> and the debianised version: http://muras.eu/moosh-package_0.26.tar.gz
>>
>> I extract moosh-package_0.26.tar.gz and build it with;
>>
>> dpkg-buildpackage
>>
>>
>> I then run:
>>
>> export VERSION=0.26
>> export DEB_VERSION=1
>> dpkg-genchanges -S >../moosh_$VERSION-${DEB_VERSION}_amd64.changes
>> debsign ../moosh_$VERSION-${DEB_VERSION}_amd64.changes
>> dput -f ppa:zabuch/ppa ../moosh_$VERSION-${DEB_VERSION}_amd64.changes
>>
>> And get an email about hte rejection. Any pointers on how to troubleshoot
>> it?
>> Rejected:
>> Mismatch in binaryfulness. (arch) False != (files) True
>>
>> moosh (0.26-1) trusty; urgency=medium
>>
>> * Upstream release 0.26
>>
>>
>> Tomek
>>
>>
>>
>
References