File: rules

package info (click to toggle)
python-ssdeep 3.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: ansic: 1,614; cpp: 1,586; python: 590; makefile: 194; sh: 32
file content (14 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

#override_dh_auto_clean:
#	rm -Rf */__pycache__ build
#	rm -f */*.py[co] ssdeep.egg-info/top_level.txt

override_dh_installchangelogs:
	dh_installchangelogs -k CHANGELOG.rst

override_dh_installdocs:
	dh_installdocs -A README.rst