File: rules

package info (click to toggle)
pypi2deb 1.20160809
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 56
  • sloc: python: 1,011; sh: 29; makefile: 19
file content (8 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#! /usr/bin/make -f

%:
	dh $@ --with python3

override_dh_auto_clean:
	dh_auto_clean
	find . -type d -name __pycache__ -print0 | xargs --null --no-run-if-empty rm -rf