File: rules

package info (click to toggle)
pd-flite 0.02.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 524 kB
  • ctags: 63
  • sloc: sh: 787; ansic: 166; makefile: 27
file content (21 lines) | stat: -rwxr-xr-x 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh $@ --with=autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-pd-dir=/usr/lib/pd \
	   --with-pd-extdir=/usr/lib/pd/extra/flite

override_dh_shlibdeps:
	dpkg-shlibdeps debian/pd-flite/usr/lib/pd/extra/flite/flite.pd_linux \
           -Tdebian/pd-flite.substvars

override_dh_strip:
	strip --remove-section=.comment --remove-section=.note --strip-unneeded \
	   debian/pd-flite/usr/lib/pd/extra/flite/flite.pd_linux

override_dh_fixperms:
	dh_fixperms
	find debian -name '*.pd_linux' -exec \
		chmod 0644 {} +