File: rules

package info (click to toggle)
genx 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 26,020 kB
  • sloc: python: 58,389; makefile: 148; sh: 23; xml: 7
file content (12 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=genx
#export PYBUILD_DISABLE=test
# export PYBUILD_VERSIONS=3.8
# export PYBUILD_INTERPRETERS=python{version}

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

execute_after_dh_auto_install:
	find $(CURDIR) -type f -regextype awk -regex '.*/(LICENSE|README).txt' -delete