File: rules

package info (click to toggle)
php-text-template 4.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,712 kB
  • sloc: php: 170; xml: 46; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	phpab --output src/autoload.php src

override_dh_auto_test:
	phpunit --bootstrap src/autoload.php