File: rules

package info (click to toggle)
php-symfony-security-acl 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 688 kB
  • sloc: php: 5,149; sql: 268; makefile: 12
file content (15 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
%:
	dh $@ --with phpcomposer

override_dh_auto_build:
	phpab \
		--output autoload.php \
		--template debian/autoload.php \
		--blacklist '*\\tests\\*' \
		.
	mkdir --parents Symfony/Component/Security
	ln -s ../../.. Symfony/Component/Security/Acl

override_dh_auto_test:
	phpunit --bootstrap debian/autoload.tests.php