Page MenuHome GnuPG

gpgme 1.13.0 ships with an emacs backup file: lang/python/doc/src/gpgme-python-howto.tex~
Closed, ResolvedPublic

Description

the gpgme 1.13.0 tarball ships with an emacs backup file in it:

lang/python/doc/src/gpgme-python-howto.tex~

Please ensure that the release process doesn't scoop up this kind of ephemera for future releases, as it makes for noisier diffs when auditing changes between releases, or when storing releases in a revision control system.

Details

Version
1.13.0

Revisions and Commits

Event Timeline

werner triaged this task as Normal priority.
werner added a subscriber: werner.

Argh, that Python specific stuff Ben used is weird and does not fit into the autotools model. Someone(tm) need to have a closer look at it.

Thanks for reporting.

aheinecke added a subscriber: aheinecke.

Well there is nothing specially pythonic about it, it just includes the dirs and not the files:

EXTRA_DIST = \
README \
MANIFEST.in \
gpgme.i \
helpers.c helpers.h private.h \
examples \
doc \
src

I the JavaScript bindings I placed a Makefile.am in the examples / src directories which contained the EXTRA_DIST as files directly.
I'll add that to python, too.

This should resolve it.