File: rules

package info (click to toggle)
litecli 1.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,436 kB
  • sloc: python: 5,364; makefile: 8
file content (17 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
16
17
#!/usr/bin/make -f

export PYBUILD_NAME=litecli

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

execute_after_dh_auto_clean:
	# help pybuild
	rm -rf *.egg-info

execute_after_dh_auto_install:
	# removing llm as src:llm is not in main
	rm -f debian/litecli/usr/lib/python*/dist-packages/litecli/packages/special/llm.py

override_dh_auto_test:
	# disabled, doesn't work yet