File: rules

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

export PYBUILD_NAME=python-mt940
# Disable build tests, the Python path is not yet fixed
export PYBUILD_DISABLE=test
# Adjust the Python path for co-installability with python-mt-940 (#1088252)
export PYBUILD_AFTER_INSTALL=mv '{destdir}/{install_dir}/mt940' '{destdir}/{install_dir}/tryton_mt940'

PYTHON3_VERSION = $(shell py3versions -d)

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