File: rules

package info (click to toggle)
fierce 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 452 kB
  • sloc: python: 942; perl: 510; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME = fierce

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_clean:
	rm -rf fierce.egg-info/*