]> git.eshelyaron.com Git - emacs.git/commit
Improve reproducibility of generated -pkg.el files
authorGlenn Morris <rgm@gnu.org>
Sat, 31 Oct 2020 02:20:24 +0000 (19:20 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 31 Oct 2020 02:21:04 +0000 (19:21 -0700)
commit1fc9de4b81ceacabef6aafe48ecaabaf76f34bb2
tree15dd6d78d01d6319ef33d26372b24a8ebdc2f34b
parentda6234e2dfd8c345bad1ff3075033b282b64f958
Improve reproducibility of generated -pkg.el files

* lisp/emacs-lisp/package.el (package-generate-description-file):
Don't include the full name of the source file in the header,
since that varies non-reproducibly according to the build directory.
https://bugs.debian.org/972861
Note that elpa.gnu.org's admin/archive-contents.el does this by hand
and already only includes the nondirectory part.
lisp/emacs-lisp/package.el