File: rules

package info (click to toggle)
virtaal 0.7.1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,660 kB
  • sloc: python: 13,704; xml: 1,320; sh: 120; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 299 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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

d	= debian/virtaal

%:
	dh $@ --with python2 --buildsystem pybuild

override_dh_auto_install:
	python setup.py install --nodepcheck --prefix=$(CURDIR)/$(d)/usr

override_dh_auto_test:
	# tests do not currently pass