File: rules

package info (click to toggle)
sphinxcontrib-googleanalytics 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 112 kB
  • sloc: python: 29; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f
export PYBUILD_DESTDIR_python3=debian/python3-sphinxcontrib.googleanalytics

%:
	dh $@ --buildsystem=pybuild --with python3
execute_after_dh_auto_install:
	find debian -name "__init__.py" -delete