File: rules

package info (click to toggle)
php-ramsey-uuid 4.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,112 kB
  • sloc: php: 13,274; xml: 193; python: 54; makefile: 16
file content (11 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	phpabtpl --basedir src composer.json > debian/autoload.php.tpl
	phpab -t debian/autoload.php.tpl -o src/autoload.php src

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md