Codebase list onioncircuits / 845c9f0
do not export UPSTREAM_VERSION Sascha Steinbiss 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #! /usr/bin/make -f
11
22 export PYBUILD_NAME=onioncircuits
3 export UPSTREAM_VERSION=$(shell dpkg-parsechangelog -SVersion | cut -d- -f1)
3 UPSTREAM_VERSION=$(shell dpkg-parsechangelog -SVersion | cut -d- -f1)
44
55 %:
66 dh $@ --with python3 --buildsystem=pybuild