File: rules

package info (click to toggle)
mwic 0.7.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 764 kB
  • sloc: python: 1,113; makefile: 66; sh: 60
file content (18 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --with=python3

override_dh_auto_build:
	dh_clean doc/mwic.1 tests/coverage
	$(MAKE) -C doc
	dh_auto_build

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr

override_dh_clean:
	dh_clean doc/mwic.1 tests/coverage

override_dh_missing:
	dh_missing --fail-missing