File: rules

package info (click to toggle)
pythonqt 3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 58,108 kB
  • ctags: 164,277
  • sloc: cpp: 1,220,496; xml: 5,371; python: 56; sh: 19; makefile: 5
file content (13 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@ --parallel --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DPythonQt_Wrap_QtAll=ON