File: rules

package info (click to toggle)
libmialm 1.0.9-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,776 kB
  • sloc: sh: 3,977; ansic: 2,216; makefile: 96
file content (14 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_installdocs:
	find debian -name COPYING -delete
	find debian \( -name NEWS -o -name TODO \) -empty -delete
	find debian -name "lib*.la" -delete
	dh_installdocs