File: rules

package info (click to toggle)
fluidsynth-dssi 1.0.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,552 kB
  • sloc: sh: 10,061; ansic: 3,606; makefile: 45
file content (13 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@
	
override_dh_auto_configure:
	dh_auto_configure -- --libdir=/usr/lib --without-gtk2

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/fluidsynth-dssi/usr/lib -name fluidsynth-dssi.la -delete