File: rules

package info (click to toggle)
llvm-py 0.12.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,596 kB
  • ctags: 5,378
  • sloc: python: 16,884; cpp: 1,917; makefile: 209; ansic: 177; pascal: 87; sh: 8
file content (9 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	LLVM_CONFIG_PATH=/usr/bin/llvm-config-3.4 dh $@ --with python2

override_dh_strip:
	dh_strip --dbg-package=python-llvm-dbg

override_dh_auto_clean: