File: rules

package info (click to toggle)
testrepository 0.0.21-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: python: 5,729; makefile: 148; sh: 17
file content (16 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PYBUILD_NAME=testrepository
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs -k NEWS

execute_after_dh_clean:
	rm -rf build .testrepository Makefile dist

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