File: rules

package info (click to toggle)
dacite 1.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 1,870; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/make -f

export PYBUILD_NAME=dacite
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	rm -f debian/python3-dacite/usr/lib/python3*/dist-packages/benchmark.json
	rm -rf debian/python3-dacite/usr/lib/python3*/dist-packages/.benchmarks
	rm -rf debian/python3-dacite/usr/lib/python3*/dist-packages/.pytest_cache