File: rules

package info (click to toggle)
php-doctrine-instantiator 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 268 kB
  • sloc: php: 571; makefile: 16
file content (22 lines) | stat: -rwxr-xr-x 523 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 $@ --with phpcomposer

override_dh_auto_build:
	phpab \
		--output src/Doctrine/Instantiator/autoload.php \
		src/Doctrine/Instantiator
	mkdir --parents vendor
	phpab \
		--output vendor/autoload.php \
		--template debian/autoload.php.tpl \
		tests
	# Make sure the local class takes precedence: the --include-path
	# phpunit option does not seem enough anymore
	ln -s src/Doctrine .

override_dh_auto_test:
	phpunit

override_dh_installchangelogs:
	dh_installchangelogs debian/upstream/changelog