File: rules

package info (click to toggle)
bernhard 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • sloc: python: 243; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

export PYBUILD_NAME=bernhard
%:
	dh $@ --with python2 --buildsystem=pybuild

override_dh_auto_build:
	protoc -I=debian --python_out=bernhard debian/riemann.proto
	mv bernhard/riemann_pb2.py bernhard/pb.py
	dh_auto_build