File: rules

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

%:
	dh $@

execute_after_dh_auto_test:
	-lntest/lntest

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