File: rules

package info (click to toggle)
pyao 0.82-5
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 188 kB
  • ctags: 106
  • sloc: ansic: 345; python: 140; makefile: 8; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f

%:
	dh $@ --with python2 --dbg-package=python-pyao-dbg

override_dh_auto_configure:
	python config_unix.py --prefix /usr
	dh_auto_configure

override_dh_auto_clean:
	[ -e Setup ] || python config_unix.py --prefix /usr
	dh_auto_clean