File: rules

package info (click to toggle)
python-launchpadlib 1.10.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,912 kB
  • sloc: xml: 33,229; python: 2,167; makefile: 25; sh: 9
file content (23 lines) | stat: -rwxr-xr-x 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

export PYBUILD_NAME=launchpadlib

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

override_dh_auto_test:
	mkdir -p $(CURDIR)/build/home
	HOME=$(CURDIR)/build/home dh_auto_test --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf build

override_dh_installdocs:
	dh_installdocs -X NEWS.rst

override_dh_installchangelogs:
	dh_installchangelogs NEWS.rst

override_dh_python3:
	dh_python3 --no-guessing-deps