File: rules

package info (click to toggle)
plutosvg 0.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: ansic: 2,698; sh: 11; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure --buildsystem=cmake --builddir=cmakebuild -- -DBUILD_SHARED_LIBS=1
	dh_auto_configure -- -Ddefault_library=both