File: rules

package info (click to toggle)
qbzr 0.23.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,128 kB
  • ctags: 2,493
  • sloc: python: 26,468; makefile: 55; sh: 2
file content (15 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $* --buildsystem=python_distutils --with python2

override_dh_auto_clean:
	dh_auto_clean
	rm -rf locale

override_dh_auto_test:
	# Disable the testsuite for now as it randomly segfaults (#848061)
#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
#	BZR_PLUGINS_AT=qbzr@$(CURDIR) xvfb-run /usr/bin/bzr selftest -s bp.qbzr \
#	-xTestQDiff.test_find -xTestQUnshelve.test_find
#endif