File: rules

package info (click to toggle)
libnova 0.16-5.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,916 kB
  • sloc: ansic: 83,686; makefile: 158; sh: 51
file content (13 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	dh_auto_test
	-lntest/lntest

override_dh_auto_install:
	dh_auto_install
	# no libtool .la files, please
	find debian/tmp -name '*.la' -type f -exec rm --verbose {} \;