File: rules

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

export PYBUILD_NAME=librt
export PYBUILD_TEST_ARGS=smoke_tests.py

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	find debian -name smoke_tests.py -delete