File: rules

package info (click to toggle)
python3-typed-ast 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,428 kB
  • ctags: 3,650
  • sloc: ansic: 29,503; python: 579; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# DH_VERBOSE := 1
DEBVERS        := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
VERSION        := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
export PYBUILD_NAME = typed-ast
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

#PPATH=$(CURDIR):$(CURDIR)/lib-typing/3.2
%:
	dh $@ --with python3 --buildsystem=pybuild