Hi, On Mon, 2017-07-17 at 13:19 +0200, Geert Stappers wrote: > Currently I don't know what I do wrong > while uploading davmail 4.8.0.2479-2
The upload did not include the source package. > Upload of davmail 4.8.0.2479-1 did happen. > It did in include the orig.tar.gz > > Upon my first upload of davmail 4.8.0.2479-2 there was a reject > message > saying source was missing. > > Upload tool I'm using is dput from dput-ng. > > I invoke `dput $PACKAGE_VERSION.changes` > > The .changes files was generated by `sbuild -A` > It mentions only .deb and .buildinfo > (It does _not_ mention .orig.tar.gz nor .debian.tar.xz ) > > Not knowning how to tell sbuild that it should include .debian.tar.xz > in the .changes, I did include it by manually editting the .changes Please don't manually edit the .changes file. It is easy to get wrong which is what happened here. I think recent versions of sbuild have an option to also build the source package and have it in the generated .changes. > Did sign the .changes file. > > dput did warn me about davmail 4.8.0.2479-2 allready being uploaded. > I did a rename of the dput upload file locally > ( mv davmail_4.8.0.2479-2_amd64.ftp-master.upload davmail_4.8.0.2479- > 2_amd64.ftp-master.upload.0 ) > > dput was succesfull > ( $ cat davmail_4.8.0.2479-2_amd64.ftp-master.upload > Successfully uploaded davmail_4.8.0.2479-2_all.deb to ftp.upload.debi > an.org for ftp-master. > Successfully uploaded davmail_4.8.0.2479-2_amd64.buildinfo to ftp.upl > oad.debian.org for ftp-master. > Successfully uploaded davmail_4.8.0.2479-2.debian.tar.xz to ftp.uploa > d.debian.org for ftp-master. > Successfully uploaded davmail_4.8.0.2479-2_amd64.changes to ftp.uploa > d.debian.org for ftp-master. > ) > > I was expecting an ACCEPTED auto-response, but did get > > Invalid dsc file: 'NoneType' object has no attribute 'check' That particular error message isn't very helpful and a bug in dak, but the problem is that the source package is not included in the upload. Please rebuild the package and make sure the source package is included in the generated .changes. Ansgar