Codebase list inform-mode / 0f98494
Remove Lintian overrides for a Lintian false positive now fixed. Lintian 2.105.0 corrected the false positive: “Exempt ELPA packaging scripts for Emacs modules from executable-in-usr-lib”. Ben Finney 1 year, 9 months ago
2 changed file(s) with 2 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
33 * Declare conformance to “Standards-Version: 4.6.1”.
44 No additional changes required.
55 * Specify the Bug-Submit email address as requested by upstream.
6 * debian/elpa-inform-mode.lintian-overrides:
7 * Remove Lintian overrides for a Lintian false positive now fixed.
68
79 --
810
+0
-15
debian/elpa-inform-mode.lintian-overrides less more
0 # debian/elpa-inform-mode.lintian-overrides
1 # Overrides for Lintian checks of the ‘elpa-inform-mode’ package.
2 # Documentation: ‘/usr/share/doc/lintian/lintian’ §2.4.
3
4 # Emacs Lisp libraries are installed with the executable permission,
5 # causing a false positive to this Lintian check. Debian bug#974175.
6 executable-in-usr-lib usr/lib/emacsen-common/packages/install/elpa-inform-mode
7 executable-in-usr-lib usr/lib/emacsen-common/packages/remove/elpa-inform-mode
8
9
10 # Local variables:
11 # coding: utf-8
12 # mode: conf-space
13 # End:
14 # vim: fileencoding=utf-8 filetype=conf :