File: rules

package info (click to toggle)
transaction 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: python: 3,333; makefile: 130
file content (9 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=transaction
ifeq ($(PYBUILD_AUTOPKGTEST),1)
export PYBUILD_TEST_ARGS=/usr/lib/python3/dist-packages/transaction
endif

%:
	dh $@ --buildsystem=pybuild