File: rules

package info (click to toggle)
logging-tree 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 100 kB
  • ctags: 50
  • sloc: python: 342; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DH_VERBOSE=1
export PYBUILD_NAME=logging_tree

export PYBUILD_DESTDIR_python2=debian/python-logging-tree/
export PYBUILD_DESTDIR_python3=debian/python3-logging-tree/

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	find