File: rules

package info (click to toggle)
bzr-fastimport 0.13.0%2Bbzr361-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 568 kB
  • sloc: python: 5,094; xml: 19; makefile: 6; sh: 1
file content (9 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	BZR_PLUGINS_AT=fastimport@$(CURDIR) bzr selftest -s bp.fastimport
endif