File: rules

package info (click to toggle)
readucks 0.0.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,460 kB
  • sloc: python: 1,973; sh: 38; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@ --buildsystem=pybuild

override_dh_install:
	find debian/ -name __pycache__ | xargs rm -rf
	dh_install