File: rules

package info (click to toggle)
colored 2.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 240 kB
  • sloc: python: 2,064; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

# Add py.typed PEP 561 marker file
# PEP 561: https://peps.python.org/pep-0561/
# Upstream Patch: https://gitlab.com/dslackw/colored/-/merge_requests/21
# Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069668
execute_before_dh_auto_configure:
	touch colored/py.typed