File: rules

package info (click to toggle)
scons 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,840 kB
  • ctags: 4,056
  • sloc: python: 28,818; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with python2

clean:
	rm -fr build
	dh $@

override_dh_auto_install:
	dh_auto_install -- --no-version-script --standalone-lib --no-install-man