File: rules

package info (click to toggle)
python-pyflow 1.1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 624 kB
  • sloc: python: 4,149; sh: 219; ansic: 15; makefile: 4
file content (13 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# DH_VERBOSE := 1

export PYBUILD_NAME = pyflow

py2srcdir=pyflow

%:
	dh $@ --with python2 --buildsystem=pybuild --sourcedirectory=$(py2srcdir)

#override_dh_auto_configure:
#	dh_auto_configure --sourcedirectory=$(py2srcdir)