File: rules

package info (click to toggle)
ario 1.6-1.5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,264 kB
  • sloc: ansic: 28,604; sh: 4,177; makefile: 576
file content (14 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_makeshlibs:
	dh_makeshlibs -X /usr/lib/ario/plugins

override_dh_auto_test:

execute_after_dh_auto_install:
	# kill *.a and *.la files of plugins and the shared lib
	find debian/ -name '*.a' -exec rm -f '{}' ';'
	find debian/ -name '*.la' -exec rm -f '{}' ';'