File: rules

package info (click to toggle)
liblunar 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,092 kB
  • ctags: 478
  • sloc: sh: 10,194; ansic: 4,603; xml: 584; makefile: 162; python: 16
file content (11 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#DH_VERBOSE = 1

%:
	dh $@ \
		--fail-missing \
		--exclude=liblunar-1.a \
		--exclude=liblunar-1.la \
		--exclude=lunar.a \
		--exclude=lunar.la \
		$(NULL)