File: rules

package info (click to toggle)
php-zeta-console-tools 1.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,244 kB
  • sloc: php: 14,936; xml: 3,111; makefile: 12; sh: 7
file content (15 lines) | stat: -rwxr-xr-x 312 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

execute_after_dh_auto_build:
	phpab \
		--output src/autoload.php \
		--template debian/autoload.php.tpl \
		src
	mkdir --parent vendor ezc
	ln -s ../src ezc/ConsoleTools
	cp debian/autoload.php vendor

override_dh_auto_test:
	phpunit --exclude-group interactive