File: rules

package info (click to toggle)
pyside-tools 0.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 628 kB
  • ctags: 808
  • sloc: cpp: 3,833; python: 1,803; makefile: 7; sh: 3
file content (13 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh --with python2 $@

override_dh_python2:
	dh_python2
	# Drop v3 port for now
	rm -Rf debian/pyside-tools/usr/lib/python*/*-packages/pysideuic/port_v3/

override_dh_auto_test:
	# Run tests in fake X Server
	xvfb-run -a -s -noreset dh_auto_test