beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 140 forks source link

Neither the new bash and zsh completers nor the script to generate them are shipped in the CPAN tar ball #486

Closed xtaran closed 5 years ago

xtaran commented 10 years ago

I tried to include the new completers (as mentioned in Changes) into ack's Debian package, but they're not in the 2.14 tar ball which I downloaded from CPAN, nor is dev/generate-completion-scripts.pl included. The make target to generate them is included, though:

/usr/bin/make completion.zsh completion.bash
make[2]: Entering directory '/home/abe/pkg-perl/git/packages/ack-grep'
./dev/generate-completion-scripts.pl completion.zsh
make[2]: ./dev/generate-completion-scripts.pl: Command not found
Makefile:1045: recipe for target 'completion.zsh' failed
make[2]: *** [completion.zsh] Error 127
make[2]: Leaving directory '/home/abe/pkg-perl/git/packages/ack-grep'

Please include either the generated completers or the script to generate them in the next release tar ball uploaded to CPAN.

hoelzro commented 10 years ago

@petdance I'm not sure what your packaging process is, but please modify it to include these scripts!

petdance commented 7 years ago

Which files exactly should be included in the distro?