File: rules

package info (click to toggle)
python-librt 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 524 kB
  • sloc: ansic: 8,544; cpp: 478; python: 216; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f

export PYBUILD_NAME=librt
export PYBUILD_TEST_ARGS=smoke_tests.py

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_auto_configure:
	cp lib-rt/* .

execute_after_dh_auto_install:
	find debian -name smoke_tests.py -delete