File: rules

package info (click to toggle)
pafy 0.5.2-2.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: python: 1,906; makefile: 147
file content (10 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=pafy
DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)

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