On 25 April 2018 at 16:42, Ko Ko Ye` <kokoye2...@gmail.com> 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 <nexor1...@gmail.com> 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 >> >> >> >
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-users Post to : launchpad-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-users More help : https://help.launchpad.net/ListHelp