File: rules

package info (click to toggle)
php-respect-validation 1.1.29-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,416 kB
  • sloc: php: 25,221; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 348 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

ifeq (,$(findstring terse,${DEB_BUILD_OPTIONS}))
export DH_VERBOSE=1
export V=1
export VERBOSE=1
endif

LC_ALL:=C
export LC_ALL

%:
	dh $@ --with phpcomposer

override_dh_installdocs:
	dh_installdocs
	rm -f debian/*/usr/share/doc/php-respect-validation/INSTALL.md
	rm -f debian/*/usr/share/doc/php-respect-validation/license.md