File: rules

package info (click to toggle)
python-ssdeep 3.1%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: python: 424; makefile: 11
file content (15 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
%:
	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