File: rules

package info (click to toggle)
phpdox 0.12.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,676 kB
  • sloc: xml: 80,724; php: 9,167; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@ --with phpcomposer -Xvendor.php

override_dh_auto_test:
	ant test

execute_before_dh_installman:
	mkdir debian/tmp
	cd debian/phpdox/usr/share/php && \
		help2man --no-info \
		--source="phpDox $(DEB_VERSION_UPSTREAM)" \
		--include=$(CURDIR)/debian/phpdox.1.in \
		../../bin/phpdox \
		> $(CURDIR)/debian/tmp/phpdox.1