File: rules

package info (click to toggle)
php-httpful 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 372 kB
  • sloc: php: 1,695; xml: 16; makefile: 11
file content (15 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
%:
	dh $@ -XREADME.md

override_dh_auto_build:
	phpab \
		--output src/Httpful/autoload.php \
		src/Httpful
	cp src/Httpful/Handlers/README.md debian/README_Handlers.md

override_dh_auto_test:
	phpunit -c tests/phpunit.xml

override_dh_installchangelogs:
	dh_installchangelogs -k README.md