XMLTV / xmltv

Utilities to obtain, generate, and post-process TV listings data in XMLTV format
GNU General Public License v2.0
275 stars 93 forks source link

Minor packaging anomaly with 0.6.2 #108

Closed garybuhrmaster closed 4 years ago

garybuhrmaster commented 4 years ago

With the 0.6.2 release, it would appear that the tarball does not include the [dot] files, while they are in the MANIFEST, resulting in a "Checking if your kit is complete... Warning: the following files are missing in your kit: .Dockerfile.centos-6 ...(lots of others)... .travis.yml please inform the author." when running perl Makefile.PL for all the [dot] files when doing a build from within the tarball extract directory.

A quick check shows the [dot] files are in the 0.6.1 tarball as expected.

knowledgejunkie commented 4 years ago

It's my mistake. The CI files were added to the .gitattributes files to exclude them from the release tarballs but were not removed from the MANIFEST. I'll get it updated.

garybuhrmaster commented 4 years ago

I'll get it updated.

"Stuff" happens. Thanks for the quick reply. Sadly, that means another minor point release (since the release tarballs are already "out there", and certain automated processes may have already pulled them down and built with them). Hopefully 0.6.3 (or 0.6.2a?) will be the charm.

knowledgejunkie commented 4 years ago

@garybuhrmaster 0.6.3 is out after lots of testing this end - please let me know of any issues

garybuhrmaster commented 4 years ago

Looks good to me. I have already submitted the new version to the linux repo that I contribute to. Thanks for the quick work.