File: rules

package info (click to toggle)
jack 4~git20241202.3410dc1-2
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 924 kB
  • sloc: python: 8,212; makefile: 5; sh: 5
file content (11 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
export DH_VERBOSE = 1

export PYBUILD_NAME=jack
export SETUPTOOLS_SCM_PRETEND_VERSION=$(shell dpkg-parsechangelog -S version |sed -e 's/~/.0+/g' -e 's/-[[:digit:]]//g')

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