File: rules

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

export DH_VERBOSE=1

PY3VERS:=$(shell py3versions -r)

# The magic debhelper  rule
%:
	dh  $@ --buildsystem=pybuild

#override_dh_auto_clean:
#	rm -fr *.egg-info build
#	python3 setup.py clean -a