File: rules

package info (click to toggle)
libopenmpt 0.7.13-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,276 kB
  • sloc: cpp: 121,538; sh: 4,695; ansic: 1,107; makefile: 671
file content (19 lines) | stat: -rwxr-xr-x 322 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

%:
	dh $@

.PHONY: build
build:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-static

override_dh_auto_build-indep:
	dh_auto_build -i -- doxygen-doc

override_dh_installchangelogs:
	dh_installchangelogs doc/libopenmpt/changelog.md