File: rules

package info (click to toggle)
php-doctrine-event-manager 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: php: 65; makefile: 11
file content (15 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
%:
	dh $@ --with phpcomposer

override_dh_auto_build:
	mkdir -p lib/Doctrine/Common/EventManager
	phpab \
		--output lib/Doctrine/Common/EventManager/autoload.php \
		lib/Doctrine/Common

override_dh_auto_clean:
	rm -rf lib/Doctrine/Common/EventManager

override_dh_installchangelogs:
	dh_installchangelogs debian/upstream/changelog