File: rules

package info (click to toggle)
biomaj3-process 3.0.19-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: python: 903; sh: 14; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/make -f

export PYBUILD_NAME=biomaj-process

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	cd biomaj_process/message && protoc --python_out=. procmessage.proto
	dh_auto_build

override_dh_install:
	dh_install
	sed -i '1s;^;#!/usr/bin/python3\n;' debian/python3-biomaj3-process/usr/bin/biomaj_process_consumer.py

override_dh_auto_test: