File: rules

package info (click to toggle)
python-txi2p-tahoe 0.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: python: 3,757; makefile: 163; sh: 3
file content (12 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME = txi2p-tahoe

%:
	dh $@ --buildsystem pybuild

execute_before_dh_auto_install:
	find . -name dropin.cache -delete

execaute_after_dh_auto_clean:
	rm -rf txi2p_tahoe.egg-info