File: rules

package info (click to toggle)
importlab 0.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 1,761; sh: 14; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=importlab
%:
	dh $@ --with python3 --buildsystem=pybuild

execute_before_dh_installman:
	PYTHONPATH=. help2man -n'A library to calculate python dependency graphs.' \
		debian/python3-importlab/usr/bin/importlab > importlab.1