File: rules

package info (click to toggle)
roundcube-plugin-fail2ban 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: php: 20; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

ROUNDCUBE_PLUGIN_NAME = fail2ban
export ROUNDCUBE_PLUGIN_NAME

%:
	dh $@ --with phpcomposer

execute_after_dh_fixperms:
	find debian/roundcube-plugin-*/usr/share/roundcube/plugins \
		\! -name "*.sh" -type f -execdir chmod -x -- {} +