File: rules

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

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=src/ help2man 'python3 src/find_libpython/__main__.py' \
	 --no-info -n 'Find libpython associated with your environment' | \
	 sed -e 's#__main__\.py#find-libpython#g;s#usage: ##' \
	 > find_libpython.1