File: rules

package info (click to toggle)
buku 4.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 972 kB
  • sloc: python: 5,291; sh: 84; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install
	find . -name "bukuserver" | xargs rm -rf

override_dh_clean:
	dh_clean
	rm -rf buku.egg-info/ .pc

override_dh_missing:
	dh_missing --fail-missing