File: rules

package info (click to toggle)
mf2py 2.0.1-2
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 664 kB
  • sloc: python: 1,917; makefile: 19
file content (11 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=mf2py

%:
	dh $@ -Spybuild

override_dh_clean:
	dh_clean .eggs/README.txt mf2py.egg-info/*

override_dh_auto_test: