Hello Tomasz, On Mon, Sep 12, 2016 at 10:38:49PM +0200, Tomasz Buchert wrote: > Hi Carsten, > > I cannot reproduceyour problem. I took the tarball from here: > https://github.com/KiCad/Shielding_Cabinets.pretty/releases and I was > able to commit it and check it out afterwards with zero problems. > > I see that your tarballs has been dfsg-repacked. I wonder if it isn't > the repack that failed to properly create a +dfsg tarball. Can you please > provide me with the failing tarball?
the tarball is unfortunately very big, but I append the slightly modified script I use to prepare the various tarballs. It will be part of the next changes for a new KiCad upload hopefully. The scipt is needing bash tp work properly, simple append the current tag for the stable version to get all needed archives. $ create_kicad_upstream_tarballs.sh 4.0.4 The tarballs will be created in /tmp/kicad-tmp/, you can use '-v' optionally to see a more verbose output of script. I was also thinking that maybe there is something got broken while recreating the tarballs. But the libraries for KiCad are just extracted and repacked with 'tar -Jcf'. I hope you can enlighten the situation. Regards Carsten
create_kicad_upstream_tarballs.sh
Description: Bourne shell script