File: rules

package info (click to toggle)
apksigcopier 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 288 kB
  • sloc: python: 625; makefile: 69; sh: 65
file content (9 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
execute_after_dh_auto_build:
	$(MAKE) apksigcopier.1
execute_after_dh_auto_clean:
	$(MAKE) clean
override_dh_auto_test:
	PATH=$$PWD/bin:$$PATH $(MAKE) test-cli
%:
	dh $@ --buildsystem=pybuild