File: rules

package info (click to toggle)
python-makefun 1.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 376 kB
  • sloc: python: 1,765; sh: 15; xml: 11; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /usr/bin/make -f

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

# Disable tests for now, as there are missing test dependencies
override_dh_auto_test:
	: