File: rules

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

export PYBUILD_NAME = txi2p-tahoe

%:
	dh $@ --buildsystem pybuild

override_dh_auto_install:
	find . -name dropin.cache | xargs --no-run-if-empty rm
	dh_auto_install

override_dh_auto_clean:
	dh_auto_clean
	rm -rf txi2p_tahoe.egg-info