Codebase list logbook / 0ca5441
[d/rules] Remove dpkg-parsechangelog invocation, use pkg-info.mk instead Agustin Henze 5 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
33 # Uncomment this to turn on verbose mode.
44 # export DH_VERBOSE=1
55
6 UVERSION := $(shell dpkg-parsechangelog -SVersion | cut -d- -f1)
7 PACKAGE_NAME := $(shell dpkg-parsechangelog | sed -n -e's/^Source: \(.*\)\+/\1/p')
8 export PYBUILD_NAME=$(PACKAGE_NAME)
6 include /usr/share/dpkg/pkg-info.mk
7 export PYBUILD_NAME=$(DEB_SOURCE)
98
109 %:
1110 dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild