File: rules

package info (click to toggle)
pwman3 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: python: 3,421; makefile: 215; sh: 61; javascript: 6
file content (21 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

override_dh_auto_build:
	pod2man \
		--center "" \
		--date "" \
		--release "" \
		--section=1 \
		debian/pwman3.pod > debian/pwman3.1
	dh_auto_build

override_dh_auto_clean:
	rm -rf Pwman3.egg-info
	rm -f debian/pwman3.1
	dh_auto_clean

override_dh_auto_test:
	@echo skipping test

%:
	dh $@ --with python3 --buildsystem=pybuild