File: rules

package info (click to toggle)
php-pda-pheanstalk 4.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 572 kB
  • sloc: php: 2,660; xml: 60; makefile: 11
file content (15 lines) | stat: -rwxr-xr-x 286 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 src/autoload.php src

override_dh_auto_configure:
	mkdir --parents vendor
	cp debian/autoload.php vendor/
	ln -s src Pheanstalk

override_dh_auto_test:
	beanstalkd -l 127.0.0.1 -p 11300 &
	phpunit