File: rules

package info (click to toggle)
ply-probe 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 892 kB
  • sloc: ansic: 10,301; makefile: 202; sh: 183; yacc: 174; python: 89; lex: 87
file content (13 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# do not install .la, .a and header files
	rm -f debian/ply/usr/lib/*/*.la debian/ply/usr/lib/*/*.a \
	 debian/ply/usr/lib/*/*.so debian/ply/usr/share/doc/ply/COPYING
	rm -rf debian/ply/usr/include