File: rules

package info (click to toggle)
mycli 1.26.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 900 kB
  • sloc: python: 6,598; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 322 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=mycli

%:
	dh ${@} --buildsystem=pybuild

execute_after_dh_auto_install:
	# removing useless files
	rm -f debian/mycli/usr/lib/python3/dist-packages/mycli/AUTHORS
	rm -f debian/mycli/usr/lib/python3/dist-packages/mycli/SPONSORS

override_dh_auto_test:
	# disabled, doesn't work yet