File: rules

package info (click to toggle)
python-pydub 0.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 260 kB
  • sloc: python: 3,047; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
VER := $(shell LC_ALL=C dpkg-parsechangelog -S Version | sed 's/-.*$$//')

export PYBUILD_NAME = pydub
%:
	dh $@ --with python3 --buildsystem=pybuild

get-orig-tar:
	git archive --format tar.gz --prefix=python-pydub-$(VER)/ -o ../python-pydub_$(VER).orig.tar.gz v$(VER)