summaryrefslogtreecommitdiffstats
path: root/packaging/debian/rules
blob: 0c9da01e9bc28e991753b20527cea0d69209e230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Documentation: https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules


override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo

override_dh_auto_build:
	docbook-to-man debian/mixxx.sgml > mixxx.1
	dh_auto_build

%:
	dh $@ --buildsystem=cmake