File: rules

package info (click to toggle)
php-net-url2 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: php: 1,191; xml: 497; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@ --buildsystem=phppear

override_dh_install:
	dh_install
	rm -fv $(CURDIR)/debian/php-net-url2/usr/share/doc/php-net-url2/docs/BSD-3-CLAUSE-Heyes

override_dh_auto_test:
	phpunit --do-not-cache-result --bootstrap ./Net_URL2-*/Net/URL2.php --no-coverage ./Net_URL2-*/tests/