File: rules

package info (click to toggle)
php-enum 4.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 508 kB
  • sloc: php: 3,479; xml: 15; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@

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

override_dh_auto_test:
	php --define zend.assertions=1 /usr/bin/phpunit

override_dh_installchangelogs:
	dh_installchangelogs debian/upstream/changelog