File: rules

package info (click to toggle)
moodbar 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,604 kB
  • sloc: sh: 8,727; ansic: 1,925; makefile: 21
file content (7 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f
%:
	dh $@ --with autotools_dev

override_dh_auto_install:
	dh_auto_install
	find -type f -name \*.la -delete