File: rules

package info (click to toggle)
python-ttfautohint-py 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: python: 1,360; makefile: 97; sh: 77
file content (9 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=ttfautohint-py

%:
	dh $@ --buildsystem=pybuild

override_dh_gencontrol-indep:
	dh_gencontrol -- -VDepends="$(shell dpkg-query -f '$${Depends}' -W libttfautohint-dev | cut -d' ' -f1)"