Package: commit-patch Version: 2.4-1 Severity: normal When emacs brings up the help for any of the commit-patch functions (for instance with 'C-h f commit-patch-buffer'), the current package does not provide a link to the function sources. This happens because the .el and the .elc live in different directories in this package.
This can be fixed by using the dh_make default versions of debian/emacsen-install and debian/emacsen-remove, since those versions make .el symlinks in the .elc directory. So this can be fixed with something like $ perl 's/#PACKAGE#/commit-patch/g' /usr/share/debhelper/dh_make/emacs/emacsen-install.ex > commit-patch/debian/emacsen-install $ perl 's/#PACKAGE#/commit-patch/g' /usr/share/debhelper/dh_make/emacs/emacsen-remove.ex > commit-patch/debian/emacsen-remove Ideally we'd have a dh_emacsen to consolidate the boilerplate, but we don't yet. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org