File: rules

package info (click to toggle)
zendframework 1.10.6-1squeeze6
  • links: PTS
  • area: main
  • in suites: squeeze-lts
  • size: 29,624 kB
  • ctags: 46,247
  • sloc: xml: 233,973; php: 195,700; sql: 90; sh: 19; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 401 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh ${@} --with quilt

override_dh_auto_install:
	dh_auto_install

	install -D -m 0755 bin/zf.sh debian/zendframework-bin/usr/bin/zf

override_dh_fixperms:
	dh_fixperms

	# setting rights
	find debian/zendframework/usr/share/php/Zend -type f | xargs chmod 0644
	chmod 755 debian/zendframework-bin/usr/share/zendframework/bin/zf.php
	chmod 755 debian/zendframework-bin/usr/bin/zf