On 05/07/2014 10:28 AM, Francesco P. Lovergine wrote: > On Wed, May 07, 2014 at 10:24:37AM +0200, Francesco P. Lovergine wrote: >> Bas, that tarball for unknown reason missed the .gitignore file originally >> included in previous version and present in master/experimental tree. >> That causes git-buildpackage to fail. I also used your uploaded tarball >> with the same result.
The enhanced uscan with repack support is indeed the culprit, it uses tar with --exclude-vcs which causes it to remove the .gitignore in the upstream tarball, see: http://anonscm.debian.org/gitweb/?p=users/tille/devscripts.git;a=blob;f=scripts/uscan.pl;h=830a0ac824f7dfd2eec6d8b6ef3fad411c8a1697;hb=HEAD#l1517 I've disabled the enhanced uscan on my systems, and updated the manual repack code in debian/get-orig-source to use tar --delete to only delete the 3 files listed in Files-Excluded. On 05/07/2014 10:28 AM, Francesco P. Lovergine wrote: > the main directory is gdal-1.11.0+dfsg.orig in the tarball which probably > causes troubles. I suspect we need to re-upload a fixed tarball by bumping ad > hoc the upstream version. I'm not sure what's the best way to get the fixed orig.tar.gz into the archive. I've seen different tarballs for the same upstream version on snapshot.d.o, but AFAIK ftp-master rejects source uploads when the checksum and/or size doesn't match the orig.tar.gz previously uploaded. Maybe just importing the fixed tarball as upstream version 1.11.0+dfsg+1? Or can the uploaded orig.gz be overriden with a new sourcefull upload? Kind Regards, Bas -- GPG Key ID: 4096R/E88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

