Package: cme / 1.044-2

Metadata

Package Version Patches format
cme 1.044-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix cme shebang | (download)

bin/cme | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix cme shebang
 Debian Policy  10.4 states that Perl scripts must use /usr/bin/perl directly and not /usr/bin/env
force load bash comp plugins | (download)

contrib/bash_completion.cme | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 force load bash completion plugins
 New style of Debian bash completion use load on demand of
 files. Unfortunately, cme plugins come with bash completions
 snippets that are not loaded with this mechanism. Hence, these lines
 circumvent delayed for the bash completions of cme plugins
 .
 This patch is Debian specific.. Well I think so...
add_dh_config | (download)

dist.ini | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 arrange for dh_config to be handled by dist-zilla
 (mostly to generate proper man page from pod doc)
rm git from dzil | (download)

dist.ini | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

 remove git from dzil config
 Git config is suitable for upstream, but does not work
 when building the package