File: rules

package info (click to toggle)
extruct 0.14.0-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,028 kB
  • sloc: python: 1,792; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=extruct

%:
	dh $@ -Spybuild

execute_after_override_dh_auto_install:
	rm debian/python3-extruct/usr/bin/extruct

override_dh_clean:
	dh_clean extruct.egg-info/*

override_dh_auto_test: