File: rules

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

%:
	dh $@ --with python3 --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