File: rules

package info (click to toggle)
php-doctrine-instantiator 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 336 kB
  • sloc: php: 624; makefile: 18; xml: 16
file content (22 lines) | stat: -rwxr-xr-x 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	phpab \
		--output src/Doctrine/Instantiator/autoload.php \
		src/Doctrine/Instantiator
	mkdir --parents vendor
	phpabtpl \
		--require-file ../src/Doctrine/Instantiator/autoload.php \
		> debian/autoload.tests.php.tpl
	phpab \
		--output vendor/autoload.php \
		--template debian/autoload.tests.php.tpl \
		tests

override_dh_auto_test:
	phpunit

override_dh_installchangelogs:
	dh_installchangelogs debian/upstream/changelog