File: rules

package info (click to toggle)
bernhard 0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: python: 251; 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 python3 --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