File: rules

package info (click to toggle)
xdg-utils-cxx 1.0.1-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 456 kB
  • sloc: cpp: 2,461; ansic: 10; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with pkgkde-symbolshelper -Bbuild

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DXDG_UTILS_SHARED=ON -DXDG_UTILS_TESTS=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.10