File: rules

package info (click to toggle)
scons 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,908 kB
  • sloc: python: 29,253; 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