File: rules

package info (click to toggle)
python-mt940 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: python: 445; sh: 11; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download | duplicates (2)
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