File: rules

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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=coloredlogs
export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/bin

# Testing depends on verboselogs, which has yet to be packaged.
export PYBUILD_DISABLE=test

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