File: rules

package info (click to toggle)
withsqlite 0.0.0~git.20130929-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 124 kB
  • ctags: 60
  • sloc: python: 265; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@ --with python2

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	LC_ALL=C.UTF-8 python -m unittest discover -v test
endif