File: rules

package info (click to toggle)
ding-libs 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,392 kB
  • ctags: 1,583
  • sloc: ansic: 26,580; sh: 11,571; makefile: 345
file content (17 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with quilt,autoreconf

override_dh_install:
	# remove files we don't want to install
	find $(CURDIR)/debian/tmp/ -name '*.la' -exec rm '{}' ';'

	dh_install --fail-missing

override_dh_makeshlibs:
	dh_makeshlibs -a -- -c4