File: rules

package info (click to toggle)
anorack 0.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 228 kB
  • sloc: python: 832; makefile: 75; sh: 36
file content (17 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DH_VERBOSE = 1

%:
	dh $@ --with=python3

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

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr

override_dh_clean:
	dh_clean doc/anorack.1 tests/coverage