File: rules

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

export PYBUILD_NAME=pyflume

%:
	dh $@ --with python3 --buildsystem=pybuild

ifeq ($(shell dpkg-architecture -q DEB_BUILD_ARCH), i386)
override_dh_auto_test:
# tests fail on i386 because of timestap overflow
endif