File: rules

package info (click to toggle)
testrepository 0.0.21-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 880 kB
  • sloc: python: 5,729; makefile: 152; sh: 17
file content (21 lines) | stat: -rwxr-xr-x 428 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
#!/usr/bin/make -f

export PYBUILD_NAME=testrepository
export PYBUILD_DISABLE=test

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

override_dh_installchangelogs:
	dh_installchangelogs -k NEWS

override_dh_auto_install:
	dh_auto_install

override_dh_clean:
	dh_clean
	rm -rf build .testrepository Makefile dist

override_dh_fixperms:
	dh_fixperms
	rm -r $(CURDIR)/debian/python3-testrepository/usr/lib/python3/dist-packages/doc