File: rules

package info (click to toggle)
sqlitebrowser 3.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,884 kB
  • ctags: 12,349
  • sloc: cpp: 79,506; xml: 45; python: 27; sh: 7; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --parallel 

override_dh_auto_configure:
	dh_auto_configure -- -DUSE_QT5=True -DENABLE_TESTING=True