File: rules

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

export DEB_BUILD_MAINT_OPTIONS=nocheck

export PYBUILD_NAME=biomaj-daemon
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:

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