File: rules

package info (click to toggle)
python-wordaxe 0.3.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,228 kB
  • ctags: 786
  • sloc: python: 9,814; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f
%:
	dh $@
build:
	dh $@
# Stuff in /usr/lib doesn't need shebangs.
	find build -type f -name \*.py -exec sed -si '1{/#!.*python/d}' {} +