File: rules

package info (click to toggle)
din 56-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,408 kB
  • sloc: cpp: 36,891; ansic: 2,767; tcl: 1,661; sh: 1,357; makefile: 34
file content (19 lines) | stat: -rwxr-xr-x 419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CPPFLAGS_MAINT_APPEND = -D__UNIX_JACK__

%:
	dh $@
	
override_dh_auto_configure:
	dh_auto_configure -- LIBS='-ljack -lrtaudio -lrtmidi'

override_dh_auto_build:
	docbook-to-man debian/din.1.sgml > debian/din.1
	dh_auto_build
	
override_dh_auto_install:
	dh_auto_install
	# Clean the din-data package
	rm -f usr/share/din/factory/Makefile.*