File: rules

package info (click to toggle)
asciitree 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 116 kB
  • sloc: python: 247; makefile: 130
file content (14 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

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

export PYBUILD_NAME=asciitree

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

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r asciitree.egg-info .pytest_cache