File: rules

package info (click to toggle)
lcm 1.3.1%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,768 kB
  • ctags: 3,288
  • sloc: ansic: 16,184; java: 6,843; cs: 2,266; cpp: 1,594; python: 989; makefile: 348; xml: 252; sh: 62
file content (18 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf --with python2

override_dh_auto_build:
	dh_auto_build

override_dh_auto_install:
	dh_auto_install
	find debian/tmp -name '*.la' -delete

# I build the docs after the 'make install' because the python docs require an installed lcm
	cd docs; ./build-docs.sh

override_dh_auto_clean:
	dh_auto_clean
	rm -rf docs/html