File: rules

package info (click to toggle)
python-ffmpeg-progress-yield 1.0.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 384 kB
  • sloc: python: 660; makefile: 13
file content (19 lines) | stat: -rwxr-xr-x 718 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export PYBUILD_NAME=ffmpeg_progress_yield
export PYBUILD_TEST_PYTEST=1

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

execute_after_dh_auto_build-indep:
	pod2man -c "User commands" --release "ffmpeg-progress-yield $(DEB_VERSION_UPSTREAM)" --section 1 debian/ffmpeg-progress-yield.pod > debian/ffmpeg-progress-yield.1
ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
	http_proxy='http://127.0.0.1:9/' PYTHONPATH=src/ pdoc $(PYBUILD_NAME) --no-search -o docs/html/
endif

execute_after_dh_auto_install:
	mkdir -p debian/ffmpeg-progress-yield/usr/bin/
	mv debian/python3-ffmpeg-progress-yield/usr/bin/ffmpeg-progress-yield debian/ffmpeg-progress-yield/usr/bin/