File: rules

package info (click to toggle)
lazy-object-proxy 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 380 kB
  • sloc: python: 3,244; ansic: 944; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.rst

execute_after_dh_clean:
	rm -f src/lazy_object_proxy/_version.py