File: rules

package info (click to toggle)
python-libusb1 3.3.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 488 kB
  • sloc: python: 3,259; sh: 98; makefile: 5
file content (13 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Uncomment below to enable verbose build messages.
#export DH_VERBOSE = 1

export PYBUILD_NAME = usb1

# Make the __pyinstaller test directory available for autopkgtest.
export PYBUILD_BEFORE_TEST=cp -r {dir}/usb1/__pyinstaller {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/__pyinstaller

%:
	dh $@ --buildsystem=pybuild