File: rules

package info (click to toggle)
php-facedetect 1.1.0%2Bgit20160406-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 20
  • sloc: ansic: 231; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with php
override_dh_auto_configure:
	phpize
	dh_auto_configure
override_dh_auto_install:
	dh_auto_install -- 'INSTALL_ROOT=$(CURDIR)/debian/php-facedetect'