File: rules

package info (click to toggle)
sphinxcontrib-autoprogram 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: python: 549; makefile: 150
file content (10 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export PYBUILD_DESTDIR_python2=debian/sphinxcontrib-autoprogram
export PYBUILD_DESTDIR_python3=debian/python3-sphinxcontrib.autoprogram

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

override_dh_auto_install:
	dh_auto_install
	find debian -name "*.pth" -delete