blob: 8a370978b2007a54be6332fc41d5dc94b0b5a3db (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_configure:
sed -i "s/DEB_VERSION_UPSTREAM/$(DEB_VERSION_UPSTREAM)/" setup.cfg
dh_auto_configure
|