File: rules

package info (click to toggle)
icinga-php-library 0.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,160 kB
  • sloc: php: 48,772; javascript: 9,318; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 603 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

execute_after_dh_install:
	$(RM) debian/*/usr/share/icinga-php/ipl/vendor/*/LICENSE
	$(RM) debian/*/usr/share/icinga-php/ipl/vendor/*/*/LICENSE
	$(RM) debian/*/usr/share/icinga-php/ipl/asset/static/font/icinga-icons/Read\ Me.txt

	# Remove executable bit
	chmod -x debian/*/usr/share/icinga-php/ipl/vendor/ipl/web/src/Compat/CompatForm.php \
	         debian/*/usr/share/icinga-php/ipl/vendor/ipl/web/src/Compat/FormDecorator/LabelDecorator.php \
		 debian/*/usr/share/icinga-php/ipl/vendor/ipl/web/src/Compat/FormDecorator/PrimaryButtonDecorator.php