File: rules

package info (click to toggle)
php-dragonmantank-cron-expression 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: php: 2,427; makefile: 12
file content (17 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
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	phpabtpl composer.json > debian/autoload.php.tpl
	phpab \
		--template debian/autoload.php.tpl \
		--output src/Cron/autoload.php \
		src/Cron

override_dh_auto_test:
	phpunit --bootstrap src/Cron/autoload.php --include-path src

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md