File: rules

package info (click to toggle)
fonttools 3.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,784 kB
  • ctags: 3,121
  • sloc: python: 26,261; xml: 103; sh: 41; makefile: 20
file content (14 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
%:
	+dh $@ --with python2 --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build --buildsystem=pybuild
	cp Doc/changes.txt build/NEWS
	sed -f debian/stripinstall < Doc/install.txt > build/README

override_dh_install:
	dh_install --package=fonttools

override_dh_installchangelogs:
	dh_installchangelogs Doc/changes.txt